1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-27 05:10:36 +00:00

- rtags is a Ruby replacement for ctags - allowing for name navigation

in source code using vim, emacs and others.

WWW:    http://rtags.rubyforge.org/
This commit is contained in:
Cheng-Lung Sung 2006-08-11 02:01:08 +00:00
parent e4041ca5bf
commit 74a5d6d800
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=170322
5 changed files with 37 additions and 0 deletions

View File

@ -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

View File

@ -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>

View File

@ -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

View File

@ -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/

View File

@ -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%%