diff options
author | jeh <jeh@FreeBSD.org> | 2001-06-23 02:36:54 +0000 |
---|---|---|
committer | jeh <jeh@FreeBSD.org> | 2001-06-23 02:36:54 +0000 |
commit | 5781e11ae709bdb230165211141d14dddc488c64 (patch) | |
tree | 84456841e9fba14391791330d609649a8b39c6d0 /databases/mysql2pgsql | |
parent | 0b6f1bcd48eaf4c5851a2107e707b24baffc9ead (diff) | |
download | FreeBSD-ports-5781e11ae709bdb230165211141d14dddc488c64.zip FreeBSD-ports-5781e11ae709bdb230165211141d14dddc488c64.tar.gz |
The perl script mysql2pgsql can be used to convert MySQL database
dumps to a -compatible format (so the data can be imported into
PostgreSQL).
PR: 27702
Submitted by: Pete Fritchman <petef@databits.net>
Diffstat (limited to 'databases/mysql2pgsql')
-rw-r--r-- | databases/mysql2pgsql/Makefile | 26 | ||||
-rw-r--r-- | databases/mysql2pgsql/distinfo | 1 | ||||
-rw-r--r-- | databases/mysql2pgsql/pkg-comment | 1 | ||||
-rw-r--r-- | databases/mysql2pgsql/pkg-descr | 10 | ||||
-rw-r--r-- | databases/mysql2pgsql/pkg-plist | 1 |
5 files changed, 39 insertions, 0 deletions
diff --git a/databases/mysql2pgsql/Makefile b/databases/mysql2pgsql/Makefile new file mode 100644 index 0000000..70454b5 --- /dev/null +++ b/databases/mysql2pgsql/Makefile @@ -0,0 +1,26 @@ +# New ports collection makefile for: mysql2pgsql +# Date Created: 27 May 2001 +# Whom: Pete Fritchman <petef@databits.net> +# +# $FreeBSD$ +# + +PORTNAME= mysql2pgsql +PORTVERSION= 20010527 +CATEGORIES= databases +MASTER_SITES= http://www.rot13.org/~dpavlin/projects/sql/ +DISTNAME= ${PORTNAME} +EXTRACT_ONLY= # empty + +MAINTAINER= petef@databits.net + +RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI \ + ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/DBD/Pg.pm:${PORTSDIR}/databases/p5-DBD-Pg + +USE_PERL5= yes +NO_BUILD= yes + +do-install: + ${INSTALL_SCRIPT} ${DISTDIR}/mysql2pgsql ${PREFIX}/bin + +.include <bsd.port.mk> diff --git a/databases/mysql2pgsql/distinfo b/databases/mysql2pgsql/distinfo new file mode 100644 index 0000000..0e55a7e --- /dev/null +++ b/databases/mysql2pgsql/distinfo @@ -0,0 +1 @@ +MD5 (mysql2pgsql) = 5ffeb56aacb9ab60753727b3358e0d75 diff --git a/databases/mysql2pgsql/pkg-comment b/databases/mysql2pgsql/pkg-comment new file mode 100644 index 0000000..b5dc7ec --- /dev/null +++ b/databases/mysql2pgsql/pkg-comment @@ -0,0 +1 @@ +Convert a MySQL dump to a PostgreSQL dump diff --git a/databases/mysql2pgsql/pkg-descr b/databases/mysql2pgsql/pkg-descr new file mode 100644 index 0000000..b61a565 --- /dev/null +++ b/databases/mysql2pgsql/pkg-descr @@ -0,0 +1,10 @@ +The perl script mysql2pgsql can be used to convert MySQL database +dumps to a -compatible format (so the data can be imported into +PostgreSQL). This can be useful if you are switching from MySQL +to PostgreSQL and you have quite a bit of data in your MySQL +databases. + +WWW: http://www.rot13.org/~dpavlin/projects.html + +- Pete +petef@databits.net diff --git a/databases/mysql2pgsql/pkg-plist b/databases/mysql2pgsql/pkg-plist new file mode 100644 index 0000000..5e511a6 --- /dev/null +++ b/databases/mysql2pgsql/pkg-plist @@ -0,0 +1 @@ +bin/mysql2pgsql |