Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
2018-04-19 22:12:25 +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 libpurple: remove files that are not needed after 2.13.0 update 2018-04-19 07:28:41 +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/py-peewee: Update to 3.2.4. 2018-04-19 08:20:10 +00:00
devel devel/gradle: Update to 4.7. 2018-04-19 07:56:39 +00:00
distfiles
doc doc: Updated databases/py-peewee to 3.2.4 2018-04-19 08:20:18 +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 Updated filesystems/glusterfs to 3.12.8 2018-04-19 02:49:04 +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 src/wddc.cpp has the same miscompilation issue as opencpn's ocpndc.cpp, 2018-04-19 09:59:28 +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 add missing "using namespace U_ICU_NAMESPACE;" for icu 61, which 2018-04-19 18:07:03 +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 upgrade to latest and fix for gcc-6 2018-04-18 20:48:19 +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 Commit missing part of gnutls recursive bump. 2018-04-19 22:12:25 +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 Update to 2.06 2018-04-19 02:46:47 +00:00
x11 qt5: Pull in upstream fix for init_priority. 2018-04-19 08:23:12 +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.