diff options
author | clsung <clsung@FreeBSD.org> | 2006-08-11 10:01:08 +0800 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2006-08-11 10:01:08 +0800 |
commit | 87552c41070e09cfeb936574d8b73782a4111b87 (patch) | |
tree | 67985785369089e495f93cf867a88e1f4042b84f /devel | |
parent | 2c0b76b80bbc85d5d649830883f6b748049a5255 (diff) | |
download | freebsd-ports-gnome-87552c41070e09cfeb936574d8b73782a4111b87.tar.gz freebsd-ports-gnome-87552c41070e09cfeb936574d8b73782a4111b87.tar.zst freebsd-ports-gnome-87552c41070e09cfeb936574d8b73782a4111b87.zip |
- rtags is a Ruby replacement for ctags - allowing for name navigation
in source code using vim, emacs and others.
WWW: http://rtags.rubyforge.org/
Diffstat (limited to 'devel')
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/rubygem-rtags/Makefile | 19 | ||||
-rw-r--r-- | devel/rubygem-rtags/distinfo | 3 | ||||
-rw-r--r-- | devel/rubygem-rtags/pkg-descr | 4 | ||||
-rw-r--r-- | devel/rubygem-rtags/pkg-plist | 10 |
5 files changed, 37 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index 295b281cec54..248b2cd992bf 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1790,6 +1790,7 @@ SUBDIR += rubygem-rake SUBDIR += rubygem-rgl SUBDIR += rubygem-rscm + SUBDIR += rubygem-rtags SUBDIR += rubygem-stream SUBDIR += rubygem-transactionsimple SUBDIR += rubygem-tzinfo diff --git a/devel/rubygem-rtags/Makefile b/devel/rubygem-rtags/Makefile new file mode 100644 index 000000000000..2c9d2484f7df --- /dev/null +++ b/devel/rubygem-rtags/Makefile @@ -0,0 +1,19 @@ +# New ports collection makefile for: Ruby replacement for ctags +# Date created: 2006-08-10 +# Whom: Cheng-Lung Sung <clsung@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= rtags +PORTVERSION= 0.91 +CATEGORIES= devel rubygems +MASTER_SITES= ${MASTER_SITE_RUBYFORGE} +MASTER_SITE_SUBDIR= ${PORTNAME} + +MAINTAINER= clsung@FreeBSD.org +COMMENT= A Ruby replacement for ctags + +.include <bsd.port.pre.mk> +.include "${PORTSDIR}/devel/ruby-gems/Makefile.common" +.include <bsd.port.post.mk> diff --git a/devel/rubygem-rtags/distinfo b/devel/rubygem-rtags/distinfo new file mode 100644 index 000000000000..0471229ae5c9 --- /dev/null +++ b/devel/rubygem-rtags/distinfo @@ -0,0 +1,3 @@ +MD5 (rubygem/rtags-0.91.gem) = 5f87a78c3e3ea95a97f56a9f9c1fb430 +SHA256 (rubygem/rtags-0.91.gem) = 08c6cb73eb9835562d787124806f85afd119d19b6dbfe9106fdb9cc5f57c297e +SIZE (rubygem/rtags-0.91.gem) = 6656 diff --git a/devel/rubygem-rtags/pkg-descr b/devel/rubygem-rtags/pkg-descr new file mode 100644 index 000000000000..5465bd09cb69 --- /dev/null +++ b/devel/rubygem-rtags/pkg-descr @@ -0,0 +1,4 @@ +rtags is a Ruby replacement for ctags - allowing for name navigation +in source code using vim, emacs and others. + +WWW: http://rtags.rubyforge.org/ diff --git a/devel/rubygem-rtags/pkg-plist b/devel/rubygem-rtags/pkg-plist new file mode 100644 index 000000000000..c0e0aeb09a4c --- /dev/null +++ b/devel/rubygem-rtags/pkg-plist @@ -0,0 +1,10 @@ +bin/rtags +%%GEM_SPEC%% +%%GEM_CACHE%% +%%GEM_LIB_DIR%%/bin/VERSION +%%GEM_LIB_DIR%%/bin/rtags +%%GEM_LIB_DIR%%/test/runner.rb +@dirrm %%GEM_LIB_DIR%%/bin +@dirrm %%GEM_LIB_DIR%%/test +@dirrm %%GEM_LIB_DIR%%/scripts +@dirrm %%GEM_LIB_DIR%% |