Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
2019-08-27 21:03:15 +00:00
archivers karchive: update to 5.61.0 2019-08-27 20:10:04 +00:00
audio fasttracker2: Update to b167 2019-08-26 14:28:29 +00:00
benchmarks Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
biology Recursive revbump from boost-1.71.0 2019-08-22 12:22:48 +00:00
bootstrap trivial typos 2019-07-26 15:41:43 +00:00
cad Update to 4.016 2019-08-23 13:05:49 +00:00
chat ircd-hybrid: Adds missing USE_LIBTOOL. 2019-08-23 15:18:15 +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-sqlalchemy-utils: updated to 0.34.2 2019-08-26 10:29:00 +00:00
devel knotifyconfig: update to 5.61.0 2019-08-27 21:03:15 +00:00
distfiles
doc doc: Updated devel/p5-Test-BDD-Cucumber to 0.58 2019-08-27 20:55:35 +00:00
editors codelite: add patch descriptions 2019-08-27 14:45:04 +00:00
emulators Update to 0.6.2 2019-08-23 13:13:49 +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 fonts: Sort ibm-plex-otf in Makefile 2019-08-22 09:32:50 +00:00
games Makefile: +doom-pwad-sigil 2019-08-26 16:49:49 +00:00
geography Recursive revbump from boost-1.71.0 2019-08-22 12:22:48 +00:00
graphics kimageformats: update to 5.61.0 2019-08-27 20:47:47 +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 Set PKG_SUPPORTED_OPTIONS to empty string by default. Fixes the 2019-08-27 17:23:48 +00:00
licenses Nonfree License needs "-license" suffix. 2019-08-26 13:51:20 +00:00
mail Recursive revbump from boost-1.71.0 2019-08-22 12:22:48 +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: bump kde frameworks version to 5.61.0 2019-08-27 19:49:07 +00:00
misc kemoticons: update to 5.61.0 2019-08-27 20:37:53 +00:00
mk mk/help: remove unnecessary backslash before # in AWK program 2019-08-25 20:30:11 +00:00
multimedia phonon{,-qt5}-backend-gstreamer{,-shared}: update to 4.9.1 2019-08-27 06:56:32 +00:00
net knewstuff: update to 5.61.0 2019-08-27 20:59:20 +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 pkgtools/pkg_rolling-replace: Update to 0.24.8 2019-08-27 19:30:36 +00:00
print print/cups: remove unrecognized --enable-libtool option 2019-08-26 21:57:43 +00:00
regress lang/python: fix PYVERSSUFFIX escaping for print-PLIST 2019-07-17 18:34:16 +00:00
security kdesu: update to 5.61.0 2019-08-27 20:33:27 +00:00
shells Update to bash 5.0.9 (5.0 patchlevel 9) 2019-08-15 00:33:44 +00:00
sysutils kfilemetadata5: update to 5.61.0 2019-08-27 20:39:06 +00:00
templates
textproc kcompletion: update to 5.61.0 2019-08-27 20:15:45 +00:00
time kholidays: update to 5.61.0 2019-08-27 20:42:33 +00:00
wm Recursive revbump from boost-1.71.0 2019-08-22 12:22:48 +00:00
www kjsembed: update to 5.61.0 2019-08-27 20:58:18 +00:00
x11 kjobwidgets: update to 5.61.0 2019-08-27 20:56:45 +00:00
Makefile
pkglocate
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.