1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-05 06:27:37 +00:00

Import of Exuberant CTAGS from Darren Hiebert, an improved implementation

of ctags that supported C++, Eiffel, Java and FORTRAN.
This commit is contained in:
Joseph Koshy 1999-06-04 07:16:51 +00:00
parent 5c9f4544a4
commit 4c93ddeda1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=19199
5 changed files with 36 additions and 0 deletions

21
devel/ctags/Makefile Normal file
View File

@ -0,0 +1,21 @@
# New ports collection makefile for: exctags
# Version required: 3.2.2
# Date created: 4 June 1996
# Whom: jkoshy
#
# $Id$
#
DISTNAME= ctags-3.2.2
CATEGORIES= devel
MASTER_SITES= http://fly.hiwaay.net/~darren/ctags/
MAINTAINER= jkoshy@FreeBSD.ORG
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --enable-macro-patterns
MAN1= ctags.1
MLINKS= ctags.1 etags.1
.include <bsd.port.mk>

1
devel/ctags/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (ctags-3.2.2.tar.gz) = e60d6bfa04298d48989ba6de8f8968c5

1
devel/ctags/pkg-comment Normal file
View File

@ -0,0 +1 @@
an feature-filled tagfile generator for vi and emacs clones

11
devel/ctags/pkg-descr Normal file
View File

@ -0,0 +1,11 @@
Exuberant Ctags generates an index (or tag) file of source language
objects in source files that allows these items to be quickly and
easily located by a text editor or other utility.
Alternatively, it can generate a cross reference file which lists,
in human-readable form, information about the various objects found
in a set of source code files.
Supported languages include: C, C++, Java, Eiffel, FORTRAN.
WWW: http://fly.hiwaay.net/~darren/ctags/

2
devel/ctags/pkg-plist Normal file
View File

@ -0,0 +1,2 @@
bin/ctags
bin/etags