Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
1998-03-28 19:28:32 +00:00
archivers fix for PR 5194 from augustss - no directory in patched file names 1998-03-24 20:34:52 +00:00
audio Allow building as non-root 1998-03-26 07:21:20 +00:00
benchmarks Handle MANZ and MANINSTALL case better. 1998-03-20 22:04:08 +00:00
comms Handle MANZ and MANINSTALL case better. 1998-03-20 22:04:08 +00:00
converters Update to KDE Beta 3 'Huesten'. 1998-03-21 01:53:16 +00:00
databases Fix last commit after feedback from Klaus. 1998-03-16 14:40:48 +00:00
devel Update to 1.2.3, set us as maintainers. 1998-03-26 10:14:26 +00:00
distfiles Explain what goes here. 1997-12-17 09:25:18 +00:00
editors Adapt to changed behaviour of gcc's "-nostdlib" option. 1998-03-16 08:40:18 +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 Install setgid games for scorefile access. Fix bugs in `make install.' 1998-03-28 19:28:32 +00:00
graphics portlint: add missing / to URL. 1998-03-26 22:54:40 +00:00
lang do use vfork, pointed out by Charles Hannum 1998-03-24 13:07:53 +00:00
mail Turn on ALLOW_CHANGING_FROM by default. 1998-03-19 02:32:29 +00:00
mbone We only need the tk working directory extracted and configured, not built. 1998-03-20 07:22:05 +00:00
misc portlint: remove whitespace before end of line 53. 1998-03-26 23:01:42 +00:00
mk Initial pass at creating an example /etc/mk.conf. 1998-03-27 17:31:21 +00:00
net Update to "tkirc-1.202". 1998-03-28 14:54:12 +00:00
news Shut up portlint. 1998-03-26 23:06:21 +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 Set ONLY_FOR_ARCHS like in x11/xforms as the pkg does not work without. 1998-03-20 12:37:50 +00:00
security Set NOLINT=1. Oops. 1998-03-28 01:07:53 +00:00
shells portlint: remove whitespaces at line 23; mv->${MV}; ln->${LN}. 1998-03-10 16:23:40 +00:00
sysutils Add and enable depot. 1998-03-19 13:51:58 +00:00
templates Correct minor typo. 1998-02-24 10:42:55 +00:00
textproc s/pre-fetch/pre-extract/ 1998-02-22 00:14:35 +00:00
www Fix install of a script. 1998-03-24 20:34:57 +00:00
x11 Update to "tkirc-1.202". 1998-03-28 14:54:12 +00:00
Makefile Sync with bsd.port.mk: use "ARCH:" field for "print-index:" and "search:". 1998-03-08 14:26:26 +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.