Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
2018-04-10 08:24:18 +00:00
archivers py-zstandard: updated to 0.9.0 2018-04-09 07:37:33 +00:00
audio py-last: updated to 2.2.0 2018-04-09 07:28:54 +00:00
benchmarks Recursive bumps for fontconfig and libzip dependency changes. 2018-03-12 11:15:24 +00:00
biology Recursive bumps for fontconfig and libzip dependency changes. 2018-03-12 11:15:24 +00:00
bootstrap bootstrap: don't output "Hopefully" when bootstrap finishes 2018-03-07 07:34:07 +00:00
cad Correction to failure of fetch. (Py library needs tweek to GITHUB_PROJECT) 2018-03-30 14:49:51 +00:00
chat Fix compilation with libthrift 0.11.0 2018-04-08 10:14:15 +00:00
comms Recursive bumps for fontconfig and libzip dependency changes. 2018-03-12 11:15:24 +00:00
converters Drop patches for Python 2.7, now that it is a separate package. 2018-03-26 13:05:43 +00:00
cross Recursive bumps for fontconfig and libzip dependency changes. 2018-03-12 11:15:24 +00:00
databases Update to 1.58 2018-04-10 00:20:02 +00:00
devel Update to 0.048 2018-04-10 08:23:11 +00:00
distfiles
doc Updated devel/p5-Git-Wrapper to 0.048 2018-04-10 08:24:18 +00:00
editors Fixes for tzalloc issues on -6 from uwe@ and Paul Eggert. 2018-04-08 03:03:48 +00:00
emulators Update to 5.3 2018-04-09 16:19:12 +00:00
filesystems fuse-ntfs-3g: added missing commit 2018-04-07 19:46:21 +00:00
finance gnucash: add some missing PLISTs for 3.0 2018-04-09 08:47:54 +00:00
fonts Update to 0.9.11pl1 2018-04-09 14:52:43 +00:00
games xmahjongg: force c++03. Fixes build issue (GCC 6.4) 2018-04-10 03:39:17 +00:00
geography the compiler on netbsd-HEAD/earmv7hf doens't accept isnan(), use std::isnan() 2018-04-09 18:44:50 +00:00
graphics opencolorio: Cleanup githup handling. Dont try python glue. 2018-04-08 00:40:50 +00:00
ham Updated ham/trusted-QSL (tqsl) to 2.3.1 2018-03-17 02:45:05 +00:00
inputmethod Fix buffer over run in mkdic, found by stack protector. 2018-03-23 04:43:36 +00:00
lang Updated lang/coq to version 8.7.2. 2018-04-09 11:29:23 +00:00
licenses Add 9menu license 2018-02-21 15:12:47 +00:00
mail Update to 5.6. From the changelog: 2018-04-03 03:23:28 +00:00
math math/R-DBI: Update to 0.8 2018-04-10 01:02:24 +00:00
mbone Recursive bumps for fontconfig and libzip dependency changes. 2018-03-12 11:15:24 +00:00
meta-pkgs kf5: Make sure any qt5-qtbase dependency is at least 5.10.1nb2 2018-04-07 00:39:29 +00:00
misc Updated package misc/ocaml-opam to version 2.0.0_rc. 2018-04-09 11:25:48 +00:00
mk mk/fetch: add documentation for show-all-github 2018-04-08 20:39:47 +00:00
multimedia phonon-qt5: cleanup after symbol visibility fixes in qt5 2018-04-07 01:08:37 +00:00
net Revbump for net/ocaml-ipaddr. 2018-04-09 10:24:20 +00:00
news Revbump after updating textproc/oniguruma 2018-03-22 08:14:51 +00:00
packages
parallel parallel/slurm: Update to 17.11.5 2018-03-25 14:55:29 +00:00
pkgtools pkgtools/url2pkg: refactor variable alignment code 2018-04-08 20:13:54 +00:00
print cups{,-base}: Update print/cups{,-base} to 2.2.7 2018-04-05 16:31:45 +00:00
regress Fixed pkglint warnings. 2016-06-11 11:36:14 +00:00
security Fix broken package due to invalid INSTALLATION_DIRS 2018-04-07 10:53:34 +00:00
shells Update to 4.4.019 2018-04-09 14:57:19 +00:00
sysutils py-Send2Trash: updated HOMEPAGE 2018-04-06 20:19:42 +00:00
templates Point at the HTML pkgsrc guide, not a plain-text human redirect. 2017-02-04 03:47:47 +00:00
textproc Add 'x11' option. Bump PKGREVISION. 2018-04-09 20:17:46 +00:00
time Update to 1.18 2018-04-04 14:32:25 +00:00
wm blackbox*: update HOMEPAGE 2018-04-01 21:09:32 +00:00
www py-bleach: updated to 2.1.3 2018-04-09 12:14:19 +00:00
x11 {kded,kdesignerplugin,kguiaddons,kitemviews,kwidgetsaddons,kwindowsystem,kxmlgui}: remove Qt5Widgets hack 2018-04-07 01:02:14 +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.