Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
minskim d3b55c7dfc graphics/R-dichromat: Import version 2.0.0
Collapse red-green or green-blue distinctions to simulate the effects
of different types of color-blindness.
2018-03-08 19:33:37 +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/ng-spice 23 to 27 2018-03-08 14:11:24 +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 Updated games/rocksndiamonds 2018-03-08 19:05:34 +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 rocksndiamonds: 4.0.1.3 2018-03-08 19:05:10 +00:00
geography proj: revbump of multiple depdendencies 2018-03-02 01:19:24 +00:00
graphics graphics/R-dichromat: Import version 2.0.0 2018-03-08 19:33:37 +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 exim3: attempt to patch CVE-2018-6789 2018-03-08 15:14:54 +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 misc/py-anita: update to 1.44 2018-03-08 16:43:40 +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 net/rabbitmq: Update to 3.7.4. 2018-03-08 16:32:07 +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 Added missing patch 2018-03-08 14:29:57 +00:00
templates Point at the HTML pkgsrc guide, not a plain-text human redirect. 2017-02-04 03:47:47 +00:00
textproc Update to 2.2.3a. From the changelog: 2018-03-08 18:17: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.