openbsd-ports/infrastructure
espie b091283ada fix refactoring botch introduced in rev 1.60: check_path does the right
sanity check for the build_path_list.
The extra is_stub check is non-sensical, since check_path does a full
(correct) check.

Sorry for breaking www/squid

Note that missing info for pkgpaths end up at the end of equiv.log
2022-03-11 18:38:52 +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 fix some too-short mktemp format strings 2013-09-15 09:20:04 +00:00
lib fix refactoring botch introduced in rev 1.60: check_path does the right 2022-03-11 18:38:52 +00:00
mk Similar to what's done for asciidoc, write a "poison" script in 2022-03-09 14:00:43 +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.