FreeBSD Bugzilla – Attachment 184103 Details for
Bug 219671
[NEW PORT] databases/tds_fdw: PostgreSQL foreign data wrapper to connect to TDS databases
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
postgresql-tdw_fdw.shar
postgresql-tds_fdw.shar (text/plain), 2.14 KB, created by
Jov
on 2017-07-06 03:03:10 UTC
(
hide
)
Description:
postgresql-tdw_fdw.shar
Filename:
MIME Type:
Creator:
Jov
Created:
2017-07-06 03:03:10 UTC
Size:
2.14 KB
patch
obsolete
># 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-tds_fdw ># postgresql-tds_fdw/distinfo ># postgresql-tds_fdw/Makefile ># postgresql-tds_fdw/pkg-descr ># >echo c - postgresql-tds_fdw >mkdir -p postgresql-tds_fdw > /dev/null 2>&1 >echo x - postgresql-tds_fdw/distinfo >sed 's/^X//' >postgresql-tds_fdw/distinfo << '8044e362ddc787a9df0b5829d84db19b' >XTIMESTAMP = 1496200478 >XSHA256 (tds-fdw-tds_fdw-v1.0.8_GH0.tar.gz) = 2afb64f3a2f125561c379008bd09ffe00d92b2a970dd8fe6af56230890090c6f >XSIZE (tds-fdw-tds_fdw-v1.0.8_GH0.tar.gz) = 23145 >8044e362ddc787a9df0b5829d84db19b >echo x - postgresql-tds_fdw/Makefile >sed 's/^X//' >postgresql-tds_fdw/Makefile << 'bbc0f03e10ba0a91e58faef7d3ab902b' >X# Created by: Jov amutu@amutu.com >X# $FreeBSD$ >X >XPORTNAME= tds_fdw >XPORTVERSION= 1.0.8 >XDISTVERSIONPREFIX= v >XCATEGORIES= databases >XPKGNAMEPREFIX= postgresql${PGSQL_VER:S/.//}- >X >XMAINTAINER= amutu@amutu.com >XCOMMENT= PostgreSQL foreign data wrapper to connect to TDS databases >X >XLICENSE= PostgreSQL >X >XLIB_DEPENDS= libodbc.so:databases/freetds >X >XUSES= gmake pgsql:9.2+ >XUSE_GITHUB= yes >XGH_ACCOUNT= tds-fdw >X >XPLIST_FILES= lib/postgresql/tds_fdw.so \ >X share/doc/postgresql/extension/README.tds_fdw.md \ >X share/postgresql/extension/tds_fdw--1.0.8.sql \ >X share/postgresql/extension/tds_fdw.control >X >Xpost-install: >X ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/postgresql/tds_fdw.so >X >X.include <bsd.port.mk> >bbc0f03e10ba0a91e58faef7d3ab902b >echo x - postgresql-tds_fdw/pkg-descr >sed 's/^X//' >postgresql-tds_fdw/pkg-descr << '59c4364343c6484a5ae6bf86d38d79a2' >XTds_fdw is a PostgreSQL foreign data wrapper that can connect to databases that >Xuse the Tabular Data Stream (TDS) protocol, such as Sybase databases and >XMicrosoft SQL server. The current version does not yet support JOIN push-down, >Xor write operations. It does support WHERE and column pushdowns when >Xmatch_column_names is enabled. >X >XWWW: https://github.com/tds-fdw/tds_fdw >59c4364343c6484a5ae6bf86d38d79a2 >exit >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 219671
:
183083
| 184103