summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2007-01-07 08:03:18 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2007-01-07 08:03:18 +0000
commit81f4ed3de6362d56ed09d1b5bd15dadf8674a764 (patch)
treec8a34fd5e0ab78644cfe28206fc5c2e818b68e47 /devel
parentAdd odt2txt 0.2, a simple (and stupid) converter from OpenDocument Text (diff)
add rubygem-rapt 0.2.1
Rails Plugin Tool
Notes
Notes: svn path=/head/; revision=181663
Diffstat (limited to 'devel')
-rw-r--r--devel/Makefile1
-rw-r--r--devel/rubygem-rapt/Makefile20
-rw-r--r--devel/rubygem-rapt/distinfo3
-rw-r--r--devel/rubygem-rapt/pkg-descr4
-rw-r--r--devel/rubygem-rapt/pkg-plist37
5 files changed, 65 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile
index 6acf1b385639..5a3e2c34e9d6 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -1907,6 +1907,7 @@
SUBDIR += rubygem-inline
SUBDIR += rubygem-needle
SUBDIR += rubygem-rake
+ SUBDIR += rubygem-rapt
SUBDIR += rubygem-rgl
SUBDIR += rubygem-rscm
SUBDIR += rubygem-rtags
diff --git a/devel/rubygem-rapt/Makefile b/devel/rubygem-rapt/Makefile
new file mode 100644
index 000000000000..a94439f5512f
--- /dev/null
+++ b/devel/rubygem-rapt/Makefile
@@ -0,0 +1,20 @@
+# ex:ts=8
+# Ports collection makefile for: rubygem-rapt
+# Date created: Jan 7, 2007
+# Whom: ijliao
+#
+# $FreeBSD$
+#
+
+PORTNAME= rapt
+PORTVERSION= 0.2.1
+CATEGORIES= devel rubygems
+MASTER_SITES= ${MASTER_SITE_RUBYFORGE}
+MASTER_SITE_SUBDIR= ${PORTNAME}
+
+MAINTAINER= ijliao@FreeBSD.org
+COMMENT= Rails Plugin Tool
+
+.include <bsd.port.pre.mk>
+.include "${PORTSDIR}/devel/ruby-gems/Makefile.common"
+.include <bsd.port.post.mk>
diff --git a/devel/rubygem-rapt/distinfo b/devel/rubygem-rapt/distinfo
new file mode 100644
index 000000000000..df1a6647fc07
--- /dev/null
+++ b/devel/rubygem-rapt/distinfo
@@ -0,0 +1,3 @@
+MD5 (rubygem/rapt-0.2.1.gem) = 92287be85fc796a17615cf7ff691d316
+SHA256 (rubygem/rapt-0.2.1.gem) = 67e299925c72ef374c76dc9c7afcbb7222124a07b85815a6ccceb85227eb99a7
+SIZE (rubygem/rapt-0.2.1.gem) = 18432
diff --git a/devel/rubygem-rapt/pkg-descr b/devel/rubygem-rapt/pkg-descr
new file mode 100644
index 000000000000..ee31657862af
--- /dev/null
+++ b/devel/rubygem-rapt/pkg-descr
@@ -0,0 +1,4 @@
+RaPT (Rails Plugin Tool) is a faster, updated replacement for the
+./script/plugin tool that ships with Ruby on Rails.
+
+WWW: http://rapt.rubyforge.org/
diff --git a/devel/rubygem-rapt/pkg-plist b/devel/rubygem-rapt/pkg-plist
new file mode 100644
index 000000000000..2a727f82baed
--- /dev/null
+++ b/devel/rubygem-rapt/pkg-plist
@@ -0,0 +1,37 @@
+bin/rapt
+%%GEM_SPEC%%
+%%GEM_CACHE%%
+%%GEM_LIB_DIR%%/CHANGELOG
+%%GEM_LIB_DIR%%/MIT-LICENSE
+%%GEM_LIB_DIR%%/README
+%%GEM_LIB_DIR%%/Rakefile
+%%GEM_LIB_DIR%%/bin/rapt
+%%GEM_LIB_DIR%%/lib/commands/plugin.rb
+%%GEM_LIB_DIR%%/lib/commands/plugin/commands.rb
+%%GEM_LIB_DIR%%/lib/commands/plugin/plugin.rb
+%%GEM_LIB_DIR%%/lib/commands/plugin/plugin_pack.rb
+%%GEM_LIB_DIR%%/lib/commands/plugin/rails_environment.rb
+%%GEM_LIB_DIR%%/lib/commands/plugin/recursive_http_fetcher.rb
+%%GEM_LIB_DIR%%/lib/commands/plugin/repositories.rb
+%%GEM_LIB_DIR%%/lib/commands/plugin/repository.rb
+%%GEM_LIB_DIR%%/test/commands/plugin/plugin_test.rb
+%%GEM_LIB_DIR%%/test/commands/plugin/repository_test.rb
+%%GEM_LIB_DIR%%/test/commands/plugin_test.rb
+%%GEM_LIB_DIR%%/test/mocks/rails_environment.rb
+%%GEM_LIB_DIR%%/test/sandbox/rails_app/config/boot.rb
+%%GEM_LIB_DIR%%/test/sandbox/rails_app/config/environment.rb
+%%GEM_LIB_DIR%%/test/sandbox/rails_app/script/plugin
+@dirrm %%GEM_LIB_DIR%%/test/sandbox/rails_app/script
+@dirrm %%GEM_LIB_DIR%%/test/sandbox/rails_app/config
+@dirrm %%GEM_LIB_DIR%%/test/sandbox/rails_app
+@dirrm %%GEM_LIB_DIR%%/test/sandbox
+@dirrm %%GEM_LIB_DIR%%/test/mocks
+@dirrm %%GEM_LIB_DIR%%/test/commands/plugin
+@dirrm %%GEM_LIB_DIR%%/test/commands
+@dirrm %%GEM_LIB_DIR%%/test
+@dirrm %%GEM_LIB_DIR%%/lib/commands/plugin
+@dirrm %%GEM_LIB_DIR%%/lib/commands
+@dirrm %%GEM_LIB_DIR%%/lib
+@dirrm %%GEM_LIB_DIR%%/bin
+@dirrm %%GEM_LIB_DIR%%
+@dirrm %%GEM_DOC_DIR%%