Commit graph

156437 commits

Author SHA1 Message Date
sno
ccaac3517e Updating databases/p5-SQL-Statement from 1.22 to 1.25
pkgsrc changes:
- Adjust dependencies (mark fullfilled by perl CORE)

Upstream changes:
Version 1.25, release March 15th, 2010
----------------------------------------------
[Bug fixes]
* Keep org_table_names with schema information to allow derived
  table classes to handle as it seems reasonable there
* Separate columns with "\0" in multi-column aggregation to be able to
  difference between ('1','1foo') and ('11','foo')

[Misc]
* More resources added to META.yml

Version 1.24, release March 15th, 2010
----------------------------------------------
[Misc]
* Ignore *.rej in MANIFEST.SKIP (fixes RT #52081 reported by
  Lars Thegler)

[Bug fixes]
* Add missing import of _INSTANCE in SQL::Statement::Function::NumericEval
  fixes RT #52356 - reported by Detlef Pilzecker)
* Fix wrongly discarded DISTINCT clause (RT#53186)

[Improvements]
* Fix parsing errors of plain numbers (RT#16931)
* Fix parsing errors of nested calculation / functions (RT#16931, RT#52356)
* Rewrite result calculation of aggregation functions (simplify code,
  speed up)
* Upgrade Makefile.PL (patch from Alexandr Ciornii) to handle different
  EU::MM versions and abilities properly
* Update documentation to show how 'column_defs' and SQL::Statement::Term
  instances shall be used
* Introduce SQL::Dialect::Role providing ini-style data access to
  SQL::Dialects (patch from Michael Schwern)

[Things that may break your code]
* SQL::Parser now didn't deliver a struct containing 'column_names',
  'computed_columns' and 'set_functions' - it's combined into one member
  'column_defs'.
* Minimum required perl version is now 5.8 - upcoming next version of DBI
  requires perl 5.8, too - and I could simplify some code that's why

Version 1.23, release November 20th, 2009
----------------------------------------------

[Misc]
* Applied patch from Marc Espie which fixes several orthographic
  errors in SQL::Statement::Syntax documentation.
* Added a fixed version of test reported via RT #34121

[Bug fixes]
* Fix an issue in UPDATE command which 'shift's the values from
  the list of parameters which causes there're no more parameters
  left after first row get's updated (Fixes RT #50788)
* Fix aggregate function handling of new code since 1.21_01
* Correct handling of DISTINCT in aggregate functions

[Improvements]
* Add support for tables/columns starting with '_' for CSV and AnyData,
  which is usually forbidden by ANSI SQL
* Add support for inserting multiple lines with one statement
  (fixes RT #31730)
* Handle ANSI 'IS NULL' and CVS/AnyData 'IS NULL' different

[Things that may break your code]
* row_value now expects up to two arguments
2010-03-16 17:30:08 +00:00
sno
4a972edf15 Updated time/p5-DateTime-Format-Natural to 0.85 2010-03-16 17:16:55 +00:00
sno
9b2c3d51b0 Updating time/p5-DateTime-Format-Natural from 0.84 to 0.85
pkgsrc changes:
- Adjust HOMEPAGE to CPAN "Permalink"
- Adjust dependencies according to module's META.yml

Upstream changes:
0.85  2010-03-13  <schubiger@cpan.org>
 - Merged development version to stable.

0.84_03  2010-03-11  <schubiger@cpan.org>
 - Resolve short aliases only if preceded by a digit.
 - Don't capture the date separator for matching with the format.

0.84_02  2010-03-09  <schubiger@cpan.org>
 - Guess the format of dates with a dot or hyphen as separator.
 - Check for separator mismatch when not in lax mode.

0.84_01  2010-02-24  <schubiger@cpan.org>
 - Use the format parameter case-insensitively and test it.
 - Don't bless into a reference within the metadata base constructor.
 - Add some missing commas to the grammar description.
2010-03-16 17:16:44 +00:00
joerg
490eb88167 Updated archivers/bsdtar to 2.8.3 2010-03-16 17:14:32 +00:00
joerg
0f79a38fea Updated archivers/libarchive to 2.8.3 2010-03-16 17:14:08 +00:00
joerg
2d0d9c47d0 libarchive 2.8.3 and bsdtar-2.8.3 2010-03-16 17:13:47 +00:00
joerg
374f74bb49 Merge 2010-03-16 17:12:54 +00:00
sno
48410fd059 Updated time/p5-DateTime-Format-Flexible to 0.15 2010-03-16 17:11:05 +00:00
sno
0607f8945e Updating time/p5-DateTime-Format-Flexible from 0.14 to 0.15
pkgsrc changes:
- Update HOMEPAGE to CPAN "Permalink"

Upstream changes:
0.15 Mon Mar 10 2010
   - fix tests for DateTime string overloading problem
     (thanks Andreas Koenig and Michael Schwern)
2010-03-16 17:10:55 +00:00
joerg
fb973fb373 libarchive-2.8.3: Build fix for Linux 2010-03-16 17:05:42 +00:00
sno
eb0360e842 Updated time/p5-DateTime-Format-Builder to 0.8000 2010-03-16 17:04:58 +00:00
sno
5378d050e3 Updating time/p5-DateTime-Format-Builder from 0.7901nb1 to 0.8000
pkgsrc changes:
- Adjust license definition

Upstream changes:
0.80     2010-03-14
- Remove the 00sig.t test, which seemed to cause random failures based on CPAN
  testers reports.
- Lots of cleanup in test code.
- Future releases will all increment by 0.01 (0.81, 0.82, etc).
- No code changes.
2010-03-16 17:04:47 +00:00
sno
aae08afafe Updated time/p5-DateTime to 0.5400 2010-03-16 17:01:22 +00:00
sno
7f40f65167 Update time/p5-DateTime from 0.5300 to 0.5400
pkgsrc changes:
- Adjust license definition
- Adjust dependencies

Upstream changes:
0.54   2010-03-14
- Bumped the DateTime::TimeZone prereq to 1.09 to force people to use a modern
  version. Previously the minimum version was 0.59, and there have been a lot
  of bug fixes since then.

- String overloading now extends to string comparison, so a DateTime object
  can be compared to any string. In other words

  if ( $dt eq $string ) { ... }

  will simply stringify $dt and then do a normal string-is-equals
  check. Previously, this would blow up unless both operands were a DateTime
  object.

  Note that future versions of Test::More (0.95_01+) will no longer stringify
  arguments to is(), which means that older versions of DateTime may cause new
  test failures when you upgrade Test::More. It is highly recommended that you
  upgrade DateTime before upgrading to Test::More 0.95_01+.

  Patch by Michael Schwern. RT #55453.

- Allow passing end_of_month setting to $duration->inverse(). Requested by
  John Siracusa. RT #53985.
2010-03-16 17:01:11 +00:00
ahoka
31900d5066 Updated audio/cmus to 2.3.1 2010-03-16 16:46:53 +00:00
ahoka
c14795e3df Update to 2.3.1 2010-03-16 16:46:22 +00:00
tnn
406653f554 note firefox, Transmission updates 2010-03-16 16:30:38 +00:00
tnn
52c0e9fb5c avoid local version suffix going backwards 2010-03-16 16:14:15 +00:00
taca
2aa3f5bdfa php5-xsl has moved to php-xsl. 2010-03-16 16:12:45 +00:00
taca
ac74f95931 php5-dom has moved to php-dom. 2010-03-16 16:11:59 +00:00
taca
6ef86add32 php5-soap has moved to php-soap. 2010-03-16 16:11:00 +00:00
taca
8d2496e724 misc/php-mbstring moved to converters/php-mbstring. 2010-03-16 16:09:32 +00:00
tnn
c628c53876 fix build breakage 2010-03-16 16:09:04 +00:00
taca
0a789d0ec9 misc/php-calendar has moved to time/php-calendar. 2010-03-16 16:08:16 +00:00
taca
7c9307fb19 php5-mysqli has moved to php-mysqli. 2010-03-16 16:06:10 +00:00
tnn
f7246f6338 fix build breakage 2010-03-16 16:04:21 +00:00
taca
e7a46adde3 Update description in comments. 2010-03-16 16:03:22 +00:00
taca
633848f7a1 Update dependency to newer package path.
converters/php-mbstring
	databases/php-mysqli
	net/php-soap
	textproc/php-dom
	textproc/php-xsl
	time/php-calendar

No functional change should be done.
2010-03-16 16:02:20 +00:00
tnn
40234ac27f fix build after xulrunner-1.9.2.2 update 2010-03-16 15:58:54 +00:00
taca
80a7acaefe Note addtion of php53 packages.
lang/php53			5.3.2
	misc/php-intl			5.3.2
	textproc/php-enchant		5.3.2
	meta-pkgs/php53-extensions	5.3.2

And update of meta-pkgs/php5-extensions.
2010-03-16 15:57:47 +00:00
tnn
c32328a14b Update to firefox-3.6.2.
.2 is not formally released yet, but is release tagged in the scm and I
want to get this update in before we freeze the tree.

"Firefox 3.6 is built on Mozilla's Gecko 1.9.2 web rendering platform,
which has been under development since early 2009 and contains many
improvements for web developers, add-on developers, and users."

- Improved JavaScript performance, overall browser responsiveness,
  and startup time.
- The ability for web developers to indicate that scripts should run
  asynchronously to speed up page load times.
- Continued support for downloadable web fonts using the new WOFF font format.
- Support for new CSS attributes such as gradients, background sizing,
  and pointer events.
- Support for new DOM and HTML5 specifications including the Drag & Drop API
  and the File API, which allow for more interactive web pages.
2010-03-16 15:57:02 +00:00
taca
d5206de798 Add and enable php53-extensions. 2010-03-16 15:55:08 +00:00
taca
a92da01ded Importing php53-extensions package, meta pacakge for php53. 2010-03-16 15:54:08 +00:00
taca
4d116ddf51 Update php5-extensions package to 5.2.13.
* Change package version scheme.
* Add php5-pspell and php5-sysvmsg.
2010-03-16 15:52:25 +00:00
taca
bb73bac915 Add and enable php-enchant. 2010-03-16 15:43:32 +00:00
taca
ecb2b6d557 Importing textproc/php-enchant 5.3.2 which part of PHP 5.3.2 and successor
of php-pspell.


PHP is a programming language designed to be embedded into web pages.
This module provides support for enchant support.

Enchant is a binder for libenchant. Libenchant provides a common
API for many spell libraries:

	- aspell/pspell (intended to replace ispell)
	- hspell (hebrew)
	- ispell
	- myspell/hunspell (OpenOffice project, mozilla)
	- uspell (primarily Yiddish, Hebrew, and Eastern European languages)

A plugin system allows to add custom spell support,
see http://www.abisource.com/enchant/.
2010-03-16 15:42:44 +00:00
taca
7724c3d24e Add and enable php-intl. 2010-03-16 15:40:21 +00:00
taca
b4687d56d6 Importing misc/php-intl package 5.3.2 which contained in PHP 5.3.2.
PHP is a programming language designed to be embedded into web pages.
This module provides support for internationalization.
2010-03-16 15:39:10 +00:00
taca
245c4c6945 Use PKG_PHP_MAJOR_VERS instead of PKG_PHP_VERSION now
since the name of extension only contain major version.
2010-03-16 15:36:39 +00:00
taca
d3f4c4ac08 Explicitly setenv TZ=UTC when installing with pear since pear of PHP 5.3.2
check system's timezone and produce useless warnings.
2010-03-16 15:34:01 +00:00
taca
cbad57f1cc Add and enable php53. 2010-03-16 15:32:47 +00:00
taca
5828ab469c Importing PHP 5.3.2 as lang/php53.
This package and lang/php5 aren't installed at the same time.
Setting PHP_VERSION_DEFAULT as "5" or "53" to select PHP 5.2.x or 5.3.x.


PHP is an HTML-embedded scripting language. It is modular, with
some object-oriented features. Much of its syntax is borrowed from
C, Java and Perl with a couple of unique PHP-specific features
thrown in.  The language is designed to allow web developers to
write dynamically generated pages quickly.
2010-03-16 15:31:58 +00:00
taca
d08cf9a998 Prepair for importing PHP 5.3.2.
* Add "53" as PHP 5.3.x for several PHP_VERSION_* and its frends.
* Add PKG_PHP_MAJOR_VERS which currently only takes "5".
* Add "php53" to PHP_PKG_PREFIX.
* Add checking installed PHP's version against required version.
2010-03-16 15:25:36 +00:00
taca
8e69e8f96d Remove entry for php5-dom and php5-xsl. 2010-03-16 15:22:10 +00:00
taca
06c358d05e Remove an entry for php5-soap. 2010-03-16 15:21:32 +00:00
taca
b06fc2f3a9 Remove entry for php-calendar and php-mbstring. 2010-03-16 15:20:37 +00:00
taca
fcb4434ced Remove entry of php5-mysqli. 2010-03-16 15:19:57 +00:00
taca
f2373b0fa5 Add and enable php-calendar. 2010-03-16 15:18:01 +00:00
taca
f2275fa272 Add and enable php-dom and php-xsl. 2010-03-16 15:17:04 +00:00
taca
6df1b95181 Add and enable php-soap. 2010-03-16 15:15:54 +00:00