Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
2018-07-28 14:39:11 +00:00
archivers libmspack: update to 0.7alpha. 2018-07-26 08:37:40 +00:00
audio ocp: Ensure pkgsrc libraries can be found. 2018-07-26 14:11:36 +00:00
benchmarks dnsperf: Add a bunch of required includes. 2018-07-26 14:34:07 +00:00
biology Add trimmomatic 2018-07-25 15:15:50 +00:00
bootstrap Document cleaning up with ./cleanup. 2018-07-07 13:18:29 +00:00
cad Upgrade to QCAD 3.21.2.3, with changes: 2018-07-27 14:12:41 +00:00
chat chat/tootstream: Import tootstream-0.3.4 2018-07-26 20:24:48 +00:00
comms Recursive revbump from textproc/icu-62.1 2018-07-20 03:33:47 +00:00
converters libqxp: Requires zlib. 2018-07-26 12:45:25 +00:00
cross Remove double slash in path 2018-07-18 14:18:51 +00:00
databases py-alembic: updated to 1.0.0 2018-07-24 07:22:00 +00:00
devel poco: Fix build with newer GCC on SunOS. 2018-07-27 21:03:26 +00:00
distfiles
doc doc: Updated net/mikutter to 3.7.4 2018-07-28 14:39:11 +00:00
editors Added de and da locales 2018-07-28 08:29:02 +00:00
emulators mame: update to 0.200. 2018-07-25 14:05:53 +00:00
filesystems Recursive revbump from textproc/icu-62.1 2018-07-20 03:33:47 +00:00
finance Recursive revbump from textproc/icu-62.1 2018-07-20 03:33:47 +00:00
fonts Recursive revbump from textproc/icu-62.1 2018-07-20 03:33:47 +00:00
games wesnoth: updated to 1.14.4 2018-07-26 10:19:56 +00:00
geography Recursive revbump from textproc/icu-62.1 2018-07-20 03:33:47 +00:00
graphics libsixel: update to 1.8.2. 2018-07-28 14:01:21 +00:00
ham ham/predict: fix MASTER_SITES 2018-07-21 23:21:17 +00:00
inputmethod Recursive revbump from textproc/icu-62.1 2018-07-20 03:33:47 +00:00
lang Add a whitespece after comma 2018-07-28 11:28:03 +00:00
licenses Remove folkloric licenses for mail/fetchmail. 2018-05-22 07:47:19 +00:00
mail Add dependency on checkpassword-pam, since checkpassword is not yet licensed. 2018-07-25 16:42:36 +00:00
math math/Makefile: Add stan-math 2018-07-27 06:49:35 +00:00
mbone Mark packages that require C++03 (or the GNU variants) if they fail with 2018-07-18 00:06:10 +00:00
meta-pkgs Recursive revbump from textproc/icu-62.1 2018-07-20 03:33:47 +00:00
misc Bump misc/udfclient to version 0.8.9 2018-07-20 19:07:41 +00:00
mk Add description for psl option. 2018-07-28 11:22:41 +00:00
multimedia mpv: Update multimedia/mpv to 0.29.0 2018-07-25 14:19:16 +00:00
net mikutter: update to 3.7.4. 2018-07-28 14:38:53 +00:00
news Recursive revbump from textproc/icu-62.1 2018-07-20 03:33:47 +00:00
packages
parallel *: Move SUBST_STAGE from post-patch to pre-configure 2018-07-04 13:40:07 +00:00
pkgtools Recursive revbump from textproc/icu-62.1 2018-07-20 03:33:47 +00:00
print Added py-latexcodec to Makefile SUBDIRs 2018-07-26 12:22:50 +00:00
regress Fixed pkglint warnings. 2016-06-11 11:36:14 +00:00
security p5-Net-DNS-SEC: Requires openssl. 2018-07-27 20:37:05 +00:00
shells Mark packages that require C++03 (or the GNU variants) if they fail with 2018-07-18 00:06:10 +00:00
sysutils sort 2018-07-26 02:51:57 +00:00
templates Point at the HTML pkgsrc guide, not a plain-text human redirect. 2017-02-04 03:47:47 +00:00
textproc textproc/p5-Text-BibTeX: Make this package build on Darwin 2018-07-28 12:53:53 +00:00
time Recursive revbump from textproc/icu-62.1 2018-07-20 03:33:47 +00:00
wm Recursive revbump from textproc/icu-62.1 2018-07-20 03:33:47 +00:00
www +libpsl 2018-07-28 12:25:36 +00:00
x11 x11/qt5-*: Fix install_name on Darwin 2018-07-26 02:16:05 +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.