Commit graph

166439 commits

Author SHA1 Message Date
taca
ca071c4382 Update php-memcache package to 2.2.6.
2.2.6		2010-10-03

- Fixed pecl bug #16536 (Weight of 0 causes SegFault on memcache_add_server)
- Fixed pecl bug #17130 (Uninitialized tv.tv_usec causing PHP to loop
  endlessly)
- Fixed pecl bug #13623 (Memcache-client makes php segfault in semi-related
  code)
2010-12-19 03:00:52 +00:00
taca
7f57bb344f Note update of security/php-suhosin package to 0.9.32.1. 2010-12-19 02:23:25 +00:00
taca
70bb03ade5 Update php-suhosin pacakge to 0.9.32.1.
2010-07-23 - 0.9.32.1

    - Fixed missing header file resulting in compile errors

2010-07-23 - 0.9.32

    - Added support for memory_limit > 2GB
    - Fixed missing header file resulting in wrong php_combined_lcg()
      prototype being used
    - Improved random number seed generation more by adding /dev/urandom juice

2010-03-28 - 0.9.31

    - Fix ZTS build of session.c
    - Increased session identifier entropy by using /dev/urandom if available

2010-03-25 - 0.9.30

    - Added line ending characters %0a and %0d to the list of
      dangerous characters handled
      by suhosin.server.encode and suhosin.server.strip
    - Fixed crash bug with PHP 5.3.x and session module (due to
      changed session globals struct)
    - Added ! protection to PHP session serializer
    - Fixed simulation mode now also affects (dis)allowed functions
    - Fixed missing return (1); in random number generator replacements
    - Fixed random number generator replacement error case behaviour
      in PHP 5.3.x
    - Fixed error case handling in function_exists() PHP 5.3.x
    - Merged changes/fixes in import_request_variables()/extract()
      from upstream PHP
    - Fixed suhosin_header_handler to be PHP 5.3.x compatible
    - Merge fixes and new features of PHP's file upload code to suhosin
2010-12-19 02:22:15 +00:00
taca
0f73695001 Note addtion of textproc/php-mecab version 0.4.1. 2010-12-19 02:17:08 +00:00
taca
6333ea4abd Add and enable php-mecab. 2010-12-19 02:14:34 +00:00
taca
fe07165f02 Importing textproc/php-mecab version 0.4.1.
A PHP extension for MeCab Morphological Analyzer.

Still in experimental but seems to used well.
2010-12-19 02:13:50 +00:00
taca
835eca0904 Add lang-ku and lang-rm, for Kurdish and Rhaeto-Romance language support. 2010-12-19 00:54:19 +00:00
taca
66b3f0fbcb Note update of www/contao29-translations package to 20101214. 2010-12-19 00:52:33 +00:00
taca
cabce00910 Update contao29-translations package to 20101214.
Re-add Albanian language files.
2010-12-19 00:51:49 +00:00
wiz
453ec4b898 + TeXmacs-1.0.7.9, aria2-1.10.8, avidemux-2.5.4, calibre-0.7.34,
kye-1.0, p5-Perl-Tidy-20101217, smalltalk-3.2.3.
2010-12-19 00:44:42 +00:00
wiz
3ff3e90e8a Not make-jobs-safe. (Wants to link against libraw before it is completely
built when run with -j16.)
2010-12-18 23:50:58 +00:00
adam
a56ea99c57 Removed PGSQL_USE_HIER 2010-12-18 19:33:01 +00:00
adam
a12298de6e Added gssapi 2010-12-18 18:53:42 +00:00
wiz
9313e0506a Updated textproc/mdocml to 1.10.6 2010-12-18 14:20:14 +00:00
wiz
3dfcc9a42f Update to 1.10.6:
27-09-2010: version 1.10.6

Calling conventions for mandoc have changed: -W improved and -f
deprecated. Non-ASCII characters are also now uniformly discarded.
Lots of documentation improvements. Many incremental fixes accomodating
for groff's more interesting productions. Lastly, pod2man preambles
are now fully accepted after some considerable roff and special
character support.

27-07-2010: version 1.10.5

Primarily a bug-fix and polish release, but including -Tpdf support
in mandoc by way of Summer of Code. Highlights:

    * fix "Sm" and "Bd" handling
    * fix end-of-sentence handling for embedded sentences
    * polish man documentation
    * document all mdoc macros
    * polish mandoc -Tps output
    * lots of internal clean-ups in character escapes
    * un-break literal contexts in man documents
    * improve -Thtml output for -man
    * add mandoc -Tpdf support

12-07-2010: version 1.10.4

Lots of features developed during both Summer of Code and the
OpenBSD c2k10 hackathon:

    * minimal "ds" roff symbols are supported
    * "Bk" mdoc support
    * beautified SYNOPSIS section output
    * variable font-width and paper-size support in mandoc -Tps output
    * acceptance of scope-block breakage in mdoc
    * clarify error message status
    * many minor bug-fixes and formatting issues resolved

19-06-2010: version 1.10.2

Small release featuring text-decoration in -Tps output, a few minor
relaxations of errors, and some optimisations.
2010-12-18 14:20:03 +00:00
wiz
dc146e4c70 Updated devel/cscope to 15.7anb1 2010-12-18 13:06:13 +00:00
wiz
301f24a69b Install some emacs support files. Requested by Stefan in PR 44250.
Bump PKGREVISION.
2010-12-18 13:06:04 +00:00
wiz
4742c93875 Added lang/boomerang version 0.2 2010-12-18 12:47:53 +00:00
wiz
7fe66a1c81 + boomerang. 2010-12-18 12:47:31 +00:00
wiz
c389cd2800 Initial import of boomerang-0.2:
Boomerang is a programming language for writing lenses--well-behaved
bidirectional transformations--that operate on ad-hoc, textual data
formats. Every lens program, when read from left to right, describes
a function that maps an input to an output; when read from right
to left, the very same program describes a "backwards" function
that maps a modified output, together with the original input, back
to a modified input.

Lenses have been used to solve problems across a wide range of
areas in computing including: in data converters and synchronizers,
in parsers and pretty printers, in picklers and unpicklers, in
structure editors, in constraint maintainers for user interfaces,
in software model transformations, in schema evolution, in tools
for managing system configuration files, and in databases where
they provide updatable views.
2010-12-18 12:47:11 +00:00
shattered
d3f7983af2 Note kid3 update. 2010-12-18 11:26:41 +00:00
shattered
7671876e2d Update to 1.5. Changes:
- Faster filtering, simple audio player, GUI and usability improvements.
- Support for Ogg cover art, import from Amazon.
- Support for WMA/ASF, AIFF and WAV files, advanced playlist creation,
  improved tag editing.
- Import of album cover art, options to mark changed tag fields and
  to store the ID3v2 genre as text instead of numeric string.
2010-12-18 11:26:14 +00:00
dsainty
b9192a06bb Remove a portion of patch-aa that patched in a reference to
BUILDLINK_PREFIX.jpeg, which probably never worked, and should be entirely
unnecessary.
2010-12-18 08:15:51 +00:00
abs
d50abae1eb update distinfo for 1.7.3.4 2010-12-17 23:37:50 +00:00
rhaen
0cfc648d96 Updated textproc/p5-XML-Twig to 3.37 2010-12-17 23:11:36 +00:00
rhaen
223aaea1fa - updated to 3.37
Changelog:
version 3.37
date: 2010-10-08
# minor maintenance release
fixed: more tests fixed for HTML::TreeBuilder, hopefully
       will pass now

version 3.36
date: 2010-10-07
# minor maintenance release
added: the use_tidy option to XML::Twig->new, which uses
       HTML::Tidy to convert HTML to well-formed XHTML, as an
       alternative to the default conversion which uses
       HTML::TreeBuilder
added: XML::Twig::Elt method siblings which returns the
       siblings of the element
added: methods att_accessors, elt_accessors and field_accessor
       as well as the similarly named options when creating an
       XML::Twig
added: set_outer_xml XML::Twig::Elt method
added: print_to_file on an XML::Twig::Elt
added: can use the tag[nested] form in twig handlers that
       triggers on elements 'tag' that include a child 'nested'
added: aliased the add_to_class XML::Twig::Elt method to add_class,
       which seems more natural
added: the remove_class method
added: made att and class lvalues (in perl 5.6 and up)
fixed: copy did not copy the empty status of an element
       RT#31664 spotted by Roland Minner
       https://rt.cpan.org/Ticket/Display.html?id=31664
fixed: cut_children would always set the empty status of an element,
       even if it had children left
fixed: tests did not pass with HTML::TreeBuilder 3.23_1 due to a
       change in an error message
2010-12-17 23:09:27 +00:00
rhaen
ee0afaea3c Updated mail/p5-Email-Abstract to 3.003 2010-12-17 23:04:09 +00:00
rhaen
73c114c365 - updated to 3.003
Changelog:
3.003     2010-11-08
          replace Class::ISA with mro (MRO::Compat)
2010-12-17 23:02:23 +00:00
rhaen
9bf8813daf Updated devel/p5-Test-Inline to 2.212 2010-12-17 22:51:10 +00:00
rhaen
60060a5003 - updated to 2.212
Changelog:
2.212 Mon 22 Nov 2010
    - Updating to Module::Install 1.00
    - No functional changes
2010-12-17 22:49:27 +00:00
rhaen
5626749f7b Updated devel/p5-Test-Deep to 0.108 2010-12-17 22:29:52 +00:00
rhaen
cc24c286a5 - updated to 0.108
Changelog:
0.108     2009-1015

          simple (stringwise) comparison should now be much faster (thanks,
          NCLEATON)
2010-12-17 22:28:49 +00:00
rhaen
92ff5577ab Updated devel/p5-TAP-Formatter-HTML to 0.09 2010-12-17 22:25:42 +00:00
rhaen
571e1f7fda - updated to 0.09
Changelog:
0.09
    +   upgraded to jQuery 1.4.2
    +   updated App::Prove::Plugin::HTML to simplify cmdline usage to the
    extent possible.
    +   fixed RT #41457 & RT #49621: applied Neil Hemingway, Tim Esselens, and
        Panu Ervamaa's patches, and got everything working.  This addresses:
        +   small changes to the top-left corner menu (default_report.css)
        to render it corretly with Firefox 3 (Linux)
        +   inline_js fix
        +   added support for force_inline_js (not on by default, including
        jQuery inline causes errors)
        +   fixed bug in handling of parse_errors in default_report.tt
        +   fixed bug: nothing happens when I click on the test output.
        +   XHTML support
    +   fixed bug: click on summary changes location
    +   fixed 2 minor javascript bugs where '#' was being used as a jQuery id ref
    +   added new feature: column sorting via Christian Bach's jquery.tablesorter
    plugin (bundled from http://tablesorter.com). optional.
    +   added new feature: up to top of test when the test filename is no longer
    visible
2010-12-17 22:23:05 +00:00
asau
d70081fad0 Bump package revision after JIT-related changes on DragonFly. 2010-12-17 22:14:41 +00:00
asau
fe4449984a jit3 compiler doesn't work on DragonFly and causes crashes. PR pkg/44249
Fold long line.
2010-12-17 22:13:16 +00:00
shattered
6066d9ef25 PR/37694: add optional support for libcaca. Tested on 4.0/i386. 2010-12-17 19:05:35 +00:00
rhaen
431639aa9b Updated devel/p5-Log-Log4perl to 1.31 2010-12-17 18:36:07 +00:00
rhaen
56a4000cd5 - updated to 1.31
Changelog:
1.31 (2010/10/27)
  *     (ms) Fixed the number of skipped tests for Windows for previous fix
        of [RT 60665].
2010-12-17 18:34:55 +00:00
rhaen
528707afe8 - updated devel/p5-Log-Dispatch 2010-12-17 18:30:47 +00:00
rhaen
06793710ba - updated to 2.28
- package no longer uses Module::Build

Changelog:
2.28   2010-12-13

- The Log::Dispatch module still had version 2.26 in the last
  release. Reported by Øyvind Skaar. RT #63876.


2.27   2010-10-16

- Fix docs on handling of arrays passed to ->debug, ->error, etc. Requested by
  Andrew Hanenkamp. RT #61400.

- Allow an arrayref for the Syslog socket option. Requested by Paul
  Bennett. RT #57631.

- License is now Artistic 2.0
2010-12-17 18:30:10 +00:00
rhaen
d92f71efc4 Updated devel/p5-IO-Tty to 1.10 2010-12-17 18:21:34 +00:00
rhaen
fedf02c358 - updated to 1.10
Changelog:
2010-10-11   Todd Rinaldo <toddr@cpan.org>
	* CPAN testers clean. Bumping to release version 1.10

2010-10-04   Todd Rinaldo <toddr@cpan.org>
	* RT 60788 - Better error reporting on Operating Systems
	  that can't set a controlling terminal e.g. BeOS
	* Bump to 1.09_01

2010-10-04   Todd Rinaldo <toddr@cpan.org>
	* CPAN testers looks clean. Internal testing done on perl 5.6
	* Bump version to 1.09 and release to CPAN
2010-12-17 18:20:18 +00:00
shannonjr
c8b2fa3194 Added entry for updating security/pcsc-lite to 1.5.5nb2 2010-12-17 17:20:51 +00:00
shannonjr
2d84f1efdd Backported security fix from Version 1.6.6 of pcsc-lite. The fix bounds the
value of a pointer, prior to a memcpy(), to prevent a buffer overflow.
2010-12-17 17:00:35 +00:00
hauke
541d6f3d31 Taking maintainership, after an offer from Masao Uebayasi. 2010-12-17 16:47:32 +00:00
rhaen
b1ba73090f Updated devel/p5-Devel-StackTrace to 1.26 2010-12-17 14:47:19 +00:00
adam
8229da7db1 dynamic linking won't work on Darwin when slapd gets stripped 2010-12-17 14:13:02 +00:00
rhaen
ddefbe74cf - Updated to 1.26
Changelog:
- The as_string method did not localize $@ and $SIG{__DIE__} before doing an
  eval. Reported and tested by Marc Mims. RT #61072.
2010-12-17 14:12:10 +00:00
adam
a34012a104 Fix building openldap-smbk5pwd on machines other than NetBSD, and without kerberos if Heimdal not found (only Samba support). 2010-12-17 10:20:51 +00:00