Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
triaxx 0449e8b45b Remove abell-94 (renamed as purdue)
It is not mentioned by OSI/FSF/DSFG.
Discussion in progress on tech-pkg@
2018-12-08 17:08:22 +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 Updated cad/gtkwave to 3.3.97 2018-12-08 11:32:25 +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 Update to 20180609 2018-12-08 12:22:03 +00:00
distfiles
doc Updated devel/byacc to 20180609 2018-12-08 12:27:19 +00:00
editors Revbump abiword-plugins after abiword update. 2018-12-03 15:57:16 +00:00
emulators mame: add upstream bug report URL to patch 2018-12-07 22:09:16 +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 Update to 1.31.0 2018-12-08 07:24:54 +00:00
licenses Rename abell-94 into purdue (used by Debian) 2018-12-08 17:03:49 +00:00
mail mailsend: don't use $(SHELL), execute it from #!/bin/sh 2018-12-07 17:34: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 Remove abell-94 (renamed as purdue) 2018-12-08 17:08:22 +00:00
multimedia py-m3u8: updated to 0.3.7 2018-12-06 20:23:59 +00:00
net Update to 3.63 2018-12-08 08:21:59 +00:00
news libcanlock: update to 3.0.3. 2018-12-07 21:49:36 +00:00
packages
parallel Revbump after cairo 1.16.0 update. 2018-11-14 22:20:58 +00:00
pkgtools Update Usage coment to include --without-xsrc 2018-12-07 12:40:39 +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 Update to 1.5.0 2018-12-08 10:59:21 +00:00
templates
textproc Update to 1.61 2018-12-08 08:41:04 +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 Update Wordpress to 5.0. 2018-12-07 12:25:58 +00:00
x11 Add a gtk2 option (default off), as proposed on tech-pkg@ on Nov 26. 2018-12-08 10:47:17 +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.