Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
wiz a8739089df adwaita-icon-theme: update to 3.28.0.
3.28.0
3.27.90
  - camera-switch-symbolic (bug #750285)
  - highres sizing issue (bug #785574)
  - vpn-noroute
  - optional zopfli png optimizer
  - audio-volume-* fuzzy (bug #709131)
  - audio-volume-overamplified
  - new metaphors for settings -- notifications, volume and privacy
2018-04-16 11:46:55 +00:00
archivers revbump after icu update 2018-04-14 07:33:52 +00:00
audio revbump after icu update 2018-04-14 07:33:52 +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 Update cad/MyHDL from 0.9.0 to 0.10 2018-04-12 15:08:58 +00:00
chat irssi: add test target. 2018-04-16 08:47:49 +00:00
comms revbump after icu update 2018-04-14 07:33:52 +00:00
converters revbump after icu update 2018-04-14 07:33:52 +00:00
cross Recursive bumps for fontconfig and libzip dependency changes. 2018-03-12 11:15:24 +00:00
databases databases/Makefile: Add SQLiteCpp 2018-04-15 01:05:51 +00:00
devel Update to 0.54. From the changelog: 2018-04-15 01:24:39 +00:00
distfiles
doc doc: Updated graphics/p5-PerlMagick to 7.0.7.28 2018-04-16 11:34:56 +00:00
editors Update to newest patchset 1722. 2018-04-16 10:19:37 +00:00
emulators revbump after icu update 2018-04-14 07:33:52 +00:00
filesystems revbump after icu update 2018-04-14 07:33:52 +00:00
finance gnucash-docs: update to 3.0. 2018-04-15 07:38:42 +00:00
fonts revbump after icu update 2018-04-14 07:33:52 +00:00
games revbump after icu update 2018-04-14 07:33:52 +00:00
geography Fix memory leak; bump PKGREVISION 2018-04-15 10:00:56 +00:00
graphics adwaita-icon-theme: update to 3.28.0. 2018-04-16 11:46:55 +00:00
ham Updated ham/trusted-QSL (tqsl) to 2.3.1 2018-03-17 02:45:05 +00:00
inputmethod gobject3: buildlink3 -> DEPENDS 2018-04-14 12:24:31 +00:00
lang revbump after icu update 2018-04-14 07:33:52 +00:00
licenses Add 9menu license 2018-02-21 15:12:47 +00:00
mail imap-uw: use Debian patch to fix build with openssl 1.1. 2018-04-15 07:43:22 +00:00
math gnumeric112: updated to 1.12.39 2018-04-15 08:32:31 +00:00
mbone Recursive bumps for fontconfig and libzip dependency changes. 2018-03-12 11:15:24 +00:00
meta-pkgs revbump after icu update 2018-04-14 07:33:52 +00:00
misc khard: update to 0.12.2nb1. 2018-04-14 15:15:55 +00:00
mk mk/fetch: add documentation for show-all-github 2018-04-08 20:39:47 +00:00
multimedia gstreamer1: updated to 1.12.5 2018-04-15 09:40:04 +00:00
net Regen distinfo after patch update. 2018-04-15 20:05:46 +00:00
news revbump after icu update 2018-04-14 07:33:52 +00:00
packages
parallel parallel/slurm: Update to 17.11.5 2018-03-25 14:55:29 +00:00
pkgtools revbump after icu update 2018-04-14 07:33:52 +00:00
print revbump after icu update 2018-04-14 07:33:52 +00:00
regress Fixed pkglint warnings. 2016-06-11 11:36:14 +00:00
security revbump after icu update 2018-04-14 07:33:52 +00:00
shells Add a patch to main.c.in (and in the process rename the diff): 2018-04-13 16:59:13 +00:00
sysutils euca2ools: renamed to py-euca2ools and updated to 3.4.1 2018-04-14 13:57:29 +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-html2text: updated to 2018.9.1 2018-04-14 09:02:57 +00:00
time khal: update to 0.9.8nb1. 2018-04-14 20:32:06 +00:00
wm revbump after icu update 2018-04-14 07:33:52 +00:00
www Update to version 4.9.5. 2018-04-16 10:22:10 +00:00
x11 py-qt5: updated to 5.10.1 2018-04-14 20:08:26 +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.