Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
2018-12-10 15:19:04 +00:00
archivers revbump after updating textproc/icu 2018-12-09 18:51:58 +00:00
audio Removed commented-out PKGREVISIONs 2018-12-09 21:05:32 +00:00
benchmarks dnsperf: Fix build with BIND 9.12.3 and newer 2018-10-27 12:04:33 +00:00
biology revbump after updating textproc/icu 2018-12-09 18:51:58 +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 revbump after updating textproc/icu 2018-12-09 18:51:58 +00:00
chat revbump after updating textproc/icu 2018-12-09 18:51:58 +00:00
comms Removed commented-out PKGREVISIONs 2018-12-09 21:05:32 +00:00
converters *: recursive bump for poppler-0.72.0 2018-12-10 10:59:23 +00:00
cross Removed commented-out PKGREVISIONs 2018-12-09 21:05:32 +00:00
databases py-postgresql: updated to 5.0.6 2018-12-10 15:11:14 +00:00
devel py-pyparsing: 2.3.0 2018-12-10 15:18:41 +00:00
distfiles
doc Updated databases/py-postgresql, devel/py-pyparsing 2018-12-10 15:19:04 +00:00
editors *: recursive bump for poppler-0.72.0 2018-12-10 10:59:23 +00:00
emulators revbump after updating textproc/icu 2018-12-09 18:51:58 +00:00
filesystems revbump after updating textproc/icu 2018-12-09 18:51:58 +00:00
finance revbump after updating textproc/icu 2018-12-09 18:51:58 +00:00
fonts unifont: Update fonts/unifont to 11.0.03 2018-12-09 21:50:36 +00:00
games *: recursive bump for poppler-0.72.0 2018-12-10 10:59:23 +00:00
geography revbump after updating textproc/icu 2018-12-09 18:51:58 +00:00
graphics *: recursive bump for poppler-0.72.0 2018-12-10 10:59:23 +00:00
ham Revbump for libcanberra gstreamer change. 2018-11-29 11:21:45 +00:00
inputmethod revbump after updating textproc/icu 2018-12-09 18:51:58 +00:00
lang swi-prolog*: Update lang/swi-prolog* to 7.6.4 2018-12-10 14:59:50 +00:00
licenses Rename abell-94 into purdue (used by Debian) 2018-12-08 17:03:49 +00:00
mail libetpan: add test target 2018-12-10 15:18:58 +00:00
math py-munkres: updated to 1.0.12 2018-12-10 11:22:37 +00:00
mbone Updated mbone/mdd to 20180824 2018-08-29 00:50:12 +00:00
meta-pkgs revbump after updating textproc/icu 2018-12-09 18:51:58 +00:00
misc revbump after updating textproc/icu 2018-12-09 18:51:58 +00:00
mk Add purdue license as DSFG compliant. 2018-12-09 06:07:23 +00:00
multimedia ffplay3, ffmpeg3: don't disable optimizations. they are runtime detected. 2018-12-09 22:22:27 +00:00
net Fix another mistake. This will fix the packaging really. 2018-12-10 14:42:45 +00:00
news revbump after updating textproc/icu 2018-12-09 18:51:58 +00:00
packages
parallel Revbump after cairo 1.16.0 update. 2018-11-14 22:20:58 +00:00
pkgtools revbump after updating textproc/icu 2018-12-09 18:51:58 +00:00
print *: recursive bump for poppler-0.72.0 2018-12-10 10:59: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 Removed commented-out PKGREVISIONs 2018-12-09 21:05:32 +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.72.0 2018-12-10 10:59:23 +00:00
templates
textproc *: recursive bump for poppler-0.72.0 2018-12-10 10:59:23 +00:00
time revbump after updating textproc/icu 2018-12-09 18:51:58 +00:00
wm revbump after updating textproc/icu 2018-12-09 18:51:58 +00:00
www py-idna: update to 2.8. 2018-12-10 11:03:10 +00:00
x11 *: recursive bump for poppler-0.72.0 2018-12-10 10:59:23 +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.