Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
agc c9ce289901 Initial import of par, a text formatter like fmt(1) which can handle
UTF characters and uses different (lazy) algorithms for formatting,
into the NetBSD packages collection, from the FreeBSD port.
1998-01-12 11:23:38 +00:00
archivers Add bzip2 1998-01-09 10:07:23 +00:00
audio Delete USE_GMAKE - native make works fine. 1998-01-08 17:28:13 +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 kdesupport works 1997-12-29 03:25:50 +00:00
databases Run ranlib on the installed library. 1997-11-20 11:47:23 +00:00
devel As pointed out by Charles Hannum, program files which are not 1998-01-09 14:52:36 +00:00
distfiles Explain what goes here. 1997-12-17 09:25:18 +00:00
editors A much better PLIST for this package, now, thanks to Matthias Scheler 1997-12-24 09:44:48 +00:00
emulators linux_lib works 1997-12-29 19:15:02 +00:00
fonts/Xg Add a NetBSD RCS Id to all the PLIST files. 1997-11-06 09:57:11 +00:00
games More whitespace lossage, fixed by Matthias Scheler's PR 4762. 1998-01-02 04:52:30 +00:00
graphics Update to more current version; 1997-12-31 03:34:45 +00:00
lang Fix setting CONFIGURE_ARGS ("=" -> "+=") 1997-12-22 07:45:38 +00:00
mail Add two files that have been added in version 0.20 1998-01-12 11:09:42 +00:00
mbone Configure as ${MACHINE_ARCH}--netbsd; this closes PR pkg/4726 1997-12-21 23:41:43 +00:00
misc add kdeutils 1997-12-29 03:46:31 +00:00
mk Add lines so that "make readme" in the top level pkgsrc directory, or 1998-01-08 10:59:47 +00:00
net p5-Net was added a while ago, kindly pointed out byCharles Hannum. 1998-01-07 07:20:10 +00:00
news knews works 1997-12-18 00:18:01 +00:00
packages Explain what goes here. 1997-12-17 09:25:18 +00:00
plan9 Comment out mknod prototype in rc's proto.h on 4.4BSD-derived OSes. 1997-12-19 09:29:15 +00:00
print Yet another changed distfiles with the same version-number. 1998-01-06 04:07:15 +00:00
security Fix setting CONFIGURE_ARGS ("=" -> "+=") 1997-12-22 07:45:38 +00:00
shells Close PR 4760 by Matthias Scheler as suggested. 1998-01-01 05:35:04 +00:00
sysutils Fix setting CONFIGURE_ARGS ("=" -> "+=") 1997-12-22 07:45:38 +00:00
templates Modify for NetBSD a bit, and place some %%.*%% constructs on single 1997-11-21 17:41:50 +00:00
textproc Initial import of par, a text formatter like fmt(1) which can handle 1998-01-12 11:23:38 +00:00
www Update for lynx2.7.1ac-0.102. 1997-12-23 11:06:50 +00:00
x11 Delete USE_GMAKE, as it's not necessary. Native make works fine. 1998-01-09 09:27:33 +00:00
Makefile We don't have category math yet, comment out for now. 1997-12-05 00:14:13 +00:00
Packages.txt Concentrate FreeBSD credits, note what we call a port, some minor fixes. 1998-01-03 06:18:00 +00:00
README Some descriptive text. 1998-01-06 19:51:52 +00:00

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 it's 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.