Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
2018-04-16 13:02:28 +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 convmv: update to 2.05. 2018-04-16 11:47:42 +00:00
cross Recursive bumps for fontconfig and libzip dependency changes. 2018-03-12 11:15:24 +00:00
databases databases/py-peewee: Update to 3.2.3. 2018-04-16 12:21:36 +00:00
devel libmtp: update to 1.1.15. 2018-04-16 13:02:20 +00:00
distfiles
doc doc: Updated devel/libmtp to 1.1.15 2018-04-16 13:02:28 +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 gdk-pixbuf2: update to 2.36.12. 2018-04-16 12:22:40 +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 goffice0.10: update to 0.10.39. 2018-04-16 12:30:58 +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 security/py-josepy: Update to 1.1.0. 2018-04-16 12:19:36 +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 sysutils/consul: Update to 1.0.7. 2018-04-16 12:36:12 +00:00
templates Point at the HTML pkgsrc guide, not a plain-text human redirect. 2017-02-04 03:47:47 +00:00
textproc gtk-doc: update to 1.28. 2018-04-16 12:49:59 +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 http-parser: update to 2.8.1. 2018-04-16 12:59:33 +00:00
x11 gtksourceview3: update to 3.24.7. 2018-04-16 12:57:56 +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.