OCI8 is a ruby interface for Oracle using OCI8 API. You can test it with something like: ruby -r oci8 -e "OCI8.new('user', 'pass', 'oraname').exec('select sysdate from dual') do |r| puts r.join(','); end"
Responsible Changed From-To: freebsd-ports-bugs->clsung clsung@ wants to have ruby- PRs
Responsible Changed From-To: clsung->freebsd-ports-bugs Committer timeout (1 year 9 months).
Responsible Changed From-To: freebsd-ports-bugs->pgollucci I'll take it.
Responsible Changed From-To: pgollucci->freebsd-ports e no time
Responsible Changed From-To: freebsd-ports->freebsd-ports-bugs Canonicalize assignment.
Responsible Changed From-To: freebsd-ports-bugs->clsung clsung@ wants this port PRs (via the GNATS Auto Assign Tool)
Responsible Changed From-To: clsung->freebsd-ports-bugs committer timeout (clsung ; 91 days)
Responsible Changed From-To: freebsd-ports-bugs->pgollucci I will take it.
pgollucci 2010-12-12 04:10:34 UTC FreeBSD ports repository Modified files: databases Makefile Added files: databases/ruby-oci8 Makefile distinfo pkg-descr pkg-plist databases/ruby-oci8/files patch-ext_oci8_oraconf.rb Log: Ruby/OCI8 is a ruby interface for Oracle using OCI8 API. PR: ports/111501 Submitted by: Simun Mikecin <numisemis at yahoo dot com> Revision Changes Path 1.925 +1 -0 ports/databases/Makefile 1.1 +42 -0 ports/databases/ruby-oci8/Makefile (new) 1.1 +3 -0 ports/databases/ruby-oci8/distinfo (new) 1.1 +47 -0 ports/databases/ruby-oci8/files/patch-ext_oci8_oraconf.rb (new) 1.1 +1 -0 ports/databases/ruby-oci8/pkg-descr (new) 1.1 +9 -0 ports/databases/ruby-oci8/pkg-plist (new) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed, Thanks!