Note: This is the second part of a 3-PR fix for www/typo (see ports/103291) This port is required in order to install the typo files in their definitive directory. Once this new port is approved, I will send a PR to fix www/typo. Now, back to the description: The Rails Application Installer makes it easy to provide 'there is no step 3' end-user installs for Rails applications. It can create .gems from your application that can then be installed via 'gem install my_app; my_app install /some/path'. WWW: http://rubyforge.org/projects/rails-installer/
Responsible Changed From-To: freebsd-ports-bugs->clsung I'll take it.
clsung 2007-02-12 06:47:47 UTC FreeBSD ports repository Modified files: www Makefile Added files: www/rubygem-rails-app-installer Makefile distinfo pkg-descr pkg-plist Log: Add rubygem-rails-app-installer 0.2.0, an installer for Rails apps. PR: ports/103292 Submitted by: Geraud Continsouzas <geraud at gcu.info> Revision Changes Path 1.1708 +1 -0 ports/www/Makefile 1.1 +38 -0 ports/www/rubygem-rails-app-installer/Makefile (new) 1.1 +3 -0 ports/www/rubygem-rails-app-installer/distinfo (new) 1.1 +6 -0 ports/www/rubygem-rails-app-installer/pkg-descr (new) 1.1 +213 -0 ports/www/rubygem-rails-app-installer/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 New port added. Thank You.