Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
2020-01-12 23:01:05 +00:00
archivers *: Recursive revbump from devel/boost-libs 2020-01-12 20:19:52 +00:00
audio grip: update to 4.0.1 2020-01-12 21:55:07 +00:00
benchmarks When using -dM -E to detect the C++ compiler, force C++ mode. Otherwise 2019-12-22 22:21:58 +00:00
biology *: Recursive revbump from devel/boost-libs 2020-01-12 20:19:52 +00:00
bootstrap Skip trying to make use of a 64bit ABI on Darwin as the system libraries on 2019-12-05 22:19:56 +00:00
cad *: Recursive revbump from devel/boost-libs 2020-01-12 20:19:52 +00:00
chat *: Recursive revbump from devel/boost-libs 2020-01-12 20:19:52 +00:00
comms *: Recursive revbump from devel/boost-libs 2020-01-12 20:19:52 +00:00
converters *: Recursive revbump from devel/boost-libs 2020-01-12 20:19:52 +00:00
cross Update to mingw-w64 to 7.0.0 and binutils to 2.33.1 2019-12-29 01:08:13 +00:00
databases *: Recursive revbump from devel/boost-libs 2020-01-12 20:19:52 +00:00
devel *: Recursive revbump from devel/boost-libs 2020-01-12 20:19:52 +00:00
distfiles
doc doc: Updated audio/grip to 4.0.1 2020-01-12 21:57:30 +00:00
editors *: Recursive revbump from devel/boost-libs 2020-01-12 20:19:52 +00:00
emulators *: Recursive revbump from devel/boost-libs 2020-01-12 20:19:52 +00:00
filesystems *: Recursive revbump from devel/boost-libs 2020-01-12 20:19:52 +00:00
finance *: Recursive revbump from devel/boost-libs 2020-01-12 20:19:52 +00:00
fonts (fonts/public-sans) Updated to 1.008 2020-01-12 15:21:10 +00:00
games *: Recursive revbump from devel/boost-libs 2020-01-12 20:19:52 +00:00
geography *: Recursive revbump from devel/boost-libs 2020-01-12 20:19:52 +00:00
graphics *: Recursive revbump from devel/boost-libs 2020-01-12 20:19:52 +00:00
ham *: Recursive revbump from devel/boost-libs 2020-01-12 20:19:52 +00:00
inputmethod *: Recursive revbump from devel/boost-libs 2020-01-12 20:19:52 +00:00
lang *: Recursive revbump from devel/boost-libs 2020-01-12 20:19:52 +00:00
licenses (licenses/0-clause-bsd, sysutils/bfs) Rename license isc-AUTHOR to 0-clause-bsd 2019-12-28 12:16:53 +00:00
mail *: Recursive revbump from devel/boost-libs 2020-01-12 20:19:52 +00:00
math *: Recursive revbump from devel/boost-libs 2020-01-12 20:19:52 +00:00
mbone mbone: align variable assignments 2019-11-03 11:04:16 +00:00
meta-pkgs boost: updated to 1.72.0 2020-01-12 10:10:03 +00:00
misc *: Recursive revbump from devel/boost-libs 2020-01-12 20:19:52 +00:00
mk mk/bsd.pkg.update.mk: fix indentation 2020-01-11 19:30:50 +00:00
multimedia *: Recursive revbump from devel/boost-libs 2020-01-12 20:19:52 +00:00
net nsca-ng: cvs add files/ contents. 2020-01-12 21:53:22 +00:00
news *: Recursive revbump from devel/boost-libs 2020-01-12 20:19:52 +00:00
packages
parallel *: Recursive revbump from devel/boost-libs 2020-01-12 20:19:52 +00:00
pkgtools pkgtools/pkglint: update to 19.4.3 2020-01-11 15:47:58 +00:00
print *: Recursive revbump from devel/boost-libs 2020-01-12 20:19:52 +00:00
regress regress/plus_build_version: document obvious uses of RCS Ids 2020-01-11 13:04:21 +00:00
security *: Recursive revbump from devel/boost-libs 2020-01-12 20:19:52 +00:00
shells shells/pbosh: Update to 20191205 2020-01-10 12:45:00 +00:00
sysutils *: Recursive revbump from devel/boost-libs 2020-01-12 20:19:52 +00:00
templates
textproc *: Recursive revbump from devel/boost-libs 2020-01-12 20:19:52 +00:00
time Update to timezone-olson-0.1.9 2020-01-11 11:52:48 +00:00
wm *: Recursive revbump from devel/boost-libs 2020-01-12 20:19:52 +00:00
www Fix ctype use and parallel build. 2020-01-12 23:01:05 +00:00
x11 Don't force LTO. 2020-01-12 23:00:26 +00:00
Makefile regress: remove Makefile 2020-01-11 11:09:35 +00:00
pkglocate
README README: minor grammatical fix 2019-01-29 03:11:03 +00:00

$NetBSD: README,v 1.21 2019/01/29 03:11:03 gutteridge 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 following 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.