pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/databases/p5-SQL-Translator Update p5-SQL-Translator t...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4ed97877fd0f
branches:  trunk
changeset: 595594:4ed97877fd0f
user:      hiramatsu <hiramatsu%pkgsrc.org@localhost>
date:      Tue Nov 22 11:17:47 2011 +0000

description:
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:

 databases/p5-SQL-Translator/Makefile |  6 +++---
 databases/p5-SQL-Translator/distinfo |  8 ++++----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (35 lines):

diff -r 2a17192e48b7 -r 4ed97877fd0f databases/p5-SQL-Translator/Makefile
--- a/databases/p5-SQL-Translator/Makefile      Tue Nov 22 10:54:15 2011 +0000
+++ b/databases/p5-SQL-Translator/Makefile      Tue Nov 22 11:17:47 2011 +0000
@@ -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-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 -r 2a17192e48b7 -r 4ed97877fd0f databases/p5-SQL-Translator/distinfo
--- a/databases/p5-SQL-Translator/distinfo      Tue Nov 22 10:54:15 2011 +0000
+++ b/databases/p5-SQL-Translator/distinfo      Tue Nov 22 11:17:47 2011 +0000
@@ -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



Home | Main Index | Thread Index | Old Index