Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
2019-03-17 01:12:21 +00:00
archivers Revbump all Go packages after Go 1.12.1 update. 2019-03-16 08:35:37 +00:00
audio audio/freeswitch-sounds-*: add missing SHA-512 hashes 2019-03-16 17:16:52 +00:00
benchmarks dnsperf: Fix build with BIND 9.12.3 and newer 2018-10-27 12:04:33 +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 Updated cad/gtkwave to 3.3.99 2019-02-23 05:30:02 +00:00
chat Revbump all Go packages after Go 1.12.1 update. 2019-03-16 08:35:37 +00:00
comms py-gammu: Update to 2.12 2019-03-07 16:43:16 +00:00
converters Update to 4.02 2019-03-02 04:07:33 +00:00
cross avrdude: require GNU make 2019-01-26 02:44:34 +00:00
databases databases/libdbi-driver-*: rename Makefile_drivers to silence pkglint 2019-03-16 14:06:21 +00:00
devel Update to 2.006003 2019-03-16 23:56:02 +00:00
distfiles
doc Updated devel/p5-Sub-Quote to 2.006003 2019-03-16 23:57:14 +00:00
editors Update to newest patchset 1004. 2019-03-10 18:45:45 +00:00
emulators emulators/Makefile: + suse131_avahi 2019-03-17 01:12:21 +00:00
filesystems Updated filesystems/ltfs-ltotape to 0.2 2019-03-16 00:44:22 +00:00
finance ledger: update to 3.1.2. 2019-02-17 11:55:03 +00:00
fonts unifont: Update to 12.0.01 2019-03-10 10:51:15 +00:00
games flightgear: Use the 'release' build type. Seems to improve loading times. 2019-03-15 13:59:35 +00:00
geography Update to 1.1.1 2019-03-16 23:12:54 +00:00
graphics Revbump all Go packages after Go 1.12.1 update. 2019-03-16 08:35:37 +00:00
ham (ham/gnuradio-doxygen) Adjust PLIST, by bulkbuild environment. 2019-03-16 00:04:49 +00:00
inputmethod ibus, ibus-python: update to 1.5.20. 2019-03-02 02:16:32 +00:00
lang lang/ruby/rails.mk: not yet, revert 2019-03-16 14:48:00 +00:00
licenses Rename abell-94 into purdue (used by Debian) 2018-12-08 17:03:49 +00:00
mail Revbump all Go packages after Go 1.12.1 update. 2019-03-16 08:35:37 +00:00
math Revbump all Go packages after Go 1.12.1 update. 2019-03-16 08:35:37 +00:00
mbone Updated mbone/mdd to 20180824 2018-08-29 00:50:12 +00:00
meta-pkgs meta-pkgs/mate: amend required version of mate-themes 2019-03-16 17:58:22 +00:00
misc Revbump all Go packages after Go 1.12.1 update. 2019-03-16 08:35:37 +00:00
mk ghostscript-esp is long gone. 2019-03-10 19:52:18 +00:00
multimedia adobe-flash-player: 32.0.0.156. 2019-03-14 15:31:47 +00:00
net Revbump all Go packages after Go 1.12.1 update. 2019-03-16 08:35:37 +00:00
news sfeed: Avoid SUBST and directly adjust variables via MAKE_FLAGS (NFC) 2019-02-26 18:13:54 +00:00
packages
parallel Update to paexec-1.1.1 2019-02-15 19:31:24 +00:00
pkgtools Revbump all Go packages after Go 1.12.1 update. 2019-03-16 08:35:37 +00:00
print ruby-gnome2: update to 3.3.5. 2019-03-10 01:12:00 +00:00
regress regress/tools: clarify that only the NetBSD 7 shell exhibits this bug 2018-12-05 19:01:40 +00:00
security Add monocypher version 2.0.5 2019-03-16 09:17:09 +00:00
shells zsh: remove --enable-zsh-mem from default arguments. 2019-03-16 14:01:45 +00:00
sysutils Re-add patch to workaround gcc warning, lost in the 4.11.1 update. 2019-03-16 16:39:17 +00:00
templates
textproc Update to 2.0134 2019-03-16 13:22:28 +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 Wordpress to 5.1.1 due to security issue outlined here: 2019-03-16 17:55:04 +00:00
x11 xosd: place text correctly when using offset monitors. 2019-03-16 08:50:47 +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.