Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
2018-03-06 09:03:39 +00:00
archivers Updated archivers/brotli to 1.0.3 2018-03-03 02:17:08 +00:00
audio libshout: Support OpenSSL 1.1 2018-03-05 09:16: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 Remove a mis-pasted line. Noticed by jperkin@. 2018-02-03 09:53:03 +00:00
cad Updated cad/kicad{,-footprints,-doc,-i18n,-lib} to 4.0.7, provided the patch by @tristelo, 2018-03-01 13:59:11 +00:00
chat Revbump all Go packages after Go 1.10 update. 2018-03-04 15:52:12 +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 Revbump all Go packages after Go 1.10 update. 2018-03-04 15:52:12 +00:00
devel Update to 1.302128 2018-03-06 08:51:33 +00:00
distfiles
doc Updated devel/p5-Test-Simple to 1.302128 2018-03-06 09:03:39 +00:00
editors vim*: follow redirect 2018-03-04 16:26:24 +00:00
emulators ucon64: update to 2.1.0. 2018-03-04 15:20:02 +00:00
filesystems glusterfs: follow redirect 2018-02-11 15:41:46 +00:00
finance finance/Makefile: Add R-fAsianOptions 2018-03-02 18:49:03 +00:00
fonts libXfontcache: remove obsolete package 2018-03-02 15:11:48 +00:00
games games/Makefile: + stockfish. 2018-02-28 22:21:17 +00:00
geography proj: revbump of multiple depdendencies 2018-03-02 01:19:24 +00:00
graphics py-exifread: added version 2.1.2 2018-03-05 14:04:33 +00:00
ham Updated ham/fldigi to 4.0.16 2018-02-18 14:57:55 +00:00
inputmethod ibus-kkc: Update HOMEPAGE. 2018-02-25 16:07:46 +00:00
lang Fix RELRO packaging 2018-03-05 12:42:50 +00:00
licenses Add 9menu license 2018-02-21 15:12:47 +00:00
mail mutt: Update to version 1.9.4 2018-03-04 09:21:55 +00:00
math math/R: Use the Accelerate framework if it is available 2018-03-06 01:43:44 +00:00
mbone revbump after x264-devel update 2018-02-26 08:19:25 +00:00
meta-pkgs kf5: add prison 2018-02-01 19:01:59 +00:00
misc vimpager: follow redirect 2018-03-04 16:26:51 +00:00
mk Describe bluray option. 2018-03-05 21:18:12 +00:00
multimedia Make use of multimedia/libbluray optional. 2018-03-05 21:17:07 +00:00
net py-socksipy-branch: fix HOMEPAGE 2018-03-04 16:24:55 +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 pkgtools/pkglint: update to 5.5.6 2018-03-04 20:34:32 +00:00
print cups-filters: Update print/cups-filters to 1.20.1 2018-02-27 17:48:20 +00:00
regress Fixed pkglint warnings. 2016-06-11 11:36:14 +00:00
security Revbump all Go packages after Go 1.10 update. 2018-03-04 15:52:12 +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 py-JWT: updated to 1.6.0 2018-03-05 13:04:05 +00:00
time time/ruby-tzinfo: update to 1.2.5 2018-02-28 15:10:01 +00:00
wm wmctrl: update links 2018-02-25 16:15:09 +00:00
www py-django-photologue: updated to 3.8.1 2018-03-05 14:13:22 +00:00
x11 libxcb: update to 1.13. 2018-03-05 10:20:55 +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.