pkgsrc-Bugs archive

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

pkg/50055: Submission of new package: databases/p5-Parse-Dia-SQL



>Number:         50055
>Category:       pkg
>Synopsis:       Submission of new package: databases/p5-Parse-Dia-SQL
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    pkg-manager
>State:          open
>Class:          change-request
>Submitter-Id:   net
>Arrival-Date:   Thu Jul 16 23:15:00 +0000 2015
>Originator:     David H. Gutteridge
>Release:        current
>Organization:
>Environment:
n/a
>Description:
Attached is a package to add CPAN's Parse::Dia::SQL module, which
converts Dia diagrams into SQL DDL. (There's also devel/dia2code; I'm
evaluating both of them right now, and so thought I'd package this
one too.)

Several things to note:

- This requires PRs pkg/50053 and pkg/50054 are imported first, in
that order.
- I assumed "databases" is the best category for it.
- There's no GPL version specified, so I indicated v2 or v3. (The
licence that accompanies the code is the v2 version.)

DESCR:

Parse::Dia::SQL converts Dia class diagrams into SQL. Various SQL
dialects are supported.

Makefile:

# $NetBSD: Makefile,v 1.1 Exp $

DISTNAME=       Parse-Dia-SQL-0.27
PKGNAME=        p5-${DISTNAME}
CATEGORIES=     databases perl5
MASTER_SITES=   ${MASTER_SITE_PERL_CPAN:=Parse/}

MAINTAINER=     pkgsrc-users%NetBSD.org@localhost
HOMEPAGE=       http://search.cpan.org/dist/Parse-Dia-SQL
COMMENT=        Perl module to convert Dia diagrams to SQL
LICENSE=        gnu-gpl-v2 OR gnu-gpl-v3

BUILD_DEPENDS+= p5-CPAN-Meta-[0-9]*:../../devel/p5-CPAN-Meta

DEPENDS+=       p5-Log-Log4perl-[0-9]*:../../devel/p5-Log-Log4perl
DEPENDS+=       p5-Test-Exception-[0-9]*:../../devel/p5-Test-Exception
DEPENDS+=       p5-Text-Table-[0-9]*:../../textproc/p5-Text-Table
DEPENDS+=       p5-XML-DOM-[0-9]*:../../textproc/p5-XML-DOM
DEPENDS+=       p5-HTML-Lint-[0-9]*:../../www/p5-HTML-Lint

PERL5_PACKLIST= auto/Parse/Dia/SQL/.packlist

REPLACE_PERL+=  bin/parsediasql

.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"

distinfo:

$NetBSD: distinfo,v 1.1 Exp $

SHA1 (Parse-Dia-SQL-0.27.tar.gz) = 2c55f64cb63a4d2a08786f4acdac4e6bb7d6a0a8
RMD160 (Parse-Dia-SQL-0.27.tar.gz) = 9661ff02846ced8367eec4720b20e6032de219fb
Size (Parse-Dia-SQL-0.27.tar.gz) = 132533 bytes

>How-To-Repeat:
n/a
>Fix:
n/a



Home | Main Index | Thread Index | Old Index