Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
wiz 87a22c5a34 graphics/tex-contour: import tex-contour-2.14
This package generates a coloured contour around a given text
in order to enable printing text over a background without the
need of a coloured box around the text.
2019-06-05 21:20:11 +00:00
archivers py-zipp: added version 0.5.1 2019-05-29 19:48:29 +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 Update to 1.0.0. From the changelog: 2019-06-05 18:31:06 +00:00
devel py-meson: use more specific REPLACE_PYTHON or sed might fail; test hacks are not needed anymore 2019-06-05 20:45:52 +00:00
distfiles
doc Updated sysutils/node_exporter 2019-06-05 19:19:59 +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 graphics/tex-contour: import tex-contour-2.14 2019-06-05 21:20:11 +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 lang/python: make built-in modules depend on distversion 2019-06-05 13:44: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 mk: Fix ctan path on sunsite.dk 2019-06-05 21:05:00 +00:00
multimedia As libgstdecklink.la is the sole entry in PLIST.Linux, assume it shouldn't 2019-06-04 19:31:45 +00:00
net pkglint fallout; no code changes intended. 2019-06-05 15:03:31 +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 crypto++: updated to 8.2.0 2019-06-05 19:06:07 +00:00
shells tcsh: Uncomment HOMEPAGE (now available again) 2019-05-19 00:01:17 +00:00
sysutils node_exporter: updated to 0.18.1 2019-06-05 19:19:38 +00:00
templates
textproc py-xlrd: update home page and a detail about minimum Python 2019-06-05 00:37:43 +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 curl: Update to 7.65.1 2019-06-05 18:10:54 +00:00
x11 xf86-video-modesetting: explain why this package requires old xorg-server 2019-06-05 02:31:59 +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.