Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
1998-04-19 12:48:07 +00:00
archivers portlint: delete contiguous blank line 17. 1998-04-18 17:13:05 +00:00
audio Introduce USE_GTEXINFO and INFO_FILES definitions to bsd.pkg.mk, and use them. 1998-04-17 09:37:21 +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 Introduce USE_GTEXINFO and INFO_FILES definitions to bsd.pkg.mk, and use them. 1998-04-17 09:37:21 +00:00
devel Fix a warning for egcs. 1998-04-18 16:53:28 +00:00
distfiles Explain what goes here. 1997-12-17 09:25:18 +00:00
editors Introduce USE_GTEXINFO and INFO_FILES definitions to bsd.pkg.mk, and use them. 1998-04-17 09:37:21 +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 portlint: remove whitespace before end of line 8. 1998-04-16 07:54:30 +00:00
graphics Remove unused checksum for "hpcdtoppm.0.6.tar.gz", fixes PR pkg/5316. 1998-04-19 07:47:52 +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 Upgrade nmh to version 0.24 1998-04-17 16:28:12 +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 Introduce USE_GTEXINFO and INFO_FILES definitions to bsd.pkg.mk, and use them. 1998-04-17 09:37:21 +00:00
mk make -> ${MAKE}, as per FreeBSD's PR 6341. 1998-04-19 12:48:07 +00:00
net Enable xarchie. 1998-04-18 20:33:55 +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 this needs perl for the fix* scripts 1998-04-17 20:17:18 +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 Introduce USE_GTEXINFO and INFO_FILES definitions to bsd.pkg.mk, and use them. 1998-04-17 09:37:21 +00:00
sysutils Some helpful text 1998-04-19 12:26:37 +00:00
templates Correct minor typo. 1998-02-24 10:42:55 +00:00
textproc Remove "avaliable" from languages/english/english.2. Closes pr 5181 by 1998-04-16 12:48: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 Introduce USE_GTEXINFO and INFO_FILES definitions to bsd.pkg.mk, and use them. 1998-04-17 09:37:21 +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 Fix sup-example 1998-04-17 22:01:01 +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.