# $Id: Portfile,v 1.9 2003/04/04 14:49:19 fkr Exp $ PortSystem 1.0 name ctags version 5.5 categories devel maintainers pogma@opendarwin.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 http://telia.dl.sourceforge.net/sourceforge/ctags/ \ http://unc.dl.sourceforge.net/sourceforge/ctags/ \ http://umn.dl.sourceforge.net/sourceforge/ctags/ \ http://twtelecom.dl.sourceforge.net/sourceforge/ctags/ \ http://easynews.dl.sourceforge.net/sourceforge/ctags/ \ http://belnet.dl.sourceforge.net/sourceforge/ctags/ \ http://cesnet.dl.sourceforge.net/sourceforge/ctags/ \ http://switch.dl.sourceforge.net/sourceforge/ctags/ checksums md5 87ea63fbab726073b5d1c42701399581 configure.type gnu configure.args --enable-macro-patterns --disable-etags install { system "install -d -m 755 ${destroot}${prefix}/bin" system "install -d -m 755 ${destroot}${prefix}/lib/ctags" system "install -d -m 755 ${destroot}${prefix}/include/ctags" system "install -d -m 755 ${destroot}${prefix}/man/man1" system "install -m 755 ${worksrcpath}/ctags ${destroot}${prefix}/bin/exctags" system "install ${worksrcpath}/ctags.1 ${destroot}${prefix}/man/man1/exctags.1" system "install -m 644 ${worksrcpath}/readtags.h ${destroot}${prefix}/include/ctags/" system "install -m 644 ${worksrcpath}/readtags.o ${destroot}${prefix}/lib/ctags/" }