Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
hauke 74bfdd9c4e Update to GLPI v9.4.3, with security and bug fixes.
- (security) Prevent execution of XSS on rich text,
- (security) Prevent xss attack on user picture,
- Fix performance issues when using entities,
- New "Prevent take into account" action on tickets business rules,
- New "Status" criterion on tickets business rules,
- Change and problem tasks can now be marked as private,

The full changelog is available under
<https://github.com/glpi-project/glpi/milestone/36?closed=1>
2019-07-02 12:23:41 +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-cython: updated to 0.29.11 2019-07-02 12:10:59 +00:00
distfiles
doc Updated www/py-google-api-python-client, devel/py-cython, net/py-zmq 2019-07-02 12:13:22 +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-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 Added security/py-google-auth, security/py-google-auth-httplib2, security/py-google-auth-oauthlib 2019-07-02 12:02:50 +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 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.