Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
adam e0d767d0f5 py-asyncssh: updated to 1.13.2
Release 1.13.2:
Added support for accessing client host keys via the OpenSSH ssh-keysign program when doing host-based authentication. If ssh-keysign is present and enabled on the system, an AsyncSSH based SSH client can use host-based authentication without access to the host private keys.
Added support for using pathlib path objects when reading and writing private and public keys and certificates.
Added support for auth_completed() callback in the SSHServer class which runs when authentication completes successfully on each new connection.
Fixed host-based authentication unit tests to mock out calls to getnameinfo() to avoid failures on systems with restricted network functionality.
2018-07-04 03:38:34 +00:00
archivers unrar: updated to 5.6.5 2018-07-03 14:28:55 +00:00
audio extend PYTHON_VERSIONS_ for Python 3.7 2018-07-03 05:03:01 +00:00
benchmarks extend PYTHON_VERSIONS_ for Python 3.7 2018-07-03 05:03:01 +00:00
biology extend PYTHON_VERSIONS_ for Python 3.7 2018-07-03 05:03:01 +00:00
bootstrap bootstrap: don't output "Hopefully" when bootstrap finishes 2018-03-07 07:34:07 +00:00
cad extend PYTHON_VERSIONS_ for Python 3.7 2018-07-03 05:03:01 +00:00
chat extend PYTHON_VERSIONS_ for Python 3.7 2018-07-03 05:03:01 +00:00
comms extend PYTHON_VERSIONS_ for Python 3.7 2018-07-03 05:03:01 +00:00
converters py-simplejson: updated to 3.16.0 2018-07-03 12:21:27 +00:00
cross objconv: Fix distfile fetching. 2018-06-28 09:02:14 +00:00
databases py-sqlalchemy: updated to 1.2.9 2018-07-03 05:34:20 +00:00
devel py-ruamel-yaml: updated to 0.15.42 2018-07-03 12:27:03 +00:00
distfiles
doc doc: Updated pkgtools/pkgin to 0.11.4 2018-07-03 17:39:45 +00:00
editors (editors/emacs26/options.mk) correct typo, and adjust indent on comment lines. 2018-07-03 11:24:08 +00:00
emulators fuse-emulator-utils: updated to 1.4.3 2018-07-03 14:37:16 +00:00
filesystems extend PYTHON_VERSIONS_ for Python 3.7 2018-07-03 05:03:01 +00:00
finance extend PYTHON_VERSIONS_ for Python 3.7 2018-07-03 05:03:01 +00:00
fonts Add culmus version 0.132 2018-07-03 06:00:25 +00:00
games extend PYTHON_VERSIONS_ for Python 3.7 2018-07-03 05:03:01 +00:00
geography newer gcc (e.g. 8.0_RC2) requires <cmath> for std::isnan(). 2018-07-03 15:14:15 +00:00
graphics py-Pillow: updated to 5.2.0 2018-07-03 07:44:00 +00:00
ham extend PYTHON_VERSIONS_ for Python 3.7 2018-07-03 05:03:01 +00:00
inputmethod extend PYTHON_VERSIONS_ for Python 3.7 2018-07-03 05:03:01 +00:00
lang lang/erlang*: Update to 21.0 2018-07-03 11:01:21 +00:00
licenses Remove folkloric licenses for mail/fetchmail. 2018-05-22 07:47:19 +00:00
mail neomutt: update to 20180622. 2018-07-03 05:38:57 +00:00
math extend PYTHON_VERSIONS_ for Python 3.7 2018-07-03 05:03:01 +00:00
mbone Recursive bumps for fontconfig and libzip dependency changes. 2018-03-12 11:15:24 +00:00
meta-pkgs extend PYTHON_VERSIONS_ for Python 3.7 2018-07-03 05:03:01 +00:00
misc extend PYTHON_VERSIONS_ for Python 3.7 2018-07-03 05:03:01 +00:00
mk emacs: document more *nox versions, and switch to emacs26 by default 2018-06-24 21:19:10 +00:00
multimedia extend PYTHON_VERSIONS_ for Python 3.7 2018-07-03 05:03:01 +00:00
net extend PYTHON_VERSIONS_ for Python 3.7 2018-07-03 05:03:01 +00:00
news extend PYTHON_VERSIONS_ for Python 3.7 2018-07-03 05:03:01 +00:00
packages
parallel ganglia-monitor-core: Add MESSAGE.Linux, missed in previous commit 2018-06-28 01:11:29 +00:00
pkgtools pkgin: Update to 0.11.4. 2018-07-03 17:39:35 +00:00
print tex-xcolor: add some dependencies used under certain options. 2018-07-03 21:11:46 +00:00
regress Fixed pkglint warnings. 2016-06-11 11:36:14 +00:00
security py-asyncssh: updated to 1.13.2 2018-07-04 03:38:34 +00:00
shells extend PYTHON_VERSIONS_ for Python 3.7 2018-07-03 05:03:01 +00:00
sysutils xentools48: apply upstream fix for newer iasl. allow base iasl. 2018-07-03 14:06:41 +00:00
templates Point at the HTML pkgsrc guide, not a plain-text human redirect. 2017-02-04 03:47:47 +00:00
textproc py-guessit: updated to 3.0.0 2018-07-03 09:46:42 +00:00
time py-tempora: updated to 1.12 2018-07-03 09:56:28 +00:00
wm extend PYTHON_VERSIONS_ for Python 3.7 2018-07-03 05:03:01 +00:00
www py-selenium: updated to 3.13.0 2018-07-03 06:48:17 +00:00
x11 extend PYTHON_VERSIONS_ for Python 3.7 2018-07-03 05:03:01 +00:00
Makefile
pkglocate
README Make top dir README a little more helpful. 2017-03-02 09:51:35 +00:00

$NetBSD: README,v 1.19 2017/03/02 09:51:35 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.