Opened 17 years ago

Closed 17 years ago

Last modified 15 years ago

#11406 closed update (fixed)

Abandon of rb-plruby

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

Description

rb-plruby is now abandoned by its current maintainer. Hagen, now you can take it over.

Attachments (2)

Portfile (1.4 KB) - added by sixtus@… 17 years ago.
Updated to 0.5.0 and psql 8.2, added variant
Portfile.diff (2.4 KB) - added by sixtus@… 17 years ago.

Download all attachments as: .zip

Change History (15)

comment:1 Changed 17 years ago by markd@…

Should the maintainer address be set to sixtus@…? Otherwise, if you no longer wish to be maintainer, then the maintainer address should be set to nomaintainer@….

comment:2 Changed 17 years ago by rhwood@…

Resolution: fixed
Status: newclosed

Fixed in changeset:23533

comment:3 Changed 17 years ago by sixtus@…

Resolution: fixed
Status: closedreopened

Hello all,

I was already CC'ed to begin with. I promised to take over much much earlier, well better late than never.

Although being a TCL n00b, this Portfile is better than ever. Also willing to take over ownership.

Changed 17 years ago by sixtus@…

Attachment: Portfile added

Updated to 0.5.0 and psql 8.2, added variant

comment:4 Changed 17 years ago by markd@…

Cc: markd@… added

Could you submit the update as a patch please? Use diff -u Portfile.org Portfile >Portfile.diff

comment:5 Changed 17 years ago by sixtus@…

Sorry for the delay. Been on vacation and then waited for some additional patches to make it into the release. Attached is a patch for Version 0.5.1, which is like 5mins old.

comment:6 Changed 17 years ago by markd@…

What should the BUNDLE variable return in the ui_msgs? It is blank for me. And is "as '${BUNDLE}' language 'C'" supposed to be on a separate line?

comment:7 Changed 17 years ago by sixtus@…

That's strange. Here is my output:

---> Activating rb-plruby 0.5.1_0+safe_level0 To install pl/ruby in your database, issue the following commands:


create function plruby_call_handler() returns language_handler

as '/opt/local/lib/ruby/vendor_ruby/1.8/i686-darwin8.9.1/plruby.bundle' language 'C';

create trusted language 'plruby' handler plruby_call_handler lancompiler 'PL/Ruby';


---> Cleaning rb-plruby

From my own experience, figuring out the path is quite tricky. Also, it changes from version to version of OSX. Thus, I figured out a way to display it. As you can see, the path is quite long, thus the new line. SQL doesn't care for whitespace.

Can you give me any hints about your setup, so I can figure out how to alter the BUNDLE scanning to make it run on your system too?

comment:8 Changed 17 years ago by markd@…

MacPorts already provides the variable you want. So scotch the "set ${BUNDLE} ..." line and use this for the ui_msg:

${ruby.archlib}/plruby.bundle

It is more efficient and works fine on my system. Variables like that are in the new MacPorts guide.

comment:9 Changed 17 years ago by sixtus@…

Sweet! I replace the diff in a second.

Changed 17 years ago by sixtus@…

Attachment: Portfile.diff added

comment:10 Changed 17 years ago by markd@…

Resolution: fixed
Status: reopenedclosed

Committed. Thanks!

comment:11 Changed 17 years ago by nox@…

Cc: sixtus@gmail.com,markd@macports.orgsixtus@gmail.com, markd@macports.org
Milestone: Port Updates
Priority: Not setNormal
Summary: [Port Abandoned] rb-plrubyAbandon of rb-plruby
Type: taskenhancement

comment:12 Changed 15 years ago by jmroot (Joshua Root)

Type: enhancementupdate

comment:13 Changed 15 years ago by (none)

Milestone: Port Updates

Milestone Port Updates deleted

Note: See TracTickets for help on using tickets.