Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
wiz 7eaef31fa1 libssh: update to 0.91.
version 0.9.1 (released 2019-10-25)
  * Added support for Ed25519 via OpenSSL
  * Added support for X25519 via OpenSSL
  * Added support for localuser in Match keyword
  * Fixed Match keyword to be case sensitive
  * Fixed compilation with LibreSSL
  * Fixed error report of channel open (T75)
  * Fixed sftp documentation (T137)
  * Fixed known_hosts parsing (T156)
  * Fixed build issue with MinGW (T157)
  * Fixed build with gcc 9 (T164)
  * Fixed deprecation issues (T165)
  * Fixed known_hosts directory creation (T166)
2019-11-06 14:37:39 +00:00
archivers (archivers/p5-Archive-Tar-Wrapper) Updated from 0.33 to 0.37 2019-11-04 03:37:54 +00:00
audio *: recursive bump for vala-0.46 2019-11-06 14:34:29 +00:00
benchmarks benchmarks: align variable assignments 2019-11-03 11:55:29 +00:00
biology biology: align variable assignments 2019-11-02 22:09:00 +00:00
bootstrap boostrap: need_awk=yes for Arch Linux 2019-11-05 13:58:06 +00:00
cad openscad: Switch to qt5 2019-10-29 18:22:29 +00:00
chat *: recursive bump for vala-0.46 2019-11-06 14:34:29 +00:00
comms comms: align variable assignments 2019-11-03 12:04:12 +00:00
converters converters: align variable assignments 2019-11-03 17:14:24 +00:00
cross nios2-gcc41: Remove, successor nios2-gcc. 2019-10-17 20:56:39 +00:00
databases databases/pgtclng: fix pkglint warnings 2019-11-02 15:46:05 +00:00
devel *: recursive bump for vala-0.46 2019-11-06 14:34:29 +00:00
distfiles
doc Fix recent go-* entries to Added. 2019-11-06 14:24:48 +00:00
editors vim: fix python option 2019-11-02 19:57:01 +00:00
emulators emulators: align variable assignments 2019-11-03 19:24:31 +00:00
filesystems filesystems: align variable assignments 2019-11-03 19:26:20 +00:00
finance finance: align variable assignments 2019-11-02 16:08:47 +00:00
fonts Update to ricty-ttf-4.1.1 2019-11-05 08:59:12 +00:00
games *: recursive bump for vala-0.46 2019-11-06 14:34:29 +00:00
geography *: recursive bump for vala-0.46 2019-11-06 14:34:29 +00:00
graphics *: recursive bump for vala-0.46 2019-11-06 14:34:29 +00:00
ham ham: align variable assignments 2019-11-03 19:32:06 +00:00
inputmethod *: recursive bump for vala-0.46 2019-11-06 14:34:29 +00:00
lang vala: this now requires glib2 2.48 2019-11-06 14:14:09 +00:00
licenses licenses: amaya was removed 2019-09-09 11:42:33 +00:00
mail neomutt: update to 20191102. 2019-11-06 12:28:47 +00:00
math *: recursive bump for vala-0.46 2019-11-06 14:34:29 +00:00
mbone mbone: align variable assignments 2019-11-03 11:04:16 +00:00
meta-pkgs meta-pkgs: align variable assignments 2019-11-03 19:35:54 +00:00
misc khard: update to 0.15.1. 2019-11-06 11:59:38 +00:00
mk mk/fetch: sort variables for bmake show-all-github 2019-11-04 19:05:18 +00:00
multimedia mkvtoolnix: updated to 39.0.0 2019-11-05 18:01:48 +00:00
net *: recursive bump for vala-0.46 2019-11-06 14:34:29 +00:00
news news: align variable assignments 2019-11-04 19:17:10 +00:00
packages
parallel parallel: align variable assignments 2019-11-04 19:18:09 +00:00
pkgtools pkgtools/pkglint: update to 19.3.6 2019-11-04 18:44:21 +00:00
print print: align variable assignments 2019-11-04 19:57:58 +00:00
regress regress/check-perms: add test for broken CHECK_PERMS_AUTOFIX 2019-09-19 23:53:36 +00:00
security libssh: update to 0.91. 2019-11-06 14:37:39 +00:00
shells shells: align variable assignments 2019-11-04 21:14:06 +00:00
sysutils sysutils: align variable assignments 2019-11-04 21:28:40 +00:00
templates
textproc *: recursive bump for vala-0.46 2019-11-06 14:34:29 +00:00
time Promote p5-File-ShareDir-Install from TEST_DEPENDS to BUILD_DEPENDS 2019-11-03 23:43:49 +00:00
wm wm: align variable assignments 2019-11-04 21:50:15 +00:00
www *: recursive bump for vala-0.46 2019-11-06 14:34:29 +00:00
x11 *: recursive bump for vala-0.46 2019-11-06 14:34:29 +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.