Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
2017-09-09 22:46:57 +00:00
archivers Recursive revbump associated with update of ocaml to 4.05 2017-09-08 09:51:18 +00:00
audio Reset PKGREVISION after update. 2017-09-08 08:50:40 +00:00
benchmarks Comment out dead sites. 2017-09-08 06:17:45 +00:00
biology Comment out dead sites. 2017-09-04 18:00:49 +00:00
bootstrap Add code for finding machine_arch on OSF1 2017-06-19 06:30:48 +00:00
cad Comment out dead sites. 2017-09-06 10:40:25 +00:00
chat Update chat/mcabber to 1.1.0 2017-09-09 14:19:25 +00:00
comms Comment out dead sites. 2017-09-06 10:40:25 +00:00
converters Recursive revbump associated with update of ocaml to 4.05 2017-09-08 09:51:18 +00:00
cross Update PLIST for installation into cross/ change from more than a year ago. 2017-09-09 17:17:51 +00:00
databases Fix compat #define to expand to something that actually exists. Should 2017-09-09 17:13:50 +00:00
devel Add missing dependency. 2017-09-09 22:45:59 +00:00
distfiles
doc Updated graphics/inkscape to 0.92.1nb9 2017-09-09 21:49:40 +00:00
editors Depend on bash properly, noted by wiz. Ride previous bump. 2017-09-09 22:37:49 +00:00
emulators Add missing makefile rules for building with clang on NetBSD and FreeBSD. 2017-09-09 22:40:58 +00:00
filesystems Point to existing, if outdated, HOMEPAGE. 2017-09-08 06:23:13 +00:00
finance Simplify. Mark as only working with python-2.x, and enable python by 2017-09-06 21:08:09 +00:00
fonts + monoid. 2017-09-07 10:36:32 +00:00
games Explicitly depend on msgfmt. Use += for USE_TOOLS, it's a list. Don't 2017-09-09 14:40:24 +00:00
geography Update HOMEPAGE 2017-09-06 11:52:20 +00:00
graphics Support poppler 0.58 2017-09-09 21:48:56 +00:00
ham Recursive revbump from audio/pulseaudio-11.0 2017-09-08 02:38:35 +00:00
inputmethod Comment out dead sites. 2017-09-06 10:40:25 +00:00
lang Set HOMEPAGE 2017-09-09 16:04:31 +00:00
licenses Add flashpix-license for use with libfpx 2017-08-04 08:14:05 +00:00
mail Remove ifile-procmail. 2017-09-08 07:48:18 +00:00
math Recursive revbump associated with update of ocaml to 4.05 2017-09-08 09:51:18 +00:00
mbone Comment out dead sites. 2017-09-06 10:40:25 +00:00
meta-pkgs Add tex-csvsimple 2017-09-08 22:25:26 +00:00
misc Obviously, we can't install opam using opam, as it hasn't been installed 2017-09-08 19:10:21 +00:00
mk Moved jbuilder detection forward so it deals with opam properly 2017-09-08 22:18:46 +00:00
multimedia Follow some redirects. 2017-09-08 06:14:03 +00:00
net Fix build on NetBSD 8+. Fix Perl use. 2017-09-09 22:46:57 +00:00
news Comment out dead MASTER_SITES/HOMEPAGEs. 2017-09-03 08:36:49 +00:00
packages
parallel Follow some redirects. 2017-09-06 09:02:59 +00:00
pkgtools Update HOMEPAGE. 2017-09-08 06:29:40 +00:00
print Switch to internal poppler due to reports of crashes from the last change. 2017-09-09 17:06:51 +00:00
regress Fixed pkglint warnings. 2016-06-11 11:36:14 +00:00
security Fix BASH substitutions with modern GCC, PR pkg/52534 2017-09-09 11:43:08 +00:00
shells Comment out dead sites. 2017-09-04 18:00:49 +00:00
sysutils + u-boot-jetson-tx1 2017-09-08 10:25:45 +00:00
templates Point at the HTML pkgsrc guide, not a plain-text human redirect. 2017-02-04 03:47:47 +00:00
textproc Update to 1.2.8 2017-09-09 06:15:37 +00:00
time Recursive revbump associated with update of ocaml to 4.05 2017-09-08 09:51:18 +00:00
wm Follow a redirect. 2017-09-07 07:54:25 +00:00
www No substantive changes, but a lot of patches to make package work with 2017-09-08 17:14:34 +00:00
x11 Recursive revbump associated with update of ocaml to 4.05 2017-09-08 09:51:18 +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.