Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
minskim 4ce8171570 wm/compiz: Do not suggest an unavailable option
devel/libinotify is not available on Linux.
2018-08-03 21:17:47 +00:00
archivers libmspack: update to 0.7alpha. 2018-07-26 08:37:40 +00:00
audio audacity: SunOS build fixes. 2018-07-31 21:10:29 +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/py-mastodon: Fix typo in patch. 2018-07-31 21:14:33 +00:00
comms gammu: Fix build on SunOS. 2018-07-31 13:13:46 +00:00
converters Build fix 2018-07-31 12:32:04 +00:00
cross Update to 8.2.0 2018-07-30 19:45:58 +00:00
databases redis: updated to 4.0.10 2018-08-02 14:47:34 +00:00
devel Added dependency to camlp4 option for devel/js_of_ocaml 2018-08-03 09:19:56 +00:00
distfiles
doc doc: Updated net/gallery-dl to 1.5.0 2018-08-03 16:19:30 +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 py-braintree: updated to 3.47.0 2018-08-02 15:26:03 +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 osm2pgsql: Update to 0.96.0 2018-08-02 17:00:14 +00:00
graphics gegl complains about outdated babl, express this in makefile. 2018-08-03 06:43:41 +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 Updated package lang/coq to version 8.8.1. 2018-08-02 12:57:03 +00:00
licenses Remove folkloric licenses for mail/fetchmail. 2018-05-22 07:47:19 +00:00
mail Depend on pkgtools/pkg_alternatives and a new enough mail/qmail to rely 2018-08-01 07:15:21 +00:00
math Update to 20180729. From the changelog: 2018-07-31 06:34:11 +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 Remove MASTER_SITES= from individual R package Makefiles. 2018-07-28 14:40:42 +00:00
mk mk/fetch/github.mk: document that PKGBASE influences GitHub variables 2018-08-01 18:01:32 +00:00
multimedia Only need nasm when building for x86. 2018-07-31 19:13:10 +00:00
net gallery-dl: Update net/gallery-dl to 1.5.0 2018-08-03 16:19:11 +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 pkgtools/pkglint: hotfix for release 5.5.15 2018-07-28 20:44:45 +00:00
print Remove MASTER_SITES= from individual R package Makefiles. 2018-07-28 14:40:42 +00:00
regress Fixed pkglint warnings. 2016-06-11 11:36:14 +00:00
security p11-kit: Build fix for older Darwin. 2018-08-01 19:18:19 +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 Add two officially recommended patch to sysutils/dmidecode 2018-08-02 02:45:50 +00:00
templates Point at the HTML pkgsrc guide, not a plain-text human redirect. 2017-02-04 03:47:47 +00:00
textproc Update to 2.10 2018-08-01 07:05:29 +00:00
time Remove MASTER_SITES= from individual R package Makefiles. 2018-07-28 14:40:42 +00:00
wm wm/compiz: Do not suggest an unavailable option 2018-08-03 21:17:47 +00:00
www Fixed www/ocsigenserver to build with ocaml 4.07. 2018-08-03 08:51:48 +00:00
x11 libdrm: update to 2.4.93. 2018-08-02 11:44:06 +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.