# 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: # # postgresql-mysql_fdw # postgresql-mysql_fdw/distinfo # postgresql-mysql_fdw/Makefile # postgresql-mysql_fdw/pkg-descr # echo c - postgresql-mysql_fdw mkdir -p postgresql-mysql_fdw > /dev/null 2>&1 echo x - postgresql-mysql_fdw/distinfo sed 's/^X//' >postgresql-mysql_fdw/distinfo << '8605c7e3a0b57bce07c7d86aaf7914c3' 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 8605c7e3a0b57bce07c7d86aaf7914c3 echo x - postgresql-mysql_fdw/Makefile sed 's/^X//' >postgresql-mysql_fdw/Makefile << 'a5a93c718e547be00782483f624e51e3' 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 XUSES= gmake pgsql:9.3+ mysql XUSE_GITHUB= yes XGH_ACCOUNT= EnterpriseDB XGH_TAGNAME= c14ee1d X XMAKE_ENV= USE_PGXS=1 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' 's/#if defined(__APPLE__)/& || defined(__FreeBSD__)/' ${WRKSRC}/mysql_fdw.c X X.include a5a93c718e547be00782483f624e51e3 echo x - postgresql-mysql_fdw/pkg-descr sed 's/^X//' >postgresql-mysql_fdw/pkg-descr << '6db9a998b1a6b9eda1dbf65d27d3be99' 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 6db9a998b1a6b9eda1dbf65d27d3be99 exit