Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
markd ba4f2fe9c4 kf5: update to 5.44.0
3 months of bugfixes.
2018-04-11 11:50:34 +00:00
archivers kf5: update to 5.44.0 2018-04-11 11:50:34 +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 kf5: update to 5.44.0 2018-04-11 11:50:34 +00:00
distfiles
doc doc: Updated misc/less to 530 2018-04-11 08:49:22 +00:00
editors Fixes for tzalloc issues on -6 from uwe@ and Paul Eggert. 2018-04-08 03:03:48 +00:00
emulators suse131_linux: Make this more fetchable. 2018-04-11 06:59:07 +00:00
filesystems fuse-ntfs-3g: added missing commit 2018-04-07 19:46:21 +00:00
finance gnucash: update to 2.6.21. 2018-04-11 07:38:07 +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 kf5: update to 5.44.0 2018-04-11 11:50:34 +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/camlp5 to version 7.05. 2018-04-10 11:15:30 +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: update to 5.44.0 2018-04-11 11:50:34 +00:00
misc kf5: update to 5.44.0 2018-04-11 11:50:34 +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 kf5: update to 5.44.0 2018-04-11 11:50:34 +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 kf5: update to 5.44.0 2018-04-11 11:50:34 +00:00
shells Update to 4.4.019 2018-04-09 14:57:19 +00:00
sysutils kf5: update to 5.44.0 2018-04-11 11:50:34 +00:00
templates Point at the HTML pkgsrc guide, not a plain-text human redirect. 2017-02-04 03:47:47 +00:00
textproc kf5: update to 5.44.0 2018-04-11 11:50:34 +00:00
time py-pytz: updated to 2018.4 2018-04-10 13:32:32 +00:00
wm blackbox*: update HOMEPAGE 2018-04-01 21:09:32 +00:00
www kf5: update to 5.44.0 2018-04-11 11:50:34 +00:00
x11 kf5: update to 5.44.0 2018-04-11 11:50:34 +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.