Automatic conversion of the NetBSD pkgsrc CVS module, use with care
2aa0a57709
Upstream changes: version 1.22 at 2018-07-15 12:24:13 +0000 ----------------------------------------- Change: f3770138dd1fe7948ee2f7633a14dd661daa1267 Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk> Date : 2018-07-15 13:24:13 +0000 Fixed problem when specifying ssl options ----------------------------------------- version 1.20 at 2018-07-13 18:06:30 +0000 ----------------------------------------- Change: dedc0de6a3a6513ac32355393443ae5bee756ec8 Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk> Date : 2018-07-13 19:06:30 +0000 Added sslctx, sslcert and sslkey options These allow manipulation of the SSL/TLS connection and to specify client-side certificate, respectively. |
||
---|---|---|
archivers | ||
audio | ||
benchmarks | ||
biology | ||
bootstrap | ||
cad | ||
chat | ||
comms | ||
converters | ||
cross | ||
databases | ||
devel | ||
distfiles | ||
doc | ||
editors | ||
emulators | ||
filesystems | ||
finance | ||
fonts | ||
games | ||
geography | ||
graphics | ||
ham | ||
inputmethod | ||
lang | ||
licenses | ||
math | ||
mbone | ||
meta-pkgs | ||
misc | ||
mk | ||
multimedia | ||
net | ||
news | ||
packages | ||
parallel | ||
pkgtools | ||
regress | ||
security | ||
shells | ||
sysutils | ||
templates | ||
textproc | ||
time | ||
wm | ||
www | ||
x11 | ||
Makefile | ||
pkglocate | ||
README |
$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.