Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
nia 785531b201 graphics/papirus-folders: Update to 1.3.1
Changes:

New colours: pink, purple, indigo, white
Improved the message of usage
Removed LOGNAME support #9
2019-04-02 13:20:05 +00:00
archivers cabextract: update to 1.9.1. 2019-03-25 22:47:02 +00:00
audio Fix PLIST errors that occur when py-sphinx happens to be installed 2019-03-27 09:53:18 +00:00
benchmarks google-benchmark: updated to 1.4.1 2019-03-21 22:16:25 +00:00
biology biology/samtools: Add zlib dependency for Linux 2019-03-27 20:47:36 +00:00
bootstrap set $CC when clang is detected in bootstrap 2019-02-06 17:38:54 +00:00
cad Update to 4.012 2019-04-01 12:22:53 +00:00
chat unrealircd: bump PKGREVISION for distinfo change 2019-04-02 12:42:44 +00:00
comms py-gammu: Update to 2.12 2019-03-07 16:43:16 +00:00
converters utf8proc: update to 2.3.0. 2019-04-01 13:19:46 +00:00
cross regen distinfo for crosstool-ng-esp32-2018r1.tar.gz 2019-03-24 13:04:05 +00:00
databases py-alembic: updated to 1.0.8 2019-04-02 09:01:38 +00:00
devel py-test: updated to 4.4.0 2019-04-02 09:43:52 +00:00
distfiles
doc doc: Updated graphics/papirus-icon-theme to 20190331 2019-04-02 13:18:37 +00:00
editors Sigil: update to 0.9.13. 2019-04-01 21:40:55 +00:00
emulators Update to 0.208 2019-04-01 12:15:56 +00:00
filesystems Link with stock libfuse, not with librefuse 2019-03-20 00:48:35 +00:00
finance ledger: update to 3.1.3. 2019-04-01 14:10:58 +00:00
fonts harfbuzz: update to 2.4.0. 2019-04-02 08:58:47 +00:00
games *: recursive bump for poppler 0.75 -> 0.74 downgrade 2019-03-27 11:23:15 +00:00
geography *: recursive bump for vala-0.44 2019-03-25 13:56:25 +00:00
graphics graphics/papirus-folders: Update to 1.3.1 2019-04-02 13:20:05 +00:00
ham ham/uhd: Deeclare gnu++11 instead of c++11 2019-03-31 00:53:41 +00:00
inputmethod *: recursive bump for vala-0.44 2019-03-25 13:56:25 +00:00
lang php56: bump PKGREVISION for openssl 1.1 patch 2019-03-31 20:48:40 +00:00
licenses Rename abell-94 into purdue (used by Debian) 2018-12-08 17:03:49 +00:00
mail thunderbird-enigmail: update to 2.0.10. 2019-04-01 11:38:40 +00:00
math math/py-Scientific: Revert patch I'm unable to commit 2019-03-28 14:52:56 +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 *: recursive bump for poppler 0.75 -> 0.74 downgrade 2019-03-27 11:23:15 +00:00
mk Add openjdk-bin support 2019-03-26 21:05:15 +00:00
multimedia ffmpeg4: updated to 4.1.3 2019-04-02 07:40:57 +00:00
net net/dnscrypt-proxy2: Update to 2.0.22 2019-04-02 10:54:20 +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/pkglint: update to 5.7.3 2019-03-24 13:58:38 +00:00
print *: recursive bump for poppler 0.75 -> 0.74 downgrade 2019-03-27 11:23:15 +00:00
regress regress/buildlink-libtool: fix failing test 2019-03-24 21:09:21 +00:00
security libssh2: update to 1.8.2. 2019-04-01 14:21:14 +00:00
shells pbosh: update to 20190311. 2019-03-19 14:24:46 +00:00
sysutils virt-manager: prevent build failure with newer pod2man. 2019-03-31 13:57:10 +00:00
templates
textproc Update to 1.22.4 2019-04-01 16:48:37 +00:00
time khal: update to 0.10.1. 2019-04-02 08:45:14 +00:00
wm Add c99 to the list of languages needed by chunkwm. 2019-04-02 01:54:35 +00:00
www py-cherrypy: updated to 18.1.1 2019-04-02 08:29:59 +00:00
x11 qt5-qtbase: fix setting QMAKE_COMPILER 2019-04-01 19:58:51 +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.