summaryrefslogtreecommitdiff
path: root/databases/freetds/PLIST
AgeCommit message (Collapse)AuthorFilesLines
2011-08-19Changes 0.91:adam1-1/+558
* Full Kerberos and SSPI support for passwordless login to Microsoft SQL Server from Unix and Windows clients. Includes Kerberos delegation option. * Full support for DB-Library under Win32/64 via NMAKE.EXE. * Built-in support for UTF-8. * Support for wide characters in ODBC. * Support for varchar(max) and varbinary(max). * Better thread-safety in ODBC. * Distinguish between connect and login errors. * Bulk-copy functions in CT-Library.
2009-06-14Remove @dirrm entries from PLISTsjoerg1-2/+1
2008-05-08Update freetds to version 0.82. Changes from version 0.63 include:jlam1-7/+12
Pkgsrc changes: + Support user-destdir installation. + Document the way that pkgsrc handles the freetds documentation. + Use GENERATE_PLIST instead of creating a .PLIST.doc. + Remove patch-ac and patch-ad due to reports of success compiling FreeTDS on Mac OS X without changes on the freetds@ mailing list. Package changes: - libtds.* has been removed. Its objects are now linked directly into the other client libraries. - support TLSv1 sessions to MSSQL servers - fixed timeout handling - added protocol version discovery - reduced network bandwidth use on Linux and -BSD - fixed conversion NUMERIC->NUMERIC changing precision/scale - added named instance support (mssql2k) - many other code improvements and bug fixes - improved pool server - ODBC: - cursors (mssql) - fixed database setting - fixed SQLGetData result - fixed compute handling in ODBC - paramset support
2008-04-12Convert to use PLIST_VARS instead of manually passing "@comment "jlam1-2/+2
through PLIST_SUBST to the plist module.
2005-12-31Per pkgsrc guidelines, move the documentation to be stored underjlam1-172/+1
${PREFIX}/share/doc/${PKGBASE}. Also, generate the documentation PLIST entries dynamically since those files are generated from SGML, and their names can change quite a bit from release to release. Bump the PKGREVISION to 3.
2005-12-30Optionally build the ODBC driver for freetds. This will allow ODBCjlam1-1/+2
clients to load the driver to talk to MS SQL Server.
2005-12-27Don't install to $PREFIX/freetds anymore.reed1-34/+28
Discussed with maintainer and tech-pkg in November. (I don't use this software myself, but initially looked at this to fix the manual page installation.) Get rid of BUILDLINK_PASSTHRU_DIRS as not needed now. Bump PKGREVISION. BUILDLINK_RECOMMENDED.freetds removed. And BUILDLINK_DEPENDS.freetds set to this new version. TODO: allow threadsafe on platforms that support it.
2005-11-25Reverting the mods in revision 1.10 of this file allows a package toagc1-5/+7
be built with standard settings in /etc/mk.conf, and fixes a problem in the bulk build results. In short: install the manual pages into freetds/man/man1 (the rest of the files in this package have a prefix directory of ${PREFIX}/freetds)
2005-11-22use ${PKGNAME} to ease updates, suggested by Jeremy C. Reedjdolecek1-172/+172
2005-11-22fixup PLIST after the change to standard manpage installation directoryjdolecek1-7/+5
2005-10-31Added the proper --mandir argument to the configure script. Bumpedrillig1-2/+1
PKGREVISION.
2005-10-09Update freetds to version 0.63.jdolecek1-3/+177
Main changes since 0.61 besides general bug fixes: * BCP support for db-lib and ct-lib * many ODBC fixes * added support for TDS 8.0 * iconv changes (better collation, improve error reporting)
2004-09-22Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST.jlam1-17/+1
All library names listed by *.la files no longer need to be listed in the PLIST, e.g., instead of: lib/libfoo.a lib/libfoo.la lib/libfoo.so lib/libfoo.so.0 lib/libfoo.so.0.1 one simply needs: lib/libfoo.la and bsd.pkg.mk will automatically ensure that the additional library names are listed in the installed package +CONTENTS file. Also make LIBTOOLIZE_PLIST default to "yes".
2003-06-11Update to 0.61, based on 21395 by MLH, but with the PKG_SYSCONFDIRwiz1-14/+13
patches intact. Changes since 0.60: * Jan 2003 - Version 0.61 - Dynamic SQL - Output parameters - Compute rows - Varbinary support - dsn-less ODBC connections - RPC support (db-lib) - Compatibility with DBD::Sybase 0.95 - 68 new functions! (see doc/api_status.txt) - Error/message handling rewritten, uses real error numbers - new sample programs - much cleaner code, warning-free compiles - namespace cleanup - public domain versions of functions for OSs that lack them - autoconf portability improvements - builds in HP-UX, Win32, and cygwin - No dependency on OpenSSL
2002-10-26Update to freetds-0.60.grant1-1/+10
Changes since 0.53 include: * Much improved support for Microsoft servers, including SQL Server 2000 datatypes and domain logins. * Support and convertibility of all major datatypes. * Much expanded coverage of the ODBC API. * An all-new BCP implementation, including host variable support. * Character set conversions, via the iconv library. * Threadsafe operation.
2002-08-25Merge changes in packages from the buildlink2 branch that havejlam1-1/+1
buildlink2.mk files back into the main trunk.
2002-06-23* Honor PKG_SYSCONFDIR for location of freetds.conf config file.jlam1-3/+3
* Use GNU_CONFIGURE_PREFIX instead of HAS_CONFIGURE workaround.
2002-03-14Update to 0.53, based on pkg/15066.wiz1-4/+12
Changes since 0.51: - tdspool now working for big endian systems - Added some descriptive text to the PWD file - EINTR handling during login (Kostya Ivanov) - Added support for TLI style interfaces files (thanks Michael for explaining) - Added 'text size' config option which changes textsize on connect - Added preliminary TDS 8.0 support (no new datatypes supported though) - Added 'emulate little endian' config flag - Some TDS5 placeholder stuff. Not ready for primetime yet. - Added support for new configuration format (freetds.conf) - unixODBC now working - Added support for nullable bits (BITN) - checked in work on tds connection pooling server - added preliminary userguide (James Lowden and me) - a lot of work on ODBC driver, now works with PHP - added config options for iodbc/unixodbc (unixODBC doesn't actually work yet) - image -> char now works (verified with ctlib only) - varbinary -> char now works with destlen of -1 - New config routines - numeric problem with 7.0 fixed - digit cutoff on numerics/floats fixed As well as some bug fixes.
2001-11-01Move pkg/ files into package's toplevel directoryzuntum1-0/+36