Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
2018-05-16 13:30:53 +00:00
archivers Update: 2018-05-15 22:16:35 +00:00
audio Update libmatemixer to 1.20.0: no changelogs available. 2018-05-14 12:45:05 +00:00
benchmarks Recursive bumps for fontconfig and libzip dependency changes. 2018-03-12 11:15:24 +00:00
biology Add samtools 2018-05-07 18:40:10 +00:00
bootstrap bootstrap: don't output "Hopefully" when bootstrap finishes 2018-03-07 07:34:07 +00:00
cad revbump for boost-libs update 2018-04-29 21:31:17 +00:00
chat telepathy-qt: Avoid ++ on bool. 2018-05-15 10:12:28 +00:00
comms py-gammu: Update comms/py-gammu to 2.11 2018-05-16 08:25:43 +00:00
converters py-simplejson: updated to 3.15.0 2018-05-14 07:14:19 +00:00
cross Recursive bump for new fribidi dependency in pango. 2018-04-16 14:33:44 +00:00
databases databases/py-peewee: Update to 3.3.4. 2018-05-14 10:54:19 +00:00
devel devel/librelp: Update to 1.2.16. 2018-05-16 11:33:14 +00:00
distfiles
doc doc: Updated lang/spidermonkey52 to 52.7.4nb1 2018-05-16 11:36:00 +00:00
editors nano: update to 2.9.7 2018-05-15 15:14:10 +00:00
emulators fuse-emulator-utils: updated to 1.4.1 2018-05-01 18:35:19 +00:00
filesystems revbump for boost-libs update 2018-04-29 21:31:17 +00:00
finance Add QuantLib 2018-05-14 00:07:09 +00:00
fonts fonts/woff2: Avoid -no-canonical-prefixes 2018-05-15 11:46:43 +00:00
games revbump for boost-libs update 2018-04-29 21:31:17 +00:00
geography revbump for boost-libs update 2018-04-29 21:31:17 +00:00
graphics eog: Ensure _XOPEN_SOURCE is set correctly on SunOS. 2018-05-16 13:13:32 +00:00
ham revbump for boost-libs update 2018-04-29 21:31:17 +00:00
inputmethod ibus: Requires msgmerge. 2018-05-16 10:28:53 +00:00
lang - Fix for polkit and gjs 2018-05-16 11:36:36 +00:00
licenses Add customized licenses encountered in mail/fetchmail sources. 2018-05-16 13:24:21 +00:00
mail roundcube-plugin-zipdownload: update distinfo for 1.3.6 2018-05-16 08:18:07 +00:00
math math/py-numpy: Bump PKGREVISION for the new patch 2018-05-16 06:53:18 +00:00
mbone Recursive bumps for fontconfig and libzip dependency changes. 2018-03-12 11:15:24 +00:00
meta-pkgs Don't install mate-system-monitor in the meta-package, 2018-05-16 10:56:03 +00:00
misc Update to 1.003 2018-05-16 00:48:18 +00:00
mk Add dante option used by mail/fetchmail 2018-05-16 13:30:53 +00:00
multimedia ffmpeg1: Remove x264 from PKG_SUGGESTED_OPTIONS. 2018-05-16 11:09:57 +00:00
net Update to 1.1.23 2018-05-16 01:07:20 +00:00
news revbump for boost-libs update 2018-04-29 21:31:17 +00:00
packages
parallel revbump for boost-libs update 2018-04-29 21:31:17 +00:00
pkgtools Update pkglint to 5.5.11 2018-05-14 20:25:48 +00:00
print chktex: Specify the input encoding, fixing build with TeX Live 2018 2018-05-16 12:42:19 +00:00
regress Fixed pkglint warnings. 2016-06-11 11:36:14 +00:00
security gnupg2: add bzip2 and zlib to PKG_SUGGESTED_OPTIONS 2018-05-16 10:22:22 +00:00
shells Update to 5.5.1 2018-04-29 20:41:04 +00:00
sysutils Update to 1.2.1: 2018-05-16 11:30:36 +00:00
templates Point at the HTML pkgsrc guide, not a plain-text human redirect. 2017-02-04 03:47:47 +00:00
textproc Update to 1.25 2018-05-15 23:19:29 +00:00
time Drop the gtk2 dependency. 2018-05-15 21:48:01 +00:00
wm Update to 1.20.0: 2018-05-14 13:05:34 +00:00
www py-WebOb: updated to 1.8.1 2018-05-16 07:57:06 +00:00
x11 mate-applets: Restore PLIST.batt support. 2018-05-16 12:01:58 +00:00
Makefile
pkglocate
README Make top dir README a little more helpful. 2017-03-02 09:51:35 +00:00

$NetBSD: README,v 1.19 2017/03/02 09:51:35 maya 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 follow 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.