openbsd-ports/infrastructure
afresh1 aaf8c0f4be Support exact requirements in OpenBSD::PortGen::Ruby
Although I couldn't find a definitive guide to version specs,
I did find an example showing this seems to be how RubyGems work.

From Thomas L. <tom.longshine () web ! de>
2020-04-17 02:14:01 +00:00
..
bin missing piece for setting LOGDIR 2020-04-15 16:18:48 +00:00
db Build and package Mumble server component (murmur) 2020-04-13 13:18:36 +00:00
fetch
lib Support exact requirements in OpenBSD::PortGen::Ruby 2020-04-17 02:14:01 +00:00
mk separate the debuginfo property from its use to zap DEBUG_PACKAGES 2020-04-16 19:33:29 +00:00
package
templates Makefile.template: add a hook to remove MS-DOS line endings in files 2020-03-22 17:18:01 +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.