a project to simplify installation of open source software
on Mac OS X and Darwin
# $Id: Portfile 23082 2007-03-24 19:10:14Z pipping@macports.org $
PortSystem 1.0
name ctags
version 5.6
categories devel
maintainers nomaintainer@macports.org
description Reimplementation of ctags(1)
long_description \
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, AWK, ASP, BETA, Bourne/Korn/Zsh \
Shell, C, C++, COBOL, Eiffel, Fortran, Java, Lisp, Lua, Make, Pascal, Perl, \
PHP, Python, REXX, Ruby, S-Lang, Scheme, Tcl, Vim and Yacc.
homepage http://ctags.sourceforge.net/
platforms darwin freebsd
master_sites sourceforge
checksums md5 9026a6c6950751bc4fd1be37e8a2070f \
sha1 930afaa138624717393fe475201f795251bd5e5e \
rmd160 9221bcc105f302b6e05f599914f5d4e24cda62f0
configure.type gnu
configure.args --enable-macro-patterns \
--mandir=\\\${prefix}/share/man \
--with-readlib
destroot.destdir prefix=${destroot}${prefix}