openbsd-ports/infrastructure
2003-12-15 21:18:41 +00:00
..
build adapt to new pkg tools without breaking compatibility to old ones 2003-11-05 17:35:45 +00:00
db +_quagga 2003-12-11 19:05:38 +00:00
fetch don't try to fetch distfiles of ports marked FETCH_MANUALLY 2003-08-28 16:19:00 +00:00
install buglet fix 2003-07-16 22:07:40 +00:00
mk Check for duplicates in mirror-maker entries, build Makefiles that won't 2003-12-15 17:56:40 +00:00
package shrink by using the new perl modules. 2003-10-23 17:49:02 +00:00
patches spelling and double word fixes 2003-03-28 22:25:00 +00:00
plist lists of subdirs for packages for the CD for all architectures, ala-essentials 2003-09-23 01:31:01 +00:00
templates new MASTER_SITE_APACHE 2003-12-15 21:18:41 +00:00
README change references to db/essentials and fix a typo in the process 2003-09-23 01:40:26 +00:00

This directory does not hold ports, but rather stuff to help
with building specific ports, or with checking packages.

Better documentation will be written as this progresses.

Quick list of what exists, most useful stuff first

build/bundle-readmes: 
	create README.html files and bundle them as one tar archive.

fetch/check-distfiles
	heuristic to check the whole contents of /usr/ports/distfiles against
	all MD5 files in the ports tree.
	
packages/check-dependencies
	Check dependencies for all packages in the current directory.
	Basically, verifies that the tsort in bsd.port.mk did their job.

build/find-build-order
	used such as cat plist/i386 | build/find-build-order
	outputs a list of stuff that actually needs to be built to obtain those
	packages, in a suitable order for removing backward dependencies.

	Optional arg `build' or `run' to take only build or run dependencies
	into account.

	Major defect: tsort is not a stable sort, so find-build-order will
	rearrange the list it gets as input.

build/out-of-date
	compare installed registered packages with INDEX, try to find out 
	of date ports.

install/make-plist
	perl helper for the make plist target

db/network.conf
	Distfiles configuration. Tweakable by the user

fetch/check-license
	legacy script used by Marco to check the LICENSE files

install/create-user
	simple script to create new users account, based on db/users.db