Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
2017-12-07 13:17:35 +00:00
archivers Revbump after textproc/icu update 2017-11-30 16:45:00 +00:00
audio Add patch to check against invalid input sample rate. 2017-12-04 08:20:37 +00:00
benchmarks super_pi: add a backup master site 2017-09-23 13:15:28 +00:00
biology transfig: remove, replaced by print/fig2dev 2017-10-03 15:12:42 +00:00
bootstrap Set cwrappers in bootstrap mk.conf too. 2017-10-22 19:29:20 +00:00
cad Update to pcb-4.0.1 2017-10-24 02:21:55 +00:00
chat Revbump after textproc/icu update 2017-11-30 16:45:00 +00:00
comms Revbump after textproc/icu update 2017-11-30 16:45:00 +00:00
converters Revbump after textproc/icu update 2017-11-30 16:45:00 +00:00
cross transfig: remove, replaced by print/fig2dev 2017-10-03 15:12:42 +00:00
databases Update php-mongodb to 1.3.4, mostly to get version which is compatible 2017-12-06 21:18:00 +00:00
devel devel/php-libawl update to 0.58, in lockstep with www/davical 2017-12-07 13:12:44 +00:00
distfiles
doc Updated misc/dpkg, sysutils/py-crontab, net/py-simplesoap 2017-12-07 13:17:35 +00:00
editors Disable selinux on ChromeOS. 2017-12-03 19:49:03 +00:00
emulators Revbump after textproc/icu update 2017-11-30 16:45:00 +00:00
filesystems Revbump after textproc/icu update 2017-11-30 16:45:00 +00:00
finance py-ofxparse: updated to 0.17 2017-12-01 10:35:17 +00:00
fonts Revbump after textproc/icu update 2017-11-30 16:45:00 +00:00
games Revbump after textproc/icu update 2017-11-30 16:45:00 +00:00
geography Revbump after textproc/icu update 2017-11-30 16:45:00 +00:00
graphics *: remove ftp.kddlabs.co.jp, does not provide ftp service 2017-12-03 11:09:46 +00:00
ham recursive bump for libxkbcommon removal from at-spi2-core 2017-11-23 17:19:40 +00:00
inputmethod Revbump after textproc/icu update 2017-11-30 16:45:00 +00:00
lang Bump PKGREVISION after binary change 2017-12-07 12:53:31 +00:00
licenses Add Vovida Software License 1.0 2017-12-04 23:57:45 +00:00
mail mailman: update to 2.1.25. 2017-12-04 01:52:58 +00:00
math p5-Math-Prime-Util: update to 0.70. 2017-12-03 08:41:29 +00:00
mbone Generate makefile for NetBSD 8. 2017-09-12 08:21:30 +00:00
meta-pkgs Revbump after textproc/icu update 2017-11-30 16:45:00 +00:00
misc dpkg: updated to 1.18.24 2017-12-07 12:35:41 +00:00
mk *: remove ftp.kddlabs.co.jp, does not provide ftp service 2017-12-03 11:09:46 +00:00
multimedia the bespoke configure script uses uname -m to detect arch, as opposed to uname -p in 2017-12-01 21:43:15 +00:00
net py-simplesoap: updated to 1.16.2 2017-12-07 13:16:18 +00:00
news Revbump after textproc/icu update 2017-11-30 16:45:00 +00:00
packages
parallel Reset maintainer 2017-09-16 19:26:41 +00:00
pkgtools Revbump after textproc/icu update 2017-11-30 16:45:00 +00:00
print cups{,-base}: Update print/cups{,-base} to 2.2.6 2017-12-02 20:02:34 +00:00
regress Fixed pkglint warnings. 2016-06-11 11:36:14 +00:00
security fix pasto 2017-12-06 21:48:40 +00:00
shells shells/Makefile: Add zsh-pure 2017-12-01 01:11:18 +00:00
sysutils py-crontab: updated to 2.2.8 2017-12-07 12:39:39 +00:00
templates Point at the HTML pkgsrc guide, not a plain-text human redirect. 2017-02-04 03:47:47 +00:00
textproc p5-Text-Xslate: fix PKGNAME 2017-12-05 06:12:46 +00:00
time Add time/py-monotonic package version 1.4 2017-12-06 21:51:59 +00:00
wm Revbump after textproc/icu update 2017-11-30 16:45:00 +00:00
www www/davical update to 1.1.6 2017-12-07 13:00:33 +00:00
x11 Revert last, qt5-websockets is not spelled like that. 2017-12-05 19:57:46 +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.