Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
2017-08-25 20:02:04 +00:00
archivers Added gnu-gpl-v2 to LICENSE 2017-08-24 20:17:00 +00:00
audio Revbump for boost update 2017-08-24 20:02:56 +00:00
benchmarks Update bonnie++ to 1.97.3. Fifteen years' worth of changes. From 2017-08-22 18:51:44 +00:00
biology Comment out some dead HOMEPAGEs. 2017-08-01 17:40:08 +00:00
bootstrap Add code for finding machine_arch on OSF1 2017-06-19 06:30:48 +00:00
cad Revbump for boost update 2017-08-24 20:02:56 +00:00
chat Revbump for boost update 2017-08-24 20:02:56 +00:00
comms Revbump for boost update 2017-08-24 20:02:56 +00:00
converters No encoding parameter on Python 2.7. 2017-08-25 20:01:34 +00:00
cross Update to 7.2 2017-08-16 14:41:12 +00:00
databases Remove unnecessary variable assignments. 2017-08-25 17:21:15 +00:00
devel Add missing build dependency. 2017-08-25 20:02:04 +00:00
distfiles
doc Updated devel/re2c to 1.0.1, devel/py-meson to 0.42.0 2017-08-25 18:54:26 +00:00
editors Revbump for boost update 2017-08-24 20:03:08 +00:00
emulators Various patches to fix the build on SunOS. 2017-08-25 12:39:56 +00:00
filesystems Revbump for boost update 2017-08-24 20:03:08 +00:00
finance Revbump for boost update 2017-08-24 20:03:08 +00:00
fonts 20170731: 2017-08-25 09:20:38 +00:00
games Provide alternate archive.org HOMEPAGE. 2017-08-25 14:55:30 +00:00
geography Revbump for boost update 2017-08-24 20:03:08 +00:00
graphics Revbump for boost update 2017-08-24 20:03:08 +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 Improve COMMENT lines and satisfy pkglint. 2017-08-25 17:03:25 +00:00
licenses Add flashpix-license for use with libfpx 2017-08-04 08:14:05 +00:00
mail Changes 2.2.32: 2017-08-25 08:29:04 +00:00
math Improve COMMENT lines and satisfy pkglint. 2017-08-25 17:03:25 +00:00
mbone Comment out dead sites (DNS problems). 2017-08-01 16:47:35 +00:00
meta-pkgs Also depend on boost-mpi 2017-08-24 19:33:44 +00:00
misc Revbump for boost update 2017-08-24 20:03:08 +00:00
mk Add support for PKGSRC_MKPIE with cwrappers 2017-08-25 01:43:17 +00:00
multimedia Revbump for boost update 2017-08-24 20:03:08 +00:00
net Improve COMMENT lines and satisfy pkglint. 2017-08-25 17:03:25 +00:00
news Revbump for boost update 2017-08-24 20:03:08 +00:00
packages
parallel Follow some http redirects. 2017-08-16 20:21:03 +00:00
pkgtools Update pkgtools/pkgtasks to 1.15. 2017-08-23 17:53:19 +00:00
print Version 0.40 2017-08-25 07:52:09 +00:00
regress Fixed pkglint warnings. 2016-06-11 11:36:14 +00:00
security Fix "used by" lines. 2017-08-25 17:20:51 +00:00
shells shells/static-tcsh: Can't build static binaries on SunOS>=5.10. 2017-08-23 17:52:59 +00:00
sysutils Fix build on SunOS, and possibly some others. 2017-08-25 15:56:39 +00:00
templates Point at the HTML pkgsrc guide, not a plain-text human redirect. 2017-02-04 03:47:47 +00:00
textproc Remove unnecessary variable assignments. 2017-08-25 17:17:05 +00:00
time Revbump for boost update 2017-08-24 20:03:08 +00:00
wm Revbump for boost update 2017-08-24 20:03:08 +00:00
www Improve COMMENT lines and satisfy pkglint. 2017-08-25 17:03:25 +00:00
x11 Update gtk3 to 3.22.19 2017-08-25 12:39:43 +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.