Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
1998-01-27 23:04:48 +00:00
archivers Deprecate bzip - according to the author, the algorithm may have 1998-01-27 16:58:19 +00:00
audio Changes to make timidity package work a bit better: 1998-01-26 17:44:56 +00:00
benchmarks Fix RCS Ids, sync with reality 1997-11-22 03:13:21 +00:00
comms Fix RCS Ids, sync with reality 1997-11-22 03:13:21 +00:00
converters portlint: add MAINTAINER, fix RCS Id 1998-01-24 03:40:55 +00:00
databases portlint: rm -> ${RM} 1998-01-24 03:42:02 +00:00
devel hmm, fix the spacing too :) 1998-01-26 22:56:36 +00:00
distfiles Explain what goes here. 1997-12-17 09:25:18 +00:00
editors This patches lib-src/send-pr (installed as xemacs-send-pr) to 1998-01-27 12:34:09 +00:00
emulators portlint: add RCS Id, nuke empty line 1998-01-24 05:08:39 +00:00
fonts/Xg portlint: s/@unexec rmdir/@dirrm/ 1998-01-24 22:16:14 +00:00
games portlint: remove empty line at BOF 1998-01-24 05:13:30 +00:00
graphics Upgrade to version 4.0 of ImageMagick (from Hitoshi Osada 1998-01-27 13:51:04 +00:00
lang Install the recursive ftp script, rftp, as expect-rftp, to avoid 1998-01-27 18:03:25 +00:00
mail Don't compile in any debug code; reported by Soren S. Jorvang <soren@t.dk>. 1998-01-24 20:39:31 +00:00
mbone put DISTFILES back 1998-01-26 07:24:11 +00:00
misc colorls installs two versions of the man page - one pre-formatted, and 1998-01-27 16:23:52 +00:00
mk add mirror-distfiles target also here 1998-01-27 23:04:48 +00:00
net portlint: add header, move entries around a bit 1998-01-25 00:24:35 +00:00
news portlint: add RCS Id 1998-01-24 22:00:01 +00:00
packages Explain what goes here. 1997-12-17 09:25:18 +00:00
plan9 portlint: fix RCS Id 1998-01-24 22:27:39 +00:00
print portlint: use our install-info 1998-01-24 22:44:47 +00:00
security portlint: use command macros 1998-01-24 22:59:35 +00:00
shells portlint: use our install-info 1998-01-24 23:19:28 +00:00
sysutils portlint: remove empty line 1998-01-24 23:35:56 +00:00
templates Modify for NetBSD a bit, and place some %%.*%% constructs on single 1997-11-21 17:41:50 +00:00
textproc portlint: fix typo on RCS ID :) 1998-01-24 23:44:39 +00:00
www portlint: remove empty line at EOF 1998-01-24 23:55:29 +00:00
x11 portlint: fix RCS Id 1998-01-26 23:24:43 +00:00
Makefile We don't have category math yet, comment out for now. 1997-12-05 00:14:13 +00:00
Packages.txt Correct some spelling typos, pointed out by 1998-01-19 08:07:16 +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.