mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-15 07:56: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:
parent
e4041ca5bf
commit
74a5d6d800
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=170322
@ -1790,6 +1790,7 @@
|
|||||||
SUBDIR += rubygem-rake
|
SUBDIR += rubygem-rake
|
||||||
SUBDIR += rubygem-rgl
|
SUBDIR += rubygem-rgl
|
||||||
SUBDIR += rubygem-rscm
|
SUBDIR += rubygem-rscm
|
||||||
|
SUBDIR += rubygem-rtags
|
||||||
SUBDIR += rubygem-stream
|
SUBDIR += rubygem-stream
|
||||||
SUBDIR += rubygem-transactionsimple
|
SUBDIR += rubygem-transactionsimple
|
||||||
SUBDIR += rubygem-tzinfo
|
SUBDIR += rubygem-tzinfo
|
||||||
|
19
devel/rubygem-rtags/Makefile
Normal file
19
devel/rubygem-rtags/Makefile
Normal 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>
|
3
devel/rubygem-rtags/distinfo
Normal file
3
devel/rubygem-rtags/distinfo
Normal 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
|
4
devel/rubygem-rtags/pkg-descr
Normal file
4
devel/rubygem-rtags/pkg-descr
Normal 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/
|
10
devel/rubygem-rtags/pkg-plist
Normal file
10
devel/rubygem-rtags/pkg-plist
Normal 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%%
|
Loading…
Reference in New Issue
Block a user