Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
jlam 3306fc00c1 Introduce concept of the "phase" that we're in as we progress through
fetching, extracting, configuring, building, etc. of a package.  We
can check what phase we're in by examining the value of ${PKG_PHASE}
and comparing against PHASES_AFTER_<phase>, which list phases that
are "greater than or equal to" <phase>.

One useful example of how to use PKG_PHASE is:

.if !empty(PHASES_AFTER_EXTRACT:${PKG_PHASE})
#
# Some variable settings or targets here that rely on dependencies to
# already be installed, or ${WRKDIR} to be created, etc., as these are
# things that should have happened by the time "make extract" is
# completed.
#
.endif
2004-01-21 18:13:27 +00:00
archivers Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:07:06 +00:00
audio s/it's/its/ 2004-01-20 22:05:17 +00:00
benchmarks Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:07:06 +00:00
biology Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:07:06 +00:00
cad Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:07:06 +00:00
chat Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:07:06 +00:00
comms Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:07:06 +00:00
converters Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:07:06 +00:00
cross Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:07:06 +00:00
databases Update to version 1.0beta1. This packages now use GTK2. 2004-01-21 16:26:37 +00:00
devel Convert to use krb5.buildlink3.mk to get Kerberos 5 support. Tested to 2004-01-21 14:31:36 +00:00
distfiles
doc Note update of gq to version 1.0beta1. 2004-01-21 16:27:54 +00:00
editors Fix a build/linking problem wrt Xft2. 2004-01-21 17:43:55 +00:00
emulators Remove CONFLICT lines with mozilla-bin and phoenix-bin - no longer appears 2004-01-20 18:19:23 +00:00
finance Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:07:06 +00:00
fonts Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:07:06 +00:00
games Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:07:06 +00:00
geography Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:07:06 +00:00
graphics On IRIX systems, assume that Xpm is built-in. 2004-01-21 11:24:38 +00:00
ham Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:18:15 +00:00
inputmethod Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:18:15 +00:00
lang Add USE_GCC3 to files/gcc3.mk to work better when included in mk.conf 2004-01-21 10:17:56 +00:00
licenses Add licenses/fprot-workstation-license for security/fprot-workstation-bin. 2004-01-07 19:06:23 +00:00
mail Updated postfix to 2.0.17 2004-01-21 06:56:48 +00:00
math Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:18:15 +00:00
mbone Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:18:15 +00:00
meta-pkgs Fix PATH (gdm -> gdm1). 2004-01-20 13:47:42 +00:00
misc s/it's/its/ 2004-01-20 22:05:17 +00:00
mk Introduce concept of the "phase" that we're in as we progress through 2004-01-21 18:13:27 +00:00
net Make this compile with gcc3. Should fix PR 24174 by Noud de Brouwer. 2004-01-20 22:51:06 +00:00
news Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:18:15 +00:00
packages
parallel Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:18:15 +00:00
pkgtools Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:18:15 +00:00
print Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:18:15 +00:00
security Recognize KERBEROS as a flag that can cause this package to be built using 2004-01-21 14:01:06 +00:00
shells Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:18:15 +00:00
sysutils +fastfs 2004-01-21 05:03:49 +00:00
templates These pkgs are known to support IPv6. 2003-10-06 00:27:15 +00:00
textproc Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:18:15 +00:00
time Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:18:15 +00:00
wm Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:18:15 +00:00
www s/it's/its/ 2004-01-20 22:15:21 +00:00
x11 Finishing previous commit. 2004-01-20 13:46:00 +00:00
Makefile Add a geography category, in anticipatino of a number of pending packages. 2003-10-04 19:34:46 +00:00
Packages.txt Fix typo. 2004-01-14 07:25:48 +00:00
pkglocate Use "printf" instead of "echo -n" because it's more portable. 2003-05-31 14:20:46 +00:00
README the full documentation has more up-to-date information than the 2003-06-23 07:48:01 +00:00

$NetBSD: README,v 1.16 2003/06/23 07:48:01 grant Exp $

The pkgsrc documentation now lives on the NetBSD web site.

Full documentation, one file per chapter:
	http://www.NetBSD.org/Documentation/pkgsrc/

Full documentation in a single file:
	http://www.NetBSD.org/Documentation/pkgsrc/pkgsrc.html

Full documentation in a single plain-text file:
	http://www.NetBSD.org/Documentation/pkgsrc/pkgsrc.txt

pkgsrc.txt and pkgsrc.html are also provided in the top level pkgsrc
directory (this directory).