Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
fhajny b46cdc9421 sysutils/beats: Update to 6.2.4. Enable auditbeat (outside SunOS).
Auditbeat
- Add hex decoding for the name field in audit path records.

Filebeat
- Fix panic when log prospector configuration fails to load.

Packetbeat
- HTTP parses successfully on empty status phrase.
2018-04-18 12:18:49 +00:00
archivers Add p11-kit to gnutls/bl3.mk and bump dependencies. 2018-04-17 22:29:31 +00:00
audio upgrade to latest and make this work with gcc-6 2018-04-18 00:40:47 +00:00
benchmarks Recursive bumps for fontconfig and libzip dependency changes. 2018-03-12 11:15:24 +00:00
biology Recursive bump for new fribidi dependency in pango. 2018-04-16 14:33:44 +00:00
bootstrap bootstrap: don't output "Hopefully" when bootstrap finishes 2018-03-07 07:34:07 +00:00
cad cad/gtkwave updated to 3.3.89 2018-04-17 12:58:21 +00:00
chat Add p11-kit to gnutls/bl3.mk and bump dependencies. 2018-04-17 22:29:31 +00:00
comms Recursive bump for new fribidi dependency in pango. 2018-04-16 14:33:44 +00:00
converters Recursive PKGREVISION bump for poppler-0.63.0 2018-04-17 05:28:00 +00:00
cross Recursive bump for new fribidi dependency in pango. 2018-04-16 14:33:44 +00:00
databases databases/elasticsearch: Update to 6.2.4. 2018-04-18 11:27:21 +00:00
devel dconf: disable man page generation, add bug report URL 2018-04-18 08:26:42 +00:00
distfiles
doc doc: Updated databases/elasticsearch to 6.2.4 2018-04-18 11:27:30 +00:00
editors Add p11-kit to gnutls/bl3.mk and bump dependencies. 2018-04-17 22:29:31 +00:00
emulators Add p11-kit to gnutls/bl3.mk and bump dependencies. 2018-04-17 22:29:31 +00:00
filesystems Recursive bump for new fribidi dependency in pango. 2018-04-16 14:33:44 +00:00
finance Recursive bump for new fribidi dependency in pango. 2018-04-16 14:33:44 +00:00
fonts Add p11-kit to gnutls/bl3.mk and bump dependencies. 2018-04-17 22:29:31 +00:00
games Add p11-kit to gnutls/bl3.mk and bump dependencies. 2018-04-17 22:29:31 +00:00
geography Recursive PKGREVISION bump for vala-0.40. 2018-04-17 04:25:31 +00:00
graphics jpegoptim: updated to 1.4.6 2018-04-18 06:55:49 +00:00
ham Add p11-kit to gnutls/bl3.mk and bump dependencies. 2018-04-17 22:29:31 +00:00
inputmethod Recursive bump for new fribidi dependency in pango. 2018-04-16 14:33:44 +00:00
lang Modernize this so that it builds again (after SSP), and 2018-04-18 08:42:16 +00:00
licenses Add 9menu license 2018-02-21 15:12:47 +00:00
mail Add p11-kit to gnutls/bl3.mk and bump dependencies. 2018-04-17 22:29:31 +00:00
math Add p11-kit to gnutls/bl3.mk and bump dependencies. 2018-04-17 22:29:31 +00:00
mbone Recursive bumps for fontconfig and libzip dependency changes. 2018-03-12 11:15:24 +00:00
meta-pkgs Recursive bump for new fribidi dependency in pango. 2018-04-16 14:33:44 +00:00
misc py-stdnum: updated to 1.9 2018-04-18 04:30:09 +00:00
mk Print a message if REPLACE_INTERPRETER does not change anything (similar to SUBST_) 2018-04-17 09:31:41 +00:00
multimedia Add p11-kit to gnutls/bl3.mk and bump dependencies. 2018-04-17 22:29:31 +00:00
net Add p11-kit to gnutls/bl3.mk and bump dependencies. 2018-04-17 22:29:31 +00:00
news Recursive bump for new fribidi dependency in pango. 2018-04-16 14:33:44 +00:00
packages
parallel Recursive bump for new fribidi dependency in pango. 2018-04-16 14:33:44 +00:00
pkgtools pkg_install: Update to 20180417. 2018-04-17 12:52:35 +00:00
print Add p11-kit to gnutls/bl3.mk and bump dependencies. 2018-04-17 22:29:31 +00:00
regress Fixed pkglint warnings. 2016-06-11 11:36:14 +00:00
security py-asn1-modules: updated to 0.2.1 2018-04-18 09:43:27 +00:00
shells Add a patch to main.c.in (and in the process rename the diff): 2018-04-13 16:59:13 +00:00
sysutils sysutils/beats: Update to 6.2.4. Enable auditbeat (outside SunOS). 2018-04-18 12:18:49 +00:00
templates Point at the HTML pkgsrc guide, not a plain-text human redirect. 2017-02-04 03:47:47 +00:00
textproc oniguruma: updated to 6.8.2 2018-04-18 07:04:22 +00:00
time Add p11-kit to gnutls/bl3.mk and bump dependencies. 2018-04-17 22:29:31 +00:00
wm Recursive bump for new fribidi dependency in pango. 2018-04-16 14:33:44 +00:00
www py-cheroot: updated to 6.2.3 2018-04-18 09:52:59 +00:00
x11 Add p11-kit to gnutls/bl3.mk and bump dependencies. 2018-04-17 22:29:31 +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.