Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
wen e0f0461075 Update to 1.328
Upstream changes:
Overview of changes in Glib 1.328 (stable)
============================================

* Makefile.PL: changed location of Git repo/web page
* Add wrappers for GVariantDict
* Add a few integer casts to quell compiler warnings
* Rename DOAP file to appease pre-commit hook
2018-12-01 07:49:41 +00:00
archivers libmspack: update to 0.9.1alpha. 2018-12-01 06:01:12 +00:00
audio mpc: update to 0.31. 2018-11-30 15:06:56 +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 Update to 1.328 2018-12-01 07:49:41 +00:00
distfiles
doc Updated devel/p5-Git-Repository to 1.323 2018-12-01 07:36:41 +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 Revbump after cairo 1.16.0 update. 2018-11-14 22:20:58 +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 mk/misc: make configuration for show-all targets more configurable 2018-11-30 18:38:19 +00:00
licenses licenses/intel-microcode-license: Update with the current version 2018-09-03 10:56:17 +00:00
mail dovecot2-pigeonhole: updated to 0.5.4 2018-11-30 18:44:11 +00:00
math py-networkx: updated to 2.2 2018-11-30 10:37:07 +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 goffice0.10: update to 0.10.44. 2018-12-01 05:55:38 +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 powerdns-recursor: updated to 4.1.8 2018-11-30 12:57:41 +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 Revbump for libcanberra gstreamer change. 2018-11-29 11:21:45 +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 dc-tools: un-expand SUBST'd variable. Add RCS Ids. 2018-11-30 19:27:24 +00:00
templates
textproc itstool: update to 2.0.5. 2018-11-30 15:04:02 +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-bottle: updated to 0.12.14 2018-11-30 12:23:34 +00:00
x11 x11/aterm: Make these patch comments current. 2018-11-30 17:30:24 +00:00
Makefile
pkglocate
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.