Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
1998-04-15 11:15:34 +00:00
archivers Use the bsd.pkg.mk and bsd.pkg.subdir.mk files in the pkgsrc tree. 1998-04-15 10:38:06 +00:00
audio Use the bsd.pkg.mk and bsd.pkg.subdir.mk files in the pkgsrc tree. 1998-04-15 10:38:15 +00:00
benchmarks Use the bsd.pkg.mk and bsd.pkg.subdir.mk files in the pkgsrc tree. 1998-04-15 10:38:15 +00:00
cad Use the bsd.pkg.mk and bsd.pkg.subdir.mk files in the pkgsrc tree. 1998-04-15 10:38:15 +00:00
comms Use the bsd.pkg.mk and bsd.pkg.subdir.mk files in the pkgsrc tree. 1998-04-15 10:38:15 +00:00
converters Use the bsd.pkg.mk and bsd.pkg.subdir.mk files in the pkgsrc tree. 1998-04-15 10:38:15 +00:00
databases Use the bsd.pkg.mk and bsd.pkg.subdir.mk files in the pkgsrc tree. 1998-04-15 10:38:15 +00:00
devel Use the bsd.pkg.mk and bsd.pkg.subdir.mk files in the pkgsrc tree. 1998-04-15 10:38:15 +00:00
distfiles Explain what goes here. 1997-12-17 09:25:18 +00:00
editors Use the bsd.pkg.mk and bsd.pkg.subdir.mk files in the pkgsrc tree. 1998-04-15 10:38:15 +00:00
emulators Use the bsd.pkg.mk and bsd.pkg.subdir.mk files in the pkgsrc tree. 1998-04-15 10:38:15 +00:00
fonts/Xg Use the bsd.pkg.mk and bsd.pkg.subdir.mk files in the pkgsrc tree. 1998-04-15 10:38:15 +00:00
games Use the bsd.pkg.mk and bsd.pkg.subdir.mk files in the pkgsrc tree. 1998-04-15 10:38:15 +00:00
graphics Use the bsd.pkg.mk and bsd.pkg.subdir.mk files in the pkgsrc tree. 1998-04-15 10:38:15 +00:00
lang Use the bsd.pkg.mk and bsd.pkg.subdir.mk files in the pkgsrc tree. 1998-04-15 10:38:15 +00:00
mail Use the bsd.pkg.mk and bsd.pkg.subdir.mk files in the pkgsrc tree. 1998-04-15 10:38:15 +00:00
math Use the bsd.pkg.mk and bsd.pkg.subdir.mk files in the pkgsrc tree. 1998-04-15 10:38:15 +00:00
mbone Make this work if OBJMACHINE is set, as pointed out by Christian Hopps. 1998-04-15 10:59:10 +00:00
misc Use the bsd.pkg.mk and bsd.pkg.subdir.mk files in the pkgsrc tree. 1998-04-15 10:38:15 +00:00
mk Fix the names of these two files. 1998-04-15 10:45:05 +00:00
net Update to 5.0.9. 1998-04-15 11:15:34 +00:00
news Use the bsd.pkg.mk and bsd.pkg.subdir.mk files in the pkgsrc tree. 1998-04-15 10:38:15 +00:00
packages Explain what goes here. 1997-12-17 09:25:18 +00:00
plan9 Use the bsd.pkg.mk and bsd.pkg.subdir.mk files in the pkgsrc tree. 1998-04-15 10:38:15 +00:00
print Use the bsd.pkg.mk and bsd.pkg.subdir.mk files in the pkgsrc tree. 1998-04-15 10:38:15 +00:00
security Use the bsd.pkg.mk and bsd.pkg.subdir.mk files in the pkgsrc tree. 1998-04-15 10:38:15 +00:00
shells Use the bsd.pkg.mk and bsd.pkg.subdir.mk files in the pkgsrc tree. 1998-04-15 10:38:15 +00:00
sysutils Use the bsd.pkg.mk and bsd.pkg.subdir.mk files in the pkgsrc tree. 1998-04-15 10:38:15 +00:00
templates Correct minor typo. 1998-02-24 10:42:55 +00:00
textproc Use the bsd.pkg.mk and bsd.pkg.subdir.mk files in the pkgsrc tree. 1998-04-15 10:38:15 +00:00
www Use the bsd.pkg.mk and bsd.pkg.subdir.mk files in the pkgsrc tree. 1998-04-15 10:38:15 +00:00
x11 Use the bsd.pkg.mk and bsd.pkg.subdir.mk files in the pkgsrc tree. 1998-04-15 10:38:15 +00:00
Makefile Use the bsd.pkg.mk and bsd.pkg.subdir.mk files in the pkgsrc tree. 1998-04-15 10:38:06 +00:00
Packages.txt Add FAQ about how to do passive FTP 1998-03-25 14:19:59 +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.