Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
1998-03-06 02:21:53 +00:00
archivers Oops, these are category "archivers", not "devel". 1998-03-05 20:09:46 +00:00
audio Workaround for PR pkg/5078: add REQUIRES_MOTIF 1998-03-05 15:32:52 +00:00
benchmarks Handle manual page compression more clever. 1998-02-28 18:14:09 +00:00
comms Fix manual page compression (or not) a different way. 1998-03-05 17:11:10 +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 Use catgets, pointed out by Charles Hannum 1998-03-05 13:17:17 +00:00
distfiles Explain what goes here. 1997-12-17 09:25:18 +00:00
editors Next attempt to fix PR 4979 (DOC file) 1998-03-03 16:27:34 +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 Update for Mesa 2.6. 1998-03-05 20:56:25 +00:00
lang Use softlinks for manual page links because "bsd.port.mk" handles those 1998-03-01 15:25:30 +00:00
mail add missing @dirrm rules and add .gz suffix to manpages (if not already there). 1998-02-28 20:27:11 +00:00
mbone Separate the Tk-related diffs info a separate file. 1998-03-06 02:21:53 +00:00
misc Install manpage as .1, not .l, fix by Soren S. Jorvang <soren@t.dk>. 1998-03-04 15:55:22 +00:00
mk MANZ now handles symlinks properly. 1998-03-01 13:38:03 +00:00
net Some cleanup: 1998-03-05 16:55:33 +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 Don't bother checking if we're on NetBSD before setting MANCOMPRESSED. 1998-02-27 13:21:23 +00:00
print Don't install ${PREFIX}/info/README; 1998-03-02 20:13:00 +00:00
security Don't include make.conf if it doesn't exist. 1998-02-20 07:23:29 +00:00
shells Changes for the PLIST to reflect what's actually installed: 1998-03-05 14:28:32 +00:00
sysutils Remove .include mk.conf, thanks to agc. 1998-03-04 07:56:08 +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 Move some stuff from a patch to a sed script. Add ability to set root of 1998-03-05 11:42:42 +00:00
x11 Use BSD_INSTALL_SCRIPT to install tcpdump2xplot.pl so that we don't try to 1998-03-04 11:10:12 +00:00
Makefile Don't build athena anymore 1998-03-05 09:09:55 +00:00
Packages.txt Add note on use of mk.conf variables. 1998-03-05 16:37:14 +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.