openbsd-ports/infrastructure
sthen a295ee47c9 For MODPERL_REGEN_PPPORT, don't cd ${WRKDIST} unless ${WRKDIST}/ppport.h
exists. Fixes ports using perl.port.mk which copy a .pl directly from
the distfile like security/kpcli.
2022-03-12 19:41:34 +00:00
..
bin this actually broke only @option no-default-conflict 2022-03-09 23:17:31 +00:00
db +net/snowflake_proxy 2022-02-28 16:54:55 +00:00
fetch
lib fix refactoring botch introduced in rev 1.60: check_path does the right 2022-03-11 18:38:52 +00:00
mk For MODPERL_REGEN_PPPORT, don't cd ${WRKDIST} unless ${WRKDIST}/ppport.h 2022-03-12 19:41:34 +00:00
package also moved to bin 2018-09-07 09:05:56 +00:00
templates drop $OpenBSD$ keyword from template files 2022-03-06 20:10:00 +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.