Upgrade to v5.7. Upstream changes include:
o Changes to language parsing: + Basic Support for "DIM AS" statements, BlitzBasic, PureBasic and FreeBasic. + C support for forward variable declarations. + C# support for verbatim string literals, multiple namespace declarations. + C++ support for non-extern, non-static functions returning wchar_t, optional tags for forward variable declarations. + Eiffel support for the convert keyword. + Java support for enums. + Perl support for the 'package' keyword, for multi-line subroutine, package and constant definitions, for optional subroutine declarations and formats. Comments mixed into definitions and declarations are now ignored. + PHP Support for interfaces and static/public/protected/private functions. + Python support for arbitrary nesting depth. o Support added for numerous revision control systems. o Many bug fixes.
This commit is contained in:
parent
72105a93a4
commit
3f2764b18e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=198864
2 changed files with 4 additions and 4 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= ctags
|
||||
PORTVERSION= 5.6
|
||||
PORTVERSION= 5.7
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
MD5 (ctags-5.6.tar.gz) = 9026a6c6950751bc4fd1be37e8a2070f
|
||||
SHA256 (ctags-5.6.tar.gz) = 55c0693845644735f76242fa717efd92d9cb99543f7a7fa65d63bdd083c4eb95
|
||||
SIZE (ctags-5.6.tar.gz) = 267019
|
||||
MD5 (ctags-5.7.tar.gz) = 643cab63b39c8a24377dc4c781547d40
|
||||
SHA256 (ctags-5.7.tar.gz) = 10623bbcc9b0cb60124271ce83111733a1043ab022d51cfcd2c0e0c953bd8b58
|
||||
SIZE (ctags-5.7.tar.gz) = 287496
|
||||
|
|
Loading…
Reference in a new issue