Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
2019-06-12 20:41:05 +00:00
archivers py-zipp: added BUILD_DEPENDS 2019-06-12 08:37:58 +00:00
audio speexdsp: update to 1.2.0. 2019-06-11 11:59:15 +00:00
benchmarks /home/jym/msg 2019-06-10 02:48:23 +00:00
biology Revbump after updating graphics/glew 2019-05-29 19:52:48 +00:00
bootstrap bootstrap: fix endless when checking nonexisting directory 2019-05-07 19:54:46 +00:00
cad cad/*: let pkglint fix indentation, variable alignment, and LOCALBASE 2019-06-08 11:04:27 +00:00
chat weechat: Update to 2.5 2019-06-10 15:24:45 +00:00
comms all: replace SUBST_SED with the simpler SUBST_VARS 2019-05-23 19:22:54 +00:00
converters all: replace SUBST_SED with the simpler SUBST_VARS 2019-05-23 19:22:54 +00:00
cross cross/*: let pkglint autofix indentation and variable alignment 2019-06-08 10:53:26 +00:00
databases databases/ruby-sequel: update to 5.21.0 2019-06-10 16:02:39 +00:00
devel py-requests-futures: updated to 1.0.0 2019-06-12 20:40:36 +00:00
distfiles
doc Updated devel/py-xopen, devel/py-requests-futures 2019-06-12 20:41:05 +00:00
editors editors/*: let pkglint fix indentation and variable alignment 2019-06-08 10:40:52 +00:00
emulators dosbox: Update to 0.74.2 (0.74-2) 2019-06-10 12:41:23 +00:00
filesystems all: replace SUBST_SED with the simpler SUBST_VARS 2019-05-23 19:22:54 +00:00
finance all: replace SUBST_SED with the simpler SUBST_VARS 2019-05-23 19:22:54 +00:00
fonts unifont: update to 12.1.02. 2019-06-11 09:04:00 +00:00
games pysolfc: updated to 2.6.4 2019-06-06 21:53:44 +00:00
geography geography/gpsd: Update HOMEPAGE 2019-06-04 10:43:21 +00:00
graphics ImageMagick: update to 7.0.8.49. 2019-06-11 13:23:35 +00:00
ham ham/tqsl: Require C++11 2019-05-13 00:21:34 +00:00
inputmethod ibus: Add missing depend to dbus 2019-05-15 14:37:55 +00:00
lang Add buildlink3.mk. 2019-06-12 19:32:44 +00:00
licenses Conform to the non-free license convention. Thanks to gdt@ for pointing 2019-05-18 19:26:49 +00:00
mail Disable thunderbird45 and thunderbird45-l10n 2019-06-12 18:23:59 +00:00
math math/sc-im: use LDLIBS to fix Ubuntu build 2019-06-10 10:40:52 +00:00
mbone Updated mbone/mdd to 20180824 2018-08-29 00:50:12 +00:00
meta-pkgs boost: HOMEPAGE is a permanent redirect to https 2019-06-09 22:15:18 +00:00
misc misc/py-anita: update to 1.49 2019-06-11 17:12:19 +00:00
mk librsvg: Add available.mk and tool.mk mk fragments 2019-06-08 19:51:38 +00:00
multimedia adobe-flash-player: update to 32.0.0.207. 2019-06-12 14:21:58 +00:00
net unbound: bump PKGREVISION for previous 2019-06-12 10:04:05 +00:00
news all: replace SUBST_SED with the simpler SUBST_VARS 2019-05-23 19:22:54 +00:00
packages
parallel PKGREVISION bump for anything using python without a PYPKGPREFIX. 2019-04-25 07:32:34 +00:00
pkgtools x11-links: add some more links to reflect NetBSD current 2019-06-12 01:04:39 +00:00
print py-reportlab: updated to 3.5.23 2019-06-10 15:39:06 +00:00
regress mk/tools: in the wrapper log, quote arguments containing = naturally 2019-05-22 20:47:05 +00:00
security py-certbot-dns-google: Python 2.7 is not supported in py-google-api-python-client 2019-06-12 20:25:52 +00:00
shells tcsh: Uncomment HOMEPAGE (now available again) 2019-05-19 00:01:17 +00:00
sysutils Change HOMEPAGE to the github page. 2019-06-12 05:25:04 +00:00
templates
textproc py-html5-parser: update to 0.4.7. 2019-06-11 12:13:53 +00:00
time (time/ocaml-time_now) USE_TOOLS+= bash instead of BUILD_DEPENDS, tks leot@ 2019-05-29 21:23:54 +00:00
wm all: replace SUBST_SED with the simpler SUBST_VARS 2019-05-23 19:22:54 +00:00
www Update to 67.0.1 2019-06-12 18:34:23 +00:00
x11 py-terminator: Drop old patch, require py-psutil 2019-06-11 23:50:13 +00:00
Makefile
pkglocate
README README: minor grammatical fix 2019-01-29 03:11:03 +00:00

$NetBSD: README,v 1.21 2019/01/29 03:11:03 gutteridge 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 following 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.