Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
rillig 6d4e6832e4 pkgtools/pkglint: update to 5.6.11
Changes since 5.6.10:

* Improved the wording of several warnings

* Fixed parsing of complicated dependency patterns such as
  {ssh{,6}-[0-9]*,openssh-[0-9]*}. Pkglint still doesn't understand
  them but at least it doesn't mark them as "unknown" anymore.

* Lots of refactoring, as usual. This is the last part of the big
  refactoring, therefore future changes to pkglint are expected to be
  smaller than in the previous 3 months.
2019-01-13 19:55:52 +00:00
archivers archivers/gzip: update to release 1.10 2019-01-10 06:47:42 +00:00
audio fasttracker2: update to b129 2019-01-11 05:24:44 +00:00
benchmarks dnsperf: Fix build with BIND 9.12.3 and newer 2018-10-27 12:04:33 +00:00
biology ncbi-blast+: Upgrade to 2.8.1 2019-01-07 15:00:10 +00:00
bootstrap Update the root_group for Minix to match the changes to mk files. 2018-11-15 22:08:30 +00:00
cad Updated cad/gtkwave to 3.3.98 2019-01-05 14:44:46 +00:00
chat centerim5: include application.mk first. 2019-01-13 17:58:47 +00:00
comms revbump for boost 1.69.0 2018-12-13 19:51:31 +00:00
converters Update to 1.40 2019-01-12 13:57:04 +00:00
cross Removed commented-out PKGREVISIONs 2018-12-09 21:05:32 +00:00
databases lang/ruby22: explicitly specify RUBY_VERSIONS_ACCEPTED 2019-01-13 02:36:28 +00:00
devel ucommon: updated to 7.0.0 2019-01-13 18:21:24 +00:00
distfiles
doc Updated devel/ucommon, net/ccrtp 2019-01-13 18:22:34 +00:00
editors editors/kate: Adjust PLIST entries to reflect changed Python 3 plugins 2019-01-01 23:53:01 +00:00
emulators Update to 2.6.9 2019-01-13 11:59:37 +00:00
filesystems ori: catch up with scons update 2019-01-02 20:36:07 +00:00
finance gnucash: Add upstream bug report URLs. 2019-01-11 12:01:11 +00:00
fonts added fonts/spleen 2019-01-10 14:58:09 +00:00
games lgogdownloader: update to 3.4. 2019-01-09 13:49:01 +00:00
geography Add R-maptools 2018-12-21 12:09:09 +00:00
graphics freedreno is not buildable on NetBSD. Disable it 2019-01-13 12:29:28 +00:00
ham uhd: Restore mistakenly-removed PKGREVISION 2019-01-09 19:21:37 +00:00
inputmethod Update to 1.0.5 2019-01-04 23:37:08 +00:00
lang lang/ruby: reduce support for ruby22 2019-01-13 02:39:04 +00:00
licenses Rename abell-94 into purdue (used by Debian) 2018-12-08 17:03:49 +00:00
mail Let installed ucspi-tcp6 satisfy ucspi-tcp dependency. 2019-01-10 13:23:16 +00:00
math Update to 0.73 2019-01-12 12:50:10 +00:00
mbone Updated mbone/mdd to 20180824 2018-08-29 00:50:12 +00:00
meta-pkgs texlive-collection-bibtexextra: add tex-apacite, tex-biblatex-ieee 2019-01-12 20:21:31 +00:00
misc ruby-mini_portile2: update to 2.4.0. 2019-01-12 14:27:27 +00:00
mk Provide defaults for SNIPROXY_{USER,GROUP}. 2019-01-11 23:09:15 +00:00
multimedia mencoder, mplayer, gmplayer: restore text relocation fix for NetBSD/i386. 2019-01-12 15:26:42 +00:00
net cctp: fix shared library name 2019-01-13 18:22:10 +00:00
news sfeed: Update to 0.9.7 2019-01-01 00:32:10 +00:00
packages
parallel *: update email for fhajny 2018-12-15 21:12:18 +00:00
pkgtools pkgtools/pkglint: update to 5.6.11 2019-01-13 19:55:52 +00:00
print print: Add tex-apacite{,-doc} tex-biblatex-ieee{,-doc} 2019-01-12 20:17:23 +00:00
regress regress/tools: clarify that only the NetBSD 7 shell exhibits this bug 2018-12-05 19:01:40 +00:00
security Add and enable go-mkcert. 2019-01-13 04:24:18 +00:00
shells Update to 5.0 2019-01-08 16:24:42 +00:00
sysutils Let installed ucspi-tcp6 satisfy ucspi-tcp dependency. 2019-01-10 13:23:16 +00:00
templates
textproc ruby-nokogiri: update to 1.10.0. 2019-01-12 14:31:38 +00:00
time py-arrow: updated to 0.13.0 2019-01-09 09:04:04 +00:00
wm wm/xfce4-wm: fix crasher bug 2019-01-09 01:33:35 +00:00
www Update to 4.08 2019-01-13 03:13:43 +00:00
x11 Use BROKEN_ON_PLATFORM. 2019-01-12 23:11:31 +00:00
Makefile
pkglocate Remove clauses 3,4 from TNF-only copyright blocks. 2018-08-22 20:48:36 +00:00
README Don't prefix commands by a shell prompt, so they're slightly easier to copy. 2018-10-09 22:55:48 +00:00

$NetBSD: README,v 1.20 2018/10/09 22:55:48 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.