summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2011-08-09Update to 0.430ryoon2-6/+6
Changelog: In Gothic (Sans-serif) family * Fix glyphs in Unicode : 0020-6640, 9c76-ffff (first check) * Fix glyphs in SJIS : second check completed In Minchi (Serif) family * Fix glyphs in Unicode : 0020-6640, 9c76-ffff (first check) * Fix glyphs in SJIS : second check completed
2011-08-09Revision bump after updating perl to 5.14.1adam1-5/+5
2011-08-09Changes 1.001000:adam2-15/+14
* Add Class::C3::Componentised::ApplyHooks features Changes 1.0009: * Stop importing Carp functions (and thus polluting the inheritor namespaces) * Make sure $_ is properly preserved even if the loaded module is negligent enough to change it * Added missing copyright statement
2011-08-09Revision bump after updating perl to 5.14.1adam3-21/+17
2011-08-09As noted in Changes 0.10003, only require MRO::Compat for older perls,obache1-2/+1
so drop dependency on p5-MRO-Compat.
2011-08-09Changes 2.00:adam2-7/+7
* Switching to a production release Changes 1.99_04: * Upgrading to Module::Install::DSL 1.00 * Bumping minimum version of Perl to 5.006 * Fixing indenting, style and layout issues. * Added debugging entries to all the new code. * Removed on use of _load_ancestors that was not needed * Updating copyright a couple of times :/ Changes 1.99_03: * Upgrading to Module::Install 0.76 * Localising $@ during evals Changes 1.99_02: * Fixing some back-compatibility bugs in the new tests Changes 1.99_01: * Vast swathes of additional functionality
2011-08-09Changes 1.08:adam2-8/+7
* Upgrading to Module::Install 1.00 * Fixed 56492: [PATCH] Fix spelling error
2011-08-09Revision bump after updating perl to 5.14.1adam1-6/+4
2011-08-09Changes 0.10003:adam2-11/+10
* Only require MRO::Compat for older perls * Add SYNOPSIS * Add examples for methods that get used most often Changes 0.10002: * Fix grave bug of XS-enabled simple accessors clobbering an existing 'around' overlay installed in the same method slot * Require bugfixed XSAccessor, remove Win32 caveat Changes 0.10001: * Fix an ActiveState Win32 incompatibility * Fix spurious method re-invocation warnings after Class::Unload Changes 0.10000: * Fix perl 5.6 failures * Add test-time deferred coderef reinvocation checks * Another minor (8%) speedup
2011-08-09Revision bump after updating perl to 5.14.1adam7-43/+38
2011-08-09Changes 0.11:adam2-9/+7
Fixed: * Tests will not use Test::Differences version 0.60 or greater Changes 0.10: Fixed: * Setting PERL_CAPTURE_TINY_TIMEOUT to 0 will disable timeouts
2011-08-09Revision bump after updating perl to 5.14.1adam3-8/+9
2011-08-09Changes 1.39:adam2-10/+9
* Remove CImpl and simplify structure into just Cache::FastMmap module making all XS calls just function calls in Cache::FastMmap namespace Changes 1.38: * Fix build process that was completely broken after moving files around into different directories
2011-08-09Revision bump after updating perl to 5.14.1adam3-9/+9
2011-08-09Changes 0.27:adam2-10/+9
* Switch to Module::Package at YAPC 2011 ++ Changes 0.26: * Fixed doc bug reported by KENTNL++ * Tweaked Makefile.PL Changes 0.25: * Fixed a bug caused by Readonly::XS (schwern++) * Removed the new methods and autobox methods. They didn't add much except confusion. * Documented that you can use isTrue and isFalse as methods. * '&boolean(1,2,3) now dies like boolean(1,2,3)' * '&boolean() now dies like boolean()' Changes 0.24: * '@Schwern++ found out how to make true and false immutable. Kudos to #strategicdata++.' * Document the boolean() function. * Added is_true and is_false methods. * Added boolean, is_true, and is_false autobox methods
2011-08-09Revision bump after updating perl to 5.14.1adam1-3/+2
2011-08-09Changes 0.40:adam3-47/+8
Fixes * Using the BackPAN index from gitpan.integra.net which is kept up to date. * Make all the primary keys not null to quiet a new DBIx::Class warning (and its a good idea).
2011-08-09As noted in Changes 1.03, depend on p5-Digest-SHA instead of p5-Digest-SHA1.obache1-2/+2
2011-08-09Changes 0.15:adam2-10/+8
* Try harder to add ExtUtils::Depends to META.yml's configure_requires Changes 0.14: * Predeclare carp and croak with proper signature * Add ExtUtils::Depends to META.yml's configure_requires
2011-08-09Revision bump after updating perl to 5.14.1adam5-24/+19
2011-08-09Changes 0.44:adam2-8/+6
* rm references to deprecated CALL_FPTR * Makefile.PL fix * add GitHub repo * update ppport.h
2011-08-09Revision bump after updating perl to 5.14.1adam1-4/+3
2011-08-09Changes 0.02:adam2-17/+16
* Fixed a bug affecting input strings with an odd number of characters. Thanks to Ken T Takusagawa for the report. * Cleaned up Makefile.PL. * Removed magic svn keywords. * Added author tests (xt/) and modified SYNOPSIS for all modules to make them pass the compilation test.
2011-08-09Revision bump after updating perl to 5.14.1adam2-5/+5
2011-08-09Changes 1.03:adam2-18/+16
* Depend on Digest::SHA instead of Digest::SHA1 * Document the blocksize argument
2011-08-09Revision bump after updating perl to 5.14.1adam5-29/+30
2011-08-09Update perfuse to 20110809: fix data corruption and improve performancemanu3-7/+8
2011-08-09Changes 5.62:adam2-16/+13
* removed unnecessary loading of MIME::Base64 module Changes 5.61: * corrected bug in 'algorithm' method * fixed -x option in Makefile.PL -- not often used since it deliberately excludes all 64-bit SHA transforms * addressed minor documentation oversights Changes 5.60: * added new SHA-512/224 and SHA-512/256 transforms -- ref. NIST Draft FIPS 180-4 (February 2011) * simplified shasum by removing duplicative text * improved efficiency of Addfile -- expensive -T test now occurs only in portable mode Changes 5.50: * adopted convention that '-' always means STDIN -- actual filename '-' accessed as './-' -- accords with behavior of sha1sum/md5sum * corrected undefined subroutine oversight in shasum -- inadvertent migration of _bail() from SHA.pm
2011-08-09Revision bump after updating perl to 5.14.1adam2-15/+13
2011-08-09- Use linkat(2) if available. This fixes a EPERM error when using rename(2)manu20-33/+269
on a symlink within a glusterfs volume that uses DHT - Consider gfid changes as nn fatal. Glustefs will fix instead of panic.
2011-08-09Revision bump after updating perl to 5.14.1adam1-3/+3
2011-08-08Add nanum-ttf.minskim2-2/+4
2011-08-08Import nanum-ttf-3.0 as fonts/nanum-ttf.minskim4-0/+43
Nanum fonts are a set of TrueType fonts for Korean including gothic, myeongjo, pen script and brush script typefaces.
2011-08-08+ echinus-0.4.6, libiconv-1.14, tea-30.1.0.wiz1-3/+4
2011-08-08Updated sysutils/capistrano to 2.8.0gls1-1/+2
2011-08-08Update sysutils/capistrano to 2.8.0gls3-8/+10
Upstream changelog: ## 2.8.0 / August 3 2011 A short release, after the last. Announcing Rails 3.1 asset pipeline support. The asset pipeline support requires an additiona `load` in your `Capfile`. You can see information pertaining to the pull request, including the inline comments here: https://github.com/capistrano/capistrano/pull/35 Documentation will be available soon in the wiki. * Drop-In Rails 3.1 asset pipeline support. (Chris Griego) ## 2.7.0 / August 3 2011 A fairly substantial release. There are fixes so that current_release works during dry-runs, (although, apparently still not with bundler.) The test-suite was also modified to work with Ruby 1.9.2, except in one case where Ruby 1.9.x calls `to_ary` and `to_a` on mocks, which still makes an error. 1.9.x has always been supported, but due to lack of maintenance on my part the tests didn't ever pass. The `start`, `stop` and `restart` tasks have been reduced to mere hooks into which extensions can define their own functionality. The `readme` was also slightly improved, simply tweaks to express how best to run the test suite. * Ensure dry-run works with `:current_release` variable (Carol Nichols) * Added a new variable `:git_submodules_recursive`, setting the value to false will ensure Git doesn't recursively initialize and checkout submodules. (Konstantin Kudryashov) * Added an additional task option, `:on_no_matching_servers`, setting the value to `:continue` will ensure tasks with no matched servers continue without error, instead of raising `Capistrano::NoMatchingServersError` as was the previous behaviour. (Chris Griego) A huge thanks to all contributors, as always! Remember: @capistranorb on twitter for news. ## 2.6.1 / June 25 2011 A short maintenance release, Some fixes to the verbose flag inside the Git SCM as well as another argument for the (internal) `variable()` command, offering a default. The Git SCM is now verbose by default, but can be disabled by setting `:scm_verbose` to false. There has been an additional method added to string, within the context of the test suite, I'm always sketchy about adding additional methods to core classes, but it's a short term fix until I make the time to patch the test suite not to compare strings literally. The method is `String#compact`, and is implemented simply as `self.gsub(/\s+/, ' ')`. Here's the run-down of changes, and their committers, as always - a huge thank you to the community that continues to drive Capistrano's development. * `deploy:setup` now respects `:group_writable` (Daniel Duvall) * Fixes to `:scm_verbose` for the Git module (defaults to On.) (Matthew Davies) * Will now copy hidden files in the project's root into the release directory (Mark Jaquith) * Now handles closing already-dead connections in a sane way (does not raise an exception) (Will Bryant) * Renamed `Capistrano::VERSION::TINY` to `Capistrano::VERSION::PATCH` (Lee Hambley) * Removed the `VERSION` file (Lee Hambley)
2011-08-08Updated sysutils/fabric to 1.2.0gls1-1/+2
2011-08-08Update sysutils/fabric to 1.2.0gls3-21/+10
Upstream changelog: ========= * :release:`1.2.0 <2011-07-12>` * :feature:`22` Enhanced `@task <fabric.decorators.task>` to add :ref:`aliasing <task-aliases>`, :ref:`per-module default tasks <default-tasks>`, and :ref:`control over the wrapping task class <task-decorator-and-classes>`. Thanks to Travis Swicegood for the initial work and collaboration. * :bug:`380` Improved unicode support when testing objects for being string-like. Thanks to Jiri Barton for catch & patch. * :support:`382` Experimental overhaul of changelog formatting & process to make supporting multiple lines of development less of a hassle. * :release:`1.1.2 <2011-07-07>` (see below for details) * :release:`1.0.2 <2011-06-24>` (see below for details) Prehistory ========== The content below this section comes from older versions of Fabric which wrote out changelogs to individual, undated files. They have been concatenated and preserved here for historical reasons, and may not be in strict chronological order. ---- Changes in version 1.1.2 (2011-07-07) ===================================== Bugfixes -------- * :issue:`375`: The logic used to separate tasks from modules when running ``fab --list`` incorrectly considered task classes implementing the mapping interface to be modules, not individual tasks. This has been corrected. Thanks to Vladimir Mihailenco for the catch.
2011-08-08Updated devel/p5-Class-MethodMaker to 2.18wiz1-1/+2
2011-08-08Update to 2.18. Addresses PR 45224.wiz2-7/+6
2.18 Apr 16 2011 - Fix 5.14 incompatibility - RT#66196 (Nicholas Clark) 2.17 Mar 02 2011 - Just an intermediate release! (in order to get help on fixing Class::MethodMaker for 5.14) - already fixed breakage with 5.13.3 (rt#66196) (CvGV is now an rvalue, so use CvGV_set instead of assigning directly -- credits to ANDK, rafl and Zefram) - added test for no warnings to additionally be able to bisect annoying warnings since 5.13.2 - Stay tuned -- 2.18 will hopefully completely revitalize C:MM for Perl 5.13+.
2011-08-08Fix build on Mac OS X 10.7 (Darwin 11.0.1) with Xcode 4.1.1.ryoon1-2/+4
2011-08-08nbtar and gtar(1) produce identical trees, drop EXTRACT_USING.tnn1-2/+1
2011-08-08Updated pkgtools/distbb to 0.40.1cheusov1-1/+2
2011-08-08Update to 0.40.1cheusov2-6/+6
FIX: distbb may fail at stage_summary because not all packages that need to be rebuilt are marked as such.
2011-08-08PKGREVISION must not be in Makefile.common.obache4-6/+8
move PKGREVISION to each Makefile including the Makefile.common for keep version number, and bump again for ocaml-graphics because the previous bump resuited in downgrade.
2011-08-07Updated www/p5-FCGI to 0.73abs1-1/+2
2011-08-07Updated www/p5-FCGI to 0.73 (fixes build against perl 5.14.1)abs2-7/+6
Version 0.73 -- 19 May 2011 <rafl@debian.org> o Stop claiming we ship a file called -e in the MANIFEST. Version 0.72 -- 19 May 2011 <rafl@debian.org> o Clean up Makefile.PL and restore compatibility with recent ExtUtils::MakeMaker versions.
2011-08-07Updated wm/dwm to 5.9gls2-3/+3
2011-08-07Update wm/dwm to 5.9gls3-14/+24
Per PR pkg/45218 from Bug Hunting. I've been unable to find an upstream changelog. many bugfixes as far as I can tell from http://hg.suckless.org/dwm/log/dd74622a4785
2011-08-07Updated print/advi to 1.10.1wiz2-3/+3