diff options
author | hiramatsu <hiramatsu@pkgsrc.org> | 2011-11-22 11:17:47 +0000 |
---|---|---|
committer | hiramatsu <hiramatsu@pkgsrc.org> | 2011-11-22 11:17:47 +0000 |
commit | f5a6dc8e17306f5d0eb625c633d4c9e25f06b57f (patch) | |
tree | 3536e233b191264cecda29636ad29be5f6353edb /databases | |
parent | ef79a213d4e403b034af750f5340f5d45632c0ef (diff) | |
download | pkgsrc-f5a6dc8e17306f5d0eb625c633d4c9e25f06b57f.tar.gz |
Update p5-SQL-Translator to 0.11010.
Changes from previous:
# ----------------------------------------------------------
# 0.11010 2011-10-05
# ----------------------------------------------------------
* Add "if exists" to drop view statements in Pg.
# ----------------------------------------------------------
# 0.11009 2011-09-02
# ----------------------------------------------------------
* Fix MySQL producer to properly quote all table names on output (patch from geistteufel)
# ----------------------------------------------------------
# 0.11008 2011-05-04
# ----------------------------------------------------------
* Correctly create and parse FK constraints in SQLite
* Correct postgis geography type insertion and linebreak fix for multiple geometry/geography columns
* made PostgreSQL producer consistent with other producers in terms of
quoting and allowing functions in constraints and indices
* Add distinction of autoinc and regular primary keys to the GraphViz producer
* Fix odd invocation of Test::More::pass() in t/36-filters.t (RT#64728)
* Quote everything in SQL Server
* Turn off constraints before dropping tables in SQL Server
* Make true unique constraints if needed in SQL Server
* Fixed Producer::PostgresSQL to output array type after type size,
i.e. varchar(64)[] rather than varchar[](64)
# ----------------------------------------------------------
# 0.11007 2010-11-30
# ----------------------------------------------------------
* Fix POD typo in SQL/Translator/Schema/Trigger.pm
* Add explicit Scalar::Util to the deplist for really old perls
* Add support for PostGIS Geometry and Geography data types in the Pg producer
* Some minor fixes to squash warnings on new perls
* Support a custom_type_name hint when creating enum types in PostgreSQL
* Fix sqlt options/pod mismatch (RT#58318)
* Oracle Producer multicolumn constraint support
* Add support for triggers in the MySQL producer
* Fix unstable order of View's in MySQL parser
Diffstat (limited to 'databases')
-rw-r--r-- | databases/p5-SQL-Translator/Makefile | 6 | ||||
-rw-r--r-- | databases/p5-SQL-Translator/distinfo | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/databases/p5-SQL-Translator/Makefile b/databases/p5-SQL-Translator/Makefile index 382a148fed1..6934ec98547 100644 --- a/databases/p5-SQL-Translator/Makefile +++ b/databases/p5-SQL-Translator/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.16 2011/08/14 08:18:11 obache Exp $ +# $NetBSD: Makefile,v 1.17 2011/11/22 11:17:47 hiramatsu Exp $ -DISTNAME= SQL-Translator-0.11006 +DISTNAME= SQL-Translator-0.11010 PKGNAME= p5-${DISTNAME} -PKGREVISION= 3 CATEGORIES= databases perl5 #MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../by-authors/id/J/JR/JROBINSON/} MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=SQL/} @@ -20,6 +19,7 @@ DEPENDS+= p5-Class-MakeMethods-[0-9]*:../../devel/p5-Class-MakeMethods DEPENDS+= p5-Digest-SHA1>=2.0:../../security/p5-Digest-SHA1 DEPENDS+= p5-File-ShareDir>=1.0:../../devel/p5-File-ShareDir DEPENDS+= p5-IO-stringy>=2.110:../../devel/p5-IO-stringy +DEPENDS+= p5-Moo>=0.009007:../../devel/p5-Moo DEPENDS+= p5-Parse-RecDescent>=1.962.2:../../devel/p5-Parse-RecDescent DEPENDS+= p5-XML-Writer>=0.500:../../textproc/p5-XML-Writer diff --git a/databases/p5-SQL-Translator/distinfo b/databases/p5-SQL-Translator/distinfo index 9ffe3967c1c..71f6deeb00e 100644 --- a/databases/p5-SQL-Translator/distinfo +++ b/databases/p5-SQL-Translator/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.12 2010/08/04 14:26:45 sno Exp $ +$NetBSD: distinfo,v 1.13 2011/11/22 11:17:47 hiramatsu Exp $ -SHA1 (SQL-Translator-0.11006.tar.gz) = 5da770dc31313623482fee5035b78b723f93d21e -RMD160 (SQL-Translator-0.11006.tar.gz) = 51eb09684e644156546d6f779b93e85751385da3 -Size (SQL-Translator-0.11006.tar.gz) = 408901 bytes +SHA1 (SQL-Translator-0.11010.tar.gz) = bc2a32bf8d57363c0937b0d465f0b6991e4cefc7 +RMD160 (SQL-Translator-0.11010.tar.gz) = 89a3aad2729c0f77351566ad408b232f92fa2506 +Size (SQL-Translator-0.11010.tar.gz) = 415743 bytes |