Update to v5.2.

This commit is contained in:
Joseph Koshy 2002-01-03 05:18:14 +00:00
parent 35ed93e3b3
commit 0516c58fdb
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=52519
4 changed files with 4 additions and 14 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= ctags
PORTVERSION= 5.1
PORTVERSION= 5.2
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
${MASTER_SITE_LOCAL}

View File

@ -1 +1 @@
MD5 (ctags-5.1.tar.gz) = 4bbdf77f89060876be0d7e06580c4761
MD5 (ctags-5.2.tar.gz) = b3b777e133db430b9628c9f55b6a7fa3

View File

@ -1,10 +0,0 @@
--- readtags.c.old Wed Nov 7 19:06:22 2001
+++ readtags.c Wed Nov 7 19:06:29 2001
@@ -12,6 +12,7 @@
* INCLUDE FILES
*/
#include "general.h" /* must always come first */
+#include <sys/types.h>
#include <stdlib.h>
#include <string.h>
#include <ctype.h>

View File

@ -6,8 +6,8 @@ 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, Make, Pascal, Perl,
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.
WWW: http://ctags.sourceforge.net/