Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
taca a9d7eebb5b mail/roundcube-plugin-password: fix interpreter
* Replace interpreter of perl script.
* Do not set REPLACE_PYTHON but add to it.

Bump PKGREVISION.
2018-05-20 03:54:54 +00:00
archivers Update: 2018-05-15 22:16:35 +00:00
audio libtunepimp: SunOS needs -fpermissive for pthread_t precision. 2018-05-17 11:02:24 +00:00
benchmarks Recursive bumps for fontconfig and libzip dependency changes. 2018-03-12 11:15:24 +00:00
biology Add samtools 2018-05-07 18:40:10 +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 bitlbee: Adjust permissions of ${VARBASE}/run/bitlbee 2018-05-18 17:54:05 +00:00
comms py-gammu: Update comms/py-gammu to 2.11 2018-05-16 08:25:43 +00:00
converters py-confusable_homoglyphs: updated to 3.1.1 2018-05-17 10:38:13 +00:00
cross Recursive bump for new fribidi dependency in pango. 2018-04-16 14:33:44 +00:00
databases databases/mongo-c-driver: Update to 1.9.5. 2018-05-17 14:10:11 +00:00
devel Update to 2.19.2. From the changelog: 2018-05-19 10:11:21 +00:00
distfiles
doc doc: Updated pkgtools/pkglint to 5.5.12 2018-05-19 18:48:27 +00:00
editors nano: update to 2.9.7 2018-05-15 15:14:10 +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 Add QuantLib 2018-05-14 00:07:09 +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 revbump for boost-libs update 2018-04-29 21:31:17 +00:00
graphics + slim-themes 2018-05-18 15:12:50 +00:00
ham revbump for boost-libs update 2018-04-29 21:31:17 +00:00
inputmethod ibus: Requires msgmerge. 2018-05-16 10:28:53 +00:00
lang Fix patch. Thanks leot@! 2018-05-19 13:00:56 +00:00
licenses Add customized licenses encountered in mail/fetchmail sources. 2018-05-16 13:24:21 +00:00
mail mail/roundcube-plugin-password: fix interpreter 2018-05-20 03:54:54 +00:00
math math/Makefile: Add py-numba 2018-05-18 16:08:51 +00:00
mbone Recursive bumps for fontconfig and libzip dependency changes. 2018-03-12 11:15:24 +00:00
meta-pkgs xfce4: Fix version number for xfce4-power-manager. 2018-05-18 21:20:56 +00:00
misc kstars: Fix __sun check. 2018-05-17 11:18:50 +00:00
mk mk/*: improve documentation for "make help" 2018-05-16 21:23:02 +00:00
multimedia ffmpeg010: Remove x264 from default options, no longer builds. 2018-05-17 10:39:51 +00:00
net net/erlang-esip: Update to 1.0.23. 2018-05-17 13:34:27 +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 pkgtools/pkglint: update to 5.5.12 2018-05-19 12:58:24 +00:00
print cups-filters: SunOS requires -D_POSIX_PTHREAD_SEMANTICS 2018-05-16 22:29:54 +00:00
regress Fixed pkglint warnings. 2016-06-11 11:36:14 +00:00
security lastpass-cli: Update to 1.3.1. 2018-05-17 14:06:58 +00:00
shells dash: updated to 0.5.10.1 2018-05-17 09:52:43 +00:00
sysutils hald-netbsd: cpu device name must match cpu[0-9]*. Bump pkg revision. 2018-05-19 13:41:51 +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/erlang-fast_yaml: Update to 1.0.14. 2018-05-17 13:28:52 +00:00
time xfce4-orage: Set _XOPEN_SOURCE correctly on SunOS. 2018-05-17 09:13:02 +00:00
wm Update to 1.20.0: 2018-05-14 13:05:34 +00:00
www Update to 4.9.6, which is a privacy and maintenance release: 2018-05-18 14:22:40 +00:00
x11 Update mozo to 1.20.0. 2018-05-19 12:22:12 +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.