pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/flex Update to flex-2.5.34. Highlights from NEWS:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/47429bab214e
branches:  trunk
changeset: 538947:47429bab214e
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Thu Feb 21 18:26:05 2008 +0000

description:
Update to flex-2.5.34. Highlights from NEWS:
* flex now provides for a libfl_pic.a compiled with position indep. code.
* introduce yylex_init_extra (c.f. manual)
* pattern language expanded (c.f. manual)
* introduce %option extra-type="your_type *"
* parse multiple short concatenated options
* better checking after yyalloc/yyrealloc
* Expose YY_BUF_SIZE in the header file.
* better escape of filenames with special characters
* memory leaks were plugged
* support case-insensitive patterns
* POSIX character classes may be negated in patterns
* patterns may now use set difference, union operators
* c++ scanner updates
* updated translations

diffstat:

 devel/flex/Makefile |  6 ++----
 devel/flex/PLIST    |  3 ++-
 devel/flex/distinfo |  8 ++++----
 3 files changed, 8 insertions(+), 9 deletions(-)

diffs (49 lines):

diff -r 7d0559d481a0 -r 47429bab214e devel/flex/Makefile
--- a/devel/flex/Makefile       Thu Feb 21 17:55:56 2008 +0000
+++ b/devel/flex/Makefile       Thu Feb 21 18:26:05 2008 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.26 2007/09/25 10:03:52 hira Exp $
+# $NetBSD: Makefile,v 1.27 2008/02/21 18:26:05 tnn Exp $
 
-DISTNAME=              flex-2.5.33
-PKGREVISION=           2
+DISTNAME=              flex-2.5.34
 CATEGORIES=            lang
 MASTER_SITES=          ${MASTER_SITE_SOURCEFORGE:=flex/}
 
@@ -16,7 +15,6 @@
 MAKE_JOBS_SAFE=                no
 TEST_TARGET=           check
 INFO_FILES=            yes
-CPPFLAGS.IRIX+=                -DHAVE_ALLOCA_H         # bug #1675899
 LIBS.SunOS+=           -lm
 USE_PKGLOCALEDIR=      YES
 
diff -r 7d0559d481a0 -r 47429bab214e devel/flex/PLIST
--- a/devel/flex/PLIST  Thu Feb 21 17:55:56 2008 +0000
+++ b/devel/flex/PLIST  Thu Feb 21 18:26:05 2008 +0000
@@ -1,9 +1,10 @@
-@comment $NetBSD: PLIST,v 1.3 2007/01/31 15:38:33 dmcmahill Exp $
+@comment $NetBSD: PLIST,v 1.4 2008/02/21 18:26:05 tnn Exp $
 bin/flex
 bin/flex++
 include/FlexLexer.h
 info/flex.info
 lib/libfl.a
+lib/libfl_pic.a
 man/man1/flex.1
 share/locale/ca/LC_MESSAGES/flex.mo
 share/locale/da/LC_MESSAGES/flex.mo
diff -r 7d0559d481a0 -r 47429bab214e devel/flex/distinfo
--- a/devel/flex/distinfo       Thu Feb 21 17:55:56 2008 +0000
+++ b/devel/flex/distinfo       Thu Feb 21 18:26:05 2008 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.6 2007/01/15 06:14:48 rillig Exp $
+$NetBSD: distinfo,v 1.7 2008/02/21 18:26:05 tnn Exp $
 
-SHA1 (flex-2.5.33.tar.gz) = 9bf2d66bb2e15c26c466eb88218cca6ad9476805
-RMD160 (flex-2.5.33.tar.gz) = f7a9ce99fc699de6fe3324916ac8154a3654a303
-Size (flex-2.5.33.tar.gz) = 880445 bytes
+SHA1 (flex-2.5.34.tar.gz) = b82c6baaeebf0ec84504e5b16751930ae06583e6
+RMD160 (flex-2.5.34.tar.gz) = eecc06d453fc450c400beb4e72b50b3251e80b68
+Size (flex-2.5.34.tar.gz) = 1453805 bytes



Home | Main Index | Thread Index | Old Index