Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
2017-05-02 17:15:31 +00:00
archivers Recursive revbump from boost update 2017-04-30 01:21:19 +00:00
audio Updated libopenmpt to 0.2.8043. 2017-05-02 10:32:29 +00:00
benchmarks Remove traces of textproc/php-dom which is not needed anymore, now that dom is built into PHP. Bump resp. PKGREVISION. 2017-04-05 12:33:47 +00:00
biology Add missing include. 2017-02-14 21:34:34 +00:00
bootstrap Allow bootstrapping without cwrappers 2017-04-29 21:40:40 +00:00
cad Recursive revbump from boost update 2017-04-30 01:21:19 +00:00
chat Recursive revbump from boost update 2017-04-30 01:21:19 +00:00
comms Recursive revbump from boost update 2017-04-30 01:21:19 +00:00
converters Recursive bump for poppler-0.54.0 2017-05-02 13:37:30 +00:00
cross Remove patch that is not in distinfo. 2017-04-27 09:08:57 +00:00
databases Sync with boost 1.64.0 2017-04-30 05:10:32 +00:00
devel Enable go-sys 2017-05-02 17:02:05 +00:00
distfiles
doc Updated security/go-crypto-acme to 0.0.20170502 2017-05-02 17:07:18 +00:00
editors Recursive bump for poppler-0.54.0 2017-05-02 13:37:30 +00:00
emulators Recursive revbump from boost update 2017-04-30 01:21:19 +00:00
filesystems Recursive revbump from boost update 2017-04-30 01:21:19 +00:00
finance Recursive revbump from boost update 2017-04-30 01:21:19 +00:00
fonts Updated harfbuzz to 1.4.6. 2017-05-02 10:26:06 +00:00
games Recursive revbump from boost update 2017-04-30 01:21:19 +00:00
geography Recursive revbump from boost update 2017-04-30 01:21:19 +00:00
graphics Recursive bump for poppler-0.54.0 2017-05-02 13:37:30 +00:00
ham Recursive revbump from boost update 2017-04-30 01:21:19 +00:00
inputmethod Recursive revbump from boost update 2017-04-30 01:21:19 +00:00
lang * Remove patch adding syscall.Dup2() for SunOS, software should be using unix.Dup2() instead. 2017-05-02 17:15:31 +00:00
licenses replace eagle-license with autodesk-license 2017-04-26 21:29:16 +00:00
mail Updated rspamd to 1.5.6. 2017-05-02 11:02:36 +00:00
math Recursive revbump from boost update 2017-04-30 01:21:19 +00:00
mbone Convert all occurrences (353 by my count) of 2017-01-19 18:52:01 +00:00
meta-pkgs Changes 1.64.0: 2017-04-29 18:31:42 +00:00
misc Recursive bump for poppler-0.54.0 2017-05-02 13:37:30 +00:00
mk Only perform the CHECK_WRKREF_EXTRA_DIRS check on the resolved path rather 2017-04-26 11:19:16 +00:00
multimedia Recursive revbump from boost update 2017-04-30 01:21:19 +00:00
net Update to 4.1.16 2017-05-02 14:44:38 +00:00
news Recursive revbump from boost update 2017-04-30 01:21:19 +00:00
packages
parallel Changes in 3.2: 2017-04-29 18:18:52 +00:00
pkgtools Fix sysconfdir settings for pkg_comp. 2017-04-26 00:48:14 +00:00
print Recursive bump for poppler-0.54.0 2017-05-02 13:37:30 +00:00
regress Fixed pkglint warnings. 2016-06-11 11:36:14 +00:00
security Update go-crypto to state as of 20170502, no changelog available. 2017-05-02 17:06:30 +00:00
shells Requires libiconv. 2017-04-20 09:12:05 +00:00
sysutils Recursive bump for poppler-0.54.0 2017-05-02 13:37:30 +00:00
templates Point at the HTML pkgsrc guide, not a plain-text human redirect. 2017-02-04 03:47:47 +00:00
textproc 1.48: remove -P option; mandoc does most of these checks already 2017-05-02 13:59:10 +00:00
time Recursive revbump from boost update 2017-04-30 01:21:19 +00:00
wm Recursive revbump from boost update 2017-04-30 01:21:19 +00:00
www * Update www/nginx-devel to 1.13.0. 2017-05-02 12:31:43 +00:00
x11 Recursive bump for poppler-0.54.0 2017-05-02 13:37:30 +00:00
Makefile
pkglocate
README Make top dir README a little more helpful. 2017-03-02 09:51:35 +00:00

$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.