Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
2019-06-10 16:55:10 +00:00
archivers py-lz4: updated to 2.1.10 2019-06-10 07:45:44 +00:00
audio cantata: add upstream bug report 2019-06-09 15:52:50 +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-flexmock: updated to 0.10.4 2019-06-10 14:48:05 +00:00
distfiles
doc doc: Updated sysutils/pv to 1.6.6 2019-06-10 16:55:10 +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 Update comment, replace librsvg with librsvg-c 2019-06-09 04:55:48 +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 feh: Update to 3.1.3 2019-06-10 11:29:06 +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 py-jsparser: updated to 2.7.1 2019-06-07 07:26:58 +00:00
licenses Conform to the non-free license convention. Thanks to gdt@ for pointing 2019-05-18 19:26:49 +00:00
mail dovecot2: HOMEPAGE is a permanent redirect to https. 2019-06-09 22:10:45 +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 *: use LIBRSVG_TYPE instead of PLATFORM_SUPPORTS_RUST 2019-06-08 19:53:26 +00:00
mk librsvg: Add available.mk and tool.mk mk fragments 2019-06-08 19:51:38 +00:00
multimedia libbluray: updated to 1.1.2 2019-06-10 14:40:52 +00:00
net py-prometheus_client: updated to 0.7.0 2019-06-10 08:35:35 +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 texlive2pkg: update to 1.5 2019-06-03 10:36:25 +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 dropbear: Update to 2019.78 2019-06-10 13:44:35 +00:00
shells tcsh: Uncomment HOMEPAGE (now available again) 2019-05-19 00:01:17 +00:00
sysutils pv: Update to 1.6.6 2019-06-10 16:55:02 +00:00
templates
textproc py-rst2pdf: updated to 0.94.1 2019-06-10 15:39:44 +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 py-flask-debugtoolbar: updated to 0.10.1 2019-06-10 08:58:40 +00:00
x11 dunst: Update to 1.4.0 2019-06-10 13:06:54 +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.