Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
2019-10-15 21:08:07 +00:00
archivers
audio fluidsynth: on Darwin do not build as a framework 2019-10-14 15:20:18 +00:00
benchmarks fio: update to 3.16 2019-10-08 18:13:32 +00:00
biology
bootstrap
cad
chat
comms
converters
cross h8300-hms-{binutils,gcc}: Remove. 2019-10-11 18:53:02 +00:00
databases Attempt to fix PLIST with default options. 2019-10-15 21:08:07 +00:00
devel py-pylint-plugin-utils: updated to 0.6 2019-10-15 17:24:01 +00:00
distfiles
doc doc: Updated news/pan to 0.146 2019-10-15 18:12:53 +00:00
editors Sorry, barked up the wrong tree. 2019-10-11 14:42:48 +00:00
emulators Add the 20191014/ directory to the distinfo entries. 2019-10-15 12:40:46 +00:00
filesystems
finance gnucash: update to 3.7. 2019-10-10 13:47:40 +00:00
fonts
games scummvm-tools: add PLIST.Darwin 2019-10-14 19:18:45 +00:00
geography geography/geos: Update to 3.7.3 2019-10-08 23:42:55 +00:00
graphics p5-Image-ExifTool: updated to 11.70 2019-10-13 08:21:40 +00:00
ham (ham/gnuradio-core) Fix build problem on NetBSD, after orc is updated 0.4.29 to 0.4.30, thanks maya@ 2019-10-14 12:40:27 +00:00
inputmethod
lang py-uncompyle6: updated to 3.5.0 2019-10-15 17:01:48 +00:00
licenses
mail mail/pymsgauth: fix location of HTML documentation 2019-10-12 20:12:47 +00:00
math math/R-ellipsis: add test dependencies 2019-10-13 12:22:27 +00:00
mbone mbone/rtptools: fix location of HTML documentation 2019-10-12 20:14:08 +00:00
meta-pkgs ruby-gnome: Update to 3.4.0. 2019-10-11 16:20:22 +00:00
misc misc/bbweather: fix location of HTML documentation 2019-10-12 20:23:07 +00:00
mk Prepare for compat80 package. 2019-10-15 11:15:49 +00:00
multimedia (multimedia/gst-plugins0.10-ffmpeg) sorry more to commit for distinfo 2019-10-14 13:37:43 +00:00
net libpcap: update to 1.9.1 2019-10-14 20:10:19 +00:00
news About 0.146 2019-10-15 18:09:21 +00:00
packages
parallel
pkgtools pkgtools/R2pkg: remove unused code 2019-10-15 18:44:21 +00:00
print Update to 9.0.2 2019-10-15 13:27:15 +00:00
regress
security security/doas: Update to 6.2p2 2019-10-15 12:24:01 +00:00
shells shells/bash2-doc: fix location of HTML documentation 2019-10-12 20:51:48 +00:00
sysutils sysutils/apcupsd: fix location of HTML documentation 2019-10-12 21:06:48 +00:00
templates
textproc py-textile: updated to 3.0.4 2019-10-15 17:28:16 +00:00
time py-tzdata: updated to 2019.3 2019-10-15 17:13:49 +00:00
wm
www Update to 69.0.3 2019-10-15 18:09:02 +00:00
x11 ruby-gnome: Update to 3.4.0. 2019-10-11 16:20:22 +00:00
Makefile
pkglocate
README

$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.