openbsd-ports/infrastructure
espie 63f0d16310 document DPB::Vars somewhat, tweak the interface to DPB::Vars->get
because we can benefit from other state access (specifically for waitpid)
2019-10-24 09:51:26 +00:00
..
bin clean up/document the interface to reporter a bit 2019-10-23 13:38:12 +00:00
db reserve 844 for routinator 2019-10-04 20:30:27 +00:00
fetch fix some too-short mktemp format strings 2013-09-15 09:20:04 +00:00
lib document DPB::Vars somewhat, tweak the interface to DPB::Vars->get 2019-10-24 09:51:26 +00:00
mk use MACHINE_ARCH (not ARCH) in WRKINST as we do in all other paths; ok espie@ 2019-10-17 21:40:38 +00:00
package also moved to bin 2018-09-07 09:05:56 +00:00
templates Add explanatory comments to several entries 2019-09-09 19:19:05 +00:00
README fix badly out-of-date stuff, should probably just finish manpages 2019-05-25 21:50:38 +00:00

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.