Opened 18 years ago

Closed 18 years ago

#9620 closed enhancement (fixed)

NEW: rb-plruby-0.4.8

Reported by: sava.chankov@… Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 1.2
Keywords: Cc:
Port:

Description

rb-plruby-0.4.8

The portfile can be found here: ATTACHED

Homepage: http://moulon.inra.fr/ruby/plruby.html

Comments: after installing the port, Pl/Ruby must be installed as a language in PostgreSQL using SQL commands.

Attachments (1)

Portfile (899 bytes) - added by sava.chankov@… 18 years ago.
Portfile for rb-plruby

Download all attachments as: .zip

Change History (4)

Changed 18 years ago by sava.chankov@…

Attachment: Portfile added

Portfile for rb-plruby

comment:1 Changed 18 years ago by sava.chankov@…

(From update of attachment 9062)

# $Id: /ports/ruby/plruby/Portfile 18 2006-06-27T14:27:39.956626Z sava $

PortSystem 1.0 PortGroup ruby 1.0

ruby.setup plruby 0.4.8 extconf.rb {README.en docs/plruby.rb ex_trans.sql example.run plruby.html} categories-append databases

maintainers sava.chankov@… description PL/Ruby for PostgreSQL long_description The procedural language PL/Ruby allows you to write \

stored procedures for PostgreSQL in Ruby

homepage http://moulon.inra.fr/ruby/plruby.html master_sites ftp://moulon.inra.fr/pub/ruby/

checksums md5 be17281b9ba356c7979c24f2d983ffd8

depends_lib-append port:ruby \

port:postgresql81

platforms darwin

configure.args-append extconf.rb --with-pgsql-include=/opt/local/include/postgresql81/ \

--with-pgsql-lib=/opt/local/lib/postgresql81/

comment:2 Changed 18 years ago by markd@…

Type: defectenhancement

comment:3 Changed 18 years ago by markd@…

Resolution: fixed
Status: newclosed

Committed as 4.9. Thanks! Added post-activate ui_msg's with your comments.

Note: See TracTickets for help on using tickets.