Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
1998-04-13 15:41:59 +00:00
archivers fix for PR 5194 from augustss - no directory in patched file names 1998-03-24 20:34:52 +00:00
audio Mmmm, bzip. 1998-04-03 22:15:02 +00:00
benchmarks Handle MANZ and MANINSTALL case better. 1998-03-20 22:04:08 +00:00
cad Add from FreeBSD per request from Dan McMahill <mcmahill@mtl.mit.edu> 1998-04-09 13:02:43 +00:00
comms Handle MANZ and MANINSTALL case better. 1998-03-20 22:04:08 +00:00
converters Update checksum; author repacked the archive on his original site. Also 1998-03-28 20:30:11 +00:00
databases Fix last commit after feedback from Klaus. 1998-03-16 14:40:48 +00:00
devel Add "bison" info file to info files directory, fixes PR pkg/5187. 1998-04-13 10:11:28 +00:00
distfiles Explain what goes here. 1997-12-17 09:25:18 +00:00
editors Apply patches supplied by Johnny C. Lam PR pkg/5069 to make emacs MH-E to 1998-04-13 13:46:39 +00:00
emulators ONLY_FOR_ARCHS doesn't check ARCH; it checks MACHINE_ARCH. Change this to 1998-03-26 17:35:39 +00:00
fonts/Xg portlint: s/@unexec rmdir/@dirrm/ 1998-01-24 22:16:14 +00:00
games Installing the files once is plenty. 1998-04-11 23:18:02 +00:00
graphics Fix long-standing bug in xplot's parsing of timevals, which causes 1998-03-31 21:42:01 +00:00
lang Move package to directory for new category "math". 1998-04-12 21:50:40 +00:00
mail Tell "configure" to strip binaries while linking instead of calling 1998-04-12 23:34:21 +00:00
math Add Makefile and pkg/COMMENT for math categorie. Enable py-Numeric. 1998-04-13 15:40:16 +00:00
mbone We only need the tk working directory extracted and configured, not built. 1998-03-20 07:22:05 +00:00
misc Feed our own data to the autoconfigure-o-magic. 1998-04-11 22:13:07 +00:00
mk Don't creade dirs mode 444, inspired by fvdl's last commit. 1998-04-09 12:47:02 +00:00
net Fix zephyr built with kerberosIV 1998-04-09 19:49:16 +00:00
news Update md5 to match nntpclnt-1.6.1.tar.gz from ftp.uu.net, and upload that 1998-03-28 21:57:17 +00:00
packages Explain what goes here. 1997-12-17 09:25:18 +00:00
plan9 MAN1->CAT1. 1998-03-10 15:48:51 +00:00
print Add and enable "mpage-2.5", fixes PR pkg/5189. 1998-04-01 21:07:49 +00:00
security Add do-nothing "fetch-list" target so it works if USA_RESIDENT!=YES 1998-04-12 22:03:05 +00:00
shells portlint: remove whitespaces at line 23; mv->${MV}; ln->${LN}. 1998-03-10 16:23:40 +00:00
sysutils Add support for UVM. 1998-04-02 09:35:38 +00:00
templates Correct minor typo. 1998-02-24 10:42:55 +00:00
textproc Enable unroff. 1998-03-31 13:07:02 +00:00
www Remove double entries for libmsgc21.so, libnspr21.so, libplc21.so 1998-04-11 14:43:51 +00:00
x11 Add a little patch that fixes a known problem in 0.83. 1998-04-07 10:10:23 +00:00
Makefile Enable cad and math subdirs. 1998-04-13 15:41:59 +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.