openbsd-ports/infrastructure
thfr 9dd09edd61 use comma in the substitution instead of '/', allows using gitlab
subgroups as raised by lraab@

ok espie@
2023-09-24 18:57:08 +00:00
..
bin totally forgot about this. 2023-09-09 14:56:17 +00:00
db explain why network.conf still has "the long names" 2023-09-05 14:02:44 +00:00
fetch
lib to fix 2023-09-14 15:17:38 +00:00
mk use comma in the substitution instead of '/', allows using gitlab 2023-09-24 18:57:08 +00:00
package
templates
README

README

This directory does not hold ports, but rather stuff to help
with building specific ports, or with checking packages.

A lot of documentation actually exists as manpages.
See bsd.port.mk(5) for most things.

bin/pkg_outdated
	Compare installed registered packages with the ports tree, try to find
	out of date ports.

db/network.conf
	Distfiles configuration. Tweakable by the user.

db/user.list
	List of users and groups created by the ports (or that are advised
	to be added.

bin/outdated-perl-ports
	Compare perl ports INDEX entries (install portslist) with the 
	latest module versions available from CPAN.

templates/Makefile.template
	Template Makefile that may be of use when making a port.