Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
2018-03-11 20:50:12 +00:00
archivers gtar: update to 1.30 2018-03-11 17:28:08 +00:00
audio abcde: update to 2.9.1. 2018-03-11 17:31:44 +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 libmspub: update to 0.1.4. 2018-03-11 18:04:17 +00:00
cross Update to 2.30 2018-03-03 22:35:51 +00:00
databases databases/ruby-sequel: update to 5.6.0 2018-03-09 14:15:22 +00:00
devel Depend on go-crypto instead of go-crypto-acme. 2018-03-11 20:45:19 +00:00
distfiles
doc go-sys, go-crypto updates; go-crypto-acme removal. 2018-03-11 20:50:12 +00:00
editors nano: update to 2.9.4 2018-03-10 10:21:07 +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 fontconfig: update to 2.13.0. 2018-03-11 17:54:03 +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 ImageMagick: update to 7.0.7.25. 2018-03-11 19:58:09 +00:00
ham ham/uhd updated from 3.9.4 to 3.11.0.0 (sorry for 170 lines of CHANGELOG) 2018-03-11 06:23:54 +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 nmh: Update mail/nmh to 1.7.1 2018-03-09 09:05:37 +00:00
math p5-Algorithm-BloomFilter: new package 2018-03-11 11:25:34 +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 m17n-db: update to 1.8.0. 2018-03-11 19:44:36 +00:00
mk mk/configure/replace-interpreter.mk: document variables for show-all 2018-03-11 15:07:45 +00:00
multimedia ffmpeg2theora: Depend on "ffmpeg3" package 2018-03-10 23:14:55 +00:00
net Fix build with Go 1.10, bump revision. 2018-03-11 20:00:34 +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 Remove go-crypto-acme. Replacement: go-crypto. 2018-03-11 20:49:04 +00:00
shells Take maintainership. 2018-03-02 09:02:52 +00:00
sysutils dbus: update to 1.12.6. 2018-03-11 17:34:59 +00:00
templates Point at the HTML pkgsrc guide, not a plain-text human redirect. 2017-02-04 03:47:47 +00:00
textproc libunistring: update to 0.9.9. 2018-03-11 18:02:11 +00:00
time p5-DateTime-Format-Flexible: update to 0.30. 2018-03-11 10:10:30 +00:00
wm twm: update to 1.0.10. 2018-03-07 12:18:21 +00:00
www Apply upstream patch to fix regression with older libdiscount where 2018-03-09 16:12:50 +00:00
x11 x11/Makefile: gtksourceview4 2018-03-11 20:25:22 +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.