Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
2017-10-29 00:46:14 +00:00
archivers brotli: added version 1.0.1 2017-10-23 13:15:29 +00:00
audio Add support for CFLAGS and LDFLAGS 2017-10-25 22:04:30 +00:00
benchmarks
biology
bootstrap Set cwrappers in bootstrap mk.conf too. 2017-10-22 19:29:20 +00:00
cad Update to pcb-4.0.1 2017-10-24 02:21:55 +00:00
chat irssi: update to 1.0.5 2017-10-23 15:08:24 +00:00
comms gammu: Update comms/gammu to 1.38.5 2017-10-22 18:43:28 +00:00
converters Update to 7.4.0 2017-10-27 13:06:16 +00:00
cross
databases Enable postgresql-pljava 2017-10-27 09:52:32 +00:00
devel py-sure: updated to 1.4.7 2017-10-28 09:01:19 +00:00
distfiles
doc go-1.9.2 2017-10-28 18:20:55 +00:00
editors Update to patchset 1214. 2017-10-24 11:04:03 +00:00
emulators
filesystems
finance
fonts tex-ptex-fonts: add missing file to PLIST 2017-10-24 00:52:47 +00:00
games
geography
graphics sxiv: Update graphics/sxiv to 24. 2017-10-28 16:00:04 +00:00
ham hamlib: update to 3.1 2017-10-24 23:41:39 +00:00
inputmethod
lang Update Go to 1.9.2. 2017-10-28 18:20:14 +00:00
licenses
mail Remove compatibility mappings for options retired in 2017Q2. 2017-10-29 00:46:14 +00:00
math Fix local privilege escalation when building math/lp_solve 2017-10-28 11:23:50 +00:00
mbone
meta-pkgs bulk-medium: Remove ancient (and removed) firefox10. 2017-10-28 05:22:37 +00:00
misc Update to 4.6.2 2017-10-24 11:45:18 +00:00
mk Remove QMAIL_QFILTER_TMPDIR knob, no longer needed. 2017-10-28 15:56:48 +00:00
multimedia adobe-flash-player: update to 27.0.0.183. 2017-10-26 15:09:21 +00:00
net gallery-dl: Update net/gallery-dl to 1.0.0 2017-10-28 16:46:40 +00:00
news
packages
parallel
pkgtools Set the correct operation mode in the wrapper for as(1) 2017-10-27 20:59:59 +00:00
print tex-beamer-doc: Fix PLIST (`beamerugthemedefault.pdf' was missing) 2017-10-28 16:11:18 +00:00
regress
security py-m2crypto: updated to 0.27.0 2017-10-26 07:08:10 +00:00
shells fish: don't install own version of pcre2, delete hopefully 2017-10-25 14:47:40 +00:00
sysutils py-crontab: updated to 2.2.6 2017-10-28 08:10:52 +00:00
templates
textproc py-regex: updated to 2017.09.23 2017-10-28 08:25:14 +00:00
time py-tzdata: updated to 2017.3 2017-10-28 09:13:28 +00:00
wm jwm: update to 2.3.7. 2017-10-21 18:07:33 +00:00
www Fix building without IPv6 and packaging without SSL. 2017-10-29 00:34:29 +00:00
x11
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.