Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
wiz 8cf3ee9e3d MesaLib: remove obsolete patch.
Bump PKGREVISION.

Ok riastradh.
2018-08-31 08:26:42 +00:00
archivers p5-Archive-Zip: update to 1.63. 2018-08-26 06:11:29 +00:00
audio Recursive bump for perl5-5.28.0 2018-08-22 09:42:51 +00:00
benchmarks Recursive bump for perl5-5.28.0 2018-08-22 09:42:51 +00:00
biology Recursive bump for perl5-5.28.0 2018-08-22 09:42:51 +00:00
bootstrap Remove clauses 3,4 from TNF-only copyright blocks. 2018-08-22 20:48:36 +00:00
cad cad/py-simpy: Use egg.mk rather than distutils.mk 2018-08-29 16:29:47 +00:00
chat Recursive bump for perl5-5.28.0 2018-08-22 09:42:51 +00:00
comms Recursive bump for perl5-5.28.0 2018-08-22 09:42:51 +00:00
converters p5-Cpanel-JSON-XS: update to 4.06. 2018-08-26 06:13:37 +00:00
cross Update binutils to 2.31.1 and GCC to 8.2.0 2018-08-28 13:22:20 +00:00
databases add and enable postgresql96-fuzzystrmatch 2018-08-30 03:15:18 +00:00
devel py-atomicwrites: updated to 1.2.1 2018-08-31 07:26:33 +00:00
distfiles
doc Updated devel/py-atomicwrites, textproc/py-openpyxl 2018-08-31 07:29:29 +00:00
editors poedit: depend on gtkspell3. Fixes build. 2018-08-25 12:05:47 +00:00
emulators mame: update to 0.201. 2018-08-30 22:56:46 +00:00
filesystems Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
finance py-braintree: updated to 3.48.0 2018-08-30 10:06:24 +00:00
fonts Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
games Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
geography Update to 20180827. Changes since 20180405: 2018-08-27 16:19:21 +00:00
graphics MesaLib: remove obsolete patch. 2018-08-31 08:26:42 +00:00
ham Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
inputmethod Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
lang lang/go/go-package: Honor MAKE_ENV and set GOCACHE under WRKDIR 2018-08-29 10:11:57 +00:00
licenses Add intel's microcode license. 2018-08-23 10:52:27 +00:00
mail Build gix for mail/hypermail: disable fortify 2018-08-28 21:25:15 +00:00
math py-scipy: add missing test dependency 2018-08-31 08:09:19 +00:00
mbone Updated mbone/mdd to 20180824 2018-08-29 00:50:12 +00:00
meta-pkgs Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
misc libreoffice: master site catch up with harfbuzz bump 2018-08-28 11:50:10 +00:00
mk Remove clauses 3,4 from TNF-only copyright blocks. 2018-08-22 20:48:36 +00:00
multimedia mkvtoolnix: updated to 26.0.0 2018-08-27 06:50:16 +00:00
net syncthing: use go-package.mk instead of custom Makefile rules 2018-08-29 13:27:40 +00:00
news news/Makefile: + canlock-hp, libcanlock 2018-08-27 15:14:21 +00:00
packages
parallel Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
pkgtools Remove clauses 3,4 from TNF-only copyright blocks. 2018-08-22 20:48:36 +00:00
print cups-filters: updated to 1.21.1 2018-08-27 06:51:13 +00:00
regress Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
security google-authenticator: update to 1.05 2018-08-29 11:12:36 +00:00
shells Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
sysutils Updating to zabbix version 3.4.13. 2018-08-30 08:39:06 +00:00
templates
textproc py-openpyxl: updated to 2.5.6 2018-08-31 07:29:11 +00:00
time p5-DateTime-Format-Natural: Clone is a runtime dependency, make it so. 2018-08-29 06:06:34 +00:00
wm Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
www Need <sys/wait.h> for waitpid (NetBSD 8 warns). Apply upstream patch. 2018-08-29 08:03:37 +00:00
x11 Update to 3.6.0 2018-08-28 13:57:00 +00:00
Makefile
pkglocate Remove clauses 3,4 from TNF-only copyright blocks. 2018-08-22 20:48:36 +00:00
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.