Bug 103292 - New port: www/rubygem-rails-app-installer - An installer for Rails apps
Summary: New port: www/rubygem-rails-app-installer - An installer for Rails apps
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: Cheng-Lung Sung
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-09-15 04:50 UTC by geraud
Modified: 2007-02-12 07:13 UTC (History)
1 user (show)

See Also:


Attachments
rubygem-rails-app-installer.shar (16.24 KB, text/plain)
2006-09-15 04:50 UTC, geraud
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description geraud 2006-09-15 04:50:15 UTC
	
	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/
Comment 1 Cheng-Lung Sung freebsd_committer freebsd_triage 2006-09-15 08:56:46 UTC
Responsible Changed
From-To: freebsd-ports-bugs->clsung

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2007-02-12 06:47:50 UTC
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"
Comment 3 Cheng-Lung Sung freebsd_committer freebsd_triage 2007-02-12 07:13:19 UTC
State Changed
From-To: open->closed

New port added. Thank You.