Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
2019-01-10 02:50:15 +00:00
archivers py-bz2file: added version 0.98 2019-01-09 10:28:19 +00:00
audio musicpd: remove inet6 option that has no effect 2019-01-06 14:47:20 +00:00
benchmarks dnsperf: Fix build with BIND 9.12.3 and newer 2018-10-27 12:04:33 +00:00
biology ncbi-blast+: Upgrade to 2.8.1 2019-01-07 15:00:10 +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.98 2019-01-05 14:44:46 +00:00
chat chat/lurch-purple: Update to 0.6.8 2019-01-04 15:11:37 +00:00
comms revbump for boost 1.69.0 2018-12-13 19:51:31 +00:00
converters libfreehand: remove redundant patch 2019-01-06 02:51:47 +00:00
cross Removed commented-out PKGREVISIONs 2018-12-09 21:05:32 +00:00
databases py-apsw: updated to 3.26.0 2019-01-08 09:33:17 +00:00
devel waf: updated to 2.0.14 2019-01-09 11:08:10 +00:00
distfiles
doc flashrom is at 1.0 2019-01-10 02:20:03 +00:00
editors editors/kate: Adjust PLIST entries to reflect changed Python 3 plugins 2019-01-01 23:53:01 +00:00
emulators mame: update to 0.205. 2019-01-07 15:51:23 +00:00
filesystems ori: catch up with scons update 2019-01-02 20:36:07 +00:00
finance gnucash: remove obsolete patch (after 3.4 update) 2019-01-03 07:07:58 +00:00
fonts Update croscorefonts to 1.31.0 2019-01-08 19:25:57 +00:00
games lgogdownloader: update to 3.4. 2019-01-09 13:49:01 +00:00
geography Add R-maptools 2018-12-21 12:09:09 +00:00
graphics asymptote: Port to boehm-gc-7.6.8 2019-01-08 10:58:09 +00:00
ham uhd: Restore mistakenly-removed PKGREVISION 2019-01-09 19:21:37 +00:00
inputmethod Update to 1.0.5 2019-01-04 23:37:08 +00:00
lang Move two CONFIGURE_ARGS options to reduce diff with gcc7. NFC 2019-01-08 16:19:38 +00:00
licenses Rename abell-94 into purdue (used by Debian) 2018-12-08 17:03:49 +00:00
mail Fix OS X build. 2019-01-09 22:06:16 +00:00
math gnumeric112: re-enable cs translation. 2019-01-09 13:41:44 +00:00
mbone Updated mbone/mdd to 20180824 2018-08-29 00:50:12 +00:00
meta-pkgs Add and enable qmail-server. 2019-01-09 22:08:02 +00:00
misc nyancat: Update to 1.5.2 2019-01-07 17:41:33 +00:00
mk Add RELRO support for clang, based on the gcc logic. 2019-01-09 13:19:03 +00:00
multimedia mkvtoolnix: updated to 30.1.0 2019-01-07 09:12:40 +00:00
net Fix building on macOS 10.14 2019-01-08 19:18:55 +00:00
news sfeed: Update to 0.9.7 2019-01-01 00:32:10 +00:00
packages
parallel *: update email for fhajny 2018-12-15 21:12:18 +00:00
pkgtools Added xcb-input files to pkgtools/x11-links and increased version. 2019-01-09 11:29:02 +00:00
print cups-filters: updated to 1.21.6 2019-01-08 17:53:57 +00:00
regress regress/tools: clarify that only the NetBSD 7 shell exhibits this bug 2018-12-05 19:01:40 +00:00
security Fix patch comment, pointed out by joerg 2019-01-09 14:19:26 +00:00
shells Update to 5.0 2019-01-08 16:24:42 +00:00
sysutils sysutils/Makefile: minor package ordering fix 2019-01-10 02:50:15 +00:00
templates
textproc libxslt: updated to 1.1.33 2019-01-09 19:12:14 +00:00
time py-arrow: updated to 0.13.0 2019-01-09 09:04:04 +00:00
wm wm/xfce4-wm: fix crasher bug 2019-01-09 01:33:35 +00:00
www drupal8 fix for: 2019-01-09 11:56:17 +00:00
x11 xcursorgen: update to 1.0.7. 2019-01-07 15:49:21 +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.