Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
2018-05-15 22:15:10 +00:00
archivers p5-Compress-Bzip2: Ensure the correct bzip2 is found. 2018-05-15 18:28:42 +00:00
audio
benchmarks
biology
bootstrap
cad
chat telepathy-qt: Avoid ++ on bool. 2018-05-15 10:12:28 +00:00
comms
converters
cross
databases
devel devel/py-docstyle: Remove an unused entry from ALTERNATIVES 2018-05-15 15:56:16 +00:00
distfiles
doc doc: Updated multimedia/xfce4-thunar-media-tags to 0.3.0 2018-05-15 22:15:10 +00:00
editors nano: update to 2.9.7 2018-05-15 15:14:10 +00:00
emulators
filesystems
finance
fonts fonts/woff2: Avoid -no-canonical-prefixes 2018-05-15 11:46:43 +00:00
games
geography
graphics Update to 0.11: 2018-05-15 21:30:55 +00:00
ham
inputmethod
lang
licenses
mail
math
mbone
meta-pkgs
misc Update to 0.8.10: 2018-05-15 21:37:30 +00:00
mk
multimedia Update: 0.3.0 2018-05-15 22:14:59 +00:00
net grpc: Add SunOS support. 2018-05-15 15:20:17 +00:00
news
packages
parallel
pkgtools
print
regress
security
shells
sysutils Update to 0.5.5: 2018-05-15 22:13:21 +00:00
templates
textproc
time Drop the gtk2 dependency. 2018-05-15 21:48:01 +00:00
wm
www webkit-gtk: reorder per upstream style checker. 2018-05-15 15:21:04 +00:00
x11 Update to 0.4.2: 2018-05-15 22:11:39 +00:00
Makefile
pkglocate
README

$NetBSD: README,v 1.19 2017/03/02 09:51:35 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.