Automatic conversion of the NetBSD pkgsrc CVS module, use with care
d48f9eb8b1
1.6.0 (2017/09/01) * Rack::PostBodyContentTypeParser: if the middleware is told a POST body is JSON, but it doesn't parse as JSON, then... it's not really JSON, and the request is now rejected with a 400 response. Thanks to Yukihiko SAWANOBORI (@sawanoboly) for the fix. 1.5.0 (2017/07/19) After an extended hiatus, rack-contrib maintenance is back on track. This is a tidy-up release, merging things that have sat around for far too long. * git-version-bump has now been moved to being a development dependency, thanks to Tobias Haagen Michaelsen. * Rack::AcceptLocale can be restricted to a set of enforced locales, thanks to Paco Guzman. * Rack::NotFound's path argument is now optional, thanks to Ed Morley. * Rack::BounceFavicon now has a description and tests, thanks to Steven Wilkin. * The automated Travis CI suite now tests all supported Ruby versions up to 2.4, which necessitated a few small changes. |
||
---|---|---|
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.