Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
1998-02-25 15:49:24 +00:00
archivers Fix stripping of binaries (caused by fixing PR4884) 1998-02-09 00:31:30 +00:00
audio Don't compress manpage by default, and merge two patches 1998-02-23 21:48:57 +00:00
benchmarks Fix RCS Ids, sync with reality 1997-11-22 03:13:21 +00:00
comms Add "IS_INTERACTIVE= yes". 1998-02-17 23:54:23 +00:00
converters Remove -m argument from ldconfig calls, require the system to 1998-02-02 08:58:13 +00:00
databases Add pgaccess. 1998-02-18 17:51:01 +00:00
devel The version of wish which we want here is 8.0. 1998-02-25 15:49:24 +00:00
distfiles Explain what goes here. 1997-12-17 09:25:18 +00:00
editors Make sure that "utilities run internally by XEmacs" are really installed. 1998-02-25 01:22:56 +00:00
emulators This depends von Xpm installed; reported by Markus Illenseer. 1998-02-20 20:38:14 +00:00
fonts/Xg portlint: s/@unexec rmdir/@dirrm/ 1998-01-24 22:16:14 +00:00
games Fix location of qt include files. 1998-02-23 23:36:45 +00:00
graphics "${PREFIX}/share/examples/Mesa" should be owned by "bin:bin" not by the 1998-02-25 02:35:35 +00:00
lang Make sure that "-I/usr/local/include" and "-L/usr/local/lib" don't get 1998-02-19 19:42:36 +00:00
mail I have become bored waiting for exmh 2.0.2, and so have decided to 1998-02-25 12:08:07 +00:00
mbone Fix stripping of binaries (caused by fixing PR4884) 1998-02-09 00:09:25 +00:00
misc Fix location of qt include files. 1998-02-23 23:36:45 +00:00
mk Enhance look & feel of the generated README.html's. 1998-02-20 22:06:18 +00:00
net Fix location of qt include files. 1998-02-23 23:36:45 +00:00
news Modify individual package Makefiles to use the new way of specifying 1998-01-30 13:56:55 +00:00
packages Explain what goes here. 1997-12-17 09:25:18 +00:00
plan9 Use NetBSD's snprintf to format a quad integer, and pass the buffer to 1998-02-24 11:18:58 +00:00
print Don't include /etc/mk.conf explicitly. It's not necessary. 1998-02-23 14:27:51 +00:00
security Don't include make.conf if it doesn't exist. 1998-02-20 07:23:29 +00:00
shells "/etc/shells" was updated only by "pkg_add" but not by "make installe". 1998-02-24 15:42:34 +00:00
sysutils Enable "socket". 1998-02-24 00:45:08 +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 Modify individual package Makefiles to use the new way of specifying 1998-01-30 13:56:55 +00:00
x11 s/PREFIX/prefix in this case. Fixes a minor part of pr 4623 by Ignatios. 1998-02-25 11:24:13 +00:00
Makefile We don't have category math yet, comment out for now. 1997-12-05 00:14:13 +00:00
Packages.txt Patch arguments were reversed, reported by 1998-02-08 18:17:33 +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.