diff --git a/www/Makefile b/www/Makefile index 992a1c693247..76929d05d4ea 100644 --- a/www/Makefile +++ b/www/Makefile @@ -405,6 +405,7 @@ SUBDIR += myfaces SUBDIR += myghty SUBDIR += mysar + SUBDIR += mysqlphp2postgres SUBDIR += nanoblogger SUBDIR += nd SUBDIR += neon 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 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/