Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
adam 35cd11c3b1 py-google-auth-httplib2: added version 0.0.3
This library provides an httplib2 transport for google-auth.
2019-07-02 12:00:13 +00:00
archivers Follow some remaining search.cpan.org redirects. 2019-07-01 21:35:32 +00:00
audio cmus: Appease pkglint and my eyes. 2019-07-02 06:39:40 +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: Enable sed on Cygwin by default. 2019-06-20 09:11:26 +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 py-cachetools: updated to 3.1.1 2019-07-02 10:19:10 +00:00
distfiles
doc doc: Updated www/webkit-gtk to 2.24.3 2019-07-02 10:48:21 +00:00
editors Recursive revbump from boost-1.70.0 2019-07-01 04:07:44 +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 Follow some remaining search.cpan.org redirects. 2019-07-01 21:35:32 +00:00
games lugaru: Needs graphics/glu. 2019-07-02 06:03:00 +00:00
geography Follow some remaining search.cpan.org redirects. 2019-07-01 21:35:32 +00:00
graphics openimageio: Include the correct package in buildlink3.mk. 2019-07-02 07:49:22 +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 npm: updated to 6.9.2 2019-07-01 10:50:32 +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 Follow some remaining search.cpan.org redirects. 2019-07-01 21:35:32 +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-zsi: removed (old; better SOAP frameworks exist) 2019-07-02 03:58:14 +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 py-google-auth-httplib2: added version 0.0.3 2019-07-02 12:00:13 +00:00
shells Redirect the last few search.cpan.org packages that I missed. 2019-07-01 22:00:09 +00:00
sysutils py-crontab: updated to 2.3.7 2019-07-02 03:46:37 +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 webkit-gtk: Update to 2.24.3 2019-07-02 10:48:08 +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.