Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
ryoon efa449de63 Update to 66.0.1
* Sync with www/firefox-66.0.1
2019-03-24 05:45:46 +00:00
archivers star: update to 1.6. 2019-03-19 14:21:20 +00:00
audio fasttracker2: update to b142 2019-03-21 10:16:40 +00:00
benchmarks google-benchmark: updated to 1.4.1 2019-03-21 22:16:25 +00:00
biology Add hisat2 2019-01-15 01:27:42 +00:00
bootstrap set $CC when clang is detected in bootstrap 2019-02-06 17:38:54 +00:00
cad ng-spice: update to 27nb1. 2019-03-20 10:43:16 +00:00
chat chat/weechat: Search for libcurses when attempting to find a value for 2019-03-23 14:54:13 +00:00
comms py-gammu: Update to 2.12 2019-03-07 16:43:16 +00:00
converters help2man: updated to 1.47.9 2019-03-20 15:49:27 +00:00
cross reduce diffs to other cross gcc packages 2019-03-23 14:16:11 +00:00
databases py-apsw: updated to 3.27.2 2019-03-21 14:22:50 +00:00
devel py-nose2: updated to 0.9.0 2019-03-22 17:48:49 +00:00
distfiles
doc Updated www/firefox to 66.0.1 2019-03-24 05:45:06 +00:00
editors Update to 4.1.5.04 2019-03-22 23:42:33 +00:00
emulators PC6001VX: update to 3.1.2. 2019-03-23 14:24:55 +00:00
filesystems Link with stock libfuse, not with librefuse 2019-03-20 00:48:35 +00:00
finance ledger: update to 3.1.2. 2019-02-17 11:55:03 +00:00
fonts mkfontscale: update to 1.2.1. 2019-03-21 09:50:52 +00:00
games *: remove commented out libXp dependency 2019-03-20 12:19:38 +00:00
geography Update to 2.18.28 2019-03-22 23:51:18 +00:00
graphics dia: note new bug report URL in a patch (NFC) 2019-03-23 18:12:32 +00:00
ham uhd: updated to 3.13.1.0 2019-03-22 17:58:27 +00:00
inputmethod ibus, ibus-python: update to 1.5.20. 2019-03-02 02:16:32 +00:00
lang nodejs: fix SIGABRT on NetBSD/i386 8.0 by pulling upstream PR #21848. 2019-03-23 11:15:18 +00:00
licenses Rename abell-94 into purdue (used by Debian) 2018-12-08 17:03:49 +00:00
mail Defer SSL_UID and SSL_GID to qmailfoo_enable_tls(). Listen on ":0", 2019-03-21 15:33:06 +00:00
math Update to 1.3.5 2019-03-23 00:20:45 +00:00
mbone Updated mbone/mdd to 20180824 2018-08-29 00:50:12 +00:00
meta-pkgs ruby-gnome2: update to 3.3.6. 2019-03-21 08:42:21 +00:00
misc libreoffice6-bin: fix distinfo for x86_64. 2019-03-23 18:09:39 +00:00
mk mk/tools: fix unintended filename expansion in the tool wrapper log file 2019-03-22 22:13:21 +00:00
multimedia ruby-gnome2: update to 3.3.6. 2019-03-21 08:42:21 +00:00
net py-prometheus_client: updated to 0.6.0 2019-03-22 17:53:10 +00:00
news sfeed: Avoid SUBST and directly adjust variables via MAKE_FLAGS (NFC) 2019-02-26 18:13:54 +00:00
packages
parallel pvm3: remove Xp dependency. 2019-03-20 10:55:21 +00:00
pkgtools pkgtools/pkg_rolling-replace: 0.24.5 2019-03-23 17:20:31 +00:00
print print/ghostscript-agpl: Add upstream bug URL about labeling 2019-03-24 00:36:27 +00:00
regress regress/tools: show that TOOLS_SCRIPT is not always logged properly 2019-03-23 22:59:11 +00:00
security Update to 2.4.0 2019-03-22 15:56:41 +00:00
shells pbosh: update to 20190311. 2019-03-19 14:24:46 +00:00
sysutils sysutils: Remove arm-trusted-firmware-sun50iw1p1 2019-03-21 13:35:24 +00:00
templates
textproc py-regex: updated to 2019.03.12 2019-03-21 21:45:15 +00:00
time Update to 0.82 2019-03-16 13:28:29 +00:00
wm notion: add upstream bug report URL. 2019-03-16 11:06:38 +00:00
www Update to 66.0.1 2019-03-24 05:45:46 +00:00
x11 ruby-gnome2: update to 3.3.6. 2019-03-21 08:42:21 +00:00
Makefile
pkglocate Remove clauses 3,4 from TNF-only copyright blocks. 2018-08-22 20:48:36 +00:00
README README: minor grammatical fix 2019-01-29 03:11:03 +00:00

$NetBSD: README,v 1.21 2019/01/29 03:11:03 gutteridge 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 following 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.