[csw-devel] SF.net SVN: gar:[10269] csw/mgar/pkg

dmichelsen at users.sourceforge.net dmichelsen at users.sourceforge.net
Sun Jun 20 21:56:39 CEST 2010


Revision: 10269
          http://gar.svn.sourceforge.net/gar/?rev=10269&view=rev
Author:   dmichelsen
Date:     2010-06-20 19:56:38 +0000 (Sun, 20 Jun 2010)

Log Message:
-----------
freetds: Initial commit

Added Paths:
-----------
    csw/mgar/pkg/freetds/
    csw/mgar/pkg/freetds/branches/
    csw/mgar/pkg/freetds/tags/
    csw/mgar/pkg/freetds/trunk/
    csw/mgar/pkg/freetds/trunk/Makefile
    csw/mgar/pkg/freetds/trunk/checksums
    csw/mgar/pkg/freetds/trunk/files/


Property changes on: csw/mgar/pkg/freetds/trunk
___________________________________________________________________
Added: svn:ignore
   + cookies
download
work


Added: svn:externals
   + gar https://gar.svn.sourceforge.net/svnroot/gar/csw/mgar/gar/v2


Added: csw/mgar/pkg/freetds/trunk/Makefile
===================================================================
--- csw/mgar/pkg/freetds/trunk/Makefile	                        (rev 0)
+++ csw/mgar/pkg/freetds/trunk/Makefile	2010-06-20 19:56:38 UTC (rev 10269)
@@ -0,0 +1,37 @@
+# $Id$
+GARNAME = freetds
+GARVERSION = 0.82
+CATEGORIES = lib
+
+DESCRIPTION = Implementation of the TDS protocol used by MS SQL Server and Sybase
+define BLURB
+  FreeTDS is a set of libraries for Unix and Linux that allows your programs
+  to natively talk to Microsoft SQL Server and Sybase databases.
+endef
+
+MASTER_SITES = http://ftp.ibiblio.org/pub/Linux/ALPHA/freetds/stable/
+DISTFILES  = $(GARNAME)-$(GARVERSION).tar.gz
+
+UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz
+
+DEP_PKGS = CSWunixodbc CSWiconv CSWreadline CSWncurses
+
+sysconfdir = /etc/opt/csw
+
+BUILD64 = 1
+NOISAEXEC = 1
+CONFIGURE_ARGS = $(DIRPATHS)
+
+MERGE_DIRS_isa-extra = $(libdir)
+
+EXTRA_PAX_ARGS = '-s,/doc/$(GARNAME)-$(GARVERSION),/doc/$(GARNAME),p'
+
+PRESERVECONF = $(addprefix $(sysconfdir)/,freetds.conf locales.conf pool.conf)
+MIGRATE_FILES = freetds.conf locales.conf pool.conf
+
+include gar/category.mk
+
+post-configure-modulated:
+	@# Use latest libtool, the one shipped is too old
+	cp $(bindir_install)/libtool $(WORKSRC)/libtool
+	@$(MAKECOOKIE)


Property changes on: csw/mgar/pkg/freetds/trunk/Makefile
___________________________________________________________________
Added: svn:keywords
   + Id

Added: csw/mgar/pkg/freetds/trunk/checksums
===================================================================
--- csw/mgar/pkg/freetds/trunk/checksums	                        (rev 0)
+++ csw/mgar/pkg/freetds/trunk/checksums	2010-06-20 19:56:38 UTC (rev 10269)
@@ -0,0 +1 @@
+3df6b2e83fd420e90f1becbd1162990a  freetds-0.82.tar.gz


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.


More information about the devel mailing list