Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
2018-04-14 09:14:33 +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 py-txaio: updated to 2.10.0 2018-04-14 08:52:47 +00:00
distfiles
doc Updated textproc/py-html2text, www/py-autobahn 2018-04-14 09:14:33 +00:00
editors revbump after icu update 2018-04-14 07:33:52 +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 revbump after icu update 2018-04-14 07:33:52 +00:00
ham Updated ham/trusted-QSL (tqsl) to 2.3.1 2018-03-17 02:45:05 +00:00
inputmethod revbump after icu update 2018-04-14 07:33:52 +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 revbump after icu update 2018-04-14 07:33:52 +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 revbump after icu update 2018-04-14 07:33:52 +00:00
mk mk/fetch: add documentation for show-all-github 2018-04-08 20:39:47 +00:00
multimedia revbump after icu update 2018-04-14 07:33:52 +00:00
net revbump after icu update 2018-04-14 07:33:52 +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
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 revbump after icu update 2018-04-14 07:33:52 +00:00
templates
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-autobahn: updated to 18.4.1 2018-04-14 09:10:46 +00:00
x11 revbump after icu update 2018-04-14 07:33:52 +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.