Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
2018-08-16 19:01:15 +00:00
archivers revbump after boost-libs update 2018-08-16 18:54:26 +00:00
audio revbump after boost-libs update 2018-08-16 18:54:26 +00:00
benchmarks dnsperf: Add a bunch of required includes. 2018-07-26 14:34:07 +00:00
biology biology/plinkseq: Requires c++11 to build with protobuf-3.6.0 2018-08-04 21:42:28 +00:00
bootstrap On Chrome OS, build nbsed too. 2018-08-12 08:46:41 +00:00
cad revbump after boost-libs update 2018-08-16 18:54:26 +00:00
chat revbump after boost-libs update 2018-08-16 18:54:26 +00:00
comms revbump after boost-libs update 2018-08-16 18:54:26 +00:00
converters revbump after boost-libs update 2018-08-16 18:54:26 +00:00
cross Update to 8.2.0 2018-07-30 19:45:58 +00:00
databases revbump after boost-libs update 2018-08-16 18:54:26 +00:00
devel revbump after boost-libs update 2018-08-16 18:54:26 +00:00
distfiles
doc Updated misc/stellarium 2018-08-16 16:32:34 +00:00
editors revbump after boost-libs update 2018-08-16 18:54:26 +00:00
emulators revbump after boost-libs update 2018-08-16 18:54:26 +00:00
filesystems revbump after boost-libs update 2018-08-16 18:54:26 +00:00
finance revbump after boost-libs update 2018-08-16 18:54:26 +00:00
fonts unifont: update to 11.0.02. 2018-08-16 12:48:11 +00:00
games revbump after boost-libs update 2018-08-16 18:54:26 +00:00
geography revbump after boost-libs update 2018-08-16 18:54:26 +00:00
graphics revbump after boost-libs update 2018-08-16 18:54:26 +00:00
ham revbump after boost-libs update 2018-08-16 18:54:26 +00:00
inputmethod revbump after boost-libs update 2018-08-16 18:54:26 +00:00
lang revbump after boost-libs update 2018-08-16 18:54:26 +00:00
licenses Rename old-mame-license to mame-license, because I found an older MAME 2018-08-12 17:11:39 +00:00
mail revbump after boost-libs update 2018-08-16 18:54:26 +00:00
math revbump after boost-libs update 2018-08-16 18:54:26 +00:00
mbone Mark packages that require C++03 (or the GNU variants) if they fail with 2018-07-18 00:06:10 +00:00
meta-pkgs boost: updated to 1.68.0 2018-08-16 15:58:31 +00:00
misc revbump after boost-libs update 2018-08-16 18:54:26 +00:00
mk Remove 'dynarec' option and enable it by default instead. 2018-08-16 13:25:27 +00:00
multimedia revbump after boost-libs update 2018-08-16 18:54:26 +00:00
net powerdns: reset PKGREVISION (had been updated after the boost update) 2018-08-16 19:01:15 +00:00
news revbump after boost-libs update 2018-08-16 18:54:26 +00:00
packages
parallel revbump after boost-libs update 2018-08-16 18:54:26 +00:00
pkgtools Document the chroot command and differentiate what happens when the sandbox 2018-08-16 15:40:50 +00:00
print revbump after boost-libs update 2018-08-16 18:54:26 +00:00
regress
security revbump after boost-libs update 2018-08-16 18:54:26 +00:00
shells Mark packages that require C++03 (or the GNU variants) if they fail with 2018-07-18 00:06:10 +00:00
sysutils revbump after boost-libs update 2018-08-16 18:54:26 +00:00
templates
textproc revbump after boost-libs update 2018-08-16 18:54:26 +00:00
time revbump after boost-libs update 2018-08-16 18:54:26 +00:00
wm revbump after boost-libs update 2018-08-16 18:54:26 +00:00
www revbump after boost-libs update 2018-08-16 18:54:26 +00:00
x11 revbump after boost-libs update 2018-08-16 18:54: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.