Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
2017-06-01 13:30:24 +00:00
archivers Add upstream bug report URL. 2017-05-29 11:43:36 +00:00
audio Updated alsa-lib to 1.1.4. 2017-05-29 12:42:25 +00:00
benchmarks Use pkgsrc install scripts. Fixes installation on SunOS. Enable test target. 2017-05-18 07:20:22 +00:00
biology Deleting p5-BioPerl. Duplicate with bioperl. Sorry. 2017-05-10 15:09:47 +00:00
bootstrap Allow bootstrapping without cwrappers 2017-04-29 21:40:40 +00:00
cad Update cad/oce to 0.18.1. 2017-05-15 12:31:38 +00:00
chat Update to 2.6.0 2017-05-29 13:57:02 +00:00
comms Add fixes for AST-2017-002, AST-2017-003, and AST-2017-004. Note 2017-05-29 20:52:37 +00:00
converters Updated p5-JSON to 2.93. 2017-05-29 11:00:17 +00:00
cross Update to 7.1.0 2017-05-16 17:52:18 +00:00
databases Use public SHLIB_TYPE instead of private _OPSYS_SHLIB_TYPE. 2017-06-01 13:30:24 +00:00
devel Use public SHLIB_TYPE instead of private _OPSYS_SHLIB_TYPE. 2017-06-01 13:30:24 +00:00
distfiles
doc Updated devel/py-setuptools to 36.0.1 2017-06-01 13:30:14 +00:00
editors Don't force ancient C++. 2017-05-22 23:36:11 +00:00
emulators Use public SHLIB_TYPE instead of private _OPSYS_SHLIB_TYPE. 2017-06-01 13:30:24 +00:00
filesystems Recursive revision bump for archivers/libarchive. 2017-05-29 11:09:45 +00:00
finance Recursive revbump from boost update 2017-04-30 01:21:19 +00:00
fonts Apply upstream patch for https://bugs.freedesktop.org/show_bug.cgi?id=97546 2017-05-30 16:53:14 +00:00
games Recursive bump for lang/vala 2017-05-29 12:20:23 +00:00
geography Fix 64bit time_t. Bump PKGREVISION 2017-06-01 10:26:16 +00:00
graphics Minor clean-up 2017-05-30 07:20:21 +00:00
ham Catch PLIST up with reality 2017-05-30 22:47:57 +00:00
inputmethod Bump PKGREVISION from enabling gtk3 option by default 2017-05-21 09:12:34 +00:00
lang Use public SHLIB_TYPE instead of private _OPSYS_SHLIB_TYPE. 2017-06-01 13:30:24 +00:00
licenses Add the zsh license and add it to the default acceptable list (MIT-like). 2017-05-11 12:56:21 +00:00
mail Changes 2.2.30.1: 2017-06-01 06:37:08 +00:00
math Recursive bump for lang/vala 2017-05-29 12:20:23 +00:00
mbone Updated mbone/rtptools to 1.21 2017-05-06 08:22:23 +00:00
meta-pkgs boost: correct wrong OS logic about ctype.h macros. 2017-05-29 17:17:13 +00:00
misc Simplify: 2017-05-31 23:05:55 +00:00
mk Use public SHLIB_TYPE instead of private _OPSYS_SHLIB_TYPE. 2017-06-01 13:30:24 +00:00
multimedia Use public SHLIB_TYPE instead of private _OPSYS_SHLIB_TYPE. 2017-06-01 13:30:24 +00:00
net Use public SHLIB_TYPE instead of private _OPSYS_SHLIB_TYPE. 2017-06-01 13:30:24 +00:00
news 2.4.6 and NetrBSD-5 are ancient history by now (hopefully) 2017-05-20 06:56:29 +00:00
packages
parallel Changes in 3.2: 2017-04-29 18:18:52 +00:00
pkgtools The "pkgtasks" package has an external repository/website. 2017-06-01 05:43:44 +00:00
print Updated abcm2ps to 8.13.10. 2017-05-29 11:15:03 +00:00
regress Fixed pkglint warnings. 2016-06-11 11:36:14 +00:00
security Use public SHLIB_TYPE instead of private _OPSYS_SHLIB_TYPE. 2017-06-01 13:30:24 +00:00
shells Fix installation on Darwin. 2017-05-19 15:27:58 +00:00
sysutils update to v2.1 2017-05-31 18:12:47 +00:00
templates Point at the HTML pkgsrc guide, not a plain-text human redirect. 2017-02-04 03:47:47 +00:00
textproc Use public SHLIB_TYPE instead of private _OPSYS_SHLIB_TYPE. 2017-06-01 13:30:24 +00:00
time jdcal 1.3: 2017-06-01 13:27:04 +00:00
wm bspwm: update to 0.9.2 2017-05-31 05:22:09 +00:00
www add and enable ap-auth-mellon 2017-06-01 03:58:38 +00:00
x11 Use public SHLIB_TYPE instead of private _OPSYS_SHLIB_TYPE. 2017-06-01 13:30:24 +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.