Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
2018-05-15 14:14:09 +00:00
archivers unrar: updated to 5.6.4 2018-05-15 08:37:17 +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 revbump for boost-libs update 2018-04-29 21:31:17 +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 libthrift: Fix strings.h and building without lua. 2018-05-15 10:16:17 +00:00
distfiles
doc doc: Updated www/passenger to 5.3.1nb1 2018-05-15 14:14:09 +00:00
editors Update to 1.20.1: 2018-05-14 13:23:50 +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 sane-backends: Work around broken configure tests on SunOS. 2018-05-15 13:19:50 +00:00
ham revbump for boost-libs update 2018-04-29 21:31:17 +00:00
inputmethod ibus: explicitly specify cldr-emoji-annotation package version. 2018-04-29 21:42:00 +00:00
lang lang/elixir: Update to 1.6.5. 2018-05-14 15:57:13 +00:00
licenses Add 9menu license 2018-02-21 15:12:47 +00:00
mail fdm: Fix the build with OpenSSL 1.1.0 and minor cosmetic changes 2018-05-04 15:33:22 +00:00
math py-scipy: updated to 1.1.0 2018-05-14 06:39:32 +00:00
mbone Recursive bumps for fontconfig and libzip dependency changes. 2018-03-12 11:15:24 +00:00
meta-pkgs Take maintainership of all MATE packages. 2018-05-14 19:15:35 +00:00
misc misc/mate-calc: import mate-calc-1.20.1 2018-05-14 14:02:19 +00:00
mk *: remove references to obsolete DragonFly/i386 2018-04-30 10:41:35 +00:00
multimedia Update to 1.20.0: 2018-05-14 13:03:18 +00:00
net py-meson: Centralise meson_post_install.py handling. 2018-05-15 08:58:39 +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 print/web2c: Remove a race condition 2018-05-15 06:11:45 +00:00
regress
security polkit: Fix pid_t usage. 2018-05-15 09:09:21 +00:00
shells Update to 5.5.1 2018-04-29 20:41:04 +00:00
sysutils sysutils/syslog-ng*: Update to 3.15.1. 2018-05-15 13:06:19 +00:00
templates
textproc py-natsort: updated to 5.3.1 2018-05-15 06:45:55 +00:00
time libical: Sprinkle limits.h, fixes SunOS. 2018-05-14 08:34:56 +00:00
wm Update to 1.20.0: 2018-05-14 13:05:34 +00:00
www www/passenger: Update to 5.3.1. 2018-05-15 14:13:57 +00:00
x11 xf86-video-intel: update to 2.99.917nb7. 2018-05-15 10:50:19 +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.