Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
wiz 47ae948014 Updated p5-HTML-Template to 2.97.
2.97 Thu May 18 2017
    - Change internal module name HTML::Template::DEFAULT to
      HTML::Template::DEF to avoid conflict with
      HTML::Template::Default. [Sam Tregar]

2.96 Thu May 18 2017
    - Fixed typos in documentation [David Steinbrunner, Steve Kemp]
    - Added CGI.pm as a dependency, needed now that it's no longer in core.
      [Martin McGrath, Steve Bertrand]
2017-05-29 10:57:38 +00:00
archivers Updated par2 to 0.7.1. 2017-05-29 10:55:06 +00:00
audio Updated musicpd to 0.20.8. 2017-05-29 10:45:38 +00:00
benchmarks Use pkgsrc install scripts. Fixes installation on SunOS. Enable test target. 2017-05-18 07:20:22 +00:00
biology Deleting p5-BioPerl. Duplicate with bioperl. Sorry. 2017-05-10 15:09:47 +00:00
bootstrap
cad Update cad/oce to 0.18.1. 2017-05-15 12:31:38 +00:00
chat Update chat/bitlbee to 3.5.1 2017-05-14 11:39:32 +00:00
comms Update to Asterisk 13.15.0. This is mostly a bug fix release with a few 2017-05-13 22:39:13 +00:00
converters Added converters/p5-Sereal version 0.330 2017-05-28 13:25:53 +00:00
cross Update to 7.1.0 2017-05-16 17:52:18 +00:00
databases Updated p5-DBD-postgresql to 3.6.2. 2017-05-29 10:56:13 +00:00
devel 2.16.5 (2017-05-28) 2017-05-29 10:43:42 +00:00
distfiles
doc Updated databases/p5-DBD-postgresql to 3.6.2 2017-05-29 10:56:22 +00:00
editors Don't force ancient C++. 2017-05-22 23:36:11 +00:00
emulators Version 1.3.1: 2017-05-26 19:37:21 +00:00
filesystems Recursive revbump from boost update 2017-04-30 01:21:19 +00:00
finance Recursive revbump from boost update 2017-04-30 01:21:19 +00:00
fonts fix PR pkg/52139: 2017-05-25 03:55:24 +00:00
games Requires termcap. 2017-05-09 16:13:12 +00:00
geography Convert CXXFLAGS setting C++ standard to USE_LANGUAGES. 2017-05-03 08:38:38 +00:00
graphics Changes 1.4.2: 2017-05-26 17:40:44 +00:00
ham Regen. 2017-05-25 10:03:23 +00:00
inputmethod Bump PKGREVISION from enabling gtk3 option by default 2017-05-21 09:12:34 +00:00
lang Update pear to 1.10.4. 2017-05-28 11:18:08 +00:00
licenses Add the zsh license and add it to the default acceptable list (MIT-like). 2017-05-11 12:56:21 +00:00
mail dcc: update to 1.3.159 2017-05-28 11:50:07 +00:00
math Update pear-Math_BigInteger to 1.0.3. 2017-05-28 11:26:12 +00:00
mbone Updated mbone/rtptools to 1.21 2017-05-06 08:22:23 +00:00
meta-pkgs Extend SunOS _XOPEN_SOURCE fix to all compilers. 2017-05-24 15:02:54 +00:00
misc misc/py-anita to 1.41. Pkgsrc changes: 2017-05-28 12:48:53 +00:00
mk Remove old logic about choosing audio device on freebsd which is 2017-05-28 21:53:06 +00:00
multimedia Add an `x11' option (disabled by default) similar to multimedia/ffmpeg2 in 2017-05-29 08:38:16 +00:00
net add workaround for https://bugzilla.samba.org/show_bug.cgi?id=12502 2017-05-29 00:24:19 +00:00
news 2.4.6 and NetrBSD-5 are ancient history by now (hopefully) 2017-05-20 06:56:29 +00:00
packages
parallel
pkgtools Removed databases/postgresql91 2017-05-24 19:51:12 +00:00
print print/mupdf: fix build on fbsd 2017-05-28 12:42:21 +00:00
regress
security Changes 2017.4.17: 2017-05-29 07:47:19 +00:00
shells Fix installation on Darwin. 2017-05-19 15:27:58 +00:00
sysutils Updated sysutils/dmsdos to 0.9.2.3-pre2-alt2 2017-05-27 22:16:46 +00:00
templates
textproc bsd.prefs.mk are not needed here 2017-05-26 04:19:59 +00:00
time Changes 2.4: 2017-05-16 09:27:52 +00:00
wm Match PLIST with do-install. Bump revision. 2017-05-20 11:50:09 +00:00
www Updated p5-HTML-Template to 2.97. 2017-05-29 10:57:38 +00:00
x11 SunOS and GCC >=6.x fixes. 2017-05-26 12:09:11 +00:00
Makefile
pkglocate
README

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