Commit graph

23 commits

Author SHA1 Message Date
taca
cfa6309b28 databases/ruby-odbc: update to 0.99999
Wed Feb 28 2018 version 0.99999 released

	* update to compile with newer Ruby releases, thanks
	  Lars Kanis for patch
	* added ODBC::Database.login_timeout to get/set the
	  SQL_LOGIN_TIMEOUT connection attribute

Wed Feb 15 2017 version 0.99998 released

	* minor update to compile with Ruby 2.4, thangs to Kevin Deisz
	* preset output vars before SQLColAttributes() call
2018-05-05 14:14:35 +00:00
taca
62c351b89a Update ruby-odbc to 0.99997.
Wed Apr 15 2015 version 0.99997 released

	* fixed bug (typo) when compiling with Ruby < 2.0

Wed Mar 25 2015 version 0.99996 released

	* when built for Ruby >= 2.0 release GVL for potentially
	  long running ODBC API functions, thanks Matt Conover
	  for initial implementation
2015-12-12 16:16:46 +00:00
agc
d549bff9a5 Add SHA512 digests for distfiles for databases category
Problems found with existing distfiles:
	distfiles/D6.data.ros.gz
	distfiles/cstore0.2.tar.gz
	distfiles/data4.tar.gz
	distfiles/sphinx-2.2.7-release.tar.gz
No changes made to the cstore or mariadb55-client distinfo files.

Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden).  All existing
SHA1 digests retained for now as an audit trail.
2015-11-03 01:56:09 +00:00
ryoon
22bee7a3c3 Recursive revbump from databases/unixodbc. 2015-04-26 11:52:18 +00:00
taca
17a1a339eb Add ${GEM_EXTSDIR}/gem.build_complete for new rubygems and updated ruby. 2015-03-08 15:17:17 +00:00
taca
de3db53f54 Add GEM_EXTSDIR support.
No functional change for current versions of Rubys.
2014-03-13 18:21:14 +00:00
taca
60773c4f3a Add build_info file to PLIST.
Bump PKGREVISION.
2013-07-07 15:21:33 +00:00
taca
5206c07688 Update ruby-odbc to 0.99995.
pkgsrc change: no need to patch gemspec any more.

Wed Mar 13 2013 version 0.99995 released

	* added ODBC::Database.use_sql_column_name= flag to switch
	  usage of SQLColAttributes(SQL_COLUMN_LABEL) to
	  SQLColAttributes(SQL_COLUMN_NAME) on per connection basis
2013-06-11 15:02:28 +00:00
asau
354ee694fd Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-02 21:25:15 +00:00
obache
0d92c41ed4 specify include/lib dir for iodbc respectively. 2012-04-07 04:47:27 +00:00
taca
6b9a0108b4 * Remove .require_paths from PLIST
* Bump PKGREVISION.
2011-11-08 15:37:33 +00:00
taca
33e824faca Bump PKGREVISION due to ABI change of ruby18-base. 2011-02-21 16:01:10 +00:00
taca
0b6dd2ed85 Update ruby-odbc package to 0.99994.
Sat Jan 15 2011 version 0.99994 released

	* fixed column key caching, thanks Sean Noonan for bug report

Fri Dec 24 2010 version 0.99993 released

	* fixed error reporting in Database.transaction method,
	  thanks Shane Emmons for bug report and testing
2011-01-15 16:40:11 +00:00
taca
2d8210aebf Update ruby-odbc package to 0.99992.
* Add a comment to patch.

Thu Sep 16 2010 version 0.99992 released

	* ODBC::Statement.each/each_hash now output arrays when
	  invoked without block
	* column keys in result hashes now are cached/recycled Ruby strings
	* added ODBC::Database methods use_time/use_utc to directly
	  output Ruby Time/Date objects
	* added encoding support in the UTF8 variant for Ruby >= 1.9
	* added module constant ODBC::UTF8 to indicate variant of module
	* fixes for M$SQL server reporting zero column sizes
	  and unknown data types for varchar(strmax) columns
	* eliminated compiler warnings
	* use StringValueCStr instead of STR2CSTR (Ruby >= 1.9.1)
	* small change for decision when to use SQLGetData() loop
2010-09-23 02:28:18 +00:00
taca
175b936704 * Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Add LICENSE.
* Remove default value of GEM_BUILD.
2010-09-10 04:34:42 +00:00
taca
0202999468 Update ruby-odbc package to 0.99991.
Sun Apr 25 2010 version 0.99991 released

	* detect HAVE_LONG_LONG for builds with unixODBC
	* UTF-8 coding/decoding fix for range 0x80..0xBF

Thu Feb 18 2010 version 0.9999 released

	* integrated Bosko Ivanisevic's fixes in ext/utf8/extconf.rb
	  and test/test.rb and test/utf8/test.rb
2010-05-27 13:46:25 +00:00
taca
255ff8c393 Update ruby-odbc package to 0.9998.
Fri Jan 15 2010 version 0.9998 released

	* documentation update
	* reorganized directory layout for making a gem
2010-02-14 12:26:47 +00:00
taca
13a0e11129 Make CONFIGURE_ARGS in options.mk work really. 2009-10-19 08:39:37 +00:00
taca
d2c079d5d6 Update ruby-odbc pakcage to 0.9997, adding LICENSE.
ODBC binding for Ruby
---------------------

Wed May 20 2009 version 0.9997 released

	* added Chad Johnson's FreeTDS/MSSQL patch to prevent from
	  re-prepare of queries with SQL_VARCHAR parameters

Mon Feb 02 2009 version 0.9996 released

	* updates for Ruby > 1.8
	* added Stephen Veit's SQL_NO_TOTAL handling to improve
	  retrieving large SQL_C_BINARY data
	* fixes for SQLExecute/SQLExecDirect returning SQL_NO_DATA
2009-10-17 05:44:09 +00:00
joerg
f0e3267b87 Convert @exec/@unexec to @pkgdir or drop it. 2009-06-14 18:36:19 +00:00
joerg
0268c554bd Remove @dirrm entries from PLISTs 2009-06-14 17:38:38 +00:00
taca
566453cb7a Bump PKGREVISION of rubygem based packages which contain extention libraries. 2008-06-19 15:21:35 +00:00
jlam
665854e7c5 Initial import of ruby18-odbc-0.9995 as databases/ruby-odbc.
This package contains a Ruby extension for accessing ODBC data sources.
2008-04-04 15:15:50 +00:00