Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
bouyer 0bbb7cce08 Updated geography/opencpn to 4.6.1
Updated geography/opencpn-pluging-debugger to 20170414
Updated geography/opencpn-pluging-draw to 1.3.31
Updated geography/opencpn-pluging-watchdog to 20170414
Updated geography/opencpn-pluging-weather_routing to 20170414
2017-04-14 16:36:22 +00:00
archivers + py-rarfile 2017-04-14 14:01:30 +00:00
audio Update DeforaOS Mixer to version 0.2.2 2017-04-13 11:09:21 +00:00
benchmarks Remove traces of textproc/php-dom which is not needed anymore, now that dom is built into PHP. Bump resp. PKGREVISION. 2017-04-05 12:33:47 +00:00
biology Add missing include. 2017-02-14 21:34:34 +00:00
bootstrap Add instructions on installing required dependencies on Debian & derivatives to 2017-03-06 21:26:01 +00:00
cad Updated cad/gtkwave to 3.3.80 2017-04-09 01:09:03 +00:00
chat Update chat/ejabberd to 17.04. 2017-04-13 19:04:53 +00:00
comms Update DeforaOS Phone to version 0.5.1 2017-04-13 11:26:18 +00:00
converters Update converters/erlang-iconv to 1.0.4. 2017-04-13 18:27:21 +00:00
cross Update to 3.28 2017-03-30 19:21:26 +00:00
databases Revbump all Go packages after the Go 1.8.1 update. 2017-04-13 15:12:03 +00:00
devel Updated devel/p5-Path-IsDev to 1.001003 2017-04-14 15:11:46 +00:00
distfiles
doc Updated geography/opencpn to 4.6.1 2017-04-14 16:36:22 +00:00
editors Updated Sigil to 0.9.8. 2017-04-05 16:05:38 +00:00
emulators Update to 2.8.1 2017-04-07 13:32:52 +00:00
filesystems Extend SHA512 checksums to various files I have on my local distfile 2017-03-23 17:06:45 +00:00
finance Updated gnucash to 2.6.16. 2017-04-05 16:45:47 +00:00
fonts Update to 20170410 2017-04-10 13:23:49 +00:00
games Bump PKGREVISION for previous 2017-04-07 23:34:40 +00:00
geography Update to 20170414. Changes since last version: 2017-04-14 16:35:21 +00:00
graphics Update graphics/glfw to 3.2.1 2017-04-12 12:56:46 +00:00
ham Updated ham/gnuradio from 3.7.10.1 to 3.7.11 2017-03-15 14:07:12 +00:00
inputmethod Extend SHA512 checksums to various files I have on my local distfile 2017-03-23 17:06:45 +00:00
lang Update php71 to 7.1.4. 2017-04-14 15:43:26 +00:00
licenses the Unicode, Inc. license text 2016-11-18 09:23:49 +00:00
mail Update "mutt" package to version 1.8.1: 2017-04-14 07:00:02 +00:00
math Update to FriCAS 1.3.1 2017-04-13 14:35:31 +00:00
mbone Convert all occurrences (353 by my count) of 2017-01-19 18:52:01 +00:00
meta-pkgs Remove traces of textproc/php-dom which is not needed anymore, now that dom is built into PHP. Bump resp. PKGREVISION. 2017-04-05 12:33:47 +00:00
misc Update misc/erlang-p1_utils to 1.0.8. 2017-04-13 19:03:28 +00:00
mk Let GCC 4.4 handle requests for GCC 4.[0-4] to ensure we are consistent in 2017-04-10 12:22:07 +00:00
multimedia + py-enzyme 2017-04-14 13:56:07 +00:00
net Update net/mitmproxy to 2.0.1 2017-04-14 13:15:04 +00:00
news Rename mmdf(5) to tin-mmdf(5) to fix conflict with mutt packages. 2017-03-05 12:05:23 +00:00
packages
parallel Changes 3.5.0.2: 2017-04-09 16:43:03 +00:00
pkgtools Revbump all Go packages after the Go 1.8.1 update. 2017-04-13 15:12:03 +00:00
print Bump PKGREVISION for mupdf-1.11 update 2017-04-12 13:04:21 +00:00
regress Fixed pkglint warnings. 2016-06-11 11:36:14 +00:00
security Revbump all Go packages after the Go 1.8.1 update. 2017-04-13 15:12:03 +00:00
shells Update mksh to R55. 2017-04-13 14:36:46 +00:00
sysutils Fix bash use. 2017-04-13 18:43:34 +00:00
templates Point at the HTML pkgsrc guide, not a plain-text human redirect. 2017-02-04 03:47:47 +00:00
textproc + subliminal 2017-04-14 14:18:29 +00:00
time Restore build dependency on p5-File-ShareDir-Install, spotted by wiz@. 2017-04-12 11:49:06 +00:00
wm Fix PLIST for the nls option: he_IL.UTF-8 was missing 2017-04-13 04:29:05 +00:00
www Bump for the recent change to PHP bundling DOM. 2017-04-14 14:05:41 +00:00
x11 Add a bunch more compatibility defines. Fixes SunOS. 2017-04-13 10:17:25 +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.