Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
tnn d9b4c0dbd3 unifi: update to 5.9.29
New Features:
New Dashboard.
IPS Dashboard.
IPS Signature Suppression.
Add support IPS signature categories control.
Add per radio uplink control.
Add speed and duplex config for USG interfaces.
Add Fallback VLAN support for USW when using 802.1X.
Add local SSO login.
Add Controller HD and Micro SD free space monitoring to admin notification settings.
Analytic Reporting.
New Cloud Access integration.
Various bug fixes and improvements.
2018-12-19 12:50:15 +00:00
archivers py-lz4: updated to 2.1.5 2018-12-18 12:02:34 +00:00
audio fasttracker2: make version number more easily parsable by tools 2018-12-19 06:55:42 +00:00
benchmarks dnsperf: Fix build with BIND 9.12.3 and newer 2018-10-27 12:04:33 +00:00
biology revbump for boost 1.69.0 2018-12-13 19:51:31 +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 Enable verilator 2018-12-16 09:39:22 +00:00
chat chat/znc: Fix makeconf in rc script. 2018-12-16 14:08:03 +00:00
comms revbump for boost 1.69.0 2018-12-13 19:51:31 +00:00
converters py-emoji: updated to 0.5.1 2018-12-16 18:02:41 +00:00
cross Removed commented-out PKGREVISIONs 2018-12-09 21:05:32 +00:00
databases py-peewee: updated to 3.8.0 2018-12-18 11:48:33 +00:00
devel Update fossil to 2.7. From atomicules in PR pkg/53799. 2018-12-19 12:19:13 +00:00
distfiles
doc fossil-2.7 2018-12-19 12:25:12 +00:00
editors gedit3: removed commented-out PY_PEP3147=no 2018-12-14 12:40:28 +00:00
emulators emulators/mednafen: Update to 1.21.3. 2018-12-18 17:08:20 +00:00
filesystems revbump for boost 1.69.0 2018-12-13 19:51:31 +00:00
finance *: update email for fhajny 2018-12-15 21:12:18 +00:00
fonts py-fonttools: updated to 3.34.0 2018-12-16 14:09:29 +00:00
games warzone2100: option to select backend (sdl2/qt5) 2018-12-14 17:29:32 +00:00
geography *: update email for fhajny 2018-12-15 21:12:18 +00:00
graphics graphics/ruby-screengif: add pkg_alternatives support 2018-12-17 15:58:59 +00:00
ham revbump for boost 1.69.0 2018-12-13 19:51:31 +00:00
inputmethod revbump for boost 1.69.0 2018-12-13 19:51:31 +00:00
lang compiler-rt: Fix PLIST on SunOS. 2018-12-17 16:19:52 +00:00
licenses Rename abell-94 into purdue (used by Debian) 2018-12-08 17:03:49 +00:00
mail Add proper autoconfery for res_close(), from maya@ (thanks!). 2018-12-17 19:24:44 +00:00
math z3: Upgrade to 4.8.3 2018-12-18 06:46:39 +00:00
mbone Updated mbone/mdd to 20180824 2018-08-29 00:50:12 +00:00
meta-pkgs meta-pkgs/Makefile: add and enable php73-extensions 2018-12-15 17:17:24 +00:00
misc Update to 6.1.4.2 2018-12-19 12:09:55 +00:00
mk mk/curses: document the affected variables for make show-all 2018-12-16 23:21:52 +00:00
multimedia revbump for boost 1.69.0 2018-12-13 19:51:31 +00:00
net unifi: update to 5.9.29 2018-12-19 12:50:15 +00:00
news revbump for boost 1.69.0 2018-12-13 19:51:31 +00:00
packages
parallel *: update email for fhajny 2018-12-15 21:12:18 +00:00
pkgtools Explicitly NOT_FOR_PLATFORM where not yet supported. 2018-12-17 03:03:47 +00:00
print poppler: require GCC 4.9 for dependencies, too 2018-12-14 16:04:28 +00:00
regress regress/tools: clarify that only the NetBSD 7 shell exhibits this bug 2018-12-05 19:01:40 +00:00
security security/ruby-sshkit: update to 1.18.0 2018-12-17 15:08:35 +00:00
shells bash-completion: install pkgconfig file in pkgsrc standard location. 2018-12-02 07:06:20 +00:00
sysutils Improve POSIX shell portability 2018-12-19 12:03:01 +00:00
templates
textproc icu: Revert -fno-addrsig for Clang 2018-12-18 15:23:07 +00:00
time revbump for boost 1.69.0 2018-12-13 19:51:31 +00:00
wm revbump for boost 1.69.0 2018-12-13 19:51:31 +00:00
www py-pylint-django: updated to 2.0.5 2018-12-18 11:50:34 +00:00
x11 kitty: drop maintainership since i'm no longer using this. 2018-12-18 16:06:37 +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.