pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/cflow Update to cflow 1.4



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3b9b24ad0275
branches:  trunk
changeset: 610439:3b9b24ad0275
user:      asau <asau%pkgsrc.org@localhost>
date:      Thu Oct 25 08:03:14 2012 +0000

description:
Update to cflow 1.4
Introduce test target.


Changes in version 1.4

* Symbol aliases

The `--symbol' option has been extended to allow for defining
symbol aliases.  Aliases are useful for declaring reserved
words such as `__restrict' or `__inline'.  For example,
the option `--symbol __restrict:=restrict' instructs cflow
to treat `__restrict' exactly as `restrict'.

* New syntactic class: qualifiers

Tokens in this class can legitimately appear in place
of C qualifiers, such as `static' or `inline'.  This class
is useful for some compiler-depending keywords, such as
`__extension__' in gcc.  The usual declaration of this symbol
is `--symbol __extension__:qualifier'.

* Speed up recursive call detection.

* Fix parsing of typedefs after `struct'.
* Fix the output of branch marks in tree mode.
* Fix processing of static inline functions (RH bug 650716).

diffstat:

 devel/cflow/Makefile |  7 ++++---
 devel/cflow/PLIST    |  3 ++-
 devel/cflow/distinfo |  8 ++++----
 3 files changed, 10 insertions(+), 8 deletions(-)

diffs (48 lines):

diff -r 116aad470958 -r 3b9b24ad0275 devel/cflow/Makefile
--- a/devel/cflow/Makefile      Thu Oct 25 07:22:57 2012 +0000
+++ b/devel/cflow/Makefile      Thu Oct 25 08:03:14 2012 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.9 2011/04/22 13:43:16 obache Exp $
+# $NetBSD: Makefile,v 1.10 2012/10/25 08:03:14 asau Exp $
 
-DISTNAME=      cflow-1.3
-PKGREVISION=   2
+DISTNAME=      cflow-1.4
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_GNU:=cflow/}
 
@@ -22,5 +21,7 @@
 SUBST_FILES.emacs=     Makefile.in
 SUBST_SED.emacs=       -e 's| elisp||g'
 
+TEST_TARGET=   check
+
 .include "../../devel/gettext-lib/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 116aad470958 -r 3b9b24ad0275 devel/cflow/PLIST
--- a/devel/cflow/PLIST Thu Oct 25 07:22:57 2012 +0000
+++ b/devel/cflow/PLIST Thu Oct 25 08:03:14 2012 +0000
@@ -1,7 +1,8 @@
-@comment $NetBSD: PLIST,v 1.7 2009/08/25 20:09:18 hasso Exp $
+@comment $NetBSD: PLIST,v 1.8 2012/10/25 08:03:14 asau Exp $
 bin/cflow
 info/cflow.info
 share/locale/da/LC_MESSAGES/cflow.mo
+share/locale/fi/LC_MESSAGES/cflow.mo
 share/locale/ga/LC_MESSAGES/cflow.mo
 share/locale/id/LC_MESSAGES/cflow.mo
 share/locale/pl/LC_MESSAGES/cflow.mo
diff -r 116aad470958 -r 3b9b24ad0275 devel/cflow/distinfo
--- a/devel/cflow/distinfo      Thu Oct 25 07:22:57 2012 +0000
+++ b/devel/cflow/distinfo      Thu Oct 25 08:03:14 2012 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.5 2009/10/31 21:42:27 joerg Exp $
+$NetBSD: distinfo,v 1.6 2012/10/25 08:03:14 asau Exp $
 
-SHA1 (cflow-1.3.tar.gz) = 8cc32e7e75f6b1ecbd90d7699cdd859d9419c28c
-RMD160 (cflow-1.3.tar.gz) = 90c7652590a85b762034151b5f9ed94c6f4b4cb6
-Size (cflow-1.3.tar.gz) = 759691 bytes
+SHA1 (cflow-1.4.tar.gz) = 43d969b9898103ad125cd2e65f1f652550cb9434
+RMD160 (cflow-1.4.tar.gz) = 8c7b3f7b242f46b340d758c02d011f7efca66694
+Size (cflow-1.4.tar.gz) = 795545 bytes
 SHA1 (patch-aa) = e05ef8092bdc5d0df8b380f7063e46baea4f49c3



Home | Main Index | Thread Index | Old Index