Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
1998-02-16 17:43:24 +00:00
archivers Fix stripping of binaries (caused by fixing PR4884) 1998-02-09 00:31:30 +00:00
audio Fix package list so that removal of cddb files received from a remote 1998-02-15 19:05:16 +00:00
benchmarks Fix RCS Ids, sync with reality 1997-11-22 03:13:21 +00:00
comms Enable minicom-1.78. 1998-02-11 22:06:12 +00:00
converters Remove -m argument from ldconfig calls, require the system to 1998-02-02 08:58:13 +00:00
databases portlint: rm -> ${RM} 1998-01-24 03:42:02 +00:00
devel Use BSD_INSTALL_SCRIPT instead of custom INSTALL_SCRIPT. 1998-02-16 07:47:39 +00:00
distfiles Explain what goes here. 1997-12-17 09:25:18 +00:00
editors refine handling of PLIST_SRC as suggested by Hubert Feyrer. 1998-02-15 10:41:05 +00:00
emulators Add and enable xmame-0.30.1, fixes PR pkg/4991. 1998-02-14 22:08:42 +00:00
fonts/Xg portlint: s/@unexec rmdir/@dirrm/ 1998-01-24 22:16:14 +00:00
games update to xdemineur 2.1. 1998-02-11 12:35:26 +00:00
graphics back out previous change, AUDIO_ENCODING_SLINEAR is right. See pr 5000 why 1998-02-16 12:45:09 +00:00
lang Use MACHINE_ARCH for archname; Reported by Johnny C. Lam <lamj@stat.cmu.edu> 1998-02-14 17:54:50 +00:00
mail portlint: fix URL (qpopper->popper ; end with /), remove MASTER_SITE_BACKUPS, 1998-02-15 22:25:12 +00:00
mbone Fix stripping of binaries (caused by fixing PR4884) 1998-02-09 00:09:25 +00:00
misc add entry for share/examples/screen/screenrc. closes pr 4978. 1998-02-16 08:52:59 +00:00
mk When generating the PLIST, if a manual page name has to have .gz added 1998-02-13 15:16:43 +00:00
net Compress help files if user set MANZ=1. Closes pr 4775. 1998-02-15 10:36:03 +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 portlint: fix RCS Id 1998-01-24 22:27:39 +00:00
print Enable a2ps. 1998-02-16 17:43:24 +00:00
security add features/fixes from <jbernard@tater.mines.edu> in pr#4928 1998-02-12 14:27:00 +00:00
shells bash2 and scsh work 1998-02-09 00:54:47 +00:00
sysutils Upgrade to top version 3.5beta7 1998-02-16 12:17:14 +00:00
templates Modify for NetBSD a bit, and place some %%.*%% constructs on single 1997-11-21 17:41:50 +00:00
textproc portlint: fix typo on RCS ID :) 1998-01-24 23:44:39 +00:00
www Modify individual package Makefiles to use the new way of specifying 1998-01-30 13:56:55 +00:00
x11 "qt" should be installed in ${X11BASE} not in ${LOCALBASE}. 1998-02-16 10:01:59 +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.