Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
tron 9ea9ada9ec mutt: Update to version 1.9.4
This version fixes a couple of possible large value issues; one for year
numbers and another for mbox message content-length.
2018-03-04 09:21:55 +00:00
archivers Updated archivers/brotli to 1.0.3 2018-03-03 02:17:08 +00:00
audio aeneas: fix CATEGORIES 2018-02-28 22:14:37 +00:00
benchmarks benchmarks/flamegraph: import flamegraph-1.0 2018-03-04 09:21:04 +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 chat/eggdrop: Update to 1.8.3. 2018-02-27 19:08:48 +00:00
comms Revbump for packages depending on devel/libusb{,compat} 2018-02-27 23:56:07 +00:00
converters p5-Sereal: update to 4.005. 2018-02-25 16:15:47 +00:00
cross Update to 2.30 2018-03-03 22:35:51 +00:00
databases Update to 2.4.3 2018-03-04 01:29:27 +00:00
devel Updated devel/p5-Test-Harness to 3.41 2018-03-03 02:03:46 +00:00
distfiles
doc doc: Updated net/tor to 0.3.2.10 2018-03-04 07:46:15 +00:00
editors GC hacks.mk -- switching to system malloc has taken care of the issue. 2018-02-14 12:51:58 +00:00
emulators emulators: Add forgotten py-unicorn. 2018-02-28 10:10:45 +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 Bump PKGREVISION after updating graphics/opencv. 2018-03-02 16:29:15 +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 llvm: REmove libLLVM from list of packages to be updated 2018-03-04 01:49:21 +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/Makefile: Add R-coda 2018-03-04 01:03:34 +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 Update to 6.0.2.1 2018-03-03 22:30:51 +00:00
mk mk/pkgconfig-builtin.mk: use more recent package in example in comment 2018-03-02 15:15:10 +00:00
multimedia libdvbpsi: updated to 1.3.2 2018-03-02 14:27:00 +00:00
net tor: update to 0.3.2.10. 2018-03-04 07:46:06 +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 x11-links: update to 1.07 2018-03-02 15:14:12 +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 Fix PLIST substitution. Noticed by leot@. Thank you 2018-03-04 09:05:57 +00:00
shells Take maintainership. 2018-03-02 09:02:52 +00:00
sysutils decode-dimms is gone 2018-03-01 23:50:04 +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-creole: updated to 1.3.2 2018-03-01 08:10:35 +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 Update to 2.49.2 2018-03-03 22:15:36 +00:00
x11 xf86-video-amdgpu: update to 18.0.0. 2018-03-02 22:40:59 +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.