Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
2018-12-01 17:19:42 +00:00
archivers libmspack: update to 0.9.1alpha. 2018-12-01 06:01:12 +00:00
audio libmpdclient: update to 2.16. 2018-12-01 11:33:08 +00:00
benchmarks dnsperf: Fix build with BIND 9.12.3 and newer 2018-10-27 12:04:33 +00:00
biology bcftools: added version 1.9 2018-11-15 09:21:24 +00:00
bootstrap Update the root_group for Minix to match the changes to mk files. 2018-11-15 22:08:30 +00:00
cad py-simpy: updated to 3.0.11 2018-11-20 11:49:38 +00:00
chat Revbump for libcanberra gstreamer change. 2018-11-29 11:21:45 +00:00
comms py-colorama: updated to 0.4.1 2018-11-30 11:21:37 +00:00
converters Update to 4.0 2018-11-24 04:01:35 +00:00
cross Update to 8.2.0 2018-11-23 05:30:45 +00:00
databases revbump for geos update 2018-11-30 16:06:13 +00:00
devel libsigc++: update to 2.10.1. 2018-12-01 17:10:54 +00:00
distfiles
doc doc: Updated lang/vala to 0.42.3 2018-12-01 17:19:42 +00:00
editors mk/misc: make configuration for show-all targets more configurable 2018-11-30 18:38:19 +00:00
emulators libretro-dolphin: -lrt seems needed on netbsd 2018-11-29 17:12:13 +00:00
filesystems Remove CVS tag from DESCR 2018-11-30 03:19:57 +00:00
finance gnucash: update to 3.3nb6. 2018-12-01 17:07:26 +00:00
fonts twemoji-color-font-ttf: Import version 11.2.0 2018-11-30 15:46:47 +00:00
games Revbump for libcanberra gstreamer change. 2018-11-29 11:21:45 +00:00
geography revbump for geos update 2018-11-30 16:06:13 +00:00
graphics graphics/papirus-folders: Import version 1.0.0 2018-11-30 16:42:33 +00:00
ham Revbump for libcanberra gstreamer change. 2018-11-29 11:21:45 +00:00
inputmethod Revbump for libcanberra gstreamer change. 2018-11-29 11:21:45 +00:00
lang vala: update to 0.42.3. 2018-12-01 17:19:33 +00:00
licenses Added the CC-BY-NC-SA v4.0 license from 2018-12-01 11:07:09 +00:00
mail Move PKGPATH check after bsd.prefs.mk to fix circular dependency. 2018-12-01 11:42:41 +00:00
math gnumeric: update to 1.12.44. 2018-12-01 11:31:35 +00:00
mbone Updated mbone/mdd to 20180824 2018-08-29 00:50:12 +00:00
meta-pkgs Revbump after cairo 1.16.0 update. 2018-11-14 22:20:58 +00:00
misc todoman: update to 3.5.0. 2018-12-01 14:31:10 +00:00
mk mk/tools/automake.mk: support automake-1.16 2018-12-01 04:58:55 +00:00
multimedia Revbump for libcanberra gstreamer change. 2018-11-29 11:21:45 +00:00
net filezilla: update to 3.39.0. 2018-12-01 11:16:33 +00:00
news Add patch to avoid some unneeded UTF-8 strings. 2018-11-18 14:31:56 +00:00
packages
parallel Revbump after cairo 1.16.0 update. 2018-11-14 22:20:58 +00:00
pkgtools pkgtools/pkg_regress: update to 0.4 2018-11-30 19:07:37 +00:00
print latexmk: update to 461. 2018-12-01 16:44:05 +00:00
regress regress/tools: disable failing test on NetBSD 2018-11-30 19:55:26 +00:00
security sudo: fix PLIST (new locales) 2018-11-30 18:08:05 +00:00
shells shells/Makefile: + bosh, pbosh 2018-11-10 20:00:04 +00:00
sysutils zabbix-frontend: fix PLIST 2018-12-01 09:50:24 +00:00
templates
textproc xerces-c: update to 3.2.2. 2018-12-01 16:36:55 +00:00
time khal: update to 0.9.10. 2018-12-01 16:42:08 +00:00
wm Revbump for libcanberra gstreamer change. 2018-11-29 11:21:45 +00:00
www liferea: Update www/liferea to 1.12.5a 2018-12-01 10:15:15 +00:00
x11 libxcb: update to 1.13.1. 2018-12-01 16:30:35 +00:00
Makefile
pkglocate Remove clauses 3,4 from TNF-only copyright blocks. 2018-08-22 20:48:36 +00:00
README Don't prefix commands by a shell prompt, so they're slightly easier to copy. 2018-10-09 22:55:48 +00:00

$NetBSD: README,v 1.20 2018/10/09 22:55:48 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.