Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
2019-08-18 16:07:34 +00:00
archivers Recursive bump of all packages using Go after Go 1.12.8 update. 2019-08-14 15:45:31 +00:00
audio fasttracker2: Update to b166 2019-08-15 09:05:36 +00:00
benchmarks Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
biology Add the biopython license to DEFAULT_ACCEPTABLE_LICENSES. 2019-08-14 18:12:00 +00:00
bootstrap trivial typos 2019-07-26 15:41:43 +00:00
cad Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
chat Update LDFLAGS for SmartOS to link also libresolv in addition to libnsl. 2019-08-16 16:20:46 +00:00
comms asterisk: remove redundant patch hunk. We REPLACE_PERL this script, no need 2019-08-18 05:22:17 +00:00
converters Add bdf2psf. 2019-08-16 19:32:51 +00:00
cross Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
databases Recursive bump of all packages using Go after Go 1.12.8 update. 2019-08-14 15:45:31 +00:00
devel Add devel/wayland-protocols. 2019-08-18 16:07:12 +00:00
distfiles
doc doc: Added devel/wayland-protocols version 1.17 2019-08-18 16:07:34 +00:00
editors Add le. 2019-08-18 08:24:35 +00:00
emulators qemu: updated to 4.1.0 2019-08-16 15:12:19 +00:00
filesystems Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
finance Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
fonts fonts/ibm-plex-ttf: Use fonts.mk in Makefile 2019-08-18 12:42:52 +00:00
games stone-soup-sdl: Force instalation of fonts 2019-08-11 18:04:36 +00:00
geography Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
graphics ristretto: update to 0.10.0 2019-08-18 05:54:33 +00:00
ham Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
inputmethod Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
lang Create a node.js REPLACE_* mk-fragment. 2019-08-18 03:44:42 +00:00
licenses Add the biopython license to DEFAULT_ACCEPTABLE_LICENSES. 2019-08-14 18:12:00 +00:00
mail Recursive bump of all packages using Go after Go 1.12.8 update. 2019-08-14 15:45:31 +00:00
math Recursive bump of all packages using Go after Go 1.12.8 update. 2019-08-14 15:45:31 +00:00
mbone Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
meta-pkgs ruby-gnome2: update to 3.3.7. 2019-08-18 03:13:21 +00:00
misc Recursive bump of all packages using Go after Go 1.12.8 update. 2019-08-14 15:45:31 +00:00
mk Add the biopython license to DEFAULT_ACCEPTABLE_LICENSES. 2019-08-14 18:12:00 +00:00
multimedia ruby-gnome2: update to 3.3.7. 2019-08-18 03:13:21 +00:00
net net/bind912: add zlib dependency. fixes build on SmartOS. 2019-08-18 12:55:29 +00:00
news Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
packages
parallel Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
pkgtools pkgtools/url2pkg: move chdir into the main test function 2019-08-18 13:59:38 +00:00
print ruby-gnome2: update to 3.3.7. 2019-08-18 03:13:21 +00:00
regress lang/python: fix PYVERSSUFFIX escaping for print-PLIST 2019-07-17 18:34:16 +00:00
security libsecret: update to 0.18.8. 2019-08-16 10:16:00 +00:00
shells Update to bash 5.0.9 (5.0 patchlevel 9) 2019-08-15 00:33:44 +00:00
sysutils libnotify: explicitly disable docbook docs. 2019-08-18 08:03:17 +00:00
templates
textproc Update to 2019.8.11. From the changelog: 2019-08-17 15:12:14 +00:00
time py-tzlocal: updated to 2.0.0 2019-08-12 19:58:13 +00:00
wm xfce4-wm: update to 4.14.0 2019-08-17 18:49:46 +00:00
www tscrape: Update to 0.3 2019-08-18 16:00:12 +00:00
x11 ruby-gnome2: update to 3.3.7. 2019-08-18 03:13:21 +00:00
Makefile
pkglocate Remove clauses 3,4 from TNF-only copyright blocks. 2018-08-22 20:48:36 +00:00
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.