Bug#488753: ITP: libapache2-mod-passenger -- Rails and Rack module for Apache2
Package: wnpp Severity: wishlist Owner: Filipe Lautert <[EMAIL PROTECTED]> * Package name: libapache2-mod-passenger Version : 2.0.1 Upstream Author : Phusion <[EMAIL PROTECTED]> * URL : http://www.modrails.com * License : GPL Programming Lang: C++ Description : Rails and Rack module for Apache2 Phusion Passenger — a.k.a. mod_rails — makes deployment of applications built on Ruby on Rails web framework a breeze. Passenger is an Apache2 module and it's ability to automatically manage Rails server processes lowers system administration, while retaining stability/robustness and performance. There is a guy (Neil Wilson) who already started to package passenger to Ubuntu. I'll contact him and see what we can do to have this package in Debian/Ubuntu. -- System Information: Debian Release: lenny/sid APT prefers testing APT policy: (500, 'testing'), (500, 'stable') Architecture: i386 (i686) Kernel: Linux 2.6.23.17-linode43 Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#412532: ITP: postgresql-plsh -- PL/sh procedural language for PostgreSQL.
Package: wnpp Severity: wishlist Owner: Filipe Lautert <[EMAIL PROTECTED]> * Package name: postgresql-plsh Version : 1.2 Upstream Author : Peter Eisentraut <[EMAIL PROTECTED]> * URL : http://plsh.projects.postgresql.org/ * License : BSD Programming Lang: C Description : PL/sh procedural language for PostgreSQL PL/sh is a procedural language handler for PostgreSQL that allows you to write stored procedures in a shell of your choice. For example, CREATE FUNCTION concat(text, text) RETURNS text AS ' #!/bin/sh echo "$1$2" ' LANGUAGE plsh; The first line must be a #!-style line that indicates the shell to use. The rest of the function body will be executed by that shell in a separate process. The shell script can do anything you want, but you can't access the database. Trigger functions are also possible, but they can't change the rows. -- System Information: Debian Release: 4.0 APT prefers testing APT policy: (500, 'testing') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.18-3-k7 Locale: LANG=pt_BR, LC_CTYPE=pt_BR (charmap=ISO-8859-1) (ignored: LC_ALL set to pt_BR) -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]