Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
adam 466809f45d p5-Template-Toolkit: updated to 2.29
Version 2.29:
* G. Flohr fixed multiple weaken cyclic reference
2019-08-23 12:36:47 +00:00
archivers Recursive revbump from boost-1.71.0 2019-08-22 12:22:48 +00:00
audio Recursive revbump from boost-1.71.0 2019-08-22 12:22:48 +00:00
benchmarks Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
biology Recursive revbump from boost-1.71.0 2019-08-22 12:22:48 +00:00
bootstrap trivial typos 2019-07-26 15:41:43 +00:00
cad Recursive revbump from boost-1.71.0 2019-08-22 12:22:48 +00:00
chat inspircd3: Use :ts 2019-08-23 12:04:13 +00:00
comms Add qodem. 2019-08-22 20:23:31 +00:00
converters Recursive revbump from boost-1.71.0 2019-08-22 12:22:48 +00:00
cross Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
databases tdb: updated to 1.4.2 2019-08-23 10:49:14 +00:00
devel p5-Scalar-List-Utils: updated to 1.52 2019-08-23 11:55:39 +00:00
distfiles
doc Updated devel/p5-Scalar-List-Utils 2019-08-23 12:06:36 +00:00
editors Recursive revbump from boost-1.71.0 2019-08-22 12:22:48 +00:00
emulators fs-uae: updated to 3.0.0 2019-08-22 18:35:22 +00:00
filesystems Recursive revbump from boost-1.71.0 2019-08-22 12:22:48 +00:00
finance Recursive revbump from boost-1.71.0 2019-08-22 12:22:48 +00:00
fonts fonts: Sort ibm-plex-otf in Makefile 2019-08-22 09:32:50 +00:00
games Recursive revbump from boost-1.71.0 2019-08-22 12:22:48 +00:00
geography Recursive revbump from boost-1.71.0 2019-08-22 12:22:48 +00:00
graphics MesaLib: resolving some build failures when built without LLVM 2019-08-23 11:37:48 +00:00
ham Recursive revbump from boost-1.71.0 2019-08-22 12:22:48 +00:00
inputmethod Recursive revbump from boost-1.71.0 2019-08-22 12:22:48 +00:00
lang Update rakudo, nqp, MoarVM to 2019.07.1 2019-08-22 22:33:15 +00:00
licenses Add the biopython license to DEFAULT_ACCEPTABLE_LICENSES. 2019-08-14 18:12:00 +00:00
mail Recursive revbump from boost-1.71.0 2019-08-22 12:22:48 +00:00
math Recursive revbump from boost-1.71.0 2019-08-22 12:22:48 +00:00
mbone Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
meta-pkgs boost: fix build on NetBSD HEAD-llvm 2019-08-22 21:05:27 +00:00
misc p5-Locale-libintl: updated to 1.31 2019-08-23 11:07:04 +00:00
mk options.description: Add some options from MesaLib 2019-08-22 17:25:19 +00:00
multimedia vlc: Update to 3.0.8 2019-08-22 16:20:24 +00:00
net samba4: updated to 4.10.7 2019-08-23 10:52:41 +00:00
news Recursive revbump from boost-1.71.0 2019-08-22 12:22:48 +00:00
packages
parallel Recursive revbump from boost-1.71.0 2019-08-22 12:22:48 +00:00
pkgtools x11-links-1.28: Add dri3proto 2019-08-22 13:01:14 +00:00
print Recursive revbump from boost-1.71.0 2019-08-22 12:22:48 +00:00
regress lang/python: fix PYVERSSUFFIX escaping for print-PLIST 2019-07-17 18:34:16 +00:00
security py-certbot: updated to 0.37.2 2019-08-23 09:57:49 +00:00
shells Update to bash 5.0.9 (5.0 patchlevel 9) 2019-08-15 00:33:44 +00:00
sysutils Recursive revbump from boost-1.71.0 2019-08-22 12:22:48 +00:00
templates
textproc p5-YAML: updated to 1.29 2019-08-23 11:26:43 +00:00
time Recursive revbump from boost-1.71.0 2019-08-22 12:22:48 +00:00
wm Recursive revbump from boost-1.71.0 2019-08-22 12:22:48 +00:00
www p5-Template-Toolkit: updated to 2.29 2019-08-23 12:36:47 +00:00
x11 Add x11/modular-xorg-xwayland. 2019-08-22 19:52:29 +00:00
Makefile
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.