Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
agc 68016c2d6f Delete the static library from the PLIST if no static library was
built.  Fixes a problem pointed out by Charles Hannum.
1998-03-12 00:58:06 +00:00
archivers Fix manual page compression. 1998-03-11 23:37:44 +00:00
audio Also needs wish8.0 at run time. 1998-03-11 18:13:22 +00:00
benchmarks Fix manual page compression 1998-03-07 13:57:00 +00:00
comms portlint: remove whitespace before end of line 10. 1998-03-10 13:42:00 +00:00
converters Enable "xdeview-0.5.13", fixes PR pkg/5083. 1998-03-02 00:40:59 +00:00
databases Add pgaccess. 1998-02-18 17:51:01 +00:00
devel Do the same pre-processing of the packing list for the files that 1998-03-11 23:18:46 +00:00
distfiles Explain what goes here. 1997-12-17 09:25:18 +00:00
editors portlint: use ${RM} instead of rm. 1998-03-10 13:52:53 +00:00
emulators - Use the linux ldconfig to DTRT 1998-03-05 12:22:53 +00:00
fonts/Xg portlint: s/@unexec rmdir/@dirrm/ 1998-01-24 22:16:14 +00:00
games Fix location of qt include files. 1998-02-23 23:36:45 +00:00
graphics portlint: pkg->${PKGDIR}. 1998-03-11 10:10:31 +00:00
lang portlint: remove unnecessery blank line. 1998-03-10 14:06:04 +00:00
mail Don't use absolue paths, use /data/pkg/bin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/X11R6.3/bin:/usr/local/X11R6.1/bin:/usr/local/X11R6/bin:/home/feyrer/bin:/bin:/usr/bin:/usr/sbin:/sbin:/usr/ucb:/etc:/home/feyrer/bin rather. (PR 5149) 1998-03-11 12:57:32 +00:00
mbone Add missing NetBSD Id. 1998-03-06 12:54:10 +00:00
misc The pkg installs man1/buffer.1. 1998-03-10 14:42:22 +00:00
mk Temporarily revert to using GNU tar, until pax is bug-compatible with 1998-03-09 18:36:51 +00:00
net portlint: sed->${SED}. 1998-03-10 15:30:38 +00:00
news Modify individual package Makefiles to use the new way of specifying 1998-01-30 13:56:55 +00:00
packages Explain what goes here. 1997-12-17 09:25:18 +00:00
plan9 MAN1->CAT1. 1998-03-10 15:48:51 +00:00
print Don't install ${PREFIX}/info/README; 1998-03-02 20:13:00 +00:00
security false->${FALSE}; pkg->${PKGDIR}. 1998-03-10 16:18:28 +00:00
shells portlint: remove whitespaces at line 23; mv->${MV}; ln->${LN}. 1998-03-10 16:23:40 +00:00
sysutils portlint: mv->${MV}; ln->${LN}. 1998-03-10 16:26:34 +00:00
templates Correct minor typo. 1998-02-24 10:42:55 +00:00
textproc s/pre-fetch/pre-extract/ 1998-02-22 00:14:35 +00:00
www Update lynx to 2.8rel.2 1998-03-10 23:03:02 +00:00
x11 Delete the static library from the PLIST if no static library was 1998-03-12 00:58:06 +00:00
Makefile Sync with bsd.port.mk: use "ARCH:" field for "print-index:" and "search:". 1998-03-08 14:26:26 +00:00
Packages.txt Removed section 9.9 because the work arround doesn't work as expected, 1998-03-07 14:18:40 +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.