Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
1998-04-21 15:50:27 +00:00
archivers Substitute all obvious FreeBSD ppl as MAINTAINER with packages@netbsd.org. 1998-04-20 11:56:17 +00:00
audio Substitute all obvious FreeBSD ppl as MAINTAINER with packages@netbsd.org. 1998-04-20 11:56:17 +00:00
benchmarks Substitute all obvious FreeBSD ppl as MAINTAINER with packages@netbsd.org. 1998-04-20 11:56:17 +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 Substitute all obvious FreeBSD ppl as MAINTAINER with packages@netbsd.org. 1998-04-20 11:56:17 +00:00
converters Substitute all obvious FreeBSD ppl as MAINTAINER with packages@netbsd.org. 1998-04-20 11:56:17 +00:00
databases Substitute all obvious FreeBSD ppl as MAINTAINER with packages@netbsd.org. 1998-04-20 11:56:17 +00:00
devel Update to V2.2 1998-04-21 08:36:12 +00:00
distfiles Explain what goes here. 1997-12-17 09:25:18 +00:00
editors Substitute all obvious FreeBSD ppl as MAINTAINER with packages@netbsd.org. 1998-04-20 11:56:17 +00:00
emulators Substitute all obvious FreeBSD ppl as MAINTAINER with packages@netbsd.org. 1998-04-20 11:56:17 +00:00
fonts/Xg Substitute all obvious FreeBSD ppl as MAINTAINER with packages@netbsd.org. 1998-04-20 11:56:17 +00:00
games Substitute all obvious FreeBSD ppl as MAINTAINER with packages@netbsd.org. 1998-04-20 11:56:17 +00:00
graphics xart works 1998-04-21 00:47:33 +00:00
lang Substitute all obvious FreeBSD ppl as MAINTAINER with packages@netbsd.org. 1998-04-20 11:56:17 +00:00
mail Substitute all obvious FreeBSD ppl as MAINTAINER with packages@netbsd.org. 1998-04-20 11:56:17 +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 Substitute all obvious FreeBSD ppl as MAINTAINER with packages@netbsd.org. 1998-04-20 11:56:17 +00:00
mk Pass the environment down when using xmkmf to configure. 1998-04-21 15:50:27 +00:00
net Substitute all obvious FreeBSD ppl as MAINTAINER with packages@netbsd.org. 1998-04-20 11:56:17 +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 Substitute all obvious FreeBSD ppl as MAINTAINER with packages@netbsd.org. 1998-04-20 11:56:17 +00:00
print Substitute all obvious FreeBSD ppl as MAINTAINER with packages@netbsd.org. 1998-04-20 11:56:17 +00:00
security Substitute all obvious FreeBSD ppl as MAINTAINER with packages@netbsd.org. 1998-04-20 11:56:17 +00:00
shells Update to V2.02 1998-04-21 14:23:27 +00:00
sysutils Substitute all obvious FreeBSD ppl as MAINTAINER with packages@netbsd.org. 1998-04-20 11:56:17 +00:00
templates Correct minor typo. 1998-02-24 10:42:55 +00:00
textproc Substitute all obvious FreeBSD ppl as MAINTAINER with packages@netbsd.org. 1998-04-20 11:56:17 +00:00
www Substitute all obvious FreeBSD ppl as MAINTAINER with packages@netbsd.org. 1998-04-20 11:56:17 +00:00
x11 Substitute all obvious FreeBSD ppl as MAINTAINER with packages@netbsd.org. 1998-04-20 11:56:17 +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 a note about adjusting MAINTAINER to Section 4.1 if adopting FreeBSD ports. 1998-04-20 12:14:22 +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.