Public git conversion mirror of OpenBSD's official cvs ports repository. Pull requests not accepted - send diffs to the ports@ mailing list.
Go to file
kmos 88a4c6ac47 SortedSet implements a Set whose elements are sorted in ascending
order (according to the return values of their <=> methods) when
iterating over them.

Every element in SortedSet must be mutually comparable to every
other: comparison with <=> must not return nil for any pair of
elements. Otherwise ArgumentError will be raised.

ruby-sorted_set is functionality spun out from the Set included with
Ruby in 3.x

feedback and ok jeremy@
2022-06-22 01:37:23 +00:00
archivers +lrzip 2022-06-21 07:13:12 +00:00
astro update to gnuastro-0.17, from wen heping, plus I regenerated patches 2022-06-04 11:01:43 +00:00
audio Update ocp to 0.2.99. 2022-06-15 21:18:13 +00:00
benchmarks Update to fio-3.30 2022-05-20 14:12:21 +00:00
biology drop RCS Ids 2022-03-11 18:22:02 +00:00
books drop RCS Ids 2022-03-11 18:22:44 +00:00
cad Fix build with CMake 3.23 2022-05-28 06:19:58 +00:00
chinese drop RCS Ids 2022-03-11 18:25:20 +00:00
comms Fix build with CMake 3.23 2022-05-28 06:19:58 +00:00
converters update p5-Cpanel-JSON-XS to 4.30 2022-06-17 18:21:49 +00:00
databases Fix build on sparc64 and other big endian arches by moving test files 2022-06-17 23:21:28 +00:00
devel SortedSet implements a Set whose elements are sorted in ascending 2022-06-22 01:37:23 +00:00
editors Update KDE Gear to 22.04.2 2022-06-15 18:43:56 +00:00
education sync WANTLIB 2022-04-01 17:18:15 +00:00
emulators Update to stella-6.7. 2022-06-17 08:02:14 +00:00
fonts update fonts/alkalami to 2.000; diff from George Rosamond, thanks! 2022-06-13 07:33:48 +00:00
games update to steamctl 0.9.3, catching up with Steam API and restoring 2022-06-11 13:17:31 +00:00
geo geo/qgis: update to 3.26.0. 2022-06-21 13:45:25 +00:00
graphics +pixelorama 2022-06-20 16:18:13 +00:00
infrastructure +opensearch, _opensearch (user) 2022-06-19 08:12:24 +00:00
inputmethods pkg/README fixes for inputmethods/fcitx, from Yifei Zhan 2022-06-21 10:35:49 +00:00
japanese sync WANTLIB 2022-04-01 17:18:15 +00:00
java update java/jna to 5.11.0 2022-05-26 08:30:30 +00:00
korean drop RCS Ids 2022-03-11 19:25:33 +00:00
lang Update to Python 3.10.5 2022-06-18 20:22:41 +00:00
mail mail/aerc: update to 0.10.0 for real 2022-06-20 20:17:25 +00:00
math Update h5py to 3.7.0. 2022-06-04 13:48:55 +00:00
meta Tor Browser: update to 11.0.14 2022-06-09 04:23:27 +00:00
misc misc/py-yfinance: update to 0.1.72 from maintainer 2022-06-20 22:58:31 +00:00
multimedia Update to Gstreamer 1.20.3. 2022-06-16 15:18:56 +00:00
net Drop maintainership 2022-06-21 17:19:55 +00:00
news Update to sabnzbd-3.6.0 2022-06-11 05:21:20 +00:00
plan9 drop RCS Ids 2022-03-11 19:49:07 +00:00
print Update to htmldoc-1.9.16. 2022-06-03 09:24:54 +00:00
productivity Update KDE Gear to 22.04.2 2022-06-15 18:43:56 +00:00
security Bump after OpenSSL update (static linking) 2022-06-21 14:48:14 +00:00
shells Change our patches to use "#elif defined" rather than "#elifdef" since 2022-05-30 20:54:47 +00:00
sysutils Update to awscli-1.25.13. 2022-06-21 05:32:53 +00:00
telephony Fix build with CMake 3.23 2022-05-28 06:19:58 +00:00
tests drop RCS Ids 2022-03-11 20:00:22 +00:00
textproc Update to meld-3.21.2. 2022-06-19 09:07:27 +00:00
wayland Update KDE Gear to 22.04.1 2022-06-02 19:54:30 +00:00
www add dep on textproc/py-chardet 2022-06-21 08:54:54 +00:00
x11 Update for Smplayer to 22.2.0 2022-06-21 10:16:21 +00:00
.cvsignore
.gitignore
Makefile +wayland 2021-11-06 19:09:10 +00:00
README drop RCS Id 2022-03-11 20:30:30 +00:00

Documentation for the ports tree: ports(7), packages(7), mirroring-ports(7),
library-specs(7), bsd.port.mk(5), bsd.port.arch.mk(5), port-modules(5).

dpb(1), bulk(8) for bulk builds.

See also the OpenBSD Porter's Handbook http://www.openbsd.org/faq/ports/