Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
agc 372f0ef8e8 Add NetBSD RCS Id.
Clean up - do all the installation into the correct directories in
the "make install" step, so we don't need to putz around in the Makefile.

The patches have all been cleaned up, so that no -p1 argument is needed
to patch.
1998-03-31 11:54:15 +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 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 portlint: use ${VARIABLE}, instead of $(VARIABLE); ldconfig->${LDCONFIG}; 1998-03-28 21:24:40 +00:00
distfiles Explain what goes here. 1997-12-17 09:25:18 +00:00
editors Update to vim-5.0.2. 1998-03-28 20:52:21 +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 Enable "tgif", fixes PR pkg/5101. 1998-03-29 22:17:55 +00:00
lang Add NetBSD RCS Id. 1998-03-31 11:54:15 +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: sync manpages with Makefile and reality. 1998-03-28 21:38:27 +00:00
mk Add examples for a distributed pkgsrc amongst different archs, plus some more. 1998-03-30 08:18:49 +00:00
net Remove broken "pre-patch" target, let "pathnames.h" use a macro 1998-03-30 18:40:25 +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 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 portlint: Use "${PKGNAME}" instead of "${DISTFILES}". 1998-03-28 21:41:11 +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.