Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
2018-11-29 05:22:35 +00:00
archivers Update to 1.64 2018-11-24 03:44:18 +00:00
audio Recursive revbump from multimedia/libva 2018-11-23 08:06:28 +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 telegram-purple: Update to 1.3.1 2018-11-28 16:03:41 +00:00
comms Revbump after cairo 1.16.0 update. 2018-11-14 22:20:58 +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 py-firebase is gone, delete the entry 2018-11-29 05:22:35 +00:00
devel cmake: updated to 3.13.1 2018-11-28 14:42:52 +00:00
distfiles
doc vm updated 2018-11-29 00:41:39 +00:00
editors Port conglomerate to enchant2, bump revision. 2018-11-27 15:11:09 +00:00
emulators Recursive revbump from multimedia/libva 2018-11-23 08:06:28 +00:00
filesystems Revbump after cairo 1.16.0 update. 2018-11-14 22:20:58 +00:00
finance Revbump after cairo 1.16.0 update. 2018-11-14 22:20:58 +00:00
fonts Do not play _POSIX_C_SOURCE games on NetBSD - causes issues with some pkgsrc gcc versions 2018-11-23 09:50:55 +00:00
games USE_GAMESGROUP, not SETGIDGAME. 2018-11-26 07:12:39 +00:00
geography Do not force the gtk version, let cmake find the right one from buildlink. 2018-11-25 17:04:40 +00:00
graphics tesseract: build depends on asciidoc 2018-11-28 12:04:20 +00:00
ham Revbump after cairo 1.16.0 update. 2018-11-14 22:20:58 +00:00
inputmethod Port build to enchant2, bump revision. 2018-11-27 13:07:25 +00:00
lang Set GCC_TARGET_MACHINE so RPATH set correctly to pickup libs from gcc5-libs 2018-11-28 16:08:41 +00:00
licenses licenses/intel-microcode-license: Update with the current version 2018-09-03 10:56:17 +00:00
mail vm: update to 8.2.0b 2018-11-29 00:36:23 +00:00
math Removed obsolete patch from math/ocaml-zarith 2018-11-28 12:07:09 +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 tmux: Add support for pane_current_path variable in NetBSD 2018-11-28 14:45:19 +00:00
mk Updated mk/ocaml.mk to add support for dune 2018-11-27 15:03:28 +00:00
multimedia Revbump packages depending on gtkhtml314. 2018-11-27 20:33:07 +00:00
net gallery-dl: Update net/gallery-dl to 1.6.1 2018-11-28 19:56:58 +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 More macros. 2018-11-27 10:36:52 +00:00
print Added dspdfviewer to Makefile SUBDIRs 2018-11-26 14:39:05 +00:00
regress mk/misc: adjust layout of the show-all output to pkgsrc format 2018-11-11 19:07:12 +00:00
security Updated package security/ocaml-cryptokit to version 1.13. 2018-11-28 12:07:50 +00:00
shells shells/Makefile: + bosh, pbosh 2018-11-10 20:00:04 +00:00
sysutils Apply available security patches relevant for Xen 4.11, up to XSA282. 2018-11-28 14:00:49 +00:00
templates
textproc py-guessit: updated to 3.0.3 2018-11-28 14:48:15 +00:00
time Revbump packages depending on gtkhtml314. 2018-11-27 20:33:07 +00:00
wm icewm14: Fix build on SunOS. 2018-11-28 16:24:54 +00:00
www fcgiwrap: Appease -Werror=implicit-fallthrough. 2018-11-28 16:06:35 +00:00
x11 kitty: Deal with the PLIST thing properly. Pointed out by leot. 2018-11-28 19:28:37 +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.