Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
2019-06-04 19:00:18 +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 Fix build with newer booost 2019-06-03 15:22:51 +00:00
chat bitlbee: Update to 3.6 2019-06-04 19:00:09 +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 gettext-tools: Copy the workaround for preloadable_libintl.so for Linux 2019-06-04 17:22:22 +00:00
distfiles
doc doc: Updated chat/bitlbee to 3.6 2019-06-04 19:00:18 +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 geography/gpsd: Update HOMEPAGE 2019-06-04 10:43:21 +00:00
graphics Use bash to run the configure script 2019-06-04 11:34:44 +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 llvm: Fix build on SunOS. 2019-06-04 10:22:17 +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 mpv: Set autosync=30 by default on NetBSD. 2019-06-04 13:55:43 +00:00
net syncthing: update to 1.1.4 2019-06-04 14:03:57 +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 When changing from login_getclass() to login_getpwclass(), 2019-06-04 09:08:06 +00:00
shells tcsh: Uncomment HOMEPAGE (now available again) 2019-05-19 00:01:17 +00:00
sysutils desktop-file-utils: link against libintl on SunOS. tested by wilbury, thanks. 2019-06-04 13:05:28 +00:00
templates
textproc Revert previous: package still necessary to provide the fast implementation 2019-06-04 09:18:28 +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 firefox: reference upstream commit in patch files. 2019-06-04 00:23:11 +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.