Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
ryoon 48e11673ea Updated lang/oracle-jre8 to 8.0.202
Updated lang/oracle-jdk8 to 8.0.202
2019-01-22 03:52:23 +00:00
archivers
audio
benchmarks
biology
bootstrap
cad
chat
comms
converters
cross
databases
devel Update to 3.0.5 2019-01-22 03:20:40 +00:00
distfiles
doc Updated lang/oracle-jre8 to 8.0.202 2019-01-22 03:52:23 +00:00
editors
emulators
filesystems
finance
fonts Use the unicode license, as suggested by leot@. 2019-01-21 17:13:24 +00:00
games
geography
graphics
ham
inputmethod
lang Update to 8.0.202 2019-01-22 03:51:41 +00:00
licenses
mail
math
mbone
meta-pkgs
misc
mk
multimedia
net
news
packages
parallel
pkgtools
print
regress
security
shells
sysutils
templates
textproc
time
wm
www
x11
Makefile
pkglocate
README

$NetBSD: README,v 1.20 2018/10/09 22:55:48 maya 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 follow 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.