Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
wen b6374998bb Update to 0.103014
Upstream changes:
0.103014  2018-11-27 23:14:43+01:00 Europe/Amsterdam
        - Added SPDX license expression support
2018-12-04 08:01:24 +00:00
archivers brotli: update to 1.0.7. 2018-12-01 17:22:04 +00:00
audio Added fasttracker2 entry to Makefile SUBDIRs. 2018-12-01 18:22:31 +00:00
benchmarks dnsperf: Fix build with BIND 9.12.3 and newer 2018-10-27 12:04:33 +00:00
biology bcftools: added version 1.9 2018-11-15 09:21:24 +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 py-simpy: updated to 3.0.11 2018-11-20 11:49:38 +00:00
chat Revbump for libcanberra gstreamer change. 2018-11-29 11:21:45 +00:00
comms py-colorama: updated to 0.4.1 2018-11-30 11:21:37 +00:00
converters *: recursive bump for poppler-0.71.0 shlib bump 2018-12-03 08:35:28 +00:00
cross Update to 8.2.0 2018-11-23 05:30:45 +00:00
databases databases/ruby-activeldap: Update to 5.2.2 2018-12-02 06:42:10 +00:00
devel Update to 0.103014 2018-12-04 08:01:24 +00:00
distfiles
doc Updated devel/p5-Date-Manip to 6.75 2018-12-04 06:09:39 +00:00
editors Revbump abiword-plugins after abiword update. 2018-12-03 15:57:16 +00:00
emulators libretro-dolphin: -lrt seems needed on netbsd 2018-11-29 17:12:13 +00:00
filesystems Remove CVS tag from DESCR 2018-11-30 03:19:57 +00:00
finance gnucash: update to 3.3nb6. 2018-12-01 17:07:26 +00:00
fonts harfbuzz: update to 2.2.0. 2018-12-03 11:43:25 +00:00
games flightgear-data: Update to 2018.2.2. No changelog. 2018-12-04 03:57:03 +00:00
geography revbump for geos update 2018-11-30 16:06:13 +00:00
graphics ImageMagick: Add support for liblqr (enabled by default). 2018-12-03 16:22:15 +00:00
ham Revbump for libcanberra gstreamer change. 2018-11-29 11:21:45 +00:00
inputmethod Revbump for libcanberra gstreamer change. 2018-11-29 11:21:45 +00:00
lang perl5: updated to 5.28.1 2018-12-02 13:39:56 +00:00
licenses Added the CC-BY-NC-SA v4.0 license from 2018-12-01 11:07:09 +00:00
mail gmime3: update to 3.2.3. 2018-12-03 11:12:44 +00:00
math py-lmfit: updated to 0.9.12 2018-12-03 20:41:44 +00:00
mbone Updated mbone/mdd to 20180824 2018-08-29 00:50:12 +00:00
meta-pkgs boost-headers: do not generate user.hpp during configure. 2018-12-02 14:32:17 +00:00
misc *: recursive bump for poppler-0.71.0 shlib bump 2018-12-03 08:35:28 +00:00
mk mk/tools/automake.mk: support automake-1.16 2018-12-01 04:58:55 +00:00
multimedia mkvtoolnix: Fix runtime crash on SunOS. Bump PKGREVISION. 2018-12-03 12:15:03 +00:00
net py-scp: updated to 0.13.0 2018-12-03 19:37:26 +00:00
news Add patch to avoid some unneeded UTF-8 strings. 2018-11-18 14:31:56 +00:00
packages
parallel Revbump after cairo 1.16.0 update. 2018-11-14 22:20:58 +00:00
pkgtools pkgtools/pkglint: update to 5.6.8 2018-12-02 23:12:43 +00:00
print Fix PLIST to fix packaging 2018-12-03 13:06:36 +00:00
regress regress/tools: disable failing test on NetBSD 2018-11-30 19:55:26 +00:00
security libssh: updated to 0.8.5 2018-12-03 15:19:51 +00:00
shells bash-completion: install pkgconfig file in pkgsrc standard location. 2018-12-02 07:06:20 +00:00
sysutils *: recursive bump for poppler-0.71.0 shlib bump 2018-12-03 08:35:28 +00:00
templates
textproc tex-xindy: add dependency on xindy 2018-12-03 19:31:56 +00:00
time khal: update to 0.9.10. 2018-12-01 16:42:08 +00:00
wm Revbump for libcanberra gstreamer change. 2018-11-29 11:21:45 +00:00
www py-MechanicalSoup: updated to 0.11.0 2018-12-03 19:59:32 +00:00
x11 *: recursive bump for poppler-0.71.0 shlib bump 2018-12-03 08:35:28 +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.