Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
schmonz c06f1e087b Avoid rebuilding everything on install. Respect PKG_SYSCONFDIR correctly
in ikiwiki-mass-rebuild. Bump PKGREVISION.
2019-08-31 21:32:13 +00:00
archivers karchive: update to 5.61.0 2019-08-27 20:10:04 +00:00
audio mpg123: Update to 1.25.12 2019-08-31 14:24:19 +00:00
benchmarks Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
biology Switch packages using GLUT to FreeGLUT. 2019-08-30 17:01:32 +00:00
bootstrap trivial typos 2019-07-26 15:41:43 +00:00
cad kicad: Needs only MesaLib and glu 2019-08-30 18:53:31 +00:00
chat irssi: Update to 1.2.2 2019-08-31 10:04:26 +00:00
comms Add qodem. 2019-08-22 20:23:31 +00:00
converters help2man: updated to 1.47.11 2019-08-26 07:11:16 +00:00
cross Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
databases py-alembic: updated to 1.1.0 2019-08-28 06:37:38 +00:00
devel Re-enable go-iochan dependency now that package is added. 2019-08-31 21:16:58 +00:00
distfiles
doc Note addition of go-iochan version 1.0.0. 2019-08-31 21:13:21 +00:00
editors emacs26: gtk2 and gtk3 options (at least) need libXdamage. 2019-08-31 05:07:35 +00:00
emulators aranym: Requires only MesaLib 2019-08-30 17:48:07 +00:00
filesystems Recursive revbump from boost-1.71.0 2019-08-22 12:22:48 +00:00
finance py-stripe: updated to 2.35.1 2019-08-26 14:26:43 +00:00
fonts harfbuzz: Update to 2.6.1 2019-08-31 13:17:38 +00:00
games freeciv-*: Update to 2.60 2019-08-31 14:44:57 +00:00
geography vis5d+: Needs only MesaLib and glu 2019-08-30 18:48:14 +00:00
graphics MesaLib: add xgettext to USE_TOOLS, no gallium-xa on sunos 2019-08-31 20:30:00 +00:00
ham Recursive revbump from boost-1.71.0 2019-08-22 12:22:48 +00:00
inputmethod Recursive revbump from boost-1.71.0 2019-08-22 12:22:48 +00:00
lang Prevent the portability check from failing. 2019-08-31 20:20:42 +00:00
licenses doom1: Update to 1.9 2019-08-30 17:04:31 +00:00
mail Document config-fast-pkgsrc in README.pkgsrc, too. 2019-08-29 22:04:21 +00:00
math py-quadprog: updated to 0.1.7 2019-08-27 06:03:39 +00:00
mbone Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
meta-pkgs kde: set default plasma version to 5.16.4 2019-08-28 19:36:53 +00:00
misc qterm: Fix building terrifying K&R C with compilers made in this decade. 2019-08-30 14:17:07 +00:00
mk mk/help: remove unnecessary backslash before # in AWK program 2019-08-25 20:30:11 +00:00
multimedia xine-lib: remove reference to mesa metapackage 2019-08-30 18:00:15 +00:00
net speedtest-cli: Update to 2.1.2 2019-08-31 14:34:29 +00:00
news Recursive revbump from boost-1.71.0 2019-08-22 12:22:48 +00:00
packages
parallel Recursive revbump from boost-1.71.0 2019-08-22 12:22:48 +00:00
pkgtools Switch packages using GLUT to FreeGLUT. 2019-08-30 17:01:32 +00:00
print Switch packages using GLUT to FreeGLUT. 2019-08-30 17:01:32 +00:00
regress lang/python: fix PYVERSSUFFIX escaping for print-PLIST 2019-07-17 18:34:16 +00:00
security acmesh: Update to 2.8.2 2019-08-31 11:57:34 +00:00
shells Update to bash 5.0.9 (5.0 patchlevel 9) 2019-08-15 00:33:44 +00:00
sysutils xfce4-xarchiver: Update to 0.5.4.14 2019-08-31 15:47:55 +00:00
templates
textproc Add and enable p5-Text-MultiMarkdown. 2019-08-31 19:56:32 +00:00
time glclock: needs MesaLib, freeglut, glu 2019-08-30 18:05:08 +00:00
wm coma: use MAKE_FLAGS to override MAN_DIR. 2019-08-28 07:11:23 +00:00
www Avoid rebuilding everything on install. Respect PKG_SYSCONFDIR correctly 2019-08-31 21:32:13 +00:00
x11 sakura: Update to 3.7.0 2019-08-31 14:32:33 +00:00
Makefile
pkglocate Remove clauses 3,4 from TNF-only copyright blocks. 2018-08-22 20:48:36 +00:00
README README: minor grammatical fix 2019-01-29 03:11:03 +00:00

$NetBSD: README,v 1.21 2019/01/29 03:11:03 gutteridge 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 following 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.