Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
wen 0282cb7536 Update to 0.063
Upstream changes:
0.063   2018-11-28
        - proper patch for #46 (related to Math::BigInt::LTM)
2018-12-07 12:06:16 +00:00
archivers brotli: update to 1.0.7. 2018-12-01 17:22:04 +00:00
audio Added fasttracker2 entry to Makefile SUBDIRs. 2018-12-01 18:22:31 +00:00
benchmarks dnsperf: Fix build with BIND 9.12.3 and newer 2018-10-27 12:04:33 +00:00
biology py-pydicom: Update to 1.2.1. 2018-12-05 10:09:09 +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 fix typo 2018-12-05 18:42:06 +00:00
comms py-colorama: updated to 0.4.1 2018-11-30 11:21:37 +00:00
converters py-confusable_homoglyphs: updated to 3.2.0 2018-12-04 13:29:13 +00:00
cross Update to 8.2.0 2018-11-23 05:30:45 +00:00
databases sqlite3: updated to 3.26.0 2018-12-04 12:03:52 +00:00
devel devel/Makefile: add and enable ruby-semantic_puppet 2018-12-06 14:39:18 +00:00
distfiles
doc doc: Updated emulators/mame to 0.204 2018-12-07 10:33:03 +00:00
editors Revbump abiword-plugins after abiword update. 2018-12-03 15:57:16 +00:00
emulators mame: update to 0.204. 2018-12-07 10:32:53 +00:00
filesystems Remove CVS tag from DESCR 2018-11-30 03:19:57 +00:00
finance py-ofxparse: updated to 0.20 2018-12-04 13:18:54 +00:00
fonts py-fonttools: updated to 3.33.0 2018-12-05 15:42:55 +00:00
games flightgear-data: Update to 2018.2.2. No changelog. 2018-12-04 03:57:03 +00:00
geography revbump for geos update 2018-11-30 16:06:13 +00:00
graphics exiv2: Bump API and ABI depends to current version. 2018-12-05 10:04:15 +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 Link PHP with shared libsqlite3 isntead of built-in 2018-12-07 01:54:52 +00:00
licenses Added the CC-BY-NC-SA v4.0 license from 2018-12-01 11:07:09 +00:00
mail Add and enable qmail-spp-spf. 2018-12-06 00:07:57 +00:00
math py-roman: updated to 3.1 2018-12-04 12:59:58 +00:00
mbone Updated mbone/mdd to 20180824 2018-08-29 00:50:12 +00:00
meta-pkgs boost-headers: do not generate user.hpp during configure. 2018-12-02 14:32:17 +00:00
misc misc/Makefile: add and enable ruby-mimemagic 2018-12-06 14:21:20 +00:00
mk mk/tools/automake.mk: support automake-1.16 2018-12-01 04:58:55 +00:00
multimedia py-m3u8: updated to 0.3.7 2018-12-06 20:23:59 +00:00
net syncthing: update to 0.14.54. 2018-12-06 07:09:07 +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 Add NetBSD support, trivially. 2018-12-05 19:49:26 +00:00
print xetex: fix build with poppler-0.71 2018-12-05 21:44:03 +00:00
regress regress/tools: clarify that only the NetBSD 7 shell exhibits this bug 2018-12-05 19:01:40 +00:00
security Update to 0.063 2018-12-07 12:06:16 +00:00
shells bash-completion: install pkgconfig file in pkgsrc standard location. 2018-12-02 07:06:20 +00:00
sysutils sysutils: Add within 2018-12-06 20:04:25 +00:00
templates
textproc py-markdown2: updated to 2.3.7 2018-12-06 20:30:31 +00:00
time py-aniso8601: added version 4.0.1 2018-12-06 19:25:33 +00:00
wm Revbump for libcanberra gstreamer change. 2018-11-29 11:21:45 +00:00
www Use tab instead of whitespace 2018-12-07 12:01:41 +00:00
x11 Need pthread support, make sure a substitue is present if OS lacks support 2018-12-07 00:15:46 +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.