Automatic conversion of the NetBSD pkgsrc CVS module, use with care
4aeb2f0004
7.55 2017-11-06 - Added -role flag to Mojo::Base. (jberger) - Improved tablify function in Mojo::Util to work with non-rectangular arrays. (CandyAngel, jabberwok) - Improved Windows compatibility of Mojo::Server::Daemon. 7.54 2017-11-05 - Fixed a bug in Mojo::Promise where promise chains could not recover from rejections. 7.53 2017-11-04 - Added module Mojo::Promise. - Improved Mojo::IOLoop::Delay to be a subclass of Mojo::Promise. 7.52 2017-11-02 - Added delete_p, get_p, head_p, options_p, patch_p, post_p, put_p and start_p methods to Mojo::UserAgent. 7.51 2017-10-31 - Added -signatures flag to Mojo::Base and Mojolicious::Lite. - Added support for new HTTP status code. - Improved ojo to enable subroutine signatures automatically on Perl 5.20+. 7.50 2017-10-30 - Deprecated error and finish events in Mojo::IOLoop::Delay. Since there is no good way to warn our users about this deprecation, it will be in effect until the next major release. Where we will also change the base class from Mojo::EventEmitter to Mojo::Base. - Improved documentation browser with links to MetaCPAN. 7.49 2017-10-28 - Deprecated Mojo::IOLoop::Delay::data and Mojo::IOLoop::Delay::remaining. - Added Promises/A+ support. Note that Mojo::IOLoop::Delay previously inherited a catch method from Mojo::EventEmitter that was passed the error message as second argument instead of the first, so you might have to change $delay->catch(sub { my ($delay, $error) = @_; ... }); to $delay->catch(sub { my ($error) = @_; ... }); - Added all, catch, finally, race and then methods to Mojo::IOLoop::Delay. - Updated jQuery to version 3.2.1. |
||
---|---|---|
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.