diff options
author | jkoshy <jkoshy@FreeBSD.org> | 2007-09-06 01:01:39 +0800 |
---|---|---|
committer | jkoshy <jkoshy@FreeBSD.org> | 2007-09-06 01:01:39 +0800 |
commit | 0de56735c35a2f31fe15450b18a03083b3001c67 (patch) | |
tree | ea4729234103b2e01c2e1cdf8b2c2a744faf82fc | |
parent | 1628af8d872b48937effef1c52be01ccbb123396 (diff) | |
download | freebsd-ports-gnome-0de56735c35a2f31fe15450b18a03083b3001c67.tar.gz freebsd-ports-gnome-0de56735c35a2f31fe15450b18a03083b3001c67.tar.zst freebsd-ports-gnome-0de56735c35a2f31fe15450b18a03083b3001c67.zip |
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.
-rw-r--r-- | devel/ctags/Makefile | 2 | ||||
-rw-r--r-- | devel/ctags/distinfo | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/devel/ctags/Makefile b/devel/ctags/Makefile index f142d37c8101..76f7cdf2ba93 100644 --- a/devel/ctags/Makefile +++ b/devel/ctags/Makefile @@ -6,7 +6,7 @@ # PORTNAME= ctags -PORTVERSION= 5.6 +PORTVERSION= 5.7 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} diff --git a/devel/ctags/distinfo b/devel/ctags/distinfo index e69b7453f900..e3fcbf59cee7 100644 --- a/devel/ctags/distinfo +++ b/devel/ctags/distinfo @@ -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 |