Commit graph

178106 commits

Author SHA1 Message Date
ryoon
5db4efa100 Update to 20111115
* Set MASTERS_SITES as MASTER_SITE_LOCAL

Changelog:
* Remove DroidSansArabic.ttf and DroidSansHebrew.ttf
* Add DroidKufi-*.ttf, DroidNaskh-*.ttf, DroidSansArmenian.ttf,
  DroidSansEthiopic-*.ttf, DroidSansGeorgian.ttf,
  DroidSansHebrew-*.ttf and DroidSansFallbackFull.ttf
* Probably some improvements
2011-11-17 19:16:08 +00:00
joerg
5dfb77f858 Add objcopy to the list of cross-compiling tools. 2011-11-17 19:01:31 +00:00
cheusov
282538bb8e Pass INSTALL to mk-c for cross-compilation 2011-11-17 18:53:53 +00:00
cheusov
a27d5e54c6 Updated pkgtools/pkg_summary-utils to 0.56.3 2011-11-17 18:48:02 +00:00
cheusov
84c0921d9f Update to 0.56.3
pkg_src_summary:
    - fixed: gathering DESCRIPTION and ALLDISTFILES fields eats
      too much CPU. Now full summary is gathered drammatically faster.
      This may significantly speed up distbb bulk builds.
    - While generating ALLDISTFILES do not try to read "distinfo" files when
      DISTFILES is empty.
    - More regression tests.
    - If MAKECONF and PSS_SLAVES are not empty, MAKECONF is passed to
      pkg_src_summary processes running on slave hosts.
2011-11-17 18:47:42 +00:00
drochner
47a8569c96 reset PKGREV for xine-lib update, and use ${XINE_MOD_DIR_VER}
(as done in audio/xine-* by obache - thanks!)
2011-11-17 18:22:27 +00:00
jakllsch
0a8929ad78 Updated devel/libftdi to 0.19 2011-11-17 18:18:01 +00:00
jakllsch
e2c8b013f5 Update to libftdi-0.19.
Changes since 0.18:
- Make kernel driver detach configurable (Thomas Klose)
- Correct ftdi_poll_modem_status() result code (Tom Saunders)
- cmake build system improvements (Evgeny Sinelnikov)
- Fix uninitialized memory access in async mode (Intra2net)
- Support for FT232R eeprom features (Hermann Kraus)
- Fix size returned by ftdi_read_data (Hermann Kraus)
- C++ wrapper: Fix infinite recursion in set_bitmode (Intra2net)
- Improvements to the python wrapper (Flynn Marquardt and Chris Zeh)
2011-11-17 18:17:48 +00:00
ryoon
4c38a15672 Updated fonts/linux-libertine-ttf to 5.1.3 2011-11-17 18:17:14 +00:00
ryoon
949d6bd438 Update to 5.1.3
Changelog:
* Add some new weight.
* Fix bugs
* Glyphs are added, for example, greek letters
* Some properties are improved
2011-11-17 18:16:03 +00:00
manu
34dc72270c Perfused update:
- fix lookup cache that was not really used
- fix advlock for read-only files
- return EBADF on directory read/write instead of passing to the filesystem
2011-11-17 15:27:22 +00:00
hiramatsu
c6d6fdba70 Note update of net/p5-NetPacket, devel/p5-MooseX-Params-Validate,
security/p5-Crypt-OpenPGP, www/p5-Plack-Middleware-File-Sass and
www/p5-HTML-Selector-XPath.
2011-11-17 14:16:10 +00:00
hiramatsu
c1a5300826 Update p5-HTML-Selector-XPath to 0.11.
Changes from previous:
0.11 Sun Oct 23 21:45:00 GMT 2011
      - Add test to MANIFEST so it also ships

0.10 Sun Oct 23 21:10:53 GMT 2011
      - Identifiers are now parsed closer to the CSS3 spec
      - Certain invalid attribute selectors now raise an exception

0.09 Sun Oct 16 13:07:09 GMT 2011
      - Fix bug in attribute-value-substring selectors where
        the CSS attributes were wrongly assumed to be
        specified with @href (Aaron Crane)
      - Make test suite less verbose (Aaron Crane)

0.08 Sun Sep 18 12:31:31 PDT 2011
      - Fix bug when combining selectors (p , q). Whitespace created invalid
        XPath expressions there. (Corion)
      - Fix bug when combining :root selectors as the second selector.
        The first selector was modified. (Corion)
      - :root now acts relative to the given "root" option,
        not the document root (Corion)
      - More css3 selectors support (Corion)

0.07 Mon Mar  7 17:07:39 PST 2011
      - Added a COPYRIGHT section

0.06 Thu Feb 17 13:54:45 PST 2011
      - Add CSS3 "=$" operator (Corion)
      - Add CSS3 "=^" operator (Corion)
      - Add complex subexpressions for :not() (Corion)
      - Add :empty selector (Corion)
      - Support 'root' parameters to to_xpath (JZOBEL, David Wheeler, Corion)

0.05 Thu Feb 17 09:08:06 PST 2011
      - Add CSS3 "=*" operator for real substring matching (Corion)
      - Add CSS3 ":first-of-type" and ":nth-of-type()" pseudo-attributes (Corion)
        (but if you're using them, you're likely better off using XPath already)
      - Add CSS3 "~" operator (Corion)
      - Adopt tests for "~" operator from RT #61990, by Aaron Crane (Corion)
      - Add :contains() selector (only immediate child nodes) (Corion)
      - Support implicit selectors like "> em" (translated to "* > em") (Corion)
        Fixes RT #50131 (Reported by David Wheeler)
      - Fix more implicit universal selectors (fixes RT #49982)
        :lang(c) as a bare selector works now (Corion, Aaron Crane)
2011-11-17 14:15:13 +00:00
hiramatsu
c3834de980 Update p5-Plack-Middleware-File-Sass to 0.03.
Changes from previous:
0.03  Sun Feb 13 19:40:10 PST 2011
        - Use 'sass' gem executable if installed.

0.02  Fri Feb 11 19:01:42 PST 2011
        - Supported SCSS with the new option 'syntax'
2011-11-17 14:14:39 +00:00
hiramatsu
9968ca8134 Update p5-Crypt-OpenPGP to 1.06.
Changes from previous:
1.06  2010.12.07
    - Fixed an issue introduced in 1.05 on 32-bit systems in
      Crypt::OpenPGP::Util::bigint2bin, where $base needed to be a
      bigint. Thanks to Sam Crawley for the fix.

1.05  2010.12.06
    - Removed Math::Pari as a dependency of Crypt::OpenPGP itself (it's
      still a dependency of some of the backends, including Crypt::RSA).
      Thanks to Sam Crawley for the patch.
    - Skipped RIPEMD160 test on amd64 due to known bug in Crypt::RIPEMD160
      (see rt19138 & rt53323). Thanks to Sam Crawley for the patch.
2011-11-17 14:14:20 +00:00
hiramatsu
0077b51d83 Update p5-MooseX-Params-Validate to 0.16.
Changes from previous:
0.16 2011-01-29
    - The validated_list and validated_hash functions now accept the values to
      be validated as both a hash and a hash reference.

0.15 2010-11-29
    - Add MX_PARAMS_VALIDATE_ALLOW_EXTRA which allows extra parameters in
      validation calls (like allow_extra for Params::Validate).
    - Converted to Test::Fatal.
2011-11-17 14:13:39 +00:00
hiramatsu
aa00aa037e Update p5-NetPacket to 1.3.0.
Changes from previous:
1.3.0 2011-11-13
 [ENHANCEMENTS]
 - 'parse_tcp_options()' method added to NetPacket::TCP (patch by Tom
   Linden) [RT#71320]

1.2.0 2011-07-26
 [ENHANCEMENTS]
 - Add support for Ethernet VLAN (thanks to Kai Chan)

1.1.2 2011-06-20
 [BUG FIXES]
 - Add a INSTALL file

1.1.1 2011-02-07
 - Add the new Ethernet types to the export list.  (thanks to Sergey, again
   :-) ) (RT#64799)

1.1.0 2011-01-15
 - Add a few Ethernet types. (thanks to Sergey) (RT#64799)

1.0.1 2010-10-19
 - Make the example verbatim in pod in NetPacket::UDP (rt#62097)

1.0.0 2010-10-17
 - Remove modules NetPacket::ICMPv6, NetPacket::IPv6 and NetPacket::PFLog
   as the license of the patch clashes with the license of the
   distribution. (RT#62197)

0.41_0
 - Fixed bug 18941 - NetPacket::IP includes trailing  trash bytes in
   $ip->{data}
 - Fixed bug 7010 - IP flags field lost in IP::encode()
 - Added Build.PL
 - Moved history off the README file into this one (Changes)
 - Moved module structure to /lib
 - Version now gathered from NetPacket.pm
 - META.yml added to MANIFEST
 - Added myself (Yanick) as author
 - Switched to major.minor.revision version notation

0.43.2 2010-10-11
 - Change the COPYRIGHT sections of the pods to match the Artistic 2.0
   license. (RT#60954)
2011-11-17 14:13:04 +00:00
obache
3b75a2f6e3 Use XINE_MOD_DIR_VER for plugin sub directory name instead of fixed version.
fixes PR pkg/45623.
2011-11-17 13:43:11 +00:00
obache
c90dda68a8 Reset PKGREVISION, from base package update. 2011-11-17 13:31:36 +00:00
obache
fe3030a97b note used by audio/xine-alsa/Makefile. 2011-11-17 13:26:44 +00:00
obache
06529bb6cd Add BUILTIN_VERSION.openssl to MAKEVARS for later use.
fixes PR pkg/44577.
2011-11-17 13:03:19 +00:00
drochner
c4b93b117b update to 2.12.4
changes: translation updates
2011-11-17 12:59:14 +00:00
drochner
effd998397 update to 2.24.8
changes: bugfixes
2011-11-17 12:57:34 +00:00
drochner
5d6a259cfc update to 0.6.3
changes:
-minor fix to installed .pc file
-add gtk-doc docs
2011-11-17 12:55:03 +00:00
drochner
4efadc1f07 update to 2.34.2
changes: bugfixes
2011-11-17 12:51:08 +00:00
drochner
cf1b837c4f update to 0.4.16
changes:
-Convert MMX and SSE backends to a new instruction scheduler
-Add alignment and size hints to parser
-bugfixes
2011-11-17 12:45:06 +00:00
obache
beecb830e8 Updated databases/phpldapadmin to 1.2.2 2011-11-17 12:44:20 +00:00
obache
aaa0e0518b Update phpldapadmin to 1.2.2.
RELEASE NOTES
-------------

This is a minor release update to fix some bugs that were discovered after the
release of 1.2.1.1.

There are some security fixes in this release - I suggest you upgrade your
version of PLA to avoid any exploits.

CHANGES SINCE 1.2.1.1
---------------------
dece0f4 Release 1.2.2
d58f011 Language Translation merge from launchpad
696c266 Additional fix for SF Feature #3387473
2d018aa SF Feature #3387473 - Support for schema discovery using OpenLDAP's cn=config DN
cddf783 Add an alert when RFC3866 tags are being used
1e1fcab SF Bug #3398344 - Import LDIF overwrites entries
d8ab7fc SF Patch #3391547 - Option for minmal mode
56830f1 SF Patch #3391389 - Option to initially open the tree
6c8b623 SF Patch #3391371 - Fix for schema link deactivation
7fc4f0c SF Patch #3391039 - Remove eval commands from PHP code
059b83b SF Bug #3391046 - Loading entries with many attributes is very slow
4089ffa SF Bug #3392644 - Cannot authenticate if password starts or ends with spaces
c57a927 Disable supplied modifiction templates, it confused too many people
d5744b0 SF Bug #3370546 - AjaxEnabled create and delete entry fails on IE9
76e6dad SF Bug #3417184 - PHP Code Injection Vulnerability
5d4245f SF Bug #3395004 - config.php.example refers to lang/en.php
80d027d SF Bug #3373466 - Unable to define force_may attributes
64668e8 Remove XSS vulnerabilty in debug code
caeba72 SF Bug #3355722 - Issue in MultiList attribute type
0782730 SF Bug #3355732 - Cosmetic issue in functions.php -> get_icon()
446faf7 FIX SASL configuration example
afa4a95 Fix SASL implementation - enabled GSSAPI
5987194 SF Bug #3304785 - posixGroup creation template uses cn instead of uid
ddb5ed0 Enabled hiding base DNs that users dont have access to
7649b9b SF Feature #3298820 - Only custom templates
2011-11-17 12:44:02 +00:00
taca
4f0901c4e8 Update MASTER_SITES; SF.net project name has updated. 2011-11-17 11:17:39 +00:00
ryoon
a15a4b7640 Updated fonts/vlgothic-ttf to 20110722 2011-11-17 11:13:19 +00:00
ryoon
ec49fd4cf2 Update to 20110722
Changelog:
* Sync with latest M+ fonts
* Add some glyphs
2011-11-17 11:12:22 +00:00
hiramatsu
deeea6cd1c Note update of databases/p5-Jifty-DBI, devel/p5-Log-Report,
net/p5-DNS-ZoneParse, www/p5-HTTP-Parser and
www/p5-HTTP-Parser-XS.
2011-11-17 09:12:03 +00:00
hiramatsu
8eb21b82d0 Update p5-HTTP-Parser-XS to 0.14.
Changes from previous:
0.14
	- do not include '#' and the following characters in URI in PATH_INFO or QUERY_STRING

0.13
	- fix compile error on GCC < 3 (RT #63074)

0.12
	- fix undeclared dependency on URI::Escape (RT #62716)
	- fix parsing of protocol version in the pure perl impl to exactly match that of XS

0.11
	- fix build error due to the use of Module::Install::ReadmeMarkdownFromPod (RT #62589)

0.10
	- support for HTTP response parsing (by gfx,mala,tokuhirom)
2011-11-17 09:11:04 +00:00
hiramatsu
f89fb7e327 Update p5-HTTP-Parser to 0.06.
Change from previous:
0.06  2011-03-06
  - fix by frodwith for rt.cpan.org #66298 (path string parsing)
2011-11-17 09:10:28 +00:00
hiramatsu
18ca42a852 Update p5-DNS-ZoneParse to 1.10.
1.10 - Wed Sep 22 2010
      - (je) Add ttl_to_int method.
      - (je) Use the SOA "minimum" field if no other TTL can be found (and be
             compatible with BIND in doing so).
2011-11-17 09:10:13 +00:00
hiramatsu
b95990ddd2 Update p5-Log-Report to 0.94.
Changes from previous:
version 0.94: Tue Aug 23 11:14:59 CEST 2011

	Changes:

	- when an exception get throw()n again, but with a different
	  "reason", the fatality "is_fatal" will automatically adapt.

	Improvements:

	- add Log::Report::Exception::isFatal()

version 0.93: Thu Jun 30 09:45:24 CEST 2011

	Fixes:

	- faults caused by $? should not exit with 0
	  rt.cpan.org #68496 [Zephaniah E. Hull]

	- die's in try blocks did not produce a Log::Report::Message
	  reported by [Patrick Powell]

	- fix use for non-admin Windows users
	  rt.cpan.org#67935 [unknown]

	Improvements:

	- ability to change message and reason of an ::Exception

	- lazy-load Log::Report::Die

version 0.92: Fri Apr 15 10:26:33 CEST 2011

	Fixes:

	- another attempt to silence test for Windows bug.

	Improvements:

	- additional doc to dispatcher(), triggered by [Patrick Powell]

	- add                error 'xx', _to => $disp;
          as alternative to  report {to => $disp}, ERROR => 'xx';

version 0.91: Wed Jan 26 16:24:25 CET 2011

	Fixes:

	- enabling and disabling dispatchers did not work
	  [Patrick Powell]

	Improvements:

	- produce nice error when __x received even length list.

	- added Log::Report::Dispatcher::Callback

	- typos in new Callback.pm   [Patrick Powell]

	- disable test which fails on bug in confess on Windows
	  http://rt.perl.org/rt3/Ticket/Display.html?id=81586

	- improved output with new OODoc

version 0.90: Wed Dec 22 16:29:51 CET 2010

	Changes:

	- ::Exception stringifies with lowercase reason, was uppercase

	Fixes:

	- repair Log::Report::report(is_fatal) option.

	- reimplementation of totalDigits and fractionDigits facets,
	  triggered by rt.cpan.org#63464 [mimon-cz]

	- fix handling results of filters

	Improvements:

	- reorder checks in report() to be faster when the message
	  is ignored (for instance trace)
2011-11-17 09:09:53 +00:00
hiramatsu
51e8d33da8 Update p5-Jifty-DBI to 0.72.
Changes from previous:
0.72 2011-10-17
- Fixes:
    * Handle DBH connection errors, retry the query (Luke Closs)

- Documentation:
    * Mention old_value in after_* hooks (Thomas Sibley)

0.71 2011-06-17
- Fixes:
    * Ensure canonicalization and validation triggers are properly found
      (Thomas Sibley)

0.70 2011-06-15
- Fixes:
    * Respect manual column sort_orders (Thomas Sibley)
    * Produce more useful error messages during schema upgrades (Thomas Sibley)

- Documentation:
    * Clarify what value after_set_* hooks receive (Thomas Sibley)

0.69 2011-05-17
- Fixes:
    * Remove some instances of qw() as parentheses deprecated in 5.14 (sunnavy)
2011-11-17 09:09:22 +00:00
obache
7a765726fc regen distinfo. 2011-11-17 09:00:54 +00:00
sbd
dbf07e0bdf Updated lang/parrot to 3.8.0nb1 2011-11-17 08:24:23 +00:00
sbd
a599e90a9d Add missing devel/readline buildlink.
/^CHECK_WRKREF_SKIP/s/PKGVERSION/VERSION/
(PKGVERSION has the nbX in it)

Bump PKGREVISION
2011-11-17 08:24:11 +00:00
ghen
08b5f5bdcd Updated mail/dovecot2 to 2.0.16. 2011-11-17 08:13:40 +00:00
wiz
1befaca3a1 Fix typo. Ride last night's update. 2011-11-17 08:12:40 +00:00
wiz
9ea83721d2 + at-spi-2.2.3, cheese-3.2.2, gdbm-1.10, glib2-2.30.2, gnome-keyring-3.2.2,
gtkwave-3.3.28, gxine-0.5.906, libfolks-0.6.5, libgee-0.6.3,
  libgnome-keyring-3.2.2, mined-2011.19, raptor-2.0.5, redland-1.0.14.1
  [needs rasqal-0.9.22], seahorse-3.2.2, tomboy-1.8.3, vinagre-3.2.2,
  vino-3.2.2.
2011-11-17 08:11:30 +00:00
ghen
a330154c54 Update to Dovecot 2.0.16.
* VSZ limits weren't being enforced for any processes. On server with
  large mailboxes you may now see errors about it if the limits aren't
  high enough. To fix them, either increase individual service {
  vsz_limit } values or simply increase the default_vsz_limit setting.
* Proxying: If using ssl=yes or starttls=yes with a hostname (not IP)
  as proxy destination, require that the certificate matches the given
  hostname.
* LMTP: Changed default client_limit to 1. This should improve LMTP
  throughput with default settings.
* dsync: Quota is no longer enforced (i.e. dsync can't fail because
  user is over quota).

+ Added "auto" mail storage driver, which can be used to autodetect
  mailbox location and format. This behavior is already the default
  for empty mail_location setting, so this change is mainly useful for
  shared namespace's location setting.
+ checkpassword: Export all auth %variables to AUTH_* environment.
2011-11-17 08:10:01 +00:00
hiramatsu
4fe7f95b8e Note update of textproc/p5-Text-Sass, math/p5-Spreadsheet-Read,
www/p5-Net-FastCGI, security/p5-Crypt-RIPEMD160 and
www/p5-HTML-StickyQuery.
2011-11-17 08:06:38 +00:00
hiramatsu
1c227e452e Updated to p5-HTML-StickyQuery to 0.13.
Changes from previous:
0.13 2010-12-03  IKEBE Tomohiro  <ikebe@livedoor.jp>

        * use parent.
	* modern layout.
2011-11-17 08:04:22 +00:00
hiramatsu
b62f54b4eb Update p5-Crypt-RIPEMD160 to 0.05.
Fixed wrong result on 64 bit platforms.
2011-11-17 08:03:46 +00:00
hiramatsu
3417fb2f9c Update p5-Net-FastCGI to 0.13.
Changes from previous:
0.13 2011-02-12
   - No functional changes in this release
   - Added eg/runfcgi.pl, contributed by Paul Evans (LeoNerd)
   - Added eg/server.pl
2011-11-17 07:58:01 +00:00
hiramatsu
2526aa0a31 Update p5-Spreadsheet-Read to 0.45.
Changes from previous;
0.45	Wed 07 Sep 2011

    - NAME / DISTNAME in Makefile.PL

0.44	Wed 07 Sep 2011

    - More cross-checks for META data
2011-11-17 07:57:24 +00:00
hiramatsu
768dab11f5 Update p5-Text-Sass to 0.93.
Changes from previous:
0.93 - kicked version number

0.9.3 - downgraded POSIX requirement - RT#72204

0.9.2 - background: url(xxx) no-repeat fix from mk@bluepipe.dk RT#66349

0.9.1 - test fixes - fpu platform differences & RT#63256

0.9 - Function & SCSS support from Bjørn-Olav

0.8 - Flexible indentation fixes, from Bjørn-Olav
      Retain declaration order, from Bjørn-Olav

0.7 - Better whitespace handling. Very hacky though. A handful of new tests.

0.6 - Better nesting, lots of haphazard debugging;
      Thanks to tests & queries from Bjørn-Olav Strand
2011-11-17 07:56:35 +00:00