summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2011-10-13Update libVNCServer to 0.9.8.1.obache2-8/+7
0.9.8.1 - Fixed an ABI compatibility issue.
2011-10-13Remove Sigilryoon1-3/+1
2011-10-13Fix options nls. No need for msgfmt or libiconv when it is off.hans3-7/+10
2011-10-13Updated editors/Sigil to 0.4.2ryoon1-1/+2
2011-10-13Update 0.4.2ryoon4-8/+50
Many bug fix and performance improvements. Fix GCC 4.6 compile failure
2011-10-13Add SunOS specifics from lang/gcc44. This includes linker/assemblerhans3-2/+91
selection, objdump detection and the SunOS 5.10 ld workaround.
2011-10-13The dependency on binutils and libelf seems to be for NetBSD only.hans1-4/+3
2011-10-13Updated net/youtube-dl to 20110930ryoon1-1/+2
2011-10-13Update to 20110930ryoon2-6/+6
I cannnot find the changelog. Probably this version follows recent youtube change.
2011-10-13Updated devel/p5-Class-Load to 0.11nb1.hiramatsu1-1/+2
2011-10-13Increment PKGREVISION for previous DEPENDS change.hiramatsu1-1/+2
2011-10-13add and enable php-phrasea2, phraseanet, and phraseanet-indexerjnemeth1-1/+4
2011-10-13Add p5-Module-Runtime.hiramatsu1-1/+2
2011-10-13add and enable iksemeljnemeth1-1/+2
2011-10-13add and enable php-fileinfojnemeth1-1/+2
2011-10-13Add missing DEPENDS.hiramatsu1-1/+6
2011-10-13sortjnemeth1-2/+2
2011-10-13Updated devel/p5-Package-Stash to 0.33.hiramatsu1-1/+3
Added devel/p5-Module-Runtime version 0.010.
2011-10-13Import Module::Runtime into devel/p5-Module-Runtime.hiramatsu3-0/+28
The functions exported by this module deal with runtime handling of Perl modules, which are normally handled at compile time.
2011-10-13Update p5-Package-Stash to 0.33.hiramatsu2-6/+6
Changes from previous: 0.33 2011-09-28 - add conflict on MooseX::Method::Signatures 0.36 (ether) 0.32 2011-09-05 - bring the behavior of has_symbol for nonexistant scalars into line with the xs version - invalid package names (for instance, Foo:Bar) are not allowed - invalid stash entry names (anything containing ::) are not allowed
2011-10-12Use security/libgcrypt during build. Its headers are required by libvirt.jym1-1/+2
Bug reported by Loic Maury <lmaury at gmail dot com> , thanks!
2011-10-12Fix build on SunOS 5.10 by #ifdefing the code using SO_TIMESTAMP.hans3-0/+74
Add the patches that I forgot in the previous commit.
2011-10-12Fix build on SunOS.hans16-9/+157
2011-10-12Fix build on SunOS.hans4-6/+23
2011-10-12The previous build fix for SunOS was incomplete. Remove -ansi as ithans1-1/+5
overrides -std=c99.
2011-10-12Pod2man is needed to build the manpage.hans1-2/+2
2011-10-12Explicitly specify DLPI backend on SunOS < 5.11.hans1-1/+4
2011-10-12Always add a dummy object to libxineposix.so. This is needed when allhans3-4/+13
features of libxineposix are supported natively and ar refuses create an empty library, and it shouldn't do any harm otherwise. Fixes build on OpenIndiana 151.
2011-10-12There is no need to do the Darwin-specific post-extract stuff onhans1-1/+3
anything but Darwin.
2011-10-12Fix build on SunOS 5.10 (and probably older versions, too).hans3-8/+13
SunOS 5.10 doesn't have SO_TIMESTAMP, and it also lacks oss. For some reason the lack of oss also causes hal support to be disabled.
2011-10-12Add the workaround for SunOS x86 ld bug that breaks .init sections.hans2-1/+71
Without it, programs using .init sections will just segfault. The workaround comes from http://www.openssl.org/~appro/values.c Tested on 5.10, not needed on 5.11.
2011-10-12Updated textproc/p5-Text-Glob to 0.09.hiramatsu1-1/+3
Updated editors/p5-Padre to 0.90.
2011-10-12Update p5-Padre to 0.90.hiramatsu4-20/+33
- Improved syntax highlight. - Reduce memory usage. - Updated document and translation. - bug fix.
2011-10-12Update p5-Text-Glob to 0.09.hiramatsu2-7/+7
Change from previous: 0.09 Tuesday 22nd February, 2010 Compiled documentation fixes (collected by Tom Hukins from fixes on rt.cpan)
2011-10-12To decide whether the visibility attribute can be supported on SunOS,hans1-1/+2
configure needs objdump.
2011-10-12Updated net/mikutter to 0.0.3.540obache1-1/+2
2011-10-12Update mikutter to 0.0.3.540obache2-6/+6
* fixes to startup on Ubuntu 11.10.
2011-10-12Updated graphics/ruby-rcairo to 1.10.1obache1-1/+2
2011-10-12Update ruby-rcairo to 1.10.1.obache2-7/+6
Release 1.10.1 (2011-10-12) Kouhei Sutou <kou@cozmixng.org>) ============================================================ Features -------- * Accepted Cairo::EXTEND_PAD as extend value. * Suppressed a warning. [Stefan Salewski] * Bound CAIRO_SURFACE_TYPE_XLIB and CAIRO_SURFACE_TYPE_XCB. * Supported cairo 1.10.2. * Fixed recording surface test. #4 [Mamoru Tasaka] * AcceptedCairo::OPERATOR_HSL_LUMINDSITY as operator value. #6 [Matt Bramlage] * Suppressed warnings on Windows. [Nikolai Weibull] * Added --without-vendor-override options to extconf.rb. [Nikolai Weibull]
2011-10-12Updated devel/py-mako to 0.5.0ryoon1-1/+2
2011-10-12Update to 0.5.0ryoon2-7/+8
Changelog: 0.5 - A Template is explicitly disallowed from having a url that normalizes to relative outside of the root. That is, if the Lookup is based at /home/mytemplates, an include that would place the ultimate template at /home/mytemplates/../some_other_directory, i.e. outside of /home/mytemplates, is disallowed. This usage was never intended despite the lack of an explicit check. The main issue this causes is that module files can be written outside of the module root (or raise an error, if file perms aren't set up), and can also lead to the same template being cached in the lookup under multiple, relative roots. TemplateLookup instead has always supported multiple file roots for this purpose. [ticket:174] 0.4.2 - Fixed bug regarding <%call>/def calls w/ content whereby the identity of the "caller" callable inside the <%def> would be corrupted by the presence of another <%call> in the same block. [ticket:170] - Fixed the babel plugin to accommodate <%block> [ticket:169] 0.4.1 - New tag: <%block>. A variant on <%def> that evaluates its contents in-place. Can be named or anonymous, the named version is intended for inheritance layouts where any given section can be surrounded by the <%block> tag in order for it to become overrideable by inheriting templates, without the need to specify a top-level <%def> plus explicit call. Modified scoping and argument rules as well as a more strictly enforced usage scheme make it ideal for this purpose without at all replacing most other things that defs are still good for. Lots of new docs. [ticket:164] - a slight adjustment to the "highlight" logic for generating template bound stacktraces. Will stick to known template source lines without any extra guessing. [ticket:165] 0.4.0 - A 20% speedup for a basic two-page inheritance setup rendering a table of escaped data (see http://techspot.zzzeek.org/2010/11/19/quick-mako-vs.-jinja-speed-test/). A few configurational changes which affect those in the I-don't-do-unicode camp should be noted below. - The FastEncodingBuffer is now used by default instead of cStringIO or StringIO, regardless of whether output_encoding is set to None or not. FEB is faster than both. Only StringIO allows bytestrings of unknown encoding to pass right through, however - while it is of course not recommended to send bytestrings of unknown encoding to the output stream, this mode of usage can be re-enabled by setting the flag bytestring_passthrough to True. - disable_unicode mode requires that output_encoding be set to None - it also forces the bytestring_passthrough flag to True. - the <%namespace> tag raises an error if the 'template' and 'module' attributes are specified at the same time in one tag. A different class is used for each case which allows a reduction in runtime conditional logic and function call overhead. [ticket:156] - the keys() in the Context, as well as it's internal _data dictionary, now include just what was specified to render() as well as Mako builtins 'caller', 'capture'. The contents of __builtin__ are no longer copied. Thanks to Daniel Lopez for pointing this out. [ticket:159]
2011-10-12Note update of www/contao210-translations package to 20111012.taca1-1/+2
2011-10-12Update contao210-translations package to 20111012.taca3-16/+16
Update French, Japanese and Latvian language files.
2011-10-12Updated inputmethod/skk to 14.3ryoon1-1/+2
2011-10-12Uodate to 14.3ryoon2-6/+6
* bug fix * refactoring.
2011-10-12Note update of textproc/p5-Text-SpellChecker, devel/p5-Test-Exception andhiramatsu1-1/+4
devel/p5-Variable-Magic.
2011-10-12Update p5-Variable-Magic to 0.46.hiramatsu2-7/+6
Changes from previous: 0.46 2011-01-23 16:45 UTC + Fix : [RT #64866] : Assertion failure with perl 5.13.9. The real problem was that dispell() wasn't properly resetting the magical sv flags, which became visible in the test suite only with perl 5.13.9. Thanks Joshua ben Jore for reporting. 0.45 2010-11-21 23:15 UTC This is a maintenance release. The code contains no functional change. Users of 0.44 can skip this update. + Doc : C++ compilers are officially NOT supported. + Doc : The minimum perl 5.10.0 requirement for uvar magic has been made more explicit. Thanks Peter Rabbitson for pointing this out and contributing a patch. + Tst : Tune for perl 5.13.7. + Tst : Capture::Tiny will be used in t/17-ctl.t if and only if it can capture a simple run. 0.44 2010-09-24 19:10 UTC + Fix : Broken linkage on Windows with gcc 3.4, which appears in particular when using ActivePerl's default compiler suite. For those setups, the Variable::Magic shared library will now be linked against the perl dll directly (instead of the import library). This (should) fix RT #51483. Thanks Christian Walde for helping to reproduce this failure and extra testing. + Rem : Support for development perls from the 5.11 branch but older than the 5.11.0 release was removed. This could cause more recent setups to fail. + Tst : Threads tests are now only run on perl 5.13.4 and higher. They could segfault randomly because of what seems to be an internal bug of Perl, which has been addressed in 5.13.4. There is also an environment variable that allows you to forcefully run those tests, but it should be set only for author testing and not for end users.
2011-10-12Update p5-Test-Exception to 0.31.hiramatsu2-7/+6
Changes from previous: 0.31 [2010-10-10] Or the "Yay - an actual release!" release - Same as 0.30_2 0.30_2 [2010-10-06] Or the "oh what a to do" release - Added a bunch of folk to the acknowledgements - Added some clarifying documentation to respond to RT#59293 - Marked a test that was failing under T::B 2.0 until we figure out whether it should pass or not. See http://is.gd/fNOFb 0.30_1 [2010-10-04] Or the "Peter Rabbitson did all the work" release - Added dates to changes file, as far as we can from backpan et al - Fix for DB::args bug (thanks Peter Rabbitson) - Fix for bizarre-copy bug (thanks Peter Rabbitson)
2011-10-12Update p5-Text-SpellChecker to 0.11.hiramatsu2-7/+6
Changes from previous: 0.11 Fri Jun 24 2011 - pod fixes and pod test 0.09 Thu Jun 23 2011 - Better tests, use of LANG - Compile time check for at least one speller.
2011-10-12Be much less restrictive in accepted thunderbird versions for plugins.wiz1-2/+3
Bump PKGREVISION.