sthen
09b717de53
convert to MODPY_PYBUILD
2025-10-24 07:51:07 +00:00
sthen
10eb85ee23
remove MODPY_COMMENT from PLISTs, no longer needed
2025-10-23 13:20:05 +00:00
kirill
47a0f24a7b
misc/remind: update to 6.1.5
...
from Martin Ziemer (maintainer)
2025-10-22 17:57:03 +00:00
giovanni
fd56611efb
update to 1.6.39
2025-10-17 14:19:29 +00:00
sthen
07e9eaeded
update to dialog-1.3.20251001
2025-10-17 07:36:25 +00:00
ajacoutot
3e4bcdea86
Update to hwdata-0.400.
2025-10-17 06:27:10 +00:00
ajacoutot
6a27597ce4
Unbreak on non-clang arches.
...
spotted by sthen@, thanks.
2025-10-17 06:26:33 +00:00
sthen
bfebc5a1d1
update llama.cpp and use new devel/libggml port
...
rename package llama-cpp -> llama.cpp to match the common name and
port dir name
tweak/ok volker
2025-10-01 19:44:07 +00:00
ajacoutot
370e13cdda
Build xdgmime so the full test suite can run.
2025-09-27 16:30:15 +00:00
kirill
d2c1e13705
misc/remind: update to 6.1.2
...
from Martin Ziemer (maintainer)
2025-09-22 20:26:06 +00:00
sthen
4a401b6e9e
update to gpsd-3.26.1
2025-09-17 08:23:01 +00:00
ajacoutot
9aa2d716b7
Update to gramps-6.0.5.
2025-09-16 11:11:50 +00:00
sthen
9aa4439ba1
bleh, the poetry-core update moved license files to a subdir; regen plists
2025-09-16 08:42:44 +00:00
sthen
4f0ee9eab6
update to dialog-1.3.20250817
2025-09-14 14:52:23 +00:00
ajacoutot
c5f61816a3
Update to gramps-6.0.4.
2025-09-13 13:29:05 +00:00
sthen
12c39a61a2
update to remind-6.1.0, from Martin Ziemer (maintainer)
2025-09-12 11:40:18 +00:00
sthen
f592846cf0
bump due to changing default PHP version from 8.2 to 8.3
2025-09-06 16:57:41 +00:00
kirill
1a80965bd0
misc/remind: update to 6.0.2
...
from Martin Ziemer (maintainer)
2025-09-05 18:29:19 +00:00
ajacoutot
46a6e1bd6a
Update to hwdata-0.399.
2025-09-02 14:24:29 +00:00
sthen
5a52c934fd
update to rlwrap-0.47.1
2025-09-01 17:23:48 +00:00
kirill
a07c0467c3
misc/remind: update to 6.0.1
...
from Martin Ziemer (maintainer)
2025-08-20 10:29:03 +00:00
ajacoutot
e90ca6b832
Update to:
...
m17n-db-1.8.10
m17n-lib-1.8.6
drop inactive maintainer
ok landry@ kirill@
2025-08-09 09:03:56 +00:00
sthen
07b4925a70
bump; header-only library rapidjson updated
2025-08-08 10:40:03 +00:00
ajacoutot
931613039c
Update to hwdata-0.398.
2025-08-04 13:27:37 +00:00
kirill
ed75b0e599
misc/remind: update to 5.5.0
...
from Martin Ziemer (maintainer)
2025-08-01 16:51:32 +00:00
sthen
efd4965d3b
+remind-caldav, py-remind
2025-07-30 20:00:30 +00:00
sthen
d1f4e895d4
import ports/misc/remind-caldav, from Martin Ziemer, ok kirill, tweaks from me:
...
- whitespace consistency
- fix MODPY_DISTV and regen plist
CalDAV client to sync to Remind
2025-07-30 19:59:51 +00:00
sthen
6db4058f2a
import ports/misc/py-remind, from Martin Ziemer, ok kirill, tweaks from me:
...
- don't repeat COMMENT in DESCR
- whitespace consistency
- fix MODPY_DISTV and regen plist
Python library to convert between Remind and iCalendar. Can be used stand alone
(provided rem2ics and ics2rem tools) as well as integrated as a CalDAV client
or server.
2025-07-30 19:59:17 +00:00
sthen
286f55769b
update to openhab-addons-4.3.6, from Chaz Kettleson (maintainer)
2025-07-30 19:40:32 +00:00
sthen
d2148ef13f
update to openhab-4.3.6, from Chaz Kettleson (maintainer)
2025-07-30 19:40:25 +00:00
sthen
4c90a8ff77
sync WANTLIB
2025-07-25 11:22:19 +00:00
sthen
5476035979
sync WANTLIB
2025-07-25 11:20:45 +00:00
rsadowski
f422583a1c
Add missing dependencies
...
Qt5WebEngine was removed in the last commit. This caused some dependencies that
Qt5WebEngine provides to be missing.
Found out the hard way, by naddy, thanks!
2025-07-22 05:02:10 +00:00
sthen
25e956cf05
add missing WANTLIB on pthread
2025-07-21 16:10:44 +00:00
sthen
e82009110e
add missing WANTLIB on pthread
2025-07-21 15:44:28 +00:00
rsadowski
65d613df98
Disable the built-in facebook, user manual and printing support
...
Simple update to get rid of Qt5WebEngine. Inspired by FreebSD
OK kn@
2025-07-18 05:33:44 +00:00
sthen
c3fab8bf10
update to remind-5.4.2, from Martin Ziemer (maintainer)
2025-07-17 12:27:17 +00:00
sthen
8a0f588fc2
update to gnuwatch from procps-ng-4.0.5
2025-07-15 11:31:59 +00:00
yasuoka
6f5decc491
Patch gnulib/fseeko.c. gnulib is doing this to make fflush() behaivour
...
to match what they expect. It accesses internal of __sFILE to change
behavior of fseeko(), but we are hiding internal of __sFILE and our
fseeko() is compatible with what gnulib expects already. Then the
patch is to just use our fseeko().
feedbacks from tb guenther beck
ok sthen
2025-07-11 14:51:15 +00:00
sthen
2e4f5bcef7
update to memcached-1.6.38, ok giovanni@
2025-07-07 15:53:45 +00:00
bluhm
622eca07de
update p5-OPCUA-Open62541 to 2.08
2025-07-04 09:44:07 +00:00
bluhm
1e364ef047
update p5-OPCUA-Open62541 to 2.07
2025-07-03 16:19:47 +00:00
ajacoutot
ce30102a46
Update to hwdata-0.397.
2025-07-03 06:16:50 +00:00
sthen
6adb731806
+py-coherent.licensed, clearly misc is the best place for this
2025-06-23 11:28:41 +00:00
sthen
ce68a92203
seems we are going to be stuck with jaraco skeleton-based Python
...
modules requiring "coherent.licensed" at build time, so import it as
ports/misc/py-coherent.licensed. ok tb@
at least it now avoids the cyclical dependency in the older version, and
skips downloading a license if there's already a license file in the
distribution, so we should be able to bodge something together if ports
show up that don't have that.
various discussions relating to this at
https://github.com/pypa/setuptools/issues/5002
https://github.com/coherent-oss/system/issues/22
https://github.com/jaraco/skeleton/issues/179
https://github.com/jaraco/jaraco.functools/issues/31
https://github.com/coherent-oss/system/issues/24
2025-06-23 11:28:01 +00:00
kirill
5dcfd888b0
misc/remind: update to 5.4.1
...
from Martin Ziemer (maintainer)
2025-06-19 09:01:31 +00:00
sthen
21a571dfc3
update to openhab-addons-4.3.5, from Chaz Kettleson (maintainer)
2025-06-17 10:43:07 +00:00
sthen
2d0271ce61
update to openhab-4.3.5, from Chaz Kettleson (maintainer)
2025-06-17 10:42:32 +00:00
jca
8855513668
llama.cpp: disable the RISC-V V extension which we don't support
2025-06-12 00:03:18 +00:00
kirill
834dc772f8
misc/remind: update to 5.4.0
...
from Martin Ziemer (maintainer)
2025-06-06 20:26:36 +00:00