Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
1998-02-08 23:31:22 +00:00
archivers Deprecate bzip - according to the author, the algorithm may have 1998-01-27 16:58:19 +00:00
audio fix manpage according to PR 4916 by Jaromir Dolecek <dolecek@ics.muni.cz>. 1998-02-07 02:45:14 +00:00
benchmarks Fix RCS Ids, sync with reality 1997-11-22 03:13:21 +00:00
comms Add and enable lrzsz, fixes PR pkg/4747. 1998-02-05 21:50:31 +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 Introduce ONLY_FOR_ARCHS and leave out m68k, as there is no support yet. 1998-02-02 11:17:54 +00:00
distfiles Explain what goes here. 1997-12-17 09:25:18 +00:00
editors Modify individual package Makefiles to use the new way of specifying 1998-01-30 13:56:55 +00:00
emulators Introduce TRUE?=/usr/bin/true, and use it. 1998-02-02 08:10:41 +00:00
fonts/Xg portlint: s/@unexec rmdir/@dirrm/ 1998-01-24 22:16:14 +00:00
games portlint: URL should end with "/". 1998-02-02 20:56:14 +00:00
graphics Via PR 4823 by garbled@garbled.futureone.com 1998-02-08 23:12:33 +00:00
lang By redefining the stack pointer offset to 2, 0.9.2/jit now passes all 1998-02-03 15:03:01 +00:00
mail Add and enable Mutt 0.89.1i. 1998-02-02 10:50:04 +00:00
mbone Modify individual package Makefiles to use the new way of specifying 1998-01-30 13:56:55 +00:00
misc Correct reversed patch. 1998-02-05 13:52:25 +00:00
mk Introduce TRUE?=/usr/bin/true, and use it. 1998-02-02 08:10:41 +00:00
net portlint: move cvs id where it belongs. 1998-02-02 21:02:12 +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 Via PR 4822 by garbled@garbled.futureone.com 1998-02-08 23:31:22 +00:00
security Replace "<$ARCH"> by "${MACHINE_ARCH}", keep "<$ARCH>" 1998-01-28 15:33:44 +00:00
shells Add a few missing "@unexec" commands to the package list. 1998-02-04 21:11:42 +00:00
sysutils i386 -> ${MACHINE_ARCH} 1998-02-07 02:15:49 +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 Update to V4.07; New modes: bubble, stairs. 1998-02-06 03:15:16 +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.