1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00
freebsd-ports/devel/ctags/pkg-descr
Joseph Koshy 45f240d369 - Upgrade to v5.6. Upstream changes include:
+ Support for ASP constants.
  + Support for GNU Make extensions.
  + ".mk" is now recognized as a Make language file.
  + Extensions to the Ruby language parser.
  + Many bug fixes.

- Use the --with-readlib configuration option
  instead of homebrewing our own install process.  This change
  installs 'readtags.[oh]' under ${PREFIX}/lib and ${PREFIX}/include
  respectively.

- Update the list of supported languages in the port's
  description.
2006-05-30 17:36:32 +00:00

15 lines
657 B
Plaintext

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/