Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
2017-09-04 14:44:37 +00:00
archivers Follow some redirects. 2017-09-03 08:53:04 +00:00
audio Updated musicpd to 0.20.10. 2017-09-04 14:43:17 +00:00
benchmarks Follow some redirects. 2017-09-03 08:53:04 +00:00
biology Comment out dead MASTER_SITES/HOMEPAGEs. 2017-09-03 08:36:49 +00:00
bootstrap Add code for finding machine_arch on OSF1 2017-06-19 06:30:48 +00:00
cad Follow some redirects. 2017-09-03 08:53:04 +00:00
chat + py-hangups 2017-09-04 13:58:53 +00:00
comms Follow some redirects. 2017-09-03 08:53:04 +00:00
converters Updated p5-JSON-XS to 3.04. 2017-09-04 12:27:18 +00:00
cross Update HOMEPAGE. 2017-09-04 05:45:45 +00:00
databases Update some HOMEPAGEs. 2017-09-03 09:22:57 +00:00
devel + py-reparser 2017-09-04 13:40:38 +00:00
distfiles
doc Updated mail/thunderbird-enigmail to 1.9.8.2 2017-09-04 14:44:37 +00:00
editors Follow some redirects. 2017-09-03 08:53:04 +00:00
emulators Add NetBSD CVS tag and a comment 2017-09-04 11:19:43 +00:00
filesystems Revbump for boost update 2017-08-24 20:03:08 +00:00
finance Follow some redirects. 2017-09-03 08:53:04 +00:00
fonts Updated harfbuzz to 1.5.0. 2017-09-04 12:49:09 +00:00
games Follow some redirects. 2017-09-03 08:53:04 +00:00
geography Follow some redirects. 2017-09-03 08:53:04 +00:00
graphics Changes 2.2.5: 2017-09-04 06:20:45 +00:00
ham Revbump for boost update 2017-08-24 20:03:08 +00:00
inputmethod Revbump for boost update 2017-08-24 20:03:08 +00:00
lang Use bsdtar instead of GNU Tar to extract the distribution archive 2017-09-03 16:49:52 +00:00
licenses Add flashpix-license for use with libfpx 2017-08-04 08:14:05 +00:00
mail Updated thunderbird-enigmail to 1.9.8.2. 2017-09-04 14:44:28 +00:00
math Comment out dead sites. 2017-09-04 05:36:14 +00:00
mbone Comment out dead sites (DNS problems). 2017-08-01 16:47:35 +00:00
meta-pkgs Comment out dead MASTER_SITES/HOMEPAGEs. 2017-09-03 08:36:49 +00:00
misc Updated py-anki2 to 2.0.47. 2017-09-04 14:43:59 +00:00
mk Remove references to gnupg21 in preparation for its removal. 2017-08-29 12:11:35 +00:00
multimedia Follow some redirects. 2017-09-03 08:53:04 +00:00
net Updated wireshark to 2.2.9. 2017-09-04 14:42:25 +00:00
news Comment out dead MASTER_SITES/HOMEPAGEs. 2017-09-03 08:36:49 +00:00
packages
parallel Follow some http redirects. 2017-08-16 20:21:03 +00:00
pkgtools Update "x11-links" package to version 1.06: 2017-09-02 19:17:37 +00:00
print Update print/cups to 2.2.4 2017-09-03 11:30:54 +00:00
regress Fixed pkglint warnings. 2016-06-11 11:36:14 +00:00
security Updated keepassx to 2.0.3. 2017-09-04 14:43:13 +00:00
shells Update mksh to R56b. 2017-09-02 18:38:54 +00:00
sysutils Updated file to 5.32. 2017-09-04 12:13:28 +00:00
templates Point at the HTML pkgsrc guide, not a plain-text human redirect. 2017-02-04 03:47:47 +00:00
textproc Updated p5-Text-Diff to 1.45. 2017-09-04 12:38:02 +00:00
time Updated p5-Time-HiRes to 1.9746. 2017-09-04 12:39:41 +00:00
wm Follow some redirects. 2017-09-03 08:53:04 +00:00
www Update to 7.0.81 2017-09-04 13:54:39 +00:00
x11 Updated p5-Tk to 804.034. 2017-09-04 12:45:32 +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.