Age | Commit message (Collapse) | Author | Files | Lines |
|
PKGREVISION -> 5.
|
|
|
|
XXX: The way this is set up, elvis and elvis-x11 cannot have different
XXX: values of ${PKGREVISION}.
|
|
to tell what's going on. Patch it to be able to find netbsd's terminfo.
This might fix the bulk failure.
|
|
|
|
fixed, probably not worthwhile.
|
|
|
|
- The makefile's substitution of PREFIX and SH accidentally got rolled
into patch-ac at some point and thereby hardcoded. Since all patch-ac
was doing was setting these, make the substitution work without a
patch and remove patch-ac entirely.
- Commit some LP64 fixes I've had sitting in my tree since 2008 for
some reason.
- Fix some pkglint.
- PKGREVISION -> 4.
|
|
XXX: is there any reason the distfile shouldn't be updated from base HEAD?
|
|
|
|
|
|
|
|
XXX: This is not right, but the way this thing is built doesn't give
XXX: too many choices at the moment. Should be fixed properly sometime.
XXX: This way the package is at least installable...
|
|
|
|
|
|
Libfetch build failure with gcc 4.6 is due to the a couple of assigned
variables not getting used. This patch allows systems like Debian and
OpenIndiana to bootstrap pkgsrc.
|
|
|
|
by upstream and they haven't been mirrored either.
|
|
|
|
|
|
|
|
|
|
|
|
dmenu-4.4.1, gworkspace-0.9.0, libmicrohttpd-0.9.15, mercurial-1.9.3,
orc-0.4.15, php-libawl-0.48, polkit-qt-0.99.0, scmgit-1.7.7,
x264-devel-20111001.
|
|
|
|
|
|
|
|
|
|
|
|
release notes.
|
|
(The incorrectly failing test stops boost-libs from building.)
Bump boost-header PKGREVISION.
|
|
replicate and don't understand.
|
|
|
|
|
|
|
|
* fix: icon caches will not be removed.
* fix: rare Segmentation Fault at refreshing TL.
|
|
pointers; at least it's not the other way around.
|
|
|
|
- Deprecated direct hash access to the flash in
Mojolicious::Controller.
- Added EXPERIMENTAL group function to Mojolicious::Lite.
- Added EXPERIMENTAL build_frame and parse_frame methods to
Mojo::Transaction::WebSocket.
- Added EXPERIMENTAL accepts attribute to Mojo::IOLoop::Server.
- Added EXPERIMENTAL profile helper.
- Added EXPERIMENTAL binary support to Mojo::Transaction::WebSocket.
- Updated WebSocket implementation to ietf-16.
- Changed default upgrade timeout of Hypnotoad from 30 to 60 seconds.
- Improved accept performance of all built-in servers by up to 1000%
with the EV backend.
- Improved connection_timeout method in Mojo::IOLoop by allowing it
to be called as a class method.
- Improved documentation.
- Improved CSS of some built-in templates.
- Improved resilience of HTTP parser.
- Fixed CSS of built-in exception template.
- Fixed close event bug in Mojo::IOLoop.
- Fixed small redirect_to bug. (judofyr, sri)
- Fixed small attribute selector bug in Mojo::DOM::CSS.
- Fixed small unicode bug in Mojolicious::Plugin::EPRenderer.
- Fixed a few small route bugs.
- Fixed Perl 5.8.7 compatibility.
- Fixed typos.
1.98 2011-09-14 00:00:00
- Removed Mojo::Server::FastCGI so it can be maintained as a separate
distribution.
- Added EXPERIMENTAL mojo_lib_dir and slurp_rel_file methods to
Mojo::Home.
- Improved host condition to work in more environments.
- Improved CSS of all built-in templates.
- Improved documentation. (rhaen, sri)
- Improved test command to run tests in alphabetical order.
(viliampucik)
- Improved non-blocking resolver by allowing it to be disabled.
- Improved DATA templates by removing a whitespace requirement.
- Improved tests.
- Fixed small name generation bug in Mojolicious::Plugin::Config.
- Fixed small bug in cookie jar.
- Fixed small plugin loader bug.
- Fixed Hypnotoad to clean up lock files.
- Fixed small bug that caused exceptions to be logged twice.
1.97 2011-09-03 00:00:00
- Improved unicode handling to be more correct and less forgiving.
- Fixed typos.
1.96 2011-09-02 00:00:00
- Updated jQuery to version 1.6.3.
- Fixed Mojo::IOLoop to ignore SIGPIPE.
1.95 2011-09-01 00:00:00
- Improved cookie generation slightly. (cosimo, sri)
- Improved documentation.
- Fixed Mojo::IOLoop to not ignore SIGPIPE.
- Fixed typos. (akron)
1.94 2011-08-27 00:00:00
- Fixed lite_app and plugin generators.
- Fixed typos.
1.93 2011-08-27 00:00:00
- Added EXPERIMENTAL support for escaped tags to Mojo::Template.
- Improved Morbo to ignore dotfiles.
- Improved documentation.
- Fixed trimming bug in Mojo::Template.
- Fixed a few small bugs in Mojo::Template.
- Fixed small version detection bug in Mojo::Cookie.
1.92 2011-08-26 00:00:00
- Improved documentation.
- Fixed quoting bug in Mojo::Cookie.
1.91 2011-08-25 00:00:00
- Added EXPERIMENTAL support for cloning Mojo::Message::Request
objects.
- Improved redirect support in Mojo::UserAgent to be closer to
commonly used browsers.
- Improved documentation.
1.90 2011-08-24 00:00:00
- Improved respond_to to automatically render an empty 204 response
for unknown formats.
- Improved render_exception and render_not_found to use the current
format if available. (alnewkirk)
- Improved documentation.
1.89 2011-08-23 00:00:00
- Improved Mojo::Home portability. (omega)
- Improved documentation.
1.88 2011-08-23 00:00:00
- Added EXPERIMENTAL split method to Mojo::ByteStream.
- Improved documentation.
- Fixed small bug in Mojo::JSON.
1.87 2011-08-23 00:00:00
- Added EXPERIMENTAL app method to Mojo::Command.
- Added EXPERIMENTAL t helper to Mojolicious::Plugin::TagHelpers.
- Made tag helper a little smarter.
- Made camelize a little smarter.
- Improved documentation.
- Fixed small route rendering bug.
1.86 2011-08-21 00:00:00
- Deprecated camel case command modules and lowercased all the
built-in ones.
- Added EXPERIMENTAL support for testing WebSockets with Test::Mojo.
- Added GET/POST parameter support to respond_to.
- Made class_to_file slightly smarter.
- Improved documentation.
1.85 2011-08-20 00:00:00
- Fixed a url_for bug where captures would be ignored.
1.84 2011-08-19 00:00:00
- Added EXPERIMENTAL first, reverse, shuffle and sort methods to
Mojo::Collection.
- Improved documentation.
- Fixed small test portablity bug.
1.83 2011-08-19 00:00:00
- Renamed filter method in Mojo::Collection to grep.
- Improved documentation.
1.82 2011-08-19 00:00:00
- Added EXPERIMENTAL filter method to Mojo::Collection.
- Removed while and until methods from Mojo::Collection.
- Improved documentation.
1.81 2011-08-19 00:00:00
- Renamed Mojo::DOM::Collection to Mojo::Collection and added a few
new methods.
- Made Mojolicious::Plugins loader quite a bit smarter.
- Improved documentation.
- Improved Test::Mojo diagnostics.
1.80 2011-08-17 00:00:00
- Deprecated Mojolicious::Plugin::EpRenderer in favor of
Mojolicious::Plugin::EPRenderer.
- Deprecated Mojolicious::Plugin::EplRenderer in favor of
Mojolicious::Plugin::EPLRenderer.
- Deprecated Mojolicious::Plugin::I18n in favor of
Mojolicious::Plugin::I18N.
- Deprecated Mojolicious::Plugin::JsonConfig in favor of
Mojolicious::Plugin::JSONConfig.
- Deprecated Mojolicious::Plugin::PodRenderer in favor of
Mojolicious::Plugin::PODRenderer.
1.79 2011-08-17 00:00:00
- Added support for upper case relative plugin names. (lammel)
- Improved documentation.
1.78 2011-08-16 00:00:00
- Added EXPERIMENTAL modules Mojolicious::Command::Cpanify and
Mojolicious::Command::Generate::Plugin. (sri, yko, tempire)
- Improved documentation.
- Fixed "websocket_lite_app.t" to require Perl 5.10+.
- Fixed small empty cookie bug.
- Fixed small command bug.
|
|
(for some reason there are two separate copies of it) to match the
POSIX definition.
Fixing this "right" would be a lot of work and does not seem
worthwhile, especially since this package looks to be more or less
dead upstream and is probably a good candidate for removal.
|
|
|
|
issues reported by gcc. PKGREVISION -> 6.
|
|
(client complained about O_DIRECTORY being set for a non directory)
|
|
- provide getline only for older netbsd
- don't install executable man pages
|
|
|
|
PKGREVISION -> 2.
|
|
|
|
|
|
|
|
|