Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
2018-04-25 05:57:58 +00:00
archivers Add p11-kit to gnutls/bl3.mk and bump dependencies. 2018-04-17 22:29:31 +00:00
audio Update to 1.00 2018-04-22 11:48:54 +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 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.5. 2018-04-23 15:28:54 +00:00
devel py-pathlib2: updated to 2.3.2 2018-04-23 11:59:26 +00:00
distfiles
doc Updated www/py-pylint-django, www/py-django-countries 2018-04-24 13:09:01 +00:00
editors abiword: build with libical-3 2018-04-25 05:53:53 +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 finance/py-alpha_vantage: Update to 2.0.0 2018-04-22 17:01:33 +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 *: gd.tuwien.ac.at/ftp.tuwien.ac.at is gone, remove it from various mastersites 2018-04-21 13:38:04 +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 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 Recursive bump for new fribidi dependency in pango. 2018-04-16 14:33:44 +00:00
misc moreutils: Update misc/moreutils to 0.62 2018-04-21 17:27:51 +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 libmatroska: updated to 1.4.9 2018-04-22 21:40:00 +00:00
net *: gd.tuwien.ac.at/ftp.tuwien.ac.at is gone, remove it from various mastersites 2018-04-21 13:38:04 +00:00
news Recursive bump for new fribidi dependency in pango. 2018-04-16 14:33:44 +00:00
packages
parallel parallel/slurm-wlm: Add SUPERCEDES following rename 2018-04-23 15:22:09 +00:00
pkgtools Add support for DragonFly BSD. 2018-04-21 19:40:50 +00:00
print *: gd.tuwien.ac.at/ftp.tuwien.ac.at is gone, remove it from various mastersites 2018-04-21 13:38:04 +00:00
regress Fixed pkglint warnings. 2016-06-11 11:36:14 +00:00
security Update to 1.04 2018-04-22 11:41:36 +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 Add p5-File-Copy-Recursive-Reduced 2018-04-23 08:35:03 +00:00
templates Point at the HTML pkgsrc guide, not a plain-text human redirect. 2017-02-04 03:47:47 +00:00
textproc Accomplish libtoolization with less patching. 2018-04-23 14:42:03 +00:00
time libical: update to 3.0.3 2018-04-25 05:51:20 +00:00
wm Recursive bump for new fribidi dependency in pango. 2018-04-16 14:33:44 +00:00
www py-django-countries: updated to 5.3 2018-04-24 13:08:43 +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.