Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
2019-06-23 09:42:16 +00:00
archivers archivers/ruby-zip: update to 1.2.3 2019-06-15 03:05:44 +00:00
audio mpc: update to 0.32. 2019-06-23 08:38:08 +00:00
benchmarks handle SO_LINGER portably. 2019-06-15 15:01:02 +00:00
biology Revbump after updating graphics/glew 2019-05-29 19:52:48 +00:00
bootstrap bootstrap: Enable sed on Cygwin by default. 2019-06-20 09:11:26 +00:00
cad (cad/openscad) Updated 2015.03-3 to 2019.05 (Re: PR pkg/54302) 2019-06-22 12:57:50 +00:00
chat znc: Move MESSAGE to MESSAGE.rcd 2019-06-22 14:17:44 +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 cross/*: let pkglint autofix indentation and variable alignment 2019-06-08 10:53:26 +00:00
databases postgresqlNN: updated to 11.4, 10.9, 9.6.14, 9.5.18, 9.4.23 2019-06-23 07:55:58 +00:00
devel devel/Makefile: + unittest-cpp. 2019-06-23 09:42:04 +00:00
distfiles
doc doc: Added devel/unittest-cpp version 2.0.0 2019-06-23 09:42:16 +00:00
editors leafpad: Update to 0.8.18.1 2019-06-20 05:48:03 +00:00
emulators dgen-sdl: Update to 1.33 2019-06-20 12:13:19 +00:00
filesystems Use https for sourceforge project links. 2019-06-22 11:52:31 +00:00
finance py-fecon235: mark as incompatible with Python 2.7 2019-06-17 20:50:02 +00:00
fonts terminus-font: Update to 4.47 2019-06-20 11:41:28 +00:00
games bzflag: Update to 2.4.18 2019-06-22 13:29:19 +00:00
geography py-obspy: Python 2.7 is not supported any more because of py-scipy 2019-06-15 18:06:04 +00:00
graphics Use https for sourceforge project links. 2019-06-22 11:52:31 +00:00
ham (ham/gnuradio-*) Updated 3.7.13.4 to 3.7.13.5 2019-06-21 16:02:16 +00:00
inputmethod ibus: Add missing depend to dbus 2019-05-15 14:37:55 +00:00
lang guile22: update to 2.2.5. 2019-06-23 09:14: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 dovecot2-pigeonhole: Disable hardening autodetection. 2019-06-21 15:36:59 +00:00
math (math/cgal) man path relocated to standard location. Don't use ${VERSION} var. 2019-06-22 23:43:04 +00:00
mbone
meta-pkgs bulk-medium: removed references to py-matplotlib-gtk2 2019-06-16 19:25:10 +00:00
misc Use https for sourceforge project links. 2019-06-22 11:52:31 +00:00
mk mk/curses.builtin.mk: add mouse function check 2019-06-17 18:19:55 +00:00
multimedia mplayer: put back pulseaudio to SUGGESTED_OPTIONS. 2019-06-22 22:46:45 +00:00
net Enable ads option by default. 2019-06-22 16:11:49 +00:00
news all: replace SUBST_SED with the simpler SUBST_VARS 2019-05-23 19:22:54 +00:00
packages
parallel Use https for sourceforge project links. 2019-06-22 11:52:31 +00:00
pkgtools pkgin: Update to 0.12.0. 2019-06-13 13:06:40 +00:00
print print/poppler: up GCC_REQD to 5 2019-06-17 19:21:07 +00:00
regress mk/tools: in the wrapper log, quote arguments containing = naturally 2019-05-22 20:47:05 +00:00
security +libb2 2019-06-22 18:54:24 +00:00
shells tcsh: Uncomment HOMEPAGE (now available again) 2019-05-19 00:01:17 +00:00
sysutils Update links to hal.freedesktop.org 2019-06-22 11:47:15 +00:00
templates
textproc Use https for all invisible-island.net HOMEPAGEs. 2019-06-22 11:37:13 +00:00
time py-arrow: updated to 0.14.2 2019-06-16 14:08:03 +00:00
wm blackbox70: fix build with gettext-0.20.1 2019-06-14 02:09:03 +00:00
www Remove amaya. 2019-06-23 09:21:30 +00:00
x11 Use https for all invisible-island.net HOMEPAGEs. 2019-06-22 11:37:13 +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.