Bug 111501 - [NEW PORT] databases/ruby-oci8
Summary: [NEW PORT] databases/ruby-oci8
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Philip M. Gollucci
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-04-12 10:40 UTC by Šimun Mikecin
Modified: 2010-12-12 04:20 UTC (History)
0 users

See Also:


Attachments
file.shar (4.02 KB, text/plain)
2007-04-12 10:40 UTC, Šimun Mikecin
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Šimun Mikecin 2007-04-12 10:40:03 UTC
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"
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2007-04-12 10:40:10 UTC
Responsible Changed
From-To: freebsd-ports-bugs->clsung

clsung@ wants to have ruby- PRs
Comment 2 Stefan Walter freebsd_committer freebsd_triage 2009-01-08 17:29:14 UTC
Responsible Changed
From-To: clsung->freebsd-ports-bugs

Committer timeout (1 year 9 months).
Comment 3 Philip M. Gollucci freebsd_committer freebsd_triage 2009-01-26 05:26:18 UTC
Responsible Changed
From-To: freebsd-ports-bugs->pgollucci

I'll take it.
Comment 4 Philip M. Gollucci freebsd_committer freebsd_triage 2009-04-09 19:51:41 UTC
Responsible Changed
From-To: pgollucci->freebsd-ports

e no time
Comment 5 Mark Linimon freebsd_committer freebsd_triage 2009-04-09 22:41:36 UTC
Responsible Changed
From-To: freebsd-ports->freebsd-ports-bugs

Canonicalize assignment.
Comment 6 Edwin Groothuis freebsd_committer freebsd_triage 2010-09-10 00:53:49 UTC
Responsible Changed
From-To: freebsd-ports-bugs->clsung

clsung@ wants this port PRs (via the GNATS Auto Assign Tool)
Comment 7 Philip M. Gollucci freebsd_committer freebsd_triage 2010-12-09 01:40:09 UTC
Responsible Changed
From-To: clsung->freebsd-ports-bugs

committer timeout (clsung ; 91 days)
Comment 8 Philip M. Gollucci freebsd_committer freebsd_triage 2010-12-12 01:35:22 UTC
Responsible Changed
From-To: freebsd-ports-bugs->pgollucci

I will take it.
Comment 9 dfilter service freebsd_committer freebsd_triage 2010-12-12 04:10:38 UTC
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"
Comment 10 Philip M. Gollucci freebsd_committer freebsd_triage 2010-12-12 04:10:39 UTC
State Changed
From-To: open->closed

Committed, Thanks!