Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
bouyer 560e303db6 Restore FreeBSD id's
formatted man pages have suffix 0, not 1.
Use patch to change /usr/local to __PREFIX/share in nls/LANGS
Use sed to change __PREFIX into $PREFIX in nls/LANGS
1998-01-23 13:17:11 +00:00
archivers Fix up an error relating to a forward declaration of the time(3) 1998-01-21 15:09:10 +00:00
audio Set MIRROR_DISTFILE to "no" in package Makefiles which might have 1998-01-22 10:26:36 +00:00
benchmarks Fix RCS Ids, sync with reality 1997-11-22 03:13:21 +00:00
comms Fix RCS Ids, sync with reality 1997-11-22 03:13:21 +00:00
converters kdesupport works 1997-12-29 03:25:50 +00:00
databases Run ranlib on the installed library. 1997-11-20 11:47:23 +00:00
devel Add NetBSD RCS Id. 1998-01-15 10:08:45 +00:00
distfiles Explain what goes here. 1997-12-17 09:25:18 +00:00
editors A much better PLIST for this package, now, thanks to Matthias Scheler 1997-12-24 09:44:48 +00:00
emulators Set MIRROR_DISTFILE to "no" in package Makefiles which might have 1998-01-22 10:26:36 +00:00
fonts/Xg Add a NetBSD RCS Id to all the PLIST files. 1997-11-06 09:57:11 +00:00
games More whitespace lossage, fixed by Matthias Scheler's PR 4762. 1998-01-02 04:52:30 +00:00
graphics Add pixmap & xbmbrowser 1998-01-23 11:42:30 +00:00
lang Fix setting CONFIGURE_ARGS ("=" -> "+=") 1997-12-22 07:45:38 +00:00
mail Restore FreeBSD id's 1998-01-23 13:17:11 +00:00
mbone Set MIRROR_DISTFILE to "no" in package Makefiles which might have 1998-01-22 10:26:36 +00:00
misc add kdeutils 1997-12-29 03:46:31 +00:00
mk In the shell script to find an executable upon which this package 1998-01-23 09:47:57 +00:00
net Enable rsync. 1998-01-23 10:00:38 +00:00
news knews works 1997-12-18 00:18:01 +00:00
packages Explain what goes here. 1997-12-17 09:25:18 +00:00
plan9 Don't use hardcoded "work" dirname, but use ${WRKDIR:T} instead (and 1998-01-16 08:42:22 +00:00
print Add ls-R.5 manual page to the Makefile's MAN5 definition so that it 1998-01-20 17:09:21 +00:00
security Set MIRROR_DISTFILE to "no" in package Makefiles which might have 1998-01-22 10:26:36 +00:00
shells Add gtexinfo as requirement to build/install bash (needed for the info 1998-01-20 23:28:25 +00:00
sysutils Clean up Makefile (install man pages correctly, add comments, use 1998-01-22 18:01:19 +00:00
templates Modify for NetBSD a bit, and place some %%.*%% constructs on single 1997-11-21 17:41:50 +00:00
textproc Set MIRROR_DISTFILE to "no" in package Makefiles which might have 1998-01-22 10:26:36 +00:00
www Update for lynx2.7.1ac-0.102. 1997-12-23 11:06:50 +00:00
x11 add fvwm95 and xcolors 1998-01-23 12:14:43 +00:00
Makefile We don't have category math yet, comment out for now. 1997-12-05 00:14:13 +00:00
Packages.txt Correct some spelling typos, pointed out by 1998-01-19 08:07:16 +00:00
README Add NetBSD RCS Id, and correct a minor typo. 1998-01-13 13:13:59 +00:00

$NetBSD: README,v 1.2 1998/01/13 13:13:59 agc Exp $

Welcome to the NetBSD Packages System
=====================================

Below this directory, you will find packages to build (compiled) programs
from sources. To do so, cd into one of the sub-directories, and enter:

	make
	make install

To make a precompiled binary package that can be installed on another
system, enter

	make package

after that. The precompiled package will be placed in the "packages" 
subdirectory. A collection of precompiled binary packages can be found
on ftp.netbsd.org in /pub/NetBSD/packages. To install a precompiled 
binary package, hand its filename or an ftp://-URL pointing to it to
pkg_add(1).

See http://www.netbsd.org/Documentation/netbsd/Packages.txt for more
information on the packages system.