From 6e96e9dad124740fd5a9ea56e504260e35ed1f8a Mon Sep 17 00:00:00 2001 From: fake Date: Sat, 24 Jun 2006 09:59:09 +0000 Subject: [PATCH] fake: add package freetds enable mssql support in php if it is installed. [2006062117425521934] (https://www.rocklinux.net/submaster) git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@7681 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc --- package/alessandro/php/php.conf | 1 + package/fake/freetds/freetds.desc | 47 +++++++++++++++++++++++++++++++ 2 files changed, 48 insertions(+) create mode 100644 package/fake/freetds/freetds.desc diff --git a/package/alessandro/php/php.conf b/package/alessandro/php/php.conf index b75c01e64..916a30426 100644 --- a/package/alessandro/php/php.conf +++ b/package/alessandro/php/php.conf @@ -27,6 +27,7 @@ var_append extraconfopt " " "--with-zlib --with-bz2" pkginstalled libjpeg && var_append extraconfopt " " "--with-jpeg-dir" pkginstalled libpng && var_append extraconfopt " " "--with-png-dir" pkginstalled gettext && var_append extraconfopt " " "--with-gettext" +pkginstalled freetds && var_append extraconfopt " " "--with-mssql" if [ "$ROCKCFG_PKG_PHP_mysql" == 1 ] ; then if [ "$ROCKCFG_PKG_PHP_FORCESHARED" -eq 1 ]; then diff --git a/package/fake/freetds/freetds.desc b/package/fake/freetds/freetds.desc new file mode 100644 index 000000000..fe2ac6d28 --- /dev/null +++ b/package/fake/freetds/freetds.desc @@ -0,0 +1,47 @@ + +[COPY] --- ROCK-COPYRIGHT-NOTE-BEGIN --- +[COPY] +[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch. +[COPY] Please add additional copyright information _after_ the line containing +[COPY] the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by +[COPY] the ./scripts/Create-CopyPatch script. Do not edit this copyright text! +[COPY] +[COPY] ROCK Linux: rock-src/package/fake/freetds/freetds.desc +[COPY] ROCK Linux is Copyright (C) 1998 - 2006 Clifford Wolf +[COPY] +[COPY] This program is free software; you can redistribute it and/or modify +[COPY] it under the terms of the GNU General Public License as published by +[COPY] the Free Software Foundation; either version 2 of the License, or +[COPY] (at your option) any later version. A copy of the GNU General Public +[COPY] License can be found at Documentation/COPYING. +[COPY] +[COPY] Many people helped and are helping developing ROCK Linux. Please +[COPY] have a look at http://www.rocklinux.org/ and the Documentation/TEAM +[COPY] file for details. +[COPY] +[COPY] --- ROCK-COPYRIGHT-NOTE-END --- + +[I] A open source implementation of Sybase's db-lib, ct-lib, and ODBC libraries + +[T] FreeTDS is a set of libraries for Unix and Linux that allows your programs +[T] to natively talk to Microsoft SQL Server and Sybase databases. +[T] Technically speaking, FreeTDS is an open source implementation of the TDS +[T] (Tabular Data Stream) protocol used by these databases for their own +[T] clients. It supports many different flavors of the protocol and three APIs +[T] to access it. Additionally FreeTDS works with other software such as Perl +[T] and PHP, providing access from those languages as well. + +[U] http://www.freetds.org + +[A] Brian Bruns +[M] fake + +[C] extra/database + +[L] LGPL +[S] Stable +[V] 0.63 +[P] X -----5---9 800.000 + +[D] 2821637394 freetds-0.63.tar.gz http://ibiblio.org/pub/Linux/ALPHA/freetds/stable/ +