Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
2018-04-27 14:19:36 +00:00
archivers Add p11-kit to gnutls/bl3.mk and bump dependencies. 2018-04-17 22:29:31 +00:00
audio asunder: update to 2.8. 2018-04-25 12:57:24 +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 *: gd.tuwien.ac.at/ftp.tuwien.ac.at is gone, remove it from various mastersites 2018-04-21 13:38:04 +00:00
converters p5-JSON-MaybeXS: update to 1.004000. 2018-04-26 12:47:33 +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.3.1. 2018-04-27 13:52:59 +00:00
devel libgsf: update to 1.14.43. 2018-04-27 14:19:25 +00:00
distfiles
doc doc: Updated devel/libgsf to 1.14.43 2018-04-27 14:19:36 +00:00
editors abiword: build with libical-3 2018-04-25 05:53:53 +00:00
emulators qemu: updated to 2.12.0 2018-04-25 07:56:05 +00:00
filesystems Updated filesystems/glusterfs to 3.12.8 2018-04-19 02:49:04 +00:00
finance py-braintree: updated to 3.45.0 2018-04-26 13:25:32 +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 tex-pgfgantt{,-doc}: update to 5.0 2018-04-25 11:13:06 +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 perl5: updated to 5.26.2 2018-04-27 09:44:27 +00:00
licenses Add 9menu license 2018-02-21 15:12:47 +00:00
mail evolution-data-server: build with libical-3 2018-04-25 05:57:58 +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 texlive-collection-latexextra: add tex-changes 2018-04-25 11:27:31 +00:00
misc kdepimlibs4: work with libical-3 2018-04-26 07:55:21 +00:00
mk *: gd.tuwien.ac.at/ftp.tuwien.ac.at is gone, remove it from various mastersites 2018-04-21 13:38:04 +00:00
multimedia multimedia/Makefile: add vlc2 2018-04-27 06:01:08 +00:00
net openvpn: 2.4.6 2018-04-27 06:40:28 +00:00
news Recursive bump for new fribidi dependency in pango. 2018-04-16 14:33:44 +00:00
packages
parallel Update paexec to 1.1.0 2018-04-25 21:37:11 +00:00
pkgtools pkg_install-20180425: correctly detect package names in PKG_DBDIR 2018-04-25 12:20:53 +00:00
print tex-lambda-lists: add TEXLIVE_REV HOMEPAGE and LICENSE 2018-04-25 11:05:19 +00:00
regress Fixed pkglint warnings. 2016-06-11 11:36:14 +00:00
security security/vault: Update to 0.10.1. 2018-04-27 14:02:41 +00:00
shells *: gd.tuwien.ac.at/ftp.tuwien.ac.at is gone, remove it from various mastersites 2018-04-21 13:38:04 +00:00
sysutils sysutils/liblognorm: Update to 2.0.5. 2018-04-27 14:06:56 +00:00
templates Point at the HTML pkgsrc guide, not a plain-text human redirect. 2017-02-04 03:47:47 +00:00
textproc gsed: update to 4.5. 2018-04-27 14:16:23 +00:00
time py-pendulum: updated to 1.5.1 2018-04-26 07:53:20 +00:00
wm Recursive bump for new fribidi dependency in pango. 2018-04-16 14:33:44 +00:00
www Update GLPI to v9.2.3 2018-04-27 14:19:29 +00:00
x11 py-qt4-qscintilla: fix buildlink3.mk depends pattern 2018-04-22 22:11:47 +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.