Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
2018-06-01 07:19:41 +00:00
archivers Update: 2018-05-15 22:16:35 +00:00
audio Remove redundant rhythmbox version after update. 2018-05-29 03:33:32 +00:00
benchmarks Recursive bumps for fontconfig and libzip dependency changes. 2018-03-12 11:15:24 +00:00
biology biology/ncbi-blast+: Respect env to support PKGSRC_USE_RELRO 2018-05-22 21:37:29 +00:00
bootstrap bootstrap: don't output "Hopefully" when bootstrap finishes 2018-03-07 07:34:07 +00:00
cad revbump for boost-libs update 2018-04-29 21:31:17 +00:00
chat weechat: update to 2.1 2018-05-25 10:16:03 +00:00
comms py-gammu: Update comms/py-gammu to 2.11 2018-05-16 08:25:43 +00:00
converters Add R-base64enc 2018-05-31 01:31:27 +00:00
cross Update to 8.1.0 2018-05-26 00:59:26 +00:00
databases postresql-postgis2: Substitute major version in PLIST 2018-05-30 17:03:56 +00:00
devel cmake: updated to 3.11.3 2018-06-01 07:16:03 +00:00
distfiles
doc Updated devel/cmake, shells/dash 2018-06-01 07:19:41 +00:00
editors emacs25-nox11: fix build on MacOS 2018-05-31 01:44:09 +00:00
emulators fuse-emulator-utils: updated to 1.4.1 2018-05-01 18:35:19 +00:00
filesystems revbump for boost-libs update 2018-04-29 21:31:17 +00:00
finance py-braintree: updated to 3.46.0 2018-05-23 07:46:23 +00:00
fonts fonts/woff2: Avoid -no-canonical-prefixes 2018-05-15 11:46:43 +00:00
games revbump for boost-libs update 2018-04-29 21:31:17 +00:00
geography Update to 5.0.1 2018-05-24 19:03:56 +00:00
graphics ImageMagick: update to 7.0.7.37. 2018-05-31 17:20:43 +00:00
ham revbump for boost-libs update 2018-04-29 21:31:17 +00:00
inputmethod Use GNU msgfmt to fix build 2018-05-25 16:41:58 +00:00
lang lang/nodejs: Update to 10.3.0. 2018-05-30 09:39:53 +00:00
licenses Remove folkloric licenses for mail/fetchmail. 2018-05-22 07:47:19 +00:00
mail Remove vestiges of rejectutils patch, missed in previous. 2018-05-28 23:39:16 +00:00
math Update to 1.0.5 2018-06-01 07:10:54 +00:00
mbone Recursive bumps for fontconfig and libzip dependency changes. 2018-03-12 11:15:24 +00:00
meta-pkgs boost: remove patch that is not in distinfo 2018-05-31 07:26:58 +00:00
misc Updated misc/ocaml-opaline to version 0.3.1. 2018-05-31 11:22:04 +00:00
mk Updated ocaml.mk to work with opaline 0.3.1. 2018-05-31 11:22:46 +00:00
multimedia ffmpeg4: avoid text relocations on NetBSD/i386. 2018-05-27 16:28:12 +00:00
net Remove obsolete patch. 2018-05-31 14:55:10 +00:00
news revbump for boost-libs update 2018-04-29 21:31:17 +00:00
packages
parallel revbump for boost-libs update 2018-04-29 21:31:17 +00:00
pkgtools pkgin: Update to 0.10.1. 2018-05-31 23:23:33 +00:00
print latexmk: update to 456. 2018-05-27 12:26:09 +00:00
regress Fixed pkglint warnings. 2016-06-11 11:36:14 +00:00
security Update to 0.30 2018-06-01 07:14:45 +00:00
shells dash: updated to 0.5.10.2 2018-06-01 07:19:01 +00:00
sysutils Fix options.mk. 2018-05-31 21:00:23 +00:00
templates Point at the HTML pkgsrc guide, not a plain-text human redirect. 2017-02-04 03:47:47 +00:00
textproc py-sphinx: updated to 1.7.5 2018-05-29 07:13:07 +00:00
time xfce4-timer-plugin: remove patch that is not in distinfo 2018-05-31 07:40:57 +00:00
wm Update to 1.20.0: 2018-05-14 13:05:34 +00:00
www Update to 0.20 2018-05-30 12:02:08 +00:00
x11 xfce4-notifyd: Simplify and fix xfce4-notifyd.desktop handling. 2018-05-31 09:16:46 +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.