summaryrefslogtreecommitdiff
path: root/devel/ragel
diff options
context:
space:
mode:
authortaca <taca>2011-09-12 16:19:45 +0000
committertaca <taca>2011-09-12 16:19:45 +0000
commitf51644079d2f3899b661da129f4540145cba237e (patch)
tree6bad869258dd2f1bde599e7f045ea898117b0397 /devel/ragel
parent22e233bdb3d6d22d373febb57e979453c1587287 (diff)
downloadpkgsrc-f51644079d2f3899b661da129f4540145cba237e.tar.gz
Update ragel package to 6.7.
Ragel 6.7 - May 22, 2011 ======================== -The C vim file now supports L,l on the end of literal numbers, other syntax highlighting fixes. -Added an explicit cast when modifying _trans to eliminate compiler warnings on Windows/VC++ -Fix for ruby 1.9 compatibility. -Fix for include directories (-I option) on Windows/VC++ -Can now rename data variable in C# code generator. -Fix for non-char alphtype in C# code generator. -Fix for signedness of wide char in C code generator. when comparing the wide type against a literal we need to pick the right signedness for the literal. -Fixed arithmetic overflow in generated C# code. The C# _acts and _nacts vars should not be typed based on the size of the array elements they point to. Fixes a bug reported by Attila Sztupák. -Made the -L option work for Ruby. -Enhanced ragel.m4 (from Diego). -Applied GO patch from Justine Tunney. -Applied D2 patch from Johannes Pfau. -Applied Ocaml patch from ygrek.
Diffstat (limited to 'devel/ragel')
-rw-r--r--devel/ragel/Makefile8
-rw-r--r--devel/ragel/distinfo8
2 files changed, 10 insertions, 6 deletions
diff --git a/devel/ragel/Makefile b/devel/ragel/Makefile
index 3d5eae4efde..7d247fd87b5 100644
--- a/devel/ragel/Makefile
+++ b/devel/ragel/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.5 2011/05/02 12:42:20 obache Exp $
+# $NetBSD: Makefile,v 1.6 2011/09/12 16:19:45 taca Exp $
-DISTNAME= ragel-6.6
+DISTNAME= ragel-6.7
CATEGORIES= devel
MASTER_SITES= http://www.complang.org/ragel/
@@ -15,4 +15,8 @@ GNU_CONFIGURE= yes
USE_LANGUAGES= c c++
USE_TOOLS+= gmake
+post-install:
+ ${INSTALL_DATA} ${WRKSRC}/doc/ragel-guide.pdf \
+ ${DESTDIR}${PREFIX}/share/doc/ragel
+
.include "../../mk/bsd.pkg.mk"
diff --git a/devel/ragel/distinfo b/devel/ragel/distinfo
index 81e199cfa43..2f45536e6f1 100644
--- a/devel/ragel/distinfo
+++ b/devel/ragel/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2011/05/02 12:42:20 obache Exp $
+$NetBSD: distinfo,v 1.5 2011/09/12 16:19:45 taca Exp $
-SHA1 (ragel-6.6.tar.gz) = 8c085300c90e23a120684760b5f078fca275bb49
-RMD160 (ragel-6.6.tar.gz) = b0de6eaa6383f5fc9f9121012262685eec408450
-Size (ragel-6.6.tar.gz) = 1091836 bytes
+SHA1 (ragel-6.7.tar.gz) = bf12b634f5a25e5ba305edfee59a455069ed3b0a
+RMD160 (ragel-6.7.tar.gz) = 003a29121bd44cdcdddd0721524fe90cf421c05d
+Size (ragel-6.7.tar.gz) = 1182734 bytes