Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
2019-03-13 11:35:47 +00:00
archivers Added ocaml-decompress to Makefile SUBDIRs 2019-03-12 18:02:08 +00:00
audio fasttracker2: update to b140 2019-03-10 12:38:17 +00:00
benchmarks dnsperf: Fix build with BIND 9.12.3 and newer 2018-10-27 12:04:33 +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 Updated cad/gtkwave to 3.3.99 2019-02-23 05:30:02 +00:00
chat all: revbump Go packages, now that they use go112 to build 2019-03-09 10:05:01 +00:00
comms py-gammu: Update to 2.12 2019-03-07 16:43:16 +00:00
converters Update to 4.02 2019-03-02 04:07:33 +00:00
cross avrdude: require GNU make 2019-01-26 02:44:34 +00:00
databases databases/postgresql-postgis2: Update to 2.5.2 2019-03-12 00:18:28 +00:00
devel Added devel/ocaml-jane-street-headers, header files for Jane Street pkgs. 2019-03-13 11:35:47 +00:00
distfiles
doc doc: Added devel/ocaml-ppx_fail version 0.12.0 2019-03-13 11:24:59 +00:00
editors Update to newest patchset 1004. 2019-03-10 18:45:45 +00:00
emulators haxm: Update to 0.20190301.7cb307c4e7ff066b51a503c76f72d7dfefc78760 2019-03-09 10:57:33 +00:00
filesystems add and enable ltfs and ltfs-ltotape 2019-02-28 06:55:51 +00:00
finance ledger: update to 3.1.2. 2019-02-17 11:55:03 +00:00
fonts unifont: Update to 12.0.01 2019-03-10 10:51:15 +00:00
games easyrpg-player/liblcf: Update to 0.6.0 2019-03-05 10:45:38 +00:00
geography geography/gdal-lib: Update to 2.4.0 2019-03-09 17:39:01 +00:00
graphics add patch for CVE-2018-11813 from mozjpeg, which has an easily found 2019-03-10 11:22:43 +00:00
ham ham/uhd: PLIST* were adjusted for 4 combinations of options, doxygen/manual. 2019-03-03 10:36:14 +00:00
inputmethod ibus, ibus-python: update to 1.5.20. 2019-03-02 02:16:32 +00:00
lang go112: paper over issues with filenames containing umlauts. 2019-03-13 10:40:19 +00:00
licenses Rename abell-94 into purdue (used by Debian) 2018-12-08 17:03:49 +00:00
mail mail/dovecot2-pigeonhole: update to 0.5.5 2019-03-12 04:32:25 +00:00
math Update to 2.18.1 2019-03-10 02:33:05 +00:00
mbone Updated mbone/mdd to 20180824 2018-08-29 00:50:12 +00:00
meta-pkgs ruby-gnome2: update to 3.3.5. 2019-03-10 01:12:00 +00:00
misc pick: Update to 3.0.1 2019-03-12 19:02:45 +00:00
mk ghostscript-esp is long gone. 2019-03-10 19:52:18 +00:00
multimedia ruby-gnome2: update to 3.3.5. 2019-03-10 01:12:00 +00:00
net Update unbound to version 1.9.1 2019-03-12 12:13:08 +00:00
news sfeed: Avoid SUBST and directly adjust variables via MAKE_FLAGS (NFC) 2019-02-26 18:13:54 +00:00
packages
parallel Update to paexec-1.1.1 2019-02-15 19:31:24 +00:00
pkgtools pbulk-base: fix double free(). 2019-03-12 15:37:51 +00:00
print ruby-gnome2: update to 3.3.5. 2019-03-10 01:12:00 +00:00
regress regress/tools: clarify that only the NetBSD 7 shell exhibits this bug 2018-12-05 19:01:40 +00:00
security py-certbot: updated to 0.32.0 2019-03-10 15:23:50 +00:00
shells Update mksh to R57. 2019-03-10 14:19:59 +00:00
sysutils all: revbump Go packages, now that they use go112 to build 2019-03-09 10:05:01 +00:00
templates
textproc py-sphinx: updated to 1.8.5 2019-03-10 13:36:02 +00:00
time Avoid unportable -static-libgcc. Fixes OS X clang build. 2019-03-03 02:30:28 +00:00
wm marco: update to 1.22.0 2019-03-07 21:35:05 +00:00
www Update to 3.6.3 2019-03-11 07:52:06 +00:00
x11 xplanet: revise requirement to C++11 for a build fix 2019-03-13 01:10:20 +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.