Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
adam 4ffe231c8a py-multidict: updated to 4.4.0
4.4.0:
Rewrite C implementation to use C pair list.
Fix update order when both arg and kwargs are used.
2018-09-06 14:04:16 +00:00
archivers xz: add test target, omit old GCC_REQD. 2018-09-02 21:03:22 +00:00
audio *: recursive bump for vala-0.42. 2018-09-03 10:50:17 +00:00
benchmarks Recursive bump for perl5-5.28.0 2018-08-22 09:42:51 +00:00
biology Recursive bump for perl5-5.28.0 2018-08-22 09:42:51 +00:00
bootstrap Remove clauses 3,4 from TNF-only copyright blocks. 2018-08-22 20:48:36 +00:00
cad cad/py-simpy: Use egg.mk rather than distutils.mk 2018-08-29 16:29:47 +00:00
chat *: recursive bump for vala-0.42. 2018-09-03 10:50:17 +00:00
comms Recursive bump for perl5-5.28.0 2018-08-22 09:42:51 +00:00
converters *: recursive bump for poppler-0.68 2018-09-02 21:32:41 +00:00
cross mingw-w64-x86_64-gcc-bootstrap: remove incorrect distinfo file 2018-09-06 06:14:32 +00:00
databases py-multidict: updated to 4.4.0 2018-09-06 14:04:16 +00:00
devel libusb-compat: Update to 0.1.7. 2018-09-06 13:10:01 +00:00
distfiles
doc Updated www/py-raven, www/py-aiohttp 2018-09-06 13:53:35 +00:00
editors *: recursive bump for poppler-0.68 2018-09-02 21:32:41 +00:00
emulators Simplify retroarch packagaing by removing retroarch-assets. 2018-09-06 09:33:38 +00:00
filesystems glusterfs: fix checksum of newly-added patch 2018-09-03 00:06:35 +00:00
finance py-braintree: updated to 3.48.0 2018-08-30 10:06:24 +00:00
fonts fontconfig: update to 2.13.1. 2018-09-02 20:30:43 +00:00
games *: recursive bump for vala-0.42. 2018-09-03 10:50:17 +00:00
geography *: recursive bump for vala-0.42. 2018-09-03 10:50:17 +00:00
graphics gimp: remove references to unsupported pdf option. 2018-09-04 08:26:58 +00:00
ham rtl-sdr: update to 0.5.4 2018-09-01 19:09:57 +00:00
inputmethod Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
lang -flup +cherrypy 2018-09-05 08:22:46 +00:00
licenses licenses/intel-microcode-license: Update with the current version 2018-09-03 10:56:17 +00:00
mail add and enable postforward 2018-09-06 05:52:28 +00:00
math math/R-igraph: Needs a C compiler 2018-09-04 00:23:12 +00:00
mbone Updated mbone/mdd to 20180824 2018-08-29 00:50:12 +00:00
meta-pkgs GNOME 2 needs libgnomekbd2, not 3. 2018-09-02 14:14:12 +00:00
misc *: recursive bump for poppler-0.68 2018-09-02 21:32:41 +00:00
mk mk: describe canlock option 2018-09-03 09:41:05 +00:00
multimedia sickbeard: remove 2018-09-04 06:13:15 +00:00
net taskserver: set absolute path in taskdctl 2018-09-06 10:55:42 +00:00
news leafnode: update to 1.11.11. 2018-09-04 11:00:48 +00:00
packages
parallel Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
pkgtools pkgtools/pkglint: update to 5.6.2 2018-09-05 17:56:22 +00:00
print ghostscript-agpl: updated to 9.24 2018-09-05 13:19:40 +00:00
regress Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
security py-trustme: added version 0.4.0 2018-09-06 13:36:16 +00:00
shells Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
sysutils py-crontab: updated to 2.3.5 2018-09-06 09:47:07 +00:00
templates
textproc oniguruma: updated to 6.9.0 2018-09-06 09:44:23 +00:00
time p5-DateTime-Format-Natural: Clone is a runtime dependency, make it so. 2018-08-29 06:06:34 +00:00
wm Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
www py-aiohttp: updated to 3.4.4 2018-09-06 13:53:16 +00:00
x11 *: recursive bump for vala-0.42. 2018-09-03 10:50:17 +00:00
Makefile
pkglocate Remove clauses 3,4 from TNF-only copyright blocks. 2018-08-22 20:48:36 +00:00
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.