summaryrefslogtreecommitdiff
path: root/math/muparser
diff options
context:
space:
mode:
authorasau <asau>2010-08-11 20:33:19 +0000
committerasau <asau>2010-08-11 20:33:19 +0000
commit0c7f4c5e5967b12d070f4b2504b85d04a34ff330 (patch)
treebd5f310595b3050654a6ea33a99c99b930034722 /math/muparser
parent15cf9692c614bbbcaa404c93d8fbef16e9252952 (diff)
downloadpkgsrc-0c7f4c5e5967b12d070f4b2504b85d04a34ff330.tar.gz
Update to muParser 1.32
Changes in muParser 1.32 ------------------------ Changes: * "example3" renamed to "example2" * Project/Makefiles files are now provided for: - msvc2003 - msvc2005 - msvc2008 - watcom (makefile) - mingw (makefile) - bcc (makefile) * Project files for borland cpp builder were removed New features: * Added function returning muparsers version number * Added function for resetting the locale Bugfixes: * Changes example1 in order to fix issues with irritating memory leak reports. Added conditional code for memory leak detection with MSVC in example1. (see: http://www.codeproject.com/KB/recipes/FastMathParser.aspx?msg=3286367#xx3286367xx) * Fixed some warnings for gcc Changes in muParser 1.31cp -------------------------- Changes: * Archive structure changed * C# wrapper added * Fixed issued that prevented compiling with VS2010 Beta2
Diffstat (limited to 'math/muparser')
-rw-r--r--math/muparser/Makefile17
-rw-r--r--math/muparser/PLIST5
-rw-r--r--math/muparser/distinfo9
-rw-r--r--math/muparser/patches/patch-ab15
4 files changed, 17 insertions, 29 deletions
diff --git a/math/muparser/Makefile b/math/muparser/Makefile
index ccae7ac36aa..7bc9c48678a 100644
--- a/math/muparser/Makefile
+++ b/math/muparser/Makefile
@@ -1,25 +1,26 @@
-# $NetBSD: Makefile,v 1.2 2009/12/12 12:27:33 asau Exp $
+# $NetBSD: Makefile,v 1.3 2010/08/11 20:33:19 asau Exp $
#
-DISTNAME= muparser_v130
-PKGNAME= muparser-130
+DISTNAME= muparser_v132
+PKGNAME= muparser-132
CATEGORIES= math
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=muparser/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://muparser.sourceforge.net/
COMMENT= Parser for mathematical expressions
+LICENSE= mit
-WRKSRC= ${WRKDIR}/muparser
+PKG_DESTDIR_SUPPORT= user-destdir
+
+MAKE_JOBS_SAFE= no
+USE_LANGUAGES= c c++
GNU_CONFIGURE= yes
#USE_TOOLS+= pkg-config
-USE_LANGUAGES= c c++
-MAKE_JOBS_SAFE= no
-PKG_DESTDIR_SUPPORT= user-destdir
PKGCONFIG_OVERRIDE+= build/autoconf/muparser.pc.in
do-test:
- cd ${WRKSRC}/samples/example1 && echo quit | ./example1
+ cd ${WRKSRC}/samples/example1 && echo quit | LD_LIBRARY_PATH=../../lib ./example1
.include "../../mk/bsd.pkg.mk"
diff --git a/math/muparser/PLIST b/math/muparser/PLIST
index 05c0b74bff8..8c3d06e0b9a 100644
--- a/math/muparser/PLIST
+++ b/math/muparser/PLIST
@@ -1,8 +1,9 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2009/12/11 19:53:57 drochner Exp $
+@comment $NetBSD: PLIST,v 1.2 2010/08/11 20:33:19 asau Exp $
include/muParser.h
include/muParserBase.h
include/muParserBytecode.h
include/muParserCallback.h
+include/muParserComplex.h
include/muParserDLL.h
include/muParserDef.h
include/muParserError.h
@@ -13,4 +14,6 @@ include/muParserTest.h
include/muParserToken.h
include/muParserTokenReader.h
lib/libmuparser.so
+lib/libmuparser.so.0
+lib/libmuparser.so.0.0.0
lib/pkgconfig/muparser.pc
diff --git a/math/muparser/distinfo b/math/muparser/distinfo
index aee933f865e..00993b810d3 100644
--- a/math/muparser/distinfo
+++ b/math/muparser/distinfo
@@ -1,7 +1,6 @@
-$NetBSD: distinfo,v 1.1.1.1 2009/12/11 19:53:57 drochner Exp $
+$NetBSD: distinfo,v 1.2 2010/08/11 20:33:19 asau Exp $
-SHA1 (muparser_v130.tar.gz) = 8411b189b05317d836c92b02b267f7be5bc08611
-RMD160 (muparser_v130.tar.gz) = 489b781756e018bbe2976ab16d8962106a2ccf0f
-Size (muparser_v130.tar.gz) = 820801 bytes
+SHA1 (muparser_v132.tar.gz) = ff9e7be4408cafbbd6d9256095eaf8ebb12611b1
+RMD160 (muparser_v132.tar.gz) = a8c03084db33f0a62b9d927799134fc35c7a4d87
+Size (muparser_v132.tar.gz) = 1009309 bytes
SHA1 (patch-aa) = 9f41e839d382c2b7e8a3b4c0880f345355c3950a
-SHA1 (patch-ab) = 73aca637f676bcf19cd6ae29baddf07e449bf78e
diff --git a/math/muparser/patches/patch-ab b/math/muparser/patches/patch-ab
deleted file mode 100644
index 6cc5b1a8a76..00000000000
--- a/math/muparser/patches/patch-ab
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD: patch-ab,v 1.1.1.1 2009/12/11 19:53:57 drochner Exp $
-
---- Makefile.in.orig 2009-12-11 15:24:06.000000000 +0000
-+++ Makefile.in
-@@ -192,8 +192,8 @@ COND_USE_SOSYMLINKS_1___muParser_dll___s
- all: $(__muParser_lib___depname) $(__muParser_dll___depname) $(__example1___depname)
-
- install: all $(__install_muParser_lib___depname) $(__install_muParser_lib_headers___depname) $(__install_muParser_dll___depname) $(__install_muParser_dll_headers___depname)
-- $(INSTALL_DIR) $(libdir)/pkgconfig
-- $(INSTALL_DATA) build/autoconf/muparser.pc $(libdir)/pkgconfig
-+ $(INSTALL_DIR) $(DESTDIR)$(libdir)/pkgconfig
-+ $(INSTALL_DATA) build/autoconf/muparser.pc $(DESTDIR)$(libdir)/pkgconfig
-
- uninstall: $(__uninstall_muParser_lib___depname) $(__uninstall_muParser_lib_headers___depname) $(__uninstall_muParser_dll___depname) $(__uninstall_muParser_dll_headers___depname)
-