SecBSD's official ports repository
Find a file
2025-01-28 16:49:10 +00:00
archivers bump REVISION 3 2025-01-21 18:46:35 +00:00
audio bump REVISION 0 2025-01-22 19:20:42 +00:00
converters As we discussed in the last meeting, we reset the ports tree and began from scratch, even though this change involves porting all the packages. Starting small and growing gradually, this approach will reduce build times and consequently lower energy consumption in a world affected by climate change. We will add new ports as users needs arise; ok h3artbl33d@ 2024-05-26 03:08:12 +00:00
databases UPDATE: databases/tdb 1.4.10 -> 1.4.12 2025-01-22 20:01:53 +00:00
devel UPDATE: devel/git 2.46.0 -> 2.48.1 2025-01-28 16:49:10 +00:00
editors UPDATE: editors/vim 9.1.0404 -> 9.1.1043 2025-01-24 00:38:30 +00:00
fonts As we discussed in the last meeting, we reset the ports tree and began from scratch, even though this change involves porting all the packages. Starting small and growing gradually, this approach will reduce build times and consequently lower energy consumption in a world affected by climate change. We will add new ports as users needs arise; ok h3artbl33d@ 2024-05-26 03:08:12 +00:00
geo As we discussed in the last meeting, we reset the ports tree and began from scratch, even though this change involves porting all the packages. Starting small and growing gradually, this approach will reduce build times and consequently lower energy consumption in a world affected by climate change. We will add new ports as users needs arise; ok h3artbl33d@ 2024-05-26 03:08:12 +00:00
graphics As we discussed in the last meeting, we reset the ports tree and began from scratch, even though this change involves porting all the packages. Starting small and growing gradually, this approach will reduce build times and consequently lower energy consumption in a world affected by climate change. We will add new ports as users needs arise; ok h3artbl33d@ 2024-05-26 03:08:12 +00:00
infrastructure add _forgejo user 2024-09-08 16:47:58 +00:00
java As we discussed in the last meeting, we reset the ports tree and began from scratch, even though this change involves porting all the packages. Starting small and growing gradually, this approach will reduce build times and consequently lower energy consumption in a world affected by climate change. We will add new ports as users needs arise; ok h3artbl33d@ 2024-05-26 03:08:12 +00:00
lang UPDATE: lang/go 1.23.3 -> 1.23.5 2025-01-21 16:22:58 +00:00
mail UPDATE: mail/mlmmj 1.4.6 -> 1.4.7 2024-07-08 18:36:46 +00:00
math As we discussed in the last meeting, we reset the ports tree and began from scratch, even though this change involves porting all the packages. Starting small and growing gradually, this approach will reduce build times and consequently lower energy consumption in a world affected by climate change. We will add new ports as users needs arise; ok h3artbl33d@ 2024-05-26 03:08:12 +00:00
misc As we discussed in the last meeting, we reset the ports tree and began from scratch, even though this change involves porting all the packages. Starting small and growing gradually, this approach will reduce build times and consequently lower energy consumption in a world affected by climate change. We will add new ports as users needs arise; ok h3artbl33d@ 2024-05-26 03:08:12 +00:00
multimedia As we discussed in the last meeting, we reset the ports tree and began from scratch, even though this change involves porting all the packages. Starting small and growing gradually, this approach will reduce build times and consequently lower energy consumption in a world affected by climate change. We will add new ports as users needs arise; ok h3artbl33d@ 2024-05-26 03:08:12 +00:00
net UPDATE: net/curl 8.9.1 > 8.10.1 2024-09-22 01:26:32 +00:00
print UPDATE: print/cups 2.4.10 > 2.4.11 2024-10-03 21:30:40 +00:00
security UPDATE: security/sqlmap 1.8.9 -> 1.9 2025-01-11 00:56:57 +00:00
shells UPDATE: shells/bash-completion 2.12.0 > 2.14.0 2024-10-03 19:07:23 +00:00
sysutils remove whitespace 2025-01-13 18:49:40 +00:00
telephony As we discussed in the last meeting, we reset the ports tree and began from scratch, even though this change involves porting all the packages. Starting small and growing gradually, this approach will reduce build times and consequently lower energy consumption in a world affected by climate change. We will add new ports as users needs arise; ok h3artbl33d@ 2024-05-26 03:08:12 +00:00
textproc As we discussed in the last meeting, we reset the ports tree and began from scratch, even though this change involves porting all the packages. Starting small and growing gradually, this approach will reduce build times and consequently lower energy consumption in a world affected by climate change. We will add new ports as users needs arise; ok h3artbl33d@ 2024-05-26 03:08:12 +00:00
wayland As we discussed in the last meeting, we reset the ports tree and began from scratch, even though this change involves porting all the packages. Starting small and growing gradually, this approach will reduce build times and consequently lower energy consumption in a world affected by climate change. We will add new ports as users needs arise; ok h3artbl33d@ 2024-05-26 03:08:12 +00:00
www UPDATE: www/forgejo 7.0.8 > 7.0.9 2024-09-08 16:51:54 +00:00
x11 As we discussed in the last meeting, we reset the ports tree and began from scratch, even though this change involves porting all the packages. Starting small and growing gradually, this approach will reduce build times and consequently lower energy consumption in a world affected by climate change. We will add new ports as users needs arise; ok h3artbl33d@ 2024-05-26 03:08:12 +00:00
.cvsignore SecBSD's official ports repository 2023-08-16 22:26:55 +00:00
.gitignore SecBSD's official ports repository 2023-08-16 22:26:55 +00:00
Makefile add new category 'osint' 2024-07-29 18:52:20 +00:00
README sync ports with The Matrix 2023-09-11 22:02:06 +00:00

Compiling your own source code is discouraged for everyone except for experts,
as difficult build-time crossing-points can occur often, and no assistance will
be provided. 

In case of failure, please install our pre-compiled binary packages.

Documentation for the ports tree includes:

ports(7)		https://man.openbsd.org/ports.7
packages(7)		https://man.openbsd.org/packages.7
mirroring-ports(7)	https://man.openbsd.org/mirroring-ports.7
library-specs(7)	https://man.openbsd.org/library-specs.7
bsd.port.mk(5)		https://man.openbsd.org/bsd.port.mk.5
bsd.port.arch.mk(5)	https://man.openbsd.org/bsd.port.arch.mk.5
port-modules(5)		https://man.openbsd.org/port-modules.5

And for bulk builds:

dpb(1)			https://man.openbsd.org/dpb.1
bulk(8)			https://man.openbsd.org/bulk.8
proot(1)		https://man.openbsd.org/proot.1

Also see the OpenBSD Porter's Handbook
https://www.openbsd.org/faq/ports/