Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
adam d5a3e5954a py-apsw: updated to 3.24.0
3.24.0-r1
Added constants:
* SQLITE_DBCONFIG_RESET_DATABASE, and support for it in Connection.config()
* SQLITE_LOCKED_VTAB, and SQLITE_CORRUPT_SEQUENCE extended result codes
Added keywords and updated the shell to use it.
2018-07-20 08:07:49 +00:00
archivers Recursive revbump from textproc/icu-62.1 2018-07-20 03:33:47 +00:00
audio fdk-aac: updated to 0.1.6 2018-07-20 07:08:32 +00:00
benchmarks Update to 0.7112 2018-07-20 04:43:24 +00:00
biology Recursive revbump from textproc/icu-62.1 2018-07-20 03:33:47 +00:00
bootstrap Document cleaning up with ./cleanup. 2018-07-07 13:18:29 +00:00
cad Updated cad/gtkwave from 3.3.89 to 3.3.91 2018-07-07 12:41:47 +00:00
chat Recursive revbump from textproc/icu-62.1 2018-07-20 03:33:47 +00:00
comms Recursive revbump from textproc/icu-62.1 2018-07-20 03:33:47 +00:00
converters Recursive revbump from textproc/icu-62.1 2018-07-20 03:33:47 +00:00
cross Remove double slash in path 2018-07-18 14:18:51 +00:00
databases py-apsw: updated to 3.24.0 2018-07-20 08:07:49 +00:00
devel Update to 1.002001 2018-07-20 07:41:02 +00:00
distfiles
doc Updated devel/p5-Exporter-Tiny to 1.002001 2018-07-20 07:42:09 +00:00
editors Recursive revbump from textproc/icu-62.1 2018-07-20 03:33:47 +00:00
emulators Recursive revbump from textproc/icu-62.1 2018-07-20 03:33:47 +00:00
filesystems Recursive revbump from textproc/icu-62.1 2018-07-20 03:33:47 +00:00
finance Recursive revbump from textproc/icu-62.1 2018-07-20 03:33:47 +00:00
fonts Recursive revbump from textproc/icu-62.1 2018-07-20 03:33:47 +00:00
games Recursive revbump from textproc/icu-62.1 2018-07-20 03:33:47 +00:00
geography Recursive revbump from textproc/icu-62.1 2018-07-20 03:33:47 +00:00
graphics Recursive revbump from textproc/icu-62.1 2018-07-20 03:33:47 +00:00
ham (ham/gnuradio-core) three patches for boost 1.67 are included now. Deleted. 2018-07-17 06:55:52 +00:00
inputmethod Recursive revbump from textproc/icu-62.1 2018-07-20 03:33:47 +00:00
lang Recursive revbump from textproc/icu-62.1 2018-07-20 03:33:47 +00:00
licenses Remove folkloric licenses for mail/fetchmail. 2018-05-22 07:47:19 +00:00
mail Recursive revbump from textproc/icu-62.1 2018-07-20 03:33:47 +00:00
math Recursive revbump from textproc/icu-62.1 2018-07-20 03:33:47 +00:00
mbone Mark packages that require C++03 (or the GNU variants) if they fail with 2018-07-18 00:06:10 +00:00
meta-pkgs Recursive revbump from textproc/icu-62.1 2018-07-20 03:33:47 +00:00
misc Recursive revbump from textproc/icu-62.1 2018-07-20 03:33:47 +00:00
mk mips64 is more likely not 64bit. 2018-07-16 19:53:53 +00:00
multimedia Recursive revbump from textproc/icu-62.1 2018-07-20 03:33:47 +00:00
net Recursive revbump from textproc/icu-62.1 2018-07-20 03:33:47 +00:00
news Recursive revbump from textproc/icu-62.1 2018-07-20 03:33:47 +00:00
packages
parallel *: Move SUBST_STAGE from post-patch to pre-configure 2018-07-04 13:40:07 +00:00
pkgtools Recursive revbump from textproc/icu-62.1 2018-07-20 03:33:47 +00:00
print Recursive revbump from textproc/icu-62.1 2018-07-20 03:33:47 +00:00
regress Fixed pkglint warnings. 2016-06-11 11:36:14 +00:00
security Recursive revbump from textproc/icu-62.1 2018-07-20 03:33:47 +00:00
shells Mark packages that require C++03 (or the GNU variants) if they fail with 2018-07-18 00:06:10 +00:00
sysutils Recursive revbump from textproc/icu-62.1 2018-07-20 03:33:47 +00:00
templates Point at the HTML pkgsrc guide, not a plain-text human redirect. 2017-02-04 03:47:47 +00:00
textproc asciidoc: removed unused REPLACE_PYTHON line 2018-07-20 07:26:43 +00:00
time Recursive revbump from textproc/icu-62.1 2018-07-20 03:33:47 +00:00
wm Recursive revbump from textproc/icu-62.1 2018-07-20 03:33:47 +00:00
www Recursive revbump from textproc/icu-62.1 2018-07-20 03:33:47 +00:00
x11 Recursive revbump from textproc/icu-62.1 2018-07-20 03:33:47 +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.