Port details |
- postgresql-tds_fdw PostgreSQL foreign data wrapper to connect to TDS databases
- 2.0.4 databases =4 2.0.4Version of this port present on the latest quarterly branch.
- Maintainer: sunpoet@FreeBSD.org
- Port Added: 2017-07-14 09:14:21
- Last Update: 2024-09-25 04:22:25
- Commit Hash: 37bb0f2
- People watching this port, also watch:: postgresql16-mysql_fdw, nuitka-py311, monit, py39-beautifulsoup, nagios-check_hdd_health
- License: PostgreSQL
- WWW:
- https://github.com/tds-fdw/tds_fdw
- Description:
- Tds_fdw is a PostgreSQL foreign data wrapper that can connect to databases that
use the Tabular Data Stream (TDS) protocol, such as Sybase databases and
Microsoft SQL server.
This foreign data wrapper requires a library that implements the DB-Library
interface, such as FreeTDS. This has been tested with FreeTDS, but not the
proprietary implementations of DB-Library.
The current version does not yet support JOIN push-down, or write operations.
It does support WHERE and column pushdowns when match_column_names is enabled.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- postgresql16-tds_fdw>0:databases/postgresql-tds_fdw
- To install the port:
- cd /usr/ports/databases/postgresql-tds_fdw/ && make install clean
- To add the package, run one of these commands:
- pkg install databases/postgresql-tds_fdw
- pkg install postgresql16-tds_fdw
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: postgresql16-tds_fdw
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1726740919
SHA256 (tds-fdw-tds_fdw-v2.0.4_GH0.tar.gz) = 2f4a5a48890c54b8f9a57ed5e5f7bfeeca474e82e0bdb137df4acf57c7eafc62
SIZE (tds-fdw-tds_fdw-v2.0.4_GH0.tar.gz) = 74186
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- gmake>=4.4.1 : devel/gmake
- Library dependencies:
-
- libsybdb.so : databases/freetds
- libpq.so.5 : databases/postgresql16-client
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- databases_postgresql-tds_fdw
- USES:
- gmake pgsql
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.0.4 25 Sep 2024 04:22:25 |
Po-Chuan Hsieh (sunpoet) |
databases/postgresql-tds_fdw: Update to 2.0.4
Changes: https://github.com/tds-fdw/tds_fdw/releases |
2.0.3 15 Apr 2023 13:14:58 |
Muhammad Moinur Rahman (bofh) |
*/*: Remove pointers to EOLed pgsql versions
- Remove dotted pgsql versions
Approved by: portmgr |
2.0.3 30 Dec 2022 09:04:05 |
Po-Chuan Hsieh (sunpoet) |
databases/postgresql-tds_fdw: Update to 2.0.3
Changes: https://github.com/tds-fdw/tds_fdw/releases |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
2.0.2 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
2.0.2 20 Jul 2022 14:21:07 |
Tobias C. Berner (tcberner) |
databases: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Choe, Cheng-Dae" whitekid
* "Mahdi Mokhtari <mokhi64@gmail.com>"
* "Meikel Brandmeyer" <ocaml-sqlite3-port@kotka.de>
* <hvo.pm@xs4all.nl>
* <jsmith@resonatingmedia.com>
* <ports@c0decafe.net>
* Aaron Dalton <aaron@FreeBSD.org>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alan Snelson <Alan@Wave2.org> (Only the first 15 lines of the commit message are shown above ) |
2.0.2 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2.0.2 29 Sep 2020 18:15:21 |
sunpoet |
Update to 2.0.2
Changes: https://github.com/tds-fdw/tds_fdw/releases |
2.0.1 23 Jan 2020 04:21:29 |
sunpoet |
Update to 2.0.1
- Take maintainership
Changes: https://github.com/tds-fdw/tds_fdw/releases |
2.0.0.a.3 04 Aug 2019 07:57:06 |
tobik |
databases/postgresql-tds_fdw: Update to 2.0.0-alpha.3
This adds support for PostgreSQL 11.
Changes: https://github.com/tds-fdw/tds_fdw/releases/tag/v2.0.0-alpha.3
PR: 239514 |
1.0.8_2 26 Jul 2019 20:46:57 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330 |
1.0.8_1 12 Dec 2018 01:35:36 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.
PR: 231590 |
1.0.8 24 Jun 2018 00:54:27 |
linimon |
Workaround the following problem on aarch64 by setting LLD_UNSAFE=yes:
cc: error: invalid linker name in argument '-fuse-ld=bfd'
Neither emaste nor I can figure out exactly where the offending stanza is
coming in. It will take someone with more knowledge of gmake debug flags,
and possibly the src build infrastructure, to figure it out.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket) |
1.0.8 22 Jun 2018 08:28:00 |
yuri |
Correction to r473019: Revert the unintended change to the 'Created by' headers. |
1.0.8 22 Jun 2018 08:04:39 |
yuri |
Reset MAINTAINER on ports maintained by amutu@amutu.com
Based on the new policy of all maintained ports reset
when maintaner is absent for 3 months.
Bug#226400 for science/py-tensorflow is ignored since 2018-03-06 (3+ months).
portscout database indicates that 48.94% of his ports aren't updated. |
1.0.8 18 Aug 2017 15:36:38 |
swills |
databases/postgresql-tds_fdw: Fix LIB_DEPENDS, Remove BROKEN
PR: 220936
Submitted by: Jov <amutu@amutu.com> (maintainer) |
1.0.8 22 Jul 2017 09:32:59 |
antoine |
Mark BROKEN: wrong dependencies |
1.0.8 14 Jul 2017 09:14:11 |
tz |
New port: databases/postgresql-tds_fdw
Tds_fdw is a PostgreSQL foreign data wrapper that can connect to databases that
use the Tabular Data Stream (TDS) protocol, such as Sybase databases and
Microsoft SQL server. The current version does not yet support JOIN push-down,
or write operations. It does support WHERE and column pushdowns when
match_column_names is enabled.
WWW: https://github.com/tds-fdw/tds_fdw
PR: 219671
Submitted by: Jov <amutu@amutu.com> |