Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
2019-03-26 19:30:35 +00:00
archivers cabextract: update to 1.9.1. 2019-03-25 22:47:02 +00:00
audio musicpd: update to 0.21.6. 2019-03-25 23:06:54 +00:00
benchmarks google-benchmark: updated to 1.4.1 2019-03-21 22:16:25 +00:00
biology Add hisat2 2019-01-15 01:27:42 +00:00
bootstrap set $CC when clang is detected in bootstrap 2019-02-06 17:38:54 +00:00
cad ng-spice: update to 27nb1. 2019-03-20 10:43:16 +00:00
chat *: recursive bump for vala-0.44 2019-03-25 13:56:25 +00:00
comms py-gammu: Update to 2.12 2019-03-07 16:43:16 +00:00
converters *: recursive bump for poppler-0.75 2019-03-26 07:12:07 +00:00
cross regen distinfo for crosstool-ng-esp32-2018r1.tar.gz 2019-03-24 13:04:05 +00:00
databases tdb: updated to 1.4.0 2019-03-26 11:48:38 +00:00
devel Add the missing patches 2019-03-26 19:30:35 +00:00
distfiles
doc Note additions of 2019-03-26 16:34:55 +00:00
editors *: recursive bump for poppler-0.75 2019-03-26 07:12:07 +00:00
emulators Bump revision for new MESSAGE 2019-03-26 02:56:12 +00:00
filesystems Link with stock libfuse, not with librefuse 2019-03-20 00:48:35 +00:00
finance ledger: update to 3.1.2. 2019-02-17 11:55:03 +00:00
fonts mkfontscale: update to 1.2.1. 2019-03-21 09:50:52 +00:00
games *: recursive bump for poppler-0.75 2019-03-26 07:12:07 +00:00
geography *: recursive bump for vala-0.44 2019-03-25 13:56:25 +00:00
graphics *: recursive bump for poppler-0.75 2019-03-26 07:12:07 +00:00
ham uhd: updated to 3.13.1.0 2019-03-22 17:58:27 +00:00
inputmethod *: recursive bump for vala-0.44 2019-03-25 13:56:25 +00:00
lang lang/python27: Add comments about NIS detection 2019-03-26 16:12:28 +00:00
licenses Rename abell-94 into purdue (used by Debian) 2018-12-08 17:03:49 +00:00
mail mblaze: update to 0.5.1. 2019-03-25 22:59:27 +00:00
math *: recursive bump for vala-0.44 2019-03-25 13:56:25 +00:00
mbone Updated mbone/mdd to 20180824 2018-08-29 00:50:12 +00:00
meta-pkgs ruby-gnome2: update to 3.3.6. 2019-03-21 08:42:21 +00:00
misc stellarium: updated to 0.19.0 2019-03-26 11:15:37 +00:00
mk mk/tools: correctly quote arguments in the tool wrapper log 2019-03-24 11:29:19 +00:00
multimedia Use correct --disable-libopus option. 2019-03-25 22:55:14 +00:00
net p5-MaxMind-DB-Writer: avoid wip references 2019-03-26 15:18:33 +00:00
news sfeed: Avoid SUBST and directly adjust variables via MAKE_FLAGS (NFC) 2019-02-26 18:13:54 +00:00
packages
parallel pvm3: remove Xp dependency. 2019-03-20 10:55:21 +00:00
pkgtools pkgtools/pkglint: update to 5.7.3 2019-03-24 13:58:38 +00:00
print *: recursive bump for poppler-0.75 2019-03-26 07:12:07 +00:00
regress regress/buildlink-libtool: fix failing test 2019-03-24 21:09:21 +00:00
security libssh2: update to 1.8.1. 2019-03-25 22:52:15 +00:00
shells pbosh: update to 20190311. 2019-03-19 14:24:46 +00:00
sysutils *: recursive bump for poppler-0.75 2019-03-26 07:12:07 +00:00
templates
textproc yelp-xsl: update to 3.32.0 2019-03-26 07:29:02 +00:00
time ntpsec: fix HOMEPAGE 2019-03-25 15:44:42 +00:00
wm notion: add upstream bug report URL. 2019-03-16 11:06:38 +00:00
www *: recursive bump for vala-0.44 2019-03-25 13:56:25 +00:00
x11 qt5: updated to 5.12.2 2019-03-26 11:14:16 +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.