Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
2019-06-30 19:07:26 +00:00
archivers archivers/ruby-zip: update to 1.2.3 2019-06-15 03:05:44 +00:00
audio <sys/types.h> is preferred, via gdt@. 2019-06-26 01:16:10 +00:00
benchmarks handle SO_LINGER portably. 2019-06-15 15:01:02 +00:00
biology biology/ncbi-blast+: Unbreak configure 2019-06-28 20:17:35 +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 irssi: Update to 1.2.1 2019-06-29 09:29:43 +00:00
comms lirc: fix build on Arch Linux 2019-06-24 19:01:51 +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 databases/mongodb3: Belatedly add files/ 2019-06-30 13:48:06 +00:00
devel Re-fix installing gio/gdesktopappinfo.h on OS X, needed by at least 2019-06-28 19:42:05 +00:00
distfiles
doc mk: Note end of the 2019Q2 freeze. 2019-06-30 19:07:26 +00:00
editors pluma: explicitly note Python 2.7 tool dependency 2019-06-30 13:34:40 +00:00
emulators libretro-nestopia: Append to CXXFLAGS instead of CFLAGS. 2019-06-28 19:14:08 +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 More http -> https. 2019-06-24 10:59:40 +00:00
games reword 2019-06-29 18:53:29 +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 Make required babl version match configure script. 2019-06-25 18:17:22 +00:00
ham (ham/gnuradio-*) Updated 3.7.13.4 to 3.7.13.5 2019-06-21 16:02:16 +00:00
inputmethod More http -> https. 2019-06-24 10:59:40 +00:00
lang More http -> https. 2019-06-24 10:59:40 +00:00
licenses licenses: Add Server Side Public License 2019-06-28 12:03:14 +00:00
mail Use CPPFLAGS, not CFLAGS, for consistency with ucspi-tcp6 and djbdns. 2019-06-28 19:18:25 +00:00
math R: Add missing zoneinfo file from previous update. 2019-06-23 19:48:55 +00:00
mbone Updated mbone/mdd to 20180824 2018-08-29 00:50:12 +00:00
meta-pkgs mate: Bump for previous. 2019-06-28 20:22:41 +00:00
misc Improve some comments 2019-06-27 13:50:49 +00:00
mk Fix a typo in flag in comment 2019-06-26 00:22:56 +00:00
multimedia mplayer-share: alsa is not a supported option for mencoder so dont suggest it 2019-06-25 20:50:22 +00:00
net net/unifi: Fix MASTER_SITES to avoid nbN 2019-06-29 14:40:01 +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 R2pkg: update to 0.4. 2019-06-24 13:46:04 +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 py-psutil: fix build on -current, which does not define LSDEAD any longer. 2019-06-29 18:00:49 +00:00
templates
textproc expat: update to 2.2.7. 2019-06-29 22:36:04 +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 cliqz: update to 1.27.4 2019-06-29 13:42:18 +00:00
x11 tk: Fix patch broken in previous update. 2019-06-27 09:33:27 +00:00
Makefile
pkglocate Remove clauses 3,4 from TNF-only copyright blocks. 2018-08-22 20:48:36 +00:00
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.