Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
2019-06-26 13:14:54 +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 More http -> https. 2019-06-24 10:59:40 +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 inspircd3: Don't "exit 1" when the group we build as is "wheel". 2019-06-23 10:04:26 +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 postgresql11-client: PLIST correction 2019-06-25 16:39:00 +00:00
devel g/c use of __GCC_HAVE_SYNC_COMPARE_AND_SWAP_4 which glib was already 2019-06-26 10:42:50 +00:00
distfiles
doc doc: Updated devel/glib2 to 2.60.4nb4 2019-06-26 10:43:09 +00:00
editors Sigil: update to 0.9.14. 2019-06-23 10:35:05 +00:00
emulators mame: update to 0.210. 2019-06-23 18:37:45 +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 Update to wtf-20190623, featuring more acronyms 2019-06-26 13:14:54 +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 Conform to the non-free license convention. Thanks to gdt@ for pointing 2019-05-18 19:26:49 +00:00
mail Really fix rpaths in installed shlibs on Darwin. Bump PKGREVISION. 2019-06-25 14:39:20 +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 bulk-medium: removed references to py-matplotlib-gtk2 2019-06-16 19:25:10 +00:00
misc yelp3: Force the use of pkgsrc msgfmt. 2019-06-24 14:27:55 +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 Import dhcpcd-7.2.3 with the following changes: 2019-06-26 10:07:38 +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 Resolve remaining pkglint issues: 2019-06-25 15:35:33 +00:00
templates
textproc Follow some redirects. 2019-06-24 10:36:50 +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 Follow some redirects. 2019-06-24 10:36:50 +00:00
x11 xorgproto: downgrade to 2018.4. 2019-06-26 06:12:46 +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.