Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
adam bdf90a2ad0 py-openpyxl: updated to 2.5.12
2.5.12:

Bugfixes
* Overwriting default font in Normal style affects library default
* Images not added to anchors.
* Cannot read pivot table formats without dxId
* Repeated registration of simple filter could lead to memory leaks
2018-11-29 18:38:16 +00:00
archivers Update to 1.64 2018-11-24 03:44:18 +00:00
audio Revbump for libcanberra gstreamer change. 2018-11-29 11:21:45 +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 Revbump for libcanberra gstreamer change. 2018-11-29 11:21:45 +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 databases/ruby-activerecord51: update to 5.1.6.1 2018-11-29 14:16:31 +00:00
devel py-ipykernel: updated to 5.1.0 2018-11-29 18:24:36 +00:00
distfiles
doc Updated devel/py-ipykernel, www/py-nbconvert, www/py-notebook 2018-11-29 18:34:44 +00:00
editors Revbump for libcanberra gstreamer change. 2018-11-29 11:21:45 +00:00
emulators libretro-dolphin: -lrt seems needed on netbsd 2018-11-29 17:12:13 +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 Revbump for libcanberra gstreamer change. 2018-11-29 11:21:45 +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 imlib2: Update graphics/imlib to 1.5.1 2018-11-29 13:58:58 +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 erlang: Update to 21.1.3. 2018-11-29 15:21:26 +00:00
licenses licenses/intel-microcode-license: Update with the current version 2018-09-03 10:56:17 +00:00
mail mail/ruby-actionmailer51: update to 5.1.6.1 2018-11-29 14:16:47 +00:00
math Revbump for libcanberra gstreamer change. 2018-11-29 11:21:45 +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 Revbump for libcanberra gstreamer change. 2018-11-29 11:21:45 +00:00
mk Updated mk/ocaml.mk to add support for dune 2018-11-27 15:03:28 +00:00
multimedia Revbump for libcanberra gstreamer change. 2018-11-29 11:21:45 +00:00
net net/samba4: update to 4.9.3 2018-11-29 14:46:46 +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 Revbump for libcanberra gstreamer change. 2018-11-29 11:21:45 +00:00
regress mk/misc: adjust layout of the show-all output to pkgsrc format 2018-11-11 19:07:12 +00:00
security polkit: make sure target directory for config file copying exists. 2018-11-29 16:21:07 +00:00
shells shells/Makefile: + bosh, pbosh 2018-11-10 20:00:04 +00:00
sysutils sysutils/ruby-activesambaldap: remove ruby-activesambaldap 2018-11-29 14:37:24 +00:00
templates
textproc py-openpyxl: updated to 2.5.12 2018-11-29 18:38:16 +00:00
time Revbump for libcanberra gstreamer change. 2018-11-29 11:21:45 +00:00
wm Revbump for libcanberra gstreamer change. 2018-11-29 11:21:45 +00:00
www py-notebook: updated to 5.7.2 2018-11-29 18:34:12 +00:00
x11 Given that the launchd support is useless in the given form anyway, just 2018-11-29 17:09:12 +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.