diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2007-01-07 08:03:18 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2007-01-07 08:03:18 +0000 |
commit | 81f4ed3de6362d56ed09d1b5bd15dadf8674a764 (patch) | |
tree | c8a34fd5e0ab78644cfe28206fc5c2e818b68e47 /devel/rubygem-rapt | |
parent | db68be77b7f9dd46e0a2949fdec9ec9168384417 (diff) |
Notes
Diffstat (limited to 'devel/rubygem-rapt')
-rw-r--r-- | devel/rubygem-rapt/Makefile | 20 | ||||
-rw-r--r-- | devel/rubygem-rapt/distinfo | 3 | ||||
-rw-r--r-- | devel/rubygem-rapt/pkg-descr | 4 | ||||
-rw-r--r-- | devel/rubygem-rapt/pkg-plist | 37 |
4 files changed, 64 insertions, 0 deletions
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%% |