Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
1998-01-24 21:05:41 +00:00
archivers portlint: move ONLY_FOR_ARCHS 1998-01-24 03:20:01 +00:00
audio portlint: use our install-info 1998-01-24 03:14:44 +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 portlint: add MAINTAINER, fix RCS Id 1998-01-24 03:40:55 +00:00
databases portlint: rm -> ${RM} 1998-01-24 03:42:02 +00:00
devel portlint: nuke empty lines 1998-01-24 04:37:56 +00:00
distfiles Explain what goes here. 1997-12-17 09:25:18 +00:00
editors portlint: Fix spelling, delete empty line at EOF 1998-01-24 05:02:15 +00:00
emulators portlint: add RCS Id, nuke empty line 1998-01-24 05:08:39 +00:00
fonts/Xg Add a NetBSD RCS Id to all the PLIST files. 1997-11-06 09:57:11 +00:00
games portlint: remove empty line at BOF 1998-01-24 05:13:30 +00:00
graphics portlint: add Maintainer 1998-01-24 20:15:23 +00:00
lang portlint: true -> /usr/bin/true 1998-01-24 20:26:42 +00:00
mail Don't compile in any debug code; reported by Soren S. Jorvang <soren@t.dk>. 1998-01-24 20:39:31 +00:00
mbone portlint: add RCS Id 1998-01-24 20:48:01 +00:00
misc portlint: add MAINTAINER, move RUN_DEPENDS, patch -> ${PATCH} 1998-01-24 21:05:41 +00:00
mk Echo "" instead of nothing in CKSUMFILES computation.. 1998-01-23 16:48:23 +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 Make libwrap support conditional on USE_LIBWRAP again, since usage of ssh's 1998-01-24 15:46:30 +00:00
shells Add gtexinfo as requirement to build/install bash (needed for the info 1998-01-20 23:28:25 +00:00
sysutils portlint: fix CFLAGS parsing hack 1998-01-24 20:52:21 +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.