Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
taca 00992a52a4 Update ruby-tzinfo-data to 1.2017.2.
v1.2017.2						2017/3/23

* Based on version 2017b of the IANA Time Zone Database
  (https://mm.icann.org/pipermail/tz-announce/2017-March/000046.html).
2017-04-15 15:12:18 +00:00
archivers Avoid type conflicts with compiler builtins by including the correct 2017-04-14 17:48:56 +00:00
audio 0.1.5 2017-04-15 09:49:53 +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 perl is a default option, it will be selected even if using the old 2017-04-15 06:32:33 +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 This is not really Python 3.4 incompatible 2017-04-15 12:30:07 +00:00
distfiles
doc Note update of time/ruby-tzinfo package to 1.2.3. 2017-04-15 15:11:45 +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 URLs for new OpenCPN web site 2017-04-14 16:42:24 +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 Build UTIL part as well. Bump revision. 2017-04-14 17:49:28 +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 version 3.3: 2017-04-15 09:26:47 +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 pytest-runner (devel/py-test-runner) is a setup_requires... Mark it accordingly 2017-04-15 09:31:41 +00:00
time Update ruby-tzinfo-data to 1.2017.2. 2017-04-15 15:12:18 +00:00
wm Explicitly disable ImageMagick support 2017-04-14 17:16:50 +00:00
www WordPress 4.7 suggests using PHP 7, so remove PHP's version restriction to 2017-04-15 15:05:29 +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.