Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
adam 9604ec8e35 libuv: updated to 1.30.1
Version 1.30.1
* doc: fix incorrect versionchanged
* test: allow UV_ECONNRESET in tcp_try_write_error
* unix: add uv_get_constrained_memory() cygwin stub
* build: fix android cmake build
* unix: squelch -Wcast-function-type warning
* build: fix compile error with uClibc
2019-07-02 16:44:06 +00:00
archivers Follow some remaining search.cpan.org redirects. 2019-07-01 21:35:32 +00:00
audio Restrict lirc to Linux platform 2019-07-02 12:51:34 +00:00
benchmarks Update packages using a search.cpan.org HOMEPAGE to metacpan.org. 2019-06-30 20:14:13 +00:00
biology Recursive revbump from boost-1.70.0 2019-07-01 04:07:44 +00:00
bootstrap bootstrap/bootstrap: allow the working directory to be a symlink 2019-07-02 16:27:04 +00:00
cad Follow some remaining search.cpan.org redirects. 2019-07-01 21:35:32 +00:00
chat Follow some remaining search.cpan.org redirects. 2019-07-01 21:35:32 +00:00
comms Follow some remaining search.cpan.org redirects. 2019-07-01 21:35:32 +00:00
converters Update to 4.04 2019-07-02 07:47:18 +00:00
cross cross/*: let pkglint autofix indentation and variable alignment 2019-06-08 10:53:26 +00:00
databases Follow some remaining search.cpan.org redirects. 2019-07-01 21:35:32 +00:00
devel libuv: updated to 1.30.1 2019-07-02 16:44:06 +00:00
distfiles
doc doc: Updated graphics/ansilove to 4.0.1 2019-07-02 15:46:54 +00:00
editors Update HOMEPAGE 2019-07-02 13:18:03 +00:00
emulators openmsx: make g++ the default case. 2019-07-02 08:31:02 +00:00
filesystems Recursive revbump from boost-1.70.0 2019-07-01 04:07:44 +00:00
finance py-braintree: updated to 3.55.0 2019-07-02 03:44:15 +00:00
fonts Update to 2.5.3 2019-07-02 12:58:23 +00:00
games lincity: Fix linker errors and define LICENSE. 2019-07-02 13:46:29 +00:00
geography geography/gpsd: Update to 3.19 2019-07-02 13:44:05 +00:00
graphics ansilove: Update to 4.0.1. 2019-07-02 15:46:04 +00:00
ham Recursive revbump from boost-1.70.0 2019-07-01 04:07:44 +00:00
inputmethod Recursive revbump from boost-1.70.0 2019-07-01 04:07:44 +00:00
lang Update to 5.1.0 2019-07-02 13:22:40 +00:00
licenses Added CeCiLL-B license. 2019-07-02 09:28:12 +00:00
mail Update to 3.007 2019-07-02 07:27:06 +00:00
math Follow some remaining search.cpan.org redirects. 2019-07-01 21:35:32 +00:00
mbone Updated mbone/mdd to 20180824 2018-08-29 00:50:12 +00:00
meta-pkgs Update to 1.70.0 2019-07-01 04:00:09 +00:00
misc Sync internal harfbuzz with fonts/harfbuzz-2.5.3. Bump PKGREVISION 2019-07-02 13:03:11 +00:00
mk Added CeCiLL-B license. 2019-07-02 09:28:12 +00:00
multimedia mkvtoolnix: updated to 35.0.0 2019-07-01 05:51:28 +00:00
net py-zmq: updated to 18.0.2 2019-07-02 12:13:02 +00:00
news newsbeuter: Fix build with new json-c. 2019-07-02 07:37:54 +00:00
packages
parallel Recursive revbump from boost-1.70.0 2019-07-01 04:07:44 +00:00
pkgtools Added CeCiLL-B license. 2019-07-02 09:28:12 +00:00
print Recursive revbump from boost-1.70.0 2019-07-01 04:07:44 +00:00
regress mk/tools: in the wrapper log, quote arguments containing = naturally 2019-05-22 20:47:05 +00:00
security Update to 2.4.3 2019-07-02 13:13:01 +00:00
shells Redirect the last few search.cpan.org packages that I missed. 2019-07-01 22:00:09 +00:00
sysutils Use PKGVERSION_NOREV as GITHUB_RELEASE to easier update 2019-07-02 13:38:13 +00:00
templates
textproc py-Unidecode: updated to 1.1.1 2019-07-02 10:21:09 +00:00
time time/ntpsec: Re-enable gpsd 2019-07-02 00:13:07 +00:00
wm Recursive revbump from boost-1.70.0 2019-07-01 04:07:44 +00:00
www Update to GLPI v9.4.3, with security and bug fixes. 2019-07-02 12:23:41 +00:00
x11 qt5-qtscript: fix for LTO builds 2019-07-01 15:49:16 +00:00
Makefile
pkglocate Remove clauses 3,4 from TNF-only copyright blocks. 2018-08-22 20:48:36 +00:00
README README: minor grammatical fix 2019-01-29 03:11:03 +00:00

$NetBSD: README,v 1.21 2019/01/29 03:11:03 gutteridge 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 following 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.