summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2005-07-20 14:07:59 +0000
committerPav Lucistnik <pav@FreeBSD.org>2005-07-20 14:07:59 +0000
commit433650c7e5a038cfcec863691e1737177f36838d (patch)
treedbf3e79d1151d7ac7d7f6f875c0b847b6b4a6147 /www
parentAction Web Service provides a way to publish interoperable web service APIs with (diff)
Rails is a web-application framework for the MVC pattern that includes
both a template engine, controller framework, and object-relational mapping package. Everything needed to develop web-apps that can run on CGI, FastCGI, and mod_ruby PR: ports/82397 Submitted by: Jonathan Weiss <jw@innerewut.de>
Notes
Notes: svn path=/head/; revision=139699
Diffstat (limited to 'www')
-rw-r--r--www/Makefile1
-rw-r--r--www/rubygem-rails/Makefile25
-rw-r--r--www/rubygem-rails/distinfo2
-rw-r--r--www/rubygem-rails/pkg-descr15
-rw-r--r--www/rubygem-rails/pkg-plist120
5 files changed, 163 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile
index 4280aee431ad..a8af6b37f76b 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -720,6 +720,7 @@
SUBDIR += ruby-webunit
SUBDIR += rubygem-actionpack
SUBDIR += rubygem-actionwebservice
+ SUBDIR += rubygem-rails
SUBDIR += sarg
SUBDIR += sbox-dtc
SUBDIR += scout
diff --git a/www/rubygem-rails/Makefile b/www/rubygem-rails/Makefile
new file mode 100644
index 000000000000..3a02e9867a34
--- /dev/null
+++ b/www/rubygem-rails/Makefile
@@ -0,0 +1,25 @@
+# Ports collection makefile for: rubygem-rails
+# Date created: 27 May 2005
+# Whom: Jonathan Weiss (<jw@innerewut.net>)
+#
+# $FreeBSD$
+
+PORTNAME= rails
+PORTVERSION= 0.12.1
+CATEGORIES= www ruby
+MASTER_SITES= http://rubyforge.org/frs/download.php/4158/
+
+MAINTAINER= jw@innerewut.net
+COMMENT= MVC web application framework
+
+BUILD_DEPENDS= ${LOCALBASE}/${SPEC_DIR}/rake-0.5.4.gemspec:${PORTSDIR}/devel/rubygem-rake \
+ ${LOCALBASE}/${SPEC_DIR}/activesupport-1.0.4.gemspec:${PORTSDIR}/devel/rubygem-activesupport \
+ ${LOCALBASE}/${SPEC_DIR}/actionpack-1.8.1.gemspec:${PORTSDIR}/www/rubygem-actionpack \
+ ${LOCALBASE}/${SPEC_DIR}/actionwebservice-0.7.1.gemspec:${PORTSDIR}/www/rubygem-actionwebservice \
+ ${LOCALBASE}/${SPEC_DIR}/actionmailer-0.9.1.gemspec:${PORTSDIR}/mail/rubygem-actionmailer \
+ ${LOCALBASE}/${SPEC_DIR}/activerecord-1.10.1.gemspec:${PORTSDIR}/databases/rubygem-activerecord
+RUN_DEPENDS= ${BUILD_DEPENDS}
+
+.include <bsd.port.pre.mk>
+.include "${PORTSDIR}/devel/ruby-gems/Makefile.common"
+.include <bsd.port.post.mk>
diff --git a/www/rubygem-rails/distinfo b/www/rubygem-rails/distinfo
new file mode 100644
index 000000000000..8317115dd47f
--- /dev/null
+++ b/www/rubygem-rails/distinfo
@@ -0,0 +1,2 @@
+MD5 (rubygem/rails-0.12.1.gem) = 0ea39edf27621525f3e67753162ff431
+SIZE (rubygem/rails-0.12.1.gem) = 63488
diff --git a/www/rubygem-rails/pkg-descr b/www/rubygem-rails/pkg-descr
new file mode 100644
index 000000000000..c3b92c0c7c69
--- /dev/null
+++ b/www/rubygem-rails/pkg-descr
@@ -0,0 +1,15 @@
+Rails is a web-application framework for the MVC pattern that includes
+both a template engine, controller framework, and object-relational
+mapping package. Everything needed to develop web-apps that can run on
+CGI, FastCGI, and mod_ruby
+
+Being a full-stack framework means that all layers are built to work
+seamlessly together. That way you Don't Repeat Yourself (DRY) and you
+can use a single language from top to bottom. Everything from templates
+to control flow to business logic is written in Ruby - The language of
+love for industry heavy-weights.
+
+WWW: http://www.rubyonrails.com
+
+- Jonathan Weiss
+jw@innerewut.de
diff --git a/www/rubygem-rails/pkg-plist b/www/rubygem-rails/pkg-plist
new file mode 100644
index 000000000000..d55d049fe74e
--- /dev/null
+++ b/www/rubygem-rails/pkg-plist
@@ -0,0 +1,120 @@
+bin/rails
+%%CACHE_DIR%%/rails-%%PORTVERSION%%.gem
+%%GEMS_DIR%%/rails-%%PORTVERSION%%/CHANGELOG
+%%GEMS_DIR%%/rails-%%PORTVERSION%%/MIT-LICENSE
+%%GEMS_DIR%%/rails-%%PORTVERSION%%/README
+%%GEMS_DIR%%/rails-%%PORTVERSION%%/Rakefile
+%%GEMS_DIR%%/rails-%%PORTVERSION%%/bin/benchmarker
+%%GEMS_DIR%%/rails-%%PORTVERSION%%/bin/breakpointer
+%%GEMS_DIR%%/rails-%%PORTVERSION%%/bin/breakpointer_for_gem
+%%GEMS_DIR%%/rails-%%PORTVERSION%%/bin/console
+%%GEMS_DIR%%/rails-%%PORTVERSION%%/bin/console_sandbox
+%%GEMS_DIR%%/rails-%%PORTVERSION%%/bin/destroy
+%%GEMS_DIR%%/rails-%%PORTVERSION%%/bin/generate
+%%GEMS_DIR%%/rails-%%PORTVERSION%%/bin/profiler
+%%GEMS_DIR%%/rails-%%PORTVERSION%%/bin/rails
+%%GEMS_DIR%%/rails-%%PORTVERSION%%/bin/runner
+%%GEMS_DIR%%/rails-%%PORTVERSION%%/bin/server
+%%GEMS_DIR%%/rails-%%PORTVERSION%%/bin/update
+%%GEMS_DIR%%/rails-%%PORTVERSION%%/configs/apache.conf
+%%GEMS_DIR%%/rails-%%PORTVERSION%%/configs/database.yml
+%%GEMS_DIR%%/rails-%%PORTVERSION%%/configs/empty.log
+%%GEMS_DIR%%/rails-%%PORTVERSION%%/configs/routes.rb
+%%GEMS_DIR%%/rails-%%PORTVERSION%%/dispatches/dispatch.fcgi
+%%GEMS_DIR%%/rails-%%PORTVERSION%%/dispatches/dispatch.rb
+%%GEMS_DIR%%/rails-%%PORTVERSION%%/doc/README_FOR_APP
+%%GEMS_DIR%%/rails-%%PORTVERSION%%/environments/development.rb
+%%GEMS_DIR%%/rails-%%PORTVERSION%%/environments/environment.rb
+%%GEMS_DIR%%/rails-%%PORTVERSION%%/environments/production.rb
+%%GEMS_DIR%%/rails-%%PORTVERSION%%/environments/test.rb
+%%GEMS_DIR%%/rails-%%PORTVERSION%%/fresh_rakefile
+%%GEMS_DIR%%/rails-%%PORTVERSION%%/helpers/application.rb
+%%GEMS_DIR%%/rails-%%PORTVERSION%%/helpers/application_helper.rb
+%%GEMS_DIR%%/rails-%%PORTVERSION%%/helpers/test_helper.rb
+%%GEMS_DIR%%/rails-%%PORTVERSION%%/html/404.html
+%%GEMS_DIR%%/rails-%%PORTVERSION%%/html/500.html
+%%GEMS_DIR%%/rails-%%PORTVERSION%%/html/favicon.ico
+%%GEMS_DIR%%/rails-%%PORTVERSION%%/html/index.html
+%%GEMS_DIR%%/rails-%%PORTVERSION%%/html/javascripts/prototype.js
+%%GEMS_DIR%%/rails-%%PORTVERSION%%/lib/binding_of_caller.rb
+%%GEMS_DIR%%/rails-%%PORTVERSION%%/lib/breakpoint.rb
+%%GEMS_DIR%%/rails-%%PORTVERSION%%/lib/breakpoint_client.rb
+%%GEMS_DIR%%/rails-%%PORTVERSION%%/lib/code_statistics.rb
+%%GEMS_DIR%%/rails-%%PORTVERSION%%/lib/dispatcher.rb
+%%GEMS_DIR%%/rails-%%PORTVERSION%%/lib/rails_generator.rb
+%%GEMS_DIR%%/rails-%%PORTVERSION%%/lib/rails_generator/base.rb
+%%GEMS_DIR%%/rails-%%PORTVERSION%%/lib/rails_generator/commands.rb
+%%GEMS_DIR%%/rails-%%PORTVERSION%%/lib/rails_generator/generators/applications/app/USAGE
+%%GEMS_DIR%%/rails-%%PORTVERSION%%/lib/rails_generator/generators/applications/app/app_generator.rb
+%%GEMS_DIR%%/rails-%%PORTVERSION%%/lib/rails_generator/generators/components/controller/USAGE
+%%GEMS_DIR%%/rails-%%PORTVERSION%%/lib/rails_generator/generators/components/controller/controller_generator.rb
+%%GEMS_DIR%%/rails-%%PORTVERSION%%/lib/rails_generator/generators/components/controller/templates/controller.rb
+%%GEMS_DIR%%/rails-%%PORTVERSION%%/lib/rails_generator/generators/components/controller/templates/functional_test.rb
+%%GEMS_DIR%%/rails-%%PORTVERSION%%/lib/rails_generator/generators/components/controller/templates/helper.rb
+%%GEMS_DIR%%/rails-%%PORTVERSION%%/lib/rails_generator/generators/components/controller/templates/view.rhtml
+%%GEMS_DIR%%/rails-%%PORTVERSION%%/lib/rails_generator/generators/components/mailer/USAGE
+%%GEMS_DIR%%/rails-%%PORTVERSION%%/lib/rails_generator/generators/components/mailer/mailer_generator.rb
+%%GEMS_DIR%%/rails-%%PORTVERSION%%/lib/rails_generator/generators/components/mailer/templates/fixture.rhtml
+%%GEMS_DIR%%/rails-%%PORTVERSION%%/lib/rails_generator/generators/components/mailer/templates/mailer.rb
+%%GEMS_DIR%%/rails-%%PORTVERSION%%/lib/rails_generator/generators/components/mailer/templates/unit_test.rb
+%%GEMS_DIR%%/rails-%%PORTVERSION%%/lib/rails_generator/generators/components/mailer/templates/view.rhtml
+%%GEMS_DIR%%/rails-%%PORTVERSION%%/lib/rails_generator/generators/components/model/USAGE
+%%GEMS_DIR%%/rails-%%PORTVERSION%%/lib/rails_generator/generators/components/model/model_generator.rb
+%%GEMS_DIR%%/rails-%%PORTVERSION%%/lib/rails_generator/generators/components/model/templates/fixtures.yml
+%%GEMS_DIR%%/rails-%%PORTVERSION%%/lib/rails_generator/generators/components/model/templates/model.rb
+%%GEMS_DIR%%/rails-%%PORTVERSION%%/lib/rails_generator/generators/components/model/templates/unit_test.rb
+%%GEMS_DIR%%/rails-%%PORTVERSION%%/lib/rails_generator/generators/components/scaffold/USAGE
+%%GEMS_DIR%%/rails-%%PORTVERSION%%/lib/rails_generator/generators/components/scaffold/scaffold_generator.rb
+%%GEMS_DIR%%/rails-%%PORTVERSION%%/lib/rails_generator/generators/components/scaffold/templates/controller.rb
+%%GEMS_DIR%%/rails-%%PORTVERSION%%/lib/rails_generator/generators/components/scaffold/templates/form.rhtml
+%%GEMS_DIR%%/rails-%%PORTVERSION%%/lib/rails_generator/generators/components/scaffold/templates/form_scaffolding.rhtml
+%%GEMS_DIR%%/rails-%%PORTVERSION%%/lib/rails_generator/generators/components/scaffold/templates/functional_test.rb
+%%GEMS_DIR%%/rails-%%PORTVERSION%%/lib/rails_generator/generators/components/scaffold/templates/helper.rb
+%%GEMS_DIR%%/rails-%%PORTVERSION%%/lib/rails_generator/generators/components/scaffold/templates/layout.rhtml
+%%GEMS_DIR%%/rails-%%PORTVERSION%%/lib/rails_generator/generators/components/scaffold/templates/style.css
+%%GEMS_DIR%%/rails-%%PORTVERSION%%/lib/rails_generator/generators/components/scaffold/templates/view_edit.rhtml
+%%GEMS_DIR%%/rails-%%PORTVERSION%%/lib/rails_generator/generators/components/scaffold/templates/view_list.rhtml
+%%GEMS_DIR%%/rails-%%PORTVERSION%%/lib/rails_generator/generators/components/scaffold/templates/view_new.rhtml
+%%GEMS_DIR%%/rails-%%PORTVERSION%%/lib/rails_generator/generators/components/scaffold/templates/view_show.rhtml
+%%GEMS_DIR%%/rails-%%PORTVERSION%%/lib/rails_generator/generators/components/web_service/USAGE
+%%GEMS_DIR%%/rails-%%PORTVERSION%%/lib/rails_generator/generators/components/web_service/templates/api_definition.rb
+%%GEMS_DIR%%/rails-%%PORTVERSION%%/lib/rails_generator/generators/components/web_service/templates/controller.rb
+%%GEMS_DIR%%/rails-%%PORTVERSION%%/lib/rails_generator/generators/components/web_service/templates/functional_test.rb
+%%GEMS_DIR%%/rails-%%PORTVERSION%%/lib/rails_generator/generators/components/web_service/web_service_generator.rb
+%%GEMS_DIR%%/rails-%%PORTVERSION%%/lib/rails_generator/lookup.rb
+%%GEMS_DIR%%/rails-%%PORTVERSION%%/lib/rails_generator/manifest.rb
+%%GEMS_DIR%%/rails-%%PORTVERSION%%/lib/rails_generator/options.rb
+%%GEMS_DIR%%/rails-%%PORTVERSION%%/lib/rails_generator/scripts.rb
+%%GEMS_DIR%%/rails-%%PORTVERSION%%/lib/rails_generator/scripts/destroy.rb
+%%GEMS_DIR%%/rails-%%PORTVERSION%%/lib/rails_generator/scripts/generate.rb
+%%GEMS_DIR%%/rails-%%PORTVERSION%%/lib/rails_generator/scripts/update.rb
+%%GEMS_DIR%%/rails-%%PORTVERSION%%/lib/rails_generator/simple_logger.rb
+%%GEMS_DIR%%/rails-%%PORTVERSION%%/lib/rails_generator/spec.rb
+%%GEMS_DIR%%/rails-%%PORTVERSION%%/lib/webrick_server.rb
+%%SPEC_DIR%%/rails-%%PORTVERSION%%.gemspec
+@dirrm %%GEMS_DIR%%/rails-%%PORTVERSION%%/lib/rails_generator/scripts
+@dirrm %%GEMS_DIR%%/rails-%%PORTVERSION%%/lib/rails_generator/generators/components/web_service/templates
+@dirrm %%GEMS_DIR%%/rails-%%PORTVERSION%%/lib/rails_generator/generators/components/web_service
+@dirrm %%GEMS_DIR%%/rails-%%PORTVERSION%%/lib/rails_generator/generators/components/scaffold/templates
+@dirrm %%GEMS_DIR%%/rails-%%PORTVERSION%%/lib/rails_generator/generators/components/scaffold
+@dirrm %%GEMS_DIR%%/rails-%%PORTVERSION%%/lib/rails_generator/generators/components/model/templates
+@dirrm %%GEMS_DIR%%/rails-%%PORTVERSION%%/lib/rails_generator/generators/components/model
+@dirrm %%GEMS_DIR%%/rails-%%PORTVERSION%%/lib/rails_generator/generators/components/mailer/templates
+@dirrm %%GEMS_DIR%%/rails-%%PORTVERSION%%/lib/rails_generator/generators/components/mailer
+@dirrm %%GEMS_DIR%%/rails-%%PORTVERSION%%/lib/rails_generator/generators/components/controller/templates
+@dirrm %%GEMS_DIR%%/rails-%%PORTVERSION%%/lib/rails_generator/generators/components/controller
+@dirrm %%GEMS_DIR%%/rails-%%PORTVERSION%%/lib/rails_generator/generators/components
+@dirrm %%GEMS_DIR%%/rails-%%PORTVERSION%%/lib/rails_generator/generators/applications/app
+@dirrm %%GEMS_DIR%%/rails-%%PORTVERSION%%/lib/rails_generator/generators/applications
+@dirrm %%GEMS_DIR%%/rails-%%PORTVERSION%%/lib/rails_generator/generators
+@dirrm %%GEMS_DIR%%/rails-%%PORTVERSION%%/lib/rails_generator
+@dirrm %%GEMS_DIR%%/rails-%%PORTVERSION%%/lib
+@dirrm %%GEMS_DIR%%/rails-%%PORTVERSION%%/html/javascripts
+@dirrm %%GEMS_DIR%%/rails-%%PORTVERSION%%/html
+@dirrm %%GEMS_DIR%%/rails-%%PORTVERSION%%/helpers
+@dirrm %%GEMS_DIR%%/rails-%%PORTVERSION%%/environments
+@dirrm %%GEMS_DIR%%/rails-%%PORTVERSION%%/doc
+@dirrm %%GEMS_DIR%%/rails-%%PORTVERSION%%/dispatches
+@dirrm %%GEMS_DIR%%/rails-%%PORTVERSION%%/configs
+@dirrm %%GEMS_DIR%%/rails-%%PORTVERSION%%/bin
+@dirrm %%GEMS_DIR%%/rails-%%PORTVERSION%%