diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2006-08-25 10:14:59 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2006-08-25 10:14:59 +0000 |
commit | 94ec5c825735d32168ddf4f09995f79ba5e91a57 (patch) | |
tree | cf9277dd6da240235451ba7b05675526f59a93db /www/mysqlphp2postgres/pkg-descr | |
parent | Update to the 20060824 snapshot of GCC 4.0.4. (diff) |
Add mysqlphp2postgres 0.95, convert mysql calls in a php page into
PostgreSQL calls.
PR: ports/102351
Submitted by: uwe.pierau at tu-clausthal.de
Notes
Notes:
svn path=/head/; revision=171372
Diffstat (limited to 'www/mysqlphp2postgres/pkg-descr')
-rw-r--r-- | www/mysqlphp2postgres/pkg-descr | 6 |
1 files changed, 6 insertions, 0 deletions
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/ |