Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
2019-08-30 18:05:08 +00:00
archivers
audio
benchmarks
biology
bootstrap
cad
chat
comms
converters
cross
databases
devel
distfiles
doc doc: Imported games/chocolate-doom version 3.0.0 2019-08-30 17:34:56 +00:00
editors
emulators aranym: Requires only MesaLib 2019-08-30 17:48:07 +00:00
filesystems
finance
fonts
games xracer: requires MesaLib, glu, freeglu 2019-08-30 17:56:33 +00:00
geography
graphics Mesa: it doesn't make sense for anything to be using this any more 2019-08-30 17:30:11 +00:00
ham
inputmethod
lang
licenses
mail
math
mbone
meta-pkgs
misc
mk
multimedia xine-lib: remove reference to mesa metapackage 2019-08-30 18:00:15 +00:00
net
news
packages
parallel
pkgtools
print
regress
security
shells
sysutils
templates
textproc
time glclock: needs MesaLib, freeglut, glu 2019-08-30 18:05:08 +00:00
wm
www
x11
Makefile
pkglocate
README

$NetBSD: README,v 1.21 2019/01/29 03:11:03 gutteridge Exp $

pkgsrc is a framework for building software on UNIX-like systems.

To use, bootstrap using:
    cd pkgsrc/bootstrap/
    ./bootstrap

build packages, use:
    cd pkgsrc/category/package-name
    $PREFIX/bin/bmake install

Where $PREFIX is where you've chosen to install packages (typically /usr/pkg)

Bugs and patches can be filed in the following link (use category 'pkg'):
https://www.netbsd.org/cgi-bin/sendpr.cgi?gndb=netbsd

To fetch the main CVS repository:
    cvs -d anoncvs@anoncvs.NetBSD.org:/cvsroot checkout -P pkgsrc

It's also possible to contribute through pkgsrc wip (work in progress), for
more information, see http://pkgsrc.org/wip/users/

Please see doc/pkgsrc.txt for information.