[BACK]Return to README CVS log [TXT][DIR] Up to [local] / ports / infrastructure

File: [local] / ports / infrastructure / README (download)

Revision 1.12, Sat May 25 21:50:38 2019 UTC (5 years ago) by espie
Branch: MAIN
CVS Tags: OPENBSD_7_5_BASE, OPENBSD_7_5, OPENBSD_7_4_BASE, OPENBSD_7_4, OPENBSD_7_3_BASE, OPENBSD_7_3, OPENBSD_7_2_BASE, OPENBSD_7_2, OPENBSD_7_1_BASE, OPENBSD_7_1, OPENBSD_7_0_BASE, OPENBSD_7_0, OPENBSD_6_9_BASE, OPENBSD_6_9, OPENBSD_6_8_BASE, OPENBSD_6_8, OPENBSD_6_7_BASE, OPENBSD_6_7, OPENBSD_6_6_BASE, OPENBSD_6_6, HEAD
Changes since 1.11: +6 -32 lines

fix badly out-of-date stuff, should probably just finish manpages
and GC this

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.