Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
2019-10-08 06:38:05 +00:00
archivers
audio
benchmarks
biology
bootstrap
cad
chat
comms
converters
cross
databases Remove unused files; cleanup 2019-10-07 19:28:28 +00:00
devel py-pathlib2: updated to 2.3.5 2019-10-07 20:30:22 +00:00
distfiles
doc doc: Updated security/libgpg-error to 1.36nb1 2019-10-08 06:38:05 +00:00
editors
emulators
filesystems Add mkspiffs 0.2.3 2019-10-07 10:13:16 +00:00
finance
fonts
games
geography
graphics
ham
inputmethod
lang py-asttokens: updated to 1.1.15 2019-10-07 20:28:13 +00:00
licenses
mail
math
mbone
meta-pkgs
misc py-tqdm: updated to 4.36.1 2019-10-07 20:17:10 +00:00
mk postgresql12: added version 12.0 2019-10-07 19:21:48 +00:00
multimedia pitivi: fix PLIST for python != 3.7 2019-10-07 15:00:33 +00:00
net - update to 1.3.6 2019-10-07 19:29:47 +00:00
news
packages
parallel
pkgtools
print
regress
security libgpg-error: fix PR pkg/54609 2019-10-08 06:36:13 +00:00
shells
sysutils
templates
textproc py-tabulate: updated to 0.8.5 2019-10-07 20:19:14 +00:00
time
wm blackbox: tweak DESCR 2019-10-08 03:06:27 +00:00
www py-channels: updated to 2.3.0 2019-10-07 20:28:57 +00:00
x11 Turn of vulkan for qt5. 2019-10-07 11:52:36 +00:00
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.