Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
mef e9e19a1dc0 Updated cad/gtkwave to 3.3.88
3.3.88  20feb18 Added --sstexclude command line option to prune unwanted
                clutter from the SST window.
                Updated "/View/Mouseover Copies To Clipboard" menu option to
                copying signal names into the clipboard so they can be pasted
                into text editors, etc.
                Fixed Write Save File to handle getting confused by initial
                cancel then retry.
                Updated v2k input/output declarations to handle unpacked arrays.
                Fix for pattern marks that could overshoot the left marker.
2018-03-08 13:31:31 +00:00
archivers Updated archivers/brotli to 1.0.3 2018-03-03 02:17:08 +00:00
audio xorgproto: use xorgproto instead of separate *proto packages 2018-03-07 11:57:28 +00:00
benchmarks + benchmarks/flamegraph 2018-03-04 09:24:53 +00:00
biology plinkseq: use https 2018-02-11 15:50:59 +00:00
bootstrap bootstrap: don't output "Hopefully" when bootstrap finishes 2018-03-07 07:34:07 +00:00
cad Updated cad/gtkwave to 3.3.88 2018-03-08 13:31:31 +00:00
chat libtlen: honor LDFLAGS. Fixes RELRO build. 2018-03-06 15:17:03 +00:00
comms Revbump for packages depending on devel/libusb{,compat} 2018-02-27 23:56:07 +00:00
converters help2man: updated to 1.47.6 2018-03-05 13:35:45 +00:00
cross Update to 2.30 2018-03-03 22:35:51 +00:00
databases kyotocabinet: Fix compilation with gcc-6. 2018-03-06 15:20:27 +00:00
devel p5-Types-Serialiser: common::sense is a runtime dependency. 2018-03-08 13:12:33 +00:00
distfiles
doc doc: Updated textproc/p5-XML-RSS to 1.60 2018-03-08 13:15:38 +00:00
editors gnuserv: include bsd.prefs.mk for X11_TYPE 2018-03-08 11:20:56 +00:00
emulators ucon64: add patches from upstream to improve build on NetBSD. 2018-03-07 12:34:55 +00:00
filesystems glusterfs: follow redirect 2018-02-11 15:41:46 +00:00
finance finance/Makefile: Add R-tseries 2018-03-07 19:23:25 +00:00
fonts py-fonttools: updated to 3.24.1 2018-03-08 12:48:56 +00:00
games xorgproto: use xorgproto instead of separate *proto packages 2018-03-07 11:57:28 +00:00
geography proj: revbump of multiple depdendencies 2018-03-02 01:19:24 +00:00
graphics xorgproto: use xorgproto instead of separate *proto packages 2018-03-07 11:57:28 +00:00
ham Updated ham/fldigi to 4.0.16 2018-02-18 14:57:55 +00:00
inputmethod xorgproto: use xorgproto instead of separate *proto packages 2018-03-07 11:57:28 +00:00
lang lang/nodejs6: Update to 6.13.1. 2018-03-07 11:45:48 +00:00
licenses Add 9menu license 2018-02-21 15:12:47 +00:00
mail p5-Mail-Box: update to 3.005. 2018-03-08 13:05:24 +00:00
math math/R: Add missing dependencies to buildlink3.mk 2018-03-07 23:16:03 +00:00
mbone revbump after x264-devel update 2018-02-26 08:19:25 +00:00
meta-pkgs xorgproto: use xorgproto instead of separate *proto packages 2018-03-07 11:57:28 +00:00
misc vimpager: follow redirect 2018-03-04 16:26:51 +00:00
mk xorgproto: use xorgproto instead of separate *proto packages 2018-03-07 11:57:28 +00:00
multimedia xorgproto: use xorgproto instead of separate *proto packages 2018-03-07 11:57:28 +00:00
net Knot DNS 2.4.5 (2017-06-23) 2018-03-07 16:42:10 +00:00
news Bump PKGREVISION for gdbm shlib major bump 2018-01-28 20:10:34 +00:00
packages
parallel pvm3: follow redirect 2018-02-25 16:12:52 +00:00
pkgtools xorgproto: use xorgproto instead of separate *proto packages 2018-03-07 11:57:28 +00:00
print xorgproto: use xorgproto instead of separate *proto packages 2018-03-07 11:57:28 +00:00
regress Fixed pkglint warnings. 2016-06-11 11:36:14 +00:00
security py-ntlm-auth: updated to 1.1.0 2018-03-08 12:45:34 +00:00
shells Take maintainership. 2018-03-02 09:02:52 +00:00
sysutils Revbump all Go packages after Go 1.10 update. 2018-03-04 15:52:12 +00:00
templates Point at the HTML pkgsrc guide, not a plain-text human redirect. 2017-02-04 03:47:47 +00:00
textproc p5-XML-RSS: update to 1.60. 2018-03-08 13:15:30 +00:00
time oclock: update to 1.0.4. 2018-03-07 12:16:35 +00:00
wm twm: update to 1.0.10. 2018-03-07 12:18:21 +00:00
www sassc: updated to 3.5.0 2018-03-08 08:51:05 +00:00
x11 xf86-video-chips: remove obsolete workaround for missing file in distfile. 2018-03-08 12:58:33 +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.