From f2a146575f4c7b213c0070f2a4f9db6772063338 Mon Sep 17 00:00:00 2001 From: Erwin Lansing Date: Wed, 20 Aug 2003 06:51:48 +0000 Subject: Add p5-Mysql-Diff 0.33, perl module for comparing the table structure of two MySQL databases. PR: 55451 Submitted by: Andrew McNaughton --- databases/p5-MySQL-Diff/Makefile | 27 +++++++++++++++++++++++++++ databases/p5-MySQL-Diff/distinfo | 1 + databases/p5-MySQL-Diff/pkg-descr | 4 ++++ databases/p5-MySQL-Diff/pkg-plist | 9 +++++++++ 4 files changed, 41 insertions(+) create mode 100644 databases/p5-MySQL-Diff/Makefile create mode 100644 databases/p5-MySQL-Diff/distinfo create mode 100644 databases/p5-MySQL-Diff/pkg-descr create mode 100644 databases/p5-MySQL-Diff/pkg-plist (limited to 'databases/p5-MySQL-Diff') diff --git a/databases/p5-MySQL-Diff/Makefile b/databases/p5-MySQL-Diff/Makefile new file mode 100644 index 000000000000..d9f4fd1df372 --- /dev/null +++ b/databases/p5-MySQL-Diff/Makefile @@ -0,0 +1,27 @@ +# New ports collection makefile for: MySQL-Diff +# Date created: 11 August 2003 +# Whom: Andrew McNaughton +# +# $FreeBSD$ +# + +PORTNAME= MySQL-Diff +PORTVERSION= 0.33 +CATEGORIES= databases perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= MySQL +PKGNAMEPREFIX= p5- + +MAINTAINER= andrew@scoop.co.nz +COMMENT= Perl module for comparing the table structure of two MySQL databases + +BUILD_DEPENDS= ${SITE_PERL}/Class/MakeMethods/Template.pm:${PORTSDIR}/devel/p5-Class-MakeMethods \ + ${SITE_PERL}/${PERL_ARCH}/DBD/mysql.pm:${PORTSDIR}/databases/p5-DBD-mysql +RUN_DEPENDS= ${BUILD_DEPENDS} + +PERL_CONFIGURE= yes + +post-install: + $(INSTALL_SCRIPT) $(WRKSRC)/mysqldiff $(PREFIX)/bin + +.include diff --git a/databases/p5-MySQL-Diff/distinfo b/databases/p5-MySQL-Diff/distinfo new file mode 100644 index 000000000000..f0bec4784eca --- /dev/null +++ b/databases/p5-MySQL-Diff/distinfo @@ -0,0 +1 @@ +MD5 (MySQL-Diff-0.33.tar.gz) = 8f8e4af9eacd465814ce4071e9457272 diff --git a/databases/p5-MySQL-Diff/pkg-descr b/databases/p5-MySQL-Diff/pkg-descr new file mode 100644 index 000000000000..5d4df2790e39 --- /dev/null +++ b/databases/p5-MySQL-Diff/pkg-descr @@ -0,0 +1,4 @@ +MySQL::Diff is Perl module for comparing the table structure +of two MySQL databases + +WWW: http://adamspiers.org/computing/mysqldiff/ diff --git a/databases/p5-MySQL-Diff/pkg-plist b/databases/p5-MySQL-Diff/pkg-plist new file mode 100644 index 000000000000..3c18a20a2ce0 --- /dev/null +++ b/databases/p5-MySQL-Diff/pkg-plist @@ -0,0 +1,9 @@ +%%SITE_PERL%%/MySQL/Table.pm +%%SITE_PERL%%/MySQL/Diff.pm +%%SITE_PERL%%/MySQL/Utils.pm +%%SITE_PERL%%/MySQL/Database.pm +bin/mysqldiff +%%SITE_PERL%%/%%PERL_ARCH%%/auto/MySQL/Diff/.packlist +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/MySQL/Diff +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/MySQL 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/MySQL 2>/dev/null || true -- cgit v1.2.3