Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 21 Aug 2006 17:20:30 +0200 (CEST)
From:      Uwe Pierau <uwe.pierau@tu-clausthal.de>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/102351: [NEW PORT] www/mysqlphp2postgres: Convert mysql calls in a php page into PostgreSQL calls
Message-ID:  <200608211520.k7LFKUAO005818@jever.heim2.tu-clausthal.de>
Resent-Message-ID: <200608211530.k7LFUHXV036358@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         102351
>Category:       ports
>Synopsis:       [NEW PORT] www/mysqlphp2postgres: Convert mysql calls in a php page into PostgreSQL calls
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Aug 21 15:30:17 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Uwe Pierau
>Release:        FreeBSD 6.1-STABLE i386
>Organization:
TU Clausthal
>Environment:
System: FreeBSD jever.heim2.tu-clausthal.de 6.1-STABLE FreeBSD 6.1-STABLE #0: Mon Aug 21 13:39:26 CEST 2006 root@jever.heim2.tu-clausthal.de:/usr/obj/usr/src/sys/JEVER i386


>Description:
New port of mysqlphp2postgres:

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.	

>How-To-Repeat:
	
>Fix:


# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	mysqlphp2postgres
#	mysqlphp2postgres/Makefile
#	mysqlphp2postgres/distinfo
#	mysqlphp2postgres/pkg-descr
#
echo c - mysqlphp2postgres
mkdir -p mysqlphp2postgres > /dev/null 2>&1
echo x - mysqlphp2postgres/Makefile
sed 's/^X//' >mysqlphp2postgres/Makefile << 'END-of-mysqlphp2postgres/Makefile'
X# New ports collection makefile for:	mysqlphp2postgres
X# Date created:		21 Aug 2006
X# Whom:			uwe.pierau@tu-clausthal.de
X#
X# $FreeBSD$
X#
X
XPORTNAME=	mysqlphp2postgres
XPORTVERSION=	0.95
XCATEGORIES=	www
XMASTER_SITES=	http://downloads.mikekohn.net/mp2p/ \
X		http://www.heim2.tu-clausthal.de/~upp/mysqlphp2postgres/
X
XMAINTAINER=	uwe.pierau@tu-clausthal.de
XCOMMENT=	Convert mysql calls in a php page into PostgreSQL calls
X
XALL_TARGET=	default
XPLIST_FILES=	bin/mysqlphp2postgres
X
X.include <bsd.port.mk>
END-of-mysqlphp2postgres/Makefile
echo x - mysqlphp2postgres/distinfo
sed 's/^X//' >mysqlphp2postgres/distinfo << 'END-of-mysqlphp2postgres/distinfo'
XMD5 (mysqlphp2postgres-0.95.tar.gz) = 436800d4ec806ad78619b6334a6308e9
XSHA256 (mysqlphp2postgres-0.95.tar.gz) = fada95133433beea8e388f5ea8f58810f5d1757aa96148e6994a07b48b3f479b
XSIZE (mysqlphp2postgres-0.95.tar.gz) = 4724
END-of-mysqlphp2postgres/distinfo
echo x - mysqlphp2postgres/pkg-descr
sed 's/^X//' >mysqlphp2postgres/pkg-descr << 'END-of-mysqlphp2postgres/pkg-descr'
XMySQL PHP to PostgreSQL is a program that takes a php page that
Xuses mysql calls and changes them into PostgreSQL calls.  This
Xallows any website (if it converts properly :) that was written 
Xin PHP for MySQL to run as a website written to run on PostgreSQL.
X
XWWW: http://mp2p.mikekohn.net/
END-of-mysqlphp2postgres/pkg-descr
exit

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200608211520.k7LFKUAO005818>