Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
jaapb 9d0d5cc76e Updated devel/ocaml-lwt_ppx to version 1.2.0.
This is the version that comes with Lwt 4.
2018-04-14 19:38: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 revbump after icu update 2018-04-14 07:33:52 +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 unixodbc: updated to 2.3.6 2018-04-14 08:26:34 +00:00
devel Updated devel/ocaml-lwt_ppx to version 1.2.0. 2018-04-14 19:38:55 +00:00
distfiles
doc doc: Updated misc/khard to 0.12.2nb1 2018-04-14 15:16:04 +00:00
editors gobject3: buildlink3 -> DEPENDS 2018-04-14 12:24:31 +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 revbump after icu update 2018-04-14 07:33:52 +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 revbump after icu update 2018-04-14 07:33:52 +00:00
graphics py-matplotlib: updated to 2.2.2 2018-04-14 12:52:56 +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 revbump after icu update 2018-04-14 07:33:52 +00:00
math gobject3: buildlink3 -> DEPENDS 2018-04-14 12:24: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 gobject3: buildlink3 -> DEPENDS 2018-04-14 12:24:31 +00:00
net py-requestbuilder: added version 0.7.1 2018-04-14 13:54: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 revbump after icu update 2018-04-14 07:33:52 +00:00
wm revbump after icu update 2018-04-14 07:33:52 +00:00
www py-mod_wsgi-metrics: removed (unused; conflicts with py-mod_wsgi) 2018-04-14 09:39:51 +00:00
x11 gobject3: buildlink3 -> DEPENDS 2018-04-14 12:24:31 +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.