[Midnightbsd-cvs] mports: devel/ctags: add ctags.

ctriv at midnightbsd.org ctriv at midnightbsd.org
Wed Apr 16 01:12:16 EDT 2008


Log Message:
-----------
add ctags.

Added Files:
-----------
    mports/devel/ctags:
        Makefile (r1.1)
        distinfo (r1.1)
        pkg-descr (r1.1)
        pkg-plist (r1.1)
    mports/devel/ctags/files:
        patch-Makefile.in (r1.1)
        patch-aa (r1.1)

-------------- next part --------------
--- /dev/null
+++ devel/ctags/pkg-descr
@@ -0,0 +1,14 @@
+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: Assembler, ASP, AWK, BETA, C, C++, C#,
+COBOL, Eiffel, Fortran, HTML, Java, Javascript, Lisp, Lua, Make,
+Pascal, Perl, PHP, PL/SQL, Python, REXX, Ruby, S-Lang, Scheme, Shell
+(Bourne/Korn/Z), Standard ML, Tcl, Vera, Verilog, Vim and Yacc.
+
+WWW:    http://ctags.sourceforge.net/
--- /dev/null
+++ devel/ctags/pkg-plist
@@ -0,0 +1,3 @@
+bin/exctags
+include/readtags.h
+lib/readtags.o
--- /dev/null
+++ devel/ctags/Makefile
@@ -0,0 +1,25 @@
+# New ports collection makefile for:   Exuberant Ctags
+# Date created:        4 June 1996
+# Whom:                jkoshy
+#
+# $FreeBSD: ports/devel/ctags/Makefile,v 1.35 2008/04/10 09:12:53 jkoshy Exp $
+#
+
+PORTNAME=	ctags
+PORTVERSION=	5.7
+CATEGORIES=	devel
+MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
+MASTER_SITE_SUBDIR=	${PORTNAME}
+
+MAINTAINER=	ports at MidnightBSD.org
+COMMENT=	A feature-filled tagfile generator for vi and emacs clones
+LICENSE=	gpl2
+
+GNU_CONFIGURE=	yes
+CONFIGURE_ARGS=	--enable-macro-patterns --with-readlib
+
+MAN1=		exctags.1
+
+FAKE_OPTS=	prefixhack
+
+.include <bsd.port.mk>
--- /dev/null
+++ devel/ctags/distinfo
@@ -0,0 +1,3 @@
+MD5 (ctags-5.7.tar.gz) = 643cab63b39c8a24377dc4c781547d40
+SHA256 (ctags-5.7.tar.gz) = 10623bbcc9b0cb60124271ce83111733a1043ab022d51cfcd2c0e0c953bd8b58
+SIZE (ctags-5.7.tar.gz) = 287496
--- /dev/null
+++ devel/ctags/files/patch-Makefile.in
@@ -0,0 +1,11 @@
+--- Makefile.in.orig	Tue May 30 22:51:24 2006
++++ Makefile.in	Tue May 30 22:51:27 2006
+@@ -6,7 +6,7 @@
+ # These are the names of the installed programs, in case you wish to change
+ # them.
+ #
+-CTAGS_PROG = ctags
++CTAGS_PROG = exctags
+ ETAGS_PROG = etags
+ 
+ # Set this to the path to your shell (must run Bourne shell commands).
--- /dev/null
+++ devel/ctags/files/patch-aa
@@ -0,0 +1,26 @@
+--- ctags.1.orig	Mon Mar 19 10:21:32 2001
++++ ctags.1	Wed Mar 21 11:23:43 2001
+@@ -1,19 +1,19 @@
+-.TH CTAGS 1 "Version 5.0" "Darren Hiebert"
++.TH EXCTAGS 1 "Version 5.0" "Darren Hiebert"
+ 
+ 
+ .SH "NAME"
+-ctags \- Generate tag files for source code
++exctags \- Generate tag files for source code
+ 
+ 
+ .SH SYNOPSIS
+ .TP 6
+-\fBctags\fP [\fBoptions\fP] [\fIfile(s)\fP]
++\fBexctags\fP [\fBoptions\fP] [\fIfile(s)\fP]
+ .TP 6
+ \fBetags\fP [\fBoptions\fP] [\fIfile(s)\fP]
+ 
+ 
+ .SH "DESCRIPTION"
+-The \fBctags\fP and \fBetags\fP programs (hereinafter collectively referred to
++The \fBexctags\fP and \fBetags\fP programs (hereinafter collectively referred to
+ as \fBctags\fP, except where distinguished) generate an index (or "tag") file
+ for a variety of language objects found in \fIfile(s)\fP.
+ This tag file allows these items to be quickly and easily located by a text


More information about the Midnightbsd-cvs mailing list