Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
2019-06-03 12:29:40 +00:00
archivers py-zipp: added version 0.5.1 2019-05-29 19:48:29 +00:00
audio fasttracker2: update to b158 2019-06-02 13:53:25 +00:00
benchmarks all: replace SUBST_SED with the simpler SUBST_VARS 2019-05-23 19:22:54 +00:00
biology Revbump after updating graphics/glew 2019-05-29 19:52:48 +00:00
bootstrap bootstrap: fix endless when checking nonexisting directory 2019-05-07 19:54:46 +00:00
cad Revbump after updating graphics/glew 2019-05-29 19:52:48 +00:00
chat ircd-hybrid: Update to 8.2.26 2019-06-03 12:19:18 +00:00
comms all: replace SUBST_SED with the simpler SUBST_VARS 2019-05-23 19:22:54 +00:00
converters all: replace SUBST_SED with the simpler SUBST_VARS 2019-05-23 19:22:54 +00:00
cross xtensa-esp32-elf-*: update to espressif 2019r1 snapshot 2019-05-27 17:31:14 +00:00
databases databases: Add postgres_exporter. 2019-05-31 14:42:45 +00:00
devel Fix not found error of libgirepository-1.0.so.1 during build 2019-06-03 12:29:40 +00:00
distfiles
doc doc: Updated chat/ircd-hybrid to version 8.2.26 2019-06-03 12:21:56 +00:00
editors add "--without-ns" to x11 configs for OSX 2019-06-03 01:21:49 +00:00
emulators emulators/gxemul: fix hpcmips emulation 2019-06-02 09:19:58 +00:00
filesystems all: replace SUBST_SED with the simpler SUBST_VARS 2019-05-23 19:22:54 +00:00
finance all: replace SUBST_SED with the simpler SUBST_VARS 2019-05-23 19:22:54 +00:00
fonts Include mk file earlier to enable rust conditional 2019-06-03 12:27:48 +00:00
games Revbump after updating graphics/glew 2019-05-29 19:52:48 +00:00
geography py-country: updated to 18.12.8 2019-05-31 12:37:04 +00:00
graphics librsvg: This _needs_ fontconfig 2.8.0, set API depends 2019-06-02 14:06:39 +00:00
ham ham/tqsl: Require C++11 2019-05-13 00:21:34 +00:00
inputmethod ibus: Add missing depend to dbus 2019-05-15 14:37:55 +00:00
lang Add missing checksums 2019-06-02 22:50:04 +00:00
licenses Conform to the non-free license convention. Thanks to gdt@ for pointing 2019-05-18 19:26:49 +00:00
mail thunderbird: Pick libGL.so for NetBSD in GLContextProviderGLX.cpp 2019-06-01 23:27:58 +00:00
math (math/double-converison) New package added 2019-06-02 14:20:58 +00:00
mbone Updated mbone/mdd to 20180824 2018-08-29 00:50:12 +00:00
meta-pkgs texlive-collection-plaingeneric: add tex-ifetex 2019-06-03 10:54:40 +00:00
misc Add graphite2 to librsvg via pango and harfbuzz 2019-06-02 03:11:30 +00:00
mk options.description: fix typo 2019-06-01 18:08:07 +00:00
multimedia mencoder, mplayer, gmplayer: use /dev/audio for OSS on NetBSD/OpenBSD. 2019-06-02 09:48:10 +00:00
net Update for new openssl API. 2019-06-02 20:03:32 +00:00
news all: replace SUBST_SED with the simpler SUBST_VARS 2019-05-23 19:22:54 +00:00
packages
parallel PKGREVISION bump for anything using python without a PYPKGPREFIX. 2019-04-25 07:32:34 +00:00
pkgtools texlive2pkg: update to 1.5 2019-06-03 10:36:25 +00:00
print tex-ifetex{,-doc}: Add version 1.2a 2019-06-03 10:50:41 +00:00
regress mk/tools: in the wrapper log, quote arguments containing = naturally 2019-05-22 20:47:05 +00:00
security gnupg2: updated to 2.2.16 2019-06-02 09:29:09 +00:00
shells tcsh: Uncomment HOMEPAGE (now available again) 2019-05-19 00:01:17 +00:00
sysutils Update glib2 to 2.60.2 2019-06-03 09:53:50 +00:00
templates
textproc py-markdown2: updated to 2.3.8 2019-05-30 05:10:55 +00:00
time (time/ocaml-time_now) USE_TOOLS+= bash instead of BUILD_DEPENDS, tks leot@ 2019-05-29 21:23:54 +00:00
wm all: replace SUBST_SED with the simpler SUBST_VARS 2019-05-23 19:22:54 +00:00
www p5-HTML-Template-Compiled: add version 1.003 2019-06-03 11:35:04 +00:00
x11 py-terminator: Fix faults of terminator on NetBSD 2019-06-01 01:17:12 +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.