aboutsummaryrefslogtreecommitdiff
path: root/www/mysqlphp2postgres
diff options
context:
space:
mode:
authorRong-En Fan <rafan@FreeBSD.org>2006-08-25 10:14:59 +0000
committerRong-En Fan <rafan@FreeBSD.org>2006-08-25 10:14:59 +0000
commit94ec5c825735d32168ddf4f09995f79ba5e91a57 (patch)
treecf9277dd6da240235451ba7b05675526f59a93db /www/mysqlphp2postgres
parentbdfe0774efecee84099812e5451b8605bdf3c766 (diff)
downloadports-94ec5c825735d32168ddf4f09995f79ba5e91a57.tar.gz
ports-94ec5c825735d32168ddf4f09995f79ba5e91a57.zip
Notes
Diffstat (limited to 'www/mysqlphp2postgres')
-rw-r--r--www/mysqlphp2postgres/Makefile20
-rw-r--r--www/mysqlphp2postgres/distinfo3
-rw-r--r--www/mysqlphp2postgres/pkg-descr6
3 files changed, 29 insertions, 0 deletions
diff --git a/www/mysqlphp2postgres/Makefile b/www/mysqlphp2postgres/Makefile
new file mode 100644
index 000000000000..2b3592d31812
--- /dev/null
+++ b/www/mysqlphp2postgres/Makefile
@@ -0,0 +1,20 @@
+# New ports collection makefile for: mysqlphp2postgres
+# Date created: 21 Aug 2006
+# Whom: uwe.pierau@tu-clausthal.de
+#
+# $FreeBSD$
+#
+
+PORTNAME= mysqlphp2postgres
+PORTVERSION= 0.95
+CATEGORIES= www
+MASTER_SITES= http://downloads.mikekohn.net/mp2p/ \
+ http://www.heim2.tu-clausthal.de/~upp/mysqlphp2postgres/
+
+MAINTAINER= uwe.pierau@tu-clausthal.de
+COMMENT= Convert mysql calls in a php page into PostgreSQL calls
+
+ALL_TARGET= default
+PLIST_FILES= bin/mysqlphp2postgres
+
+.include <bsd.port.mk>
diff --git a/www/mysqlphp2postgres/distinfo b/www/mysqlphp2postgres/distinfo
new file mode 100644
index 000000000000..b661c5073af5
--- /dev/null
+++ b/www/mysqlphp2postgres/distinfo
@@ -0,0 +1,3 @@
+MD5 (mysqlphp2postgres-0.95.tar.gz) = 436800d4ec806ad78619b6334a6308e9
+SHA256 (mysqlphp2postgres-0.95.tar.gz) = fada95133433beea8e388f5ea8f58810f5d1757aa96148e6994a07b48b3f479b
+SIZE (mysqlphp2postgres-0.95.tar.gz) = 4724
diff --git a/www/mysqlphp2postgres/pkg-descr b/www/mysqlphp2postgres/pkg-descr
new file mode 100644
index 000000000000..dce4864278f5
--- /dev/null
+++ b/www/mysqlphp2postgres/pkg-descr
@@ -0,0 +1,6 @@
+MySQL PHP to PostgreSQL is a program that takes a php page that
+uses mysql calls and changes them into PostgreSQL calls. This
+allows any website (if it converts properly :) that was written
+in PHP for MySQL to run as a website written to run on PostgreSQL.
+
+WWW: http://mp2p.mikekohn.net/