Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
2019-09-02 12:22:15 +00:00
archivers py-zipp: updated to 0.6.0 2019-09-02 08:31:17 +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 slony1: updated to 2.2.8 2019-09-02 09:04:05 +00:00
devel p5-Config-File: remove PLIST since PERL5_PACKLIST is in use 2019-09-02 12:06:58 +00:00
distfiles
doc doc: Updated security/libgcrypt to 1.8.5 2019-09-02 12:11:57 +00:00
editors move to the latest version. 2019-09-02 08:55:08 +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 mftrace: update to 1.2.19 2019-08-31 22:38:16 +00:00
games supertuxkart: fails with wayland installed, so disable it explicitly 2019-09-01 11:44:19 +00:00
geography vis5d+: Needs only MesaLib and glu 2019-08-30 18:48:14 +00:00
graphics Explicitly disable EGL if MESALIB_SUPPORTS_EGL isn't yes. 2019-09-01 20:38:34 +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 smalltalk: switch from removed glut to freeglut. 2019-09-01 13:06:25 +00:00
licenses doom1: Update to 1.9 2019-08-30 17:04:31 +00:00
mail py-authres: updated to 1.2.0 2019-09-02 10:24:14 +00:00
math p5-Math-Calc-Units: remove PLIST since PERL5_PACKLIST is in use 2019-09-02 12:09:56 +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 py-tqdm: updated to 4.35.0 2019-09-02 08:33:28 +00:00
mk mk/build: in build-env, output BUILD_DIRS relative to WRKSRC 2019-09-02 02:59:47 +00:00
multimedia libogg: updated to 1.3.4 2019-09-02 08:58:57 +00:00
net py-kombu: updated to 4.6.4 2019-09-02 09:59:15 +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 libgcrypt: Update to 1.8.5 2019-09-02 12:10:54 +00:00
shells Include bash patches 10 & 11 (becomes bash-5.0.11) 2019-09-01 05:59:21 +00:00
sysutils xfce4-xarchiver: Update to 0.5.4.14 2019-08-31 15:47:55 +00:00
templates
textproc p5-Lingua-EN-Fathom: remove PLIST since PERL5_PACKLIST is in use 2019-09-02 12:19:15 +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 p5-Apache-Session-SharedMem: remove PLIST since PERL5_PACKLIST is in use 2019-09-02 12:22:15 +00:00
x11 qt5: depend on qt5-qtspeech 2019-09-02 09:40:15 +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.