Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
2019-06-08 10:14:08 +00:00
archivers py-lz4: updated to 2.1.9 2019-06-07 07:22:49 +00:00
audio faad2: Update to 2.8.8 2019-06-05 06:07:27 +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 phpmyadmin: update to 4.9.0.1 2019-06-07 10:09:43 +00:00
devel gettext-lib: Always add -lintl on SunOS. 2019-06-08 09:34:29 +00:00
distfiles
doc Updated devel/p5-Inline-C to 0.81 2019-06-08 03:58:40 +00:00
editors editors/emacs-snapshot: fix indentation and variable alignment 2019-06-08 10:14:08 +00:00
emulators simh: fix building on debian 9.9. 2019-06-06 13:02:29 +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 pysolfc: updated to 2.6.4 2019-06-06 21:53:44 +00:00
geography geography/gpsd: Update HOMEPAGE 2019-06-04 10:43:21 +00:00
graphics librsvg: make rust a build dependency only. Bump. 2019-06-06 08:53:00 +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 py-jsparser: updated to 2.7.1 2019-06-07 07:26:58 +00:00
licenses Conform to the non-free license convention. Thanks to gdt@ for pointing 2019-05-18 19:26:49 +00:00
mail Update to 0.29 2019-06-07 13:42:50 +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-latexextra: update to 2019pre2. 2019-06-05 21:21:58 +00:00
misc misc/py-anita: update to 1.48 2019-06-07 18:54:51 +00:00
mk apache24: Add mod_brotli option 2019-06-07 11:26:20 +00:00
multimedia Only need nasm for x86. 2019-06-07 17:54:07 +00:00
net dnscrypt-proxy2: Update to 2.0.25 2019-06-07 23:47:00 +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 py-latexcodec: updated to 1.0.7 2019-06-06 21:11:52 +00:00
regress mk/tools: in the wrapper log, quote arguments containing = naturally 2019-05-22 20:47:05 +00:00
security py-trustme: updated to 0.5.2 2019-06-06 21:24:22 +00:00
shells tcsh: Uncomment HOMEPAGE (now available again) 2019-05-19 00:01:17 +00:00
sysutils fix the previous. probably worked on systems that exposed a 2019-06-08 10:01:22 +00:00
templates
textproc Add rpath to an output of xapian-config --libs, bump PKGREVISION 2019-06-07 13:37:39 +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 GC 2019-06-08 09:31:33 +00:00
x11 gtkmm3: updated to 3.24.1 2019-06-06 16:11:15 +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.