# 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: # # postgresql95-mysql_fdw # postgresql95-mysql_fdw/distinfo # postgresql95-mysql_fdw/Makefile # postgresql95-mysql_fdw/pkg-descr # echo c - postgresql95-mysql_fdw mkdir -p postgresql95-mysql_fdw > /dev/null 2>&1 echo x - postgresql95-mysql_fdw/distinfo sed 's/^X//' >postgresql95-mysql_fdw/distinfo << '9d2f9900056a0d8b10a955385e75dd29' XTIMESTAMP = 1496048192 XSHA256 (EnterpriseDB-mysql_fdw-2.2.0-c14ee1d_GH0.tar.gz) = 531f065a5827ba4f19f222e502b9b224031574845adb5d001d6527a0a601b55f XSIZE (EnterpriseDB-mysql_fdw-2.2.0-c14ee1d_GH0.tar.gz) = 39601 9d2f9900056a0d8b10a955385e75dd29 echo x - postgresql95-mysql_fdw/Makefile sed 's/^X//' >postgresql95-mysql_fdw/Makefile << '53110b95d6e32c247cfe5a4efbdc93c5' X# Created by: Jov amutu@amutu.com X# $FreeBSD$ X XPORTNAME= mysql_fdw XPORTVERSION= 2.2.0 XCATEGORIES= databases XPKGNAMEPREFIX= postgresql${PGSQL_VER:S/.//}- X XMAINTAINER= amutu@amutu.com XCOMMENT= PostgreSQL foreign data wrapper for MySQL X XLICENSE= PostgreSQL X XPGSQL_VER?= 9.5 XUSES= gmake pgsql:${PGSQL_VER} mysql XUSE_GITHUB= yes XGH_ACCOUNT= EnterpriseDB XGH_TAGNAME= c14ee1d X XPLIST_FILES= lib/postgresql/mysql_fdw.so \ X share/postgresql/extension/mysql_fdw--1.0.sql \ X share/postgresql/extension/mysql_fdw.control X Xdo-patch: X ${SED} -i '.orig' '1,/^$$/s/^$$/USE_PGXS=1/' ${WRKSRC}/Makefile X ${SED} -i '.orig' 's/#if defined(__APPLE__)/& || defined(__FreeBSD__)/' ${WRKSRC}/mysql_fdw.c X X.include 53110b95d6e32c247cfe5a4efbdc93c5 echo x - postgresql95-mysql_fdw/pkg-descr sed 's/^X//' >postgresql95-mysql_fdw/pkg-descr << 'd999723988b82dca2f76bdeb6f46424b' XThis PostgreSQL extension implements a Foreign Data Wrapper (FDW) for MySQL. XThe following enhancements are added to the mysql_fdw: X Write-able FDW X Connection Pooling X Where clause push-down X Column push-down X Prepared Statment XPlease note that this version of mysql_fdw works with PostgreSQL 9.3, 9.4, 9.5 Xand 9.6. X XWWW: https://github.com/EnterpriseDB/mysql_fdw d999723988b82dca2f76bdeb6f46424b exit