pkgsrc/databases/ruby-odbc/PLIST
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

28 lines
872 B
Text

@comment $NetBSD: PLIST,v 1.6 2010/09/23 02:28:18 taca Exp $
${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_LIBDIR}/.require_paths
${GEM_LIBDIR}/COPYING
${GEM_LIBDIR}/ChangeLog
${GEM_LIBDIR}/GPL
${GEM_LIBDIR}/MANIFEST
${GEM_LIBDIR}/README
${GEM_LIBDIR}/doc/odbc.html
${GEM_LIBDIR}/ext/extconf.rb
${GEM_LIBDIR}/ext/init.c
${GEM_LIBDIR}/ext/odbc.c
${GEM_LIBDIR}/ext/utf8/extconf.rb
${GEM_LIBDIR}/ext/utf8/init.c
${GEM_LIBDIR}/ext/utf8/odbc.c
${GEM_LIBDIR}/lib/cqgen.rb
${GEM_LIBDIR}/lib/odbc.${RUBY_DLEXT}
${GEM_LIBDIR}/lib/odbc_utf8.${RUBY_DLEXT}
${GEM_LIBDIR}/test/00connect.rb
${GEM_LIBDIR}/test/10create_table.rb
${GEM_LIBDIR}/test/20insert.rb
${GEM_LIBDIR}/test/30select.rb
${GEM_LIBDIR}/test/40update.rb
${GEM_LIBDIR}/test/50drop_table.rb
${GEM_LIBDIR}/test/70close.rb
${GEM_LIBDIR}/test/test.rb
${GEM_LIBDIR}/test/utf8/test.rb
${GEM_HOME}/specifications/${GEM_NAME}.gemspec