summaryrefslogtreecommitdiff
path: root/devel/ragel
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2011-05-02 12:42:20 +0000
committerobache <obache@pkgsrc.org>2011-05-02 12:42:20 +0000
commit1bf68492c6a60db2c5d7b08231280909218f1edd (patch)
tree9a122a8fd972991f86c8948877af349ddd09a05e /devel/ragel
parent7f1a6d24d0277d50065c74b9c42e68eb921e258f (diff)
downloadpkgsrc-1bf68492c6a60db2c5d7b08231280909218f1edd.tar.gz
Update ragel to 6.6.
Ragel 6.6 - Dec 2, 2009 ======================= -Applied a number of patches from Diego Elio 'Flameeyes' Pettenò. Should not be modifying the program's arguments. Problem raised by const correctness in gcc 4.4. Other const-correctness and include fixes provided. -Fixed improper allocation of checks in makeIncludePathChecks. -Fixed segfault when there are no machine instantiations. -Fixed wrong line directives. Line directives need to use the fileName stored in the InputLoc stuctures from the parse trees, not the root source file, otherwise actions in included files will have the wrong source file names associated with the text. -Made a number of build system improvements. We locate the DIST file using $srcdir and source it. It contains settings for build_parsers and build_manual. This allows the user of a dist to enable only one. -Added missing files to doc/Makefile.am and examples/Makefile.am. -Added checks for pdflatex and fig2dev is build_manual is on. -Use automake --foreign so we don't need to have INSTALL and NEWS present. -Ragel VIM syntax files should be specialized by host language. Updated the VIM syntax files. -Just discovered that $srcdir is available in the configure script for checking for the existence of a file created by dist-hook. This lets us write a test that knows the difference between a distribution tarball and something from the repos. The building of the parsers and the manual can now be automatically turned off in a make dist tarball. -Added examples to the dist. Added unicode2ragel.rb to EXTRA_DIST in contrib. -Moved unicode2ragel.rb to the contrib directory.
Diffstat (limited to 'devel/ragel')
-rw-r--r--devel/ragel/Makefile4
-rw-r--r--devel/ragel/distinfo8
2 files changed, 6 insertions, 6 deletions
diff --git a/devel/ragel/Makefile b/devel/ragel/Makefile
index 70903d56492..3d5eae4efde 100644
--- a/devel/ragel/Makefile
+++ b/devel/ragel/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.4 2009/08/21 03:21:05 minskim Exp $
+# $NetBSD: Makefile,v 1.5 2011/05/02 12:42:20 obache Exp $
-DISTNAME= ragel-6.5
+DISTNAME= ragel-6.6
CATEGORIES= devel
MASTER_SITES= http://www.complang.org/ragel/
diff --git a/devel/ragel/distinfo b/devel/ragel/distinfo
index 68df0ca6e83..81e199cfa43 100644
--- a/devel/ragel/distinfo
+++ b/devel/ragel/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2009/08/21 03:21:05 minskim Exp $
+$NetBSD: distinfo,v 1.4 2011/05/02 12:42:20 obache Exp $
-SHA1 (ragel-6.5.tar.gz) = 7bc2cd5fb40d00e71e1d37a6d4d69c83c67f983f
-RMD160 (ragel-6.5.tar.gz) = 162af80f2fdaeb43dc2ce98b1834b17156f27e9f
-Size (ragel-6.5.tar.gz) = 973457 bytes
+SHA1 (ragel-6.6.tar.gz) = 8c085300c90e23a120684760b5f078fca275bb49
+RMD160 (ragel-6.6.tar.gz) = b0de6eaa6383f5fc9f9121012262685eec408450
+Size (ragel-6.6.tar.gz) = 1091836 bytes