pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
muparser: Removed duplicate
Module Name: pkgsrc-wip
Committed By: pin <voidpin%protonmail.com@localhost>
Pushed By: pin
Date: Mon Jun 27 13:36:21 2022 +0200
Changeset: 51db9c33402baef149315e888592c8cee61bb050
Modified Files:
Makefile
Removed Files:
muparser/DESCR
muparser/Makefile
muparser/PLIST
muparser/buildlink3.mk
muparser/distinfo
Log Message:
muparser: Removed duplicate
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=51db9c33402baef149315e888592c8cee61bb050
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
Makefile | 1 -
muparser/DESCR | 5 -----
muparser/Makefile | 24 ------------------------
muparser/PLIST | 19 -------------------
muparser/buildlink3.mk | 12 ------------
muparser/distinfo | 5 -----
6 files changed, 66 deletions(-)
diffs:
diff --git a/Makefile b/Makefile
index a90e7a612a..598e601877 100644
--- a/Makefile
+++ b/Makefile
@@ -2540,7 +2540,6 @@ SUBDIR+= multitail
SUBDIR+= mummer4
SUBDIR+= munge
SUBDIR+= muon
-SUBDIR+= muparser
SUBDIR+= mupen64plus
SUBDIR+= mupen64plus-extraplugins
SUBDIR+= muscle
diff --git a/muparser/DESCR b/muparser/DESCR
deleted file mode 100644
index e961c1257d..0000000000
--- a/muparser/DESCR
+++ /dev/null
@@ -1,5 +0,0 @@
-Many applications require the parsing of mathematical expressions.
-The main objective of this library is to provide a fast and easy way
-of doing this. muParser is an extensible high performance math parser
-library written in C++. It works by transforming a mathematical
-expression into bytecode and precalculating constant parts of the expression.
diff --git a/muparser/Makefile b/muparser/Makefile
deleted file mode 100644
index f16cdf2846..0000000000
--- a/muparser/Makefile
+++ /dev/null
@@ -1,24 +0,0 @@
-# $NetBSD$
-
-DISTNAME= muparser-2.2.6.1
-CATEGORIES= math
-MASTER_SITES= ${MASTER_SITE_GITHUB:=beltoforion/}
-GITHUB_TAG= v${PKGVERSION_NOREV}
-
-MAINTAINER= pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE= https://beltoforion.de/article.php?a=muparser
-COMMENT= Parser for mathematical expressions
-LICENSE= mit
-
-MAKE_JOBS_SAFE= no
-GNU_CONFIGURE= yes
-USE_CMAKE= yes
-#USE_TOOLS+= pkg-config
-USE_LANGUAGES= c c++
-
-PKGCONFIG_OVERRIDE+= build/autoconf/muparser.pc.in
-
-do-test:
- cd ${WRKSRC}/samples/example1 && ${ECHO} quit | LD_LIBRARY_PATH=../../lib ./example1
-
-.include "../../mk/bsd.pkg.mk"
diff --git a/muparser/PLIST b/muparser/PLIST
deleted file mode 100644
index 6261f1e479..0000000000
--- a/muparser/PLIST
+++ /dev/null
@@ -1,19 +0,0 @@
-@comment $NetBSD$
-include/muParser.h
-include/muParserBase.h
-include/muParserBytecode.h
-include/muParserCallback.h
-include/muParserDLL.h
-include/muParserDef.h
-include/muParserError.h
-include/muParserFixes.h
-include/muParserInt.h
-include/muParserStack.h
-include/muParserTemplateMagic.h
-include/muParserTest.h
-include/muParserToken.h
-include/muParserTokenReader.h
-lib/libmuparser.so
-lib/libmuparser.so.2
-lib/libmuparser.so.2.2.6
-lib/pkgconfig/muparser.pc
diff --git a/muparser/buildlink3.mk b/muparser/buildlink3.mk
deleted file mode 100644
index bbb2fcb373..0000000000
--- a/muparser/buildlink3.mk
+++ /dev/null
@@ -1,12 +0,0 @@
-# $NetBSD$
-
-BUILDLINK_TREE+= muparser
-
-.if !defined(MUPARSER_BUILDLINK3_MK)
-MUPARSER_BUILDLINK3_MK:=
-
-BUILDLINK_API_DEPENDS.muparser+= muparser>=2.2.6.1
-BUILDLINK_PKGSRCDIR.muparser?= ../../wip/muparser
-.endif # MUPARSER_BUILDLINK3_MK
-
-BUILDLINK_TREE+= -muparser
diff --git a/muparser/distinfo b/muparser/distinfo
deleted file mode 100644
index 83907a0d30..0000000000
--- a/muparser/distinfo
+++ /dev/null
@@ -1,5 +0,0 @@
-$NetBSD$
-
-RMD160 (muparser-2.2.6.1.tar.gz) = b488379c2628bd7ba4fdcd4d07f1e6e82152a6cc
-SHA512 (muparser-2.2.6.1.tar.gz) = 01bfc8cc48158c8413ae5e1da2ddbac1c9f0b9075470b1ab75853587d641dd195ebea268e1060a340098fd8015bc5f77d8e9cde5f81cffeade2f157c5f295496
-Size (muparser-2.2.6.1.tar.gz) = 755653 bytes
Home |
Main Index |
Thread Index |
Old Index