b8d76621c3
pkgsrc change: Add GEM_EXTSDIR support. == v0.17.1 [2013-12-18] Michael Granger <ged@FaerieMUD.org> Bugfixes: - Fix compatibility with signal handlers defined in Ruby. This reverts cancelation of queries running on top of the blocking libpq API (like Connection#exec) in case of signals. As an alternative the #async_exec can be used, which is reverted to use the non-blocking API, again. - Wrap PQcancel to be called without GVL. It internally waits for the canceling connection. Documentation fixes: - Fix documentation for PG::Connection::conndefaults.
63 lines
2.1 KiB
Text
63 lines
2.1 KiB
Text
@comment $NetBSD: PLIST,v 1.12 2014/03/13 18:23:21 taca Exp $
|
|
${GEM_HOME}/build_info/${GEM_NAME}.info
|
|
${GEM_HOME}/cache/${GEM_NAME}.gem
|
|
${GEM_EXTSDIR}/pg_ext.${RUBY_DLEXT}
|
|
${GEM_LIBDIR}/.gemtest
|
|
${GEM_LIBDIR}/BSDL
|
|
${GEM_LIBDIR}/ChangeLog
|
|
${GEM_LIBDIR}/Contributors.rdoc
|
|
${GEM_LIBDIR}/History.rdoc
|
|
${GEM_LIBDIR}/LICENSE
|
|
${GEM_LIBDIR}/Manifest.txt
|
|
${GEM_LIBDIR}/POSTGRES
|
|
${GEM_LIBDIR}/README-OS_X.rdoc
|
|
${GEM_LIBDIR}/README-Windows.rdoc
|
|
${GEM_LIBDIR}/README.ja.rdoc
|
|
${GEM_LIBDIR}/README.rdoc
|
|
${GEM_LIBDIR}/Rakefile
|
|
${GEM_LIBDIR}/Rakefile.cross
|
|
${GEM_LIBDIR}/ext/errorcodes.def
|
|
${GEM_LIBDIR}/ext/errorcodes.rb
|
|
${GEM_LIBDIR}/ext/errorcodes.txt
|
|
${GEM_LIBDIR}/ext/extconf.rb
|
|
${GEM_LIBDIR}/ext/gvl_wrappers.c
|
|
${GEM_LIBDIR}/ext/gvl_wrappers.h
|
|
${GEM_LIBDIR}/ext/pg.c
|
|
${GEM_LIBDIR}/ext/pg.h
|
|
${GEM_LIBDIR}/ext/pg_connection.c
|
|
${GEM_LIBDIR}/ext/pg_errors.c
|
|
${GEM_LIBDIR}/ext/pg_result.c
|
|
${GEM_LIBDIR}/ext/vc/pg.sln
|
|
${GEM_LIBDIR}/ext/vc/pg_18/pg.vcproj
|
|
${GEM_LIBDIR}/ext/vc/pg_19/pg_19.vcproj
|
|
${GEM_LIBDIR}/lib/pg.rb
|
|
${GEM_LIBDIR}/lib/pg/connection.rb
|
|
${GEM_LIBDIR}/lib/pg/constants.rb
|
|
${GEM_LIBDIR}/lib/pg/exceptions.rb
|
|
${GEM_LIBDIR}/lib/pg/result.rb
|
|
${GEM_LIBDIR}/lib/pg_ext.${RUBY_DLEXT}
|
|
${GEM_LIBDIR}/sample/array_insert.rb
|
|
${GEM_LIBDIR}/sample/async_api.rb
|
|
${GEM_LIBDIR}/sample/async_copyto.rb
|
|
${GEM_LIBDIR}/sample/async_mixed.rb
|
|
${GEM_LIBDIR}/sample/check_conn.rb
|
|
${GEM_LIBDIR}/sample/copyfrom.rb
|
|
${GEM_LIBDIR}/sample/copyto.rb
|
|
${GEM_LIBDIR}/sample/cursor.rb
|
|
${GEM_LIBDIR}/sample/disk_usage_report.rb
|
|
${GEM_LIBDIR}/sample/issue-119.rb
|
|
${GEM_LIBDIR}/sample/losample.rb
|
|
${GEM_LIBDIR}/sample/minimal-testcase.rb
|
|
${GEM_LIBDIR}/sample/notify_wait.rb
|
|
${GEM_LIBDIR}/sample/pg_statistics.rb
|
|
${GEM_LIBDIR}/sample/replication_monitor.rb
|
|
${GEM_LIBDIR}/sample/test_binary_values.rb
|
|
${GEM_LIBDIR}/sample/wal_shipper.rb
|
|
${GEM_LIBDIR}/sample/warehouse_partitions.rb
|
|
${GEM_LIBDIR}/spec/data/expected_trace.out
|
|
${GEM_LIBDIR}/spec/data/random_binary_data
|
|
${GEM_LIBDIR}/spec/lib/helpers.rb
|
|
${GEM_LIBDIR}/spec/pg/connection_spec.rb
|
|
${GEM_LIBDIR}/spec/pg/result_spec.rb
|
|
${GEM_LIBDIR}/spec/pg_spec.rb
|
|
${GEM_HOME}/specifications/${GEM_NAME}.gemspec
|