Import of pkgsrc-2013Q2

This commit is contained in:
2013-09-26 17:14:40 +02:00
commit 785076ae39
74991 changed files with 4380255 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
SQL::Translator is a group of Perl modules that converts vendor-specific
SQL table definitions into other formats, such as other vendor-specific
SQL, ER diagrams, documentation (POD and HTML), XML, and Class::DBI
classes. The main focus of SQL::Translator is SQL, but parsers
exist for other structured data formats, including Excel spreadsheets
and arbitrarily delimited text files. Through the separation of
the code into parsers and producers with an object model in between,
it's possible to combine any parser with any producer, to plug in
custom parsers or producers, or to manipulate the parsed data via
the built-in object model. Presently only the definition parts of
SQL are handled (CREATE, ALTER), not the manipulation of data
(INSERT, UPDATE, DELETE).

View File

@@ -0,0 +1,52 @@
# $NetBSD: Makefile,v 1.22 2013/05/31 12:39:54 wiz Exp $
DISTNAME= SQL-Translator-0.11016
PKGNAME= p5-${DISTNAME}
PKGREVISION= 1
CATEGORIES= databases perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=SQL/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/SQL-Translator/
COMMENT= Manipulate structured data definitions (SQL and more)
LICENSE= gnu-gpl-v2
DEPENDS+= p5-Carp-Clan-[0-9]*:../../devel/p5-Carp-Clan
#DEPENDS+= p5-Class-Accessor-[0-9]*:../../devel/p5-Class-Accessor
DEPENDS+= p5-Class-Base-[0-9]*:../../devel/p5-Class-Base
DEPENDS+= p5-Class-Data-Inheritable>=0.02:../../devel/p5-Class-Data-Inheritable
#DEPENDS+= p5-Class-MakeMethods-[0-9]*:../../devel/p5-Class-MakeMethods
#DEPENDS+= p5-Digest-SHA1>=2.0:../../security/p5-Digest-SHA1
# Digest::SHA is required, not Digest::SHA1
DEPENDS+= p5-File-ShareDir>=1.0:../../devel/p5-File-ShareDir
DEPENDS+= p5-IO-stringy>=2.110:../../devel/p5-IO-stringy
DEPENDS+= p5-List-MoreUtils>=0.09:../../devel/p5-List-MoreUtils
DEPENDS+= p5-Moo>=1.000003:../../devel/p5-Moo
DEPENDS+= p5-Package-Variant>=1.001001:../../devel/p5-Package-Variant
DEPENDS+= p5-Parse-RecDescent>=1.967.9:../../devel/p5-Parse-RecDescent
DEPENDS+= p5-XML-Writer>=0.500:../../textproc/p5-XML-Writer
# Recommended
DEPENDS+= p5-GD-[0-9]*:../../graphics/p5-GD
DEPENDS+= p5-Graph-[0-9]*:../../devel/p5-Graph
DEPENDS+= p5-GraphViz-[0-9]*:../../graphics/p5-GraphViz
DEPENDS+= p5-Spreadsheet-ParseExcel>=0.41:../../math/p5-Spreadsheet-ParseExcel
DEPENDS+= p5-Template-Toolkit>=2.20:../../www/p5-Template-Toolkit
DEPENDS+= p5-Text-RecordParser>=0.02:../../textproc/p5-Text-RecordParser
DEPENDS+= p5-XML-LibXML>=1.69:../../textproc/p5-XML-LibXML
DEPENDS+= p5-YAML>=0.66:../../textproc/p5-YAML
BUILD_DEPENDS+= {perl>=5.10,p5-PathTools-[0-9]*}:../../devel/p5-PathTools
BUILD_DEPENDS+= p5-Test-Differences-[0-9]*:../../devel/p5-Test-Differences
BUILD_DEPENDS+= p5-Test-Exception-[0-9]*:../../devel/p5-Test-Exception
BUILD_DEPENDS+= p5-XML-Writer>=0.500:../../textproc/p5-XML-Writer
USE_LANGUAGES= # empty
PERL5_MODULE_TYPE= Module::Install::Bundled
PERL5_PACKLIST= auto/SQL/Translator/.packlist
REPLACE_PERL+= script/*
.include "../../databases/p5-DBI/buildlink3.mk"
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"

View File

@@ -0,0 +1,5 @@
$NetBSD: distinfo,v 1.14 2012/10/19 08:08:25 sno Exp $
SHA1 (SQL-Translator-0.11016.tar.gz) = 74b4e7e6f56945f1c5a75a83b210baa545deedf7
RMD160 (SQL-Translator-0.11016.tar.gz) = 3ccd584c64982addff7d5fd5af87c83b1d241836
Size (SQL-Translator-0.11016.tar.gz) = 421466 bytes