summaryrefslogtreecommitdiff
path: root/math/fung-calc
diff options
context:
space:
mode:
Diffstat (limited to 'math/fung-calc')
-rw-r--r--math/fung-calc/Makefile29
-rw-r--r--math/fung-calc/distinfo2
-rw-r--r--math/fung-calc/files/patch-src-libfungcalc-fparser-fparser.cc29
-rw-r--r--math/fung-calc/pkg-descr7
-rw-r--r--math/fung-calc/pkg-plist92
5 files changed, 0 insertions, 159 deletions
diff --git a/math/fung-calc/Makefile b/math/fung-calc/Makefile
deleted file mode 100644
index 3f3d7dc7de9d..000000000000
--- a/math/fung-calc/Makefile
+++ /dev/null
@@ -1,29 +0,0 @@
-# New ports collection makefile for: fung-calc
-# Date created: 10.06.2003
-# Whom: Kirill Ponomarew <ponomarew@oberon.net>
-#
-# $FreeBSD$
-
-PORTNAME= fung-calc
-PORTVERSION= 1.3.2b
-PORTREVISION= 15
-CATEGORIES= math kde
-MASTER_SITES= SF/${PORTNAME}/releases/${PORTVERSION}
-
-MAINTAINER= 5u623l20@gmail.com
-COMMENT= Advanced graphic calculator
-
-PORTSCOUT= skipv:1.3.2 #This version is later then 1.3.2
-USE_KDELIBS_VER=3
-USE_GL= glut
-USE_GMAKE= yes
-USE_LDCONFIG= yes
-USE_AUTOTOOLS= libtool
-LDFLAGS+= -L${LOCALBASE}/lib
-INSTALLS_ICONS= yes
-
-pre-configure:
- @${REINPLACE_CMD} -e 's|-O2|-fPIC|g; s|-lpthread|${PTHREAD_LIBS}|g' \
- ${WRKSRC}/configure
-
-.include <bsd.port.mk>
diff --git a/math/fung-calc/distinfo b/math/fung-calc/distinfo
deleted file mode 100644
index 7c65601ca345..000000000000
--- a/math/fung-calc/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (fung-calc-1.3.2b.tar.gz) = 644a9c776aafe4634bb345524fcea2f68d283e990e09a885dc574f67c7cee9ad
-SIZE (fung-calc-1.3.2b.tar.gz) = 1123189
diff --git a/math/fung-calc/files/patch-src-libfungcalc-fparser-fparser.cc b/math/fung-calc/files/patch-src-libfungcalc-fparser-fparser.cc
deleted file mode 100644
index 5854efcfc219..000000000000
--- a/math/fung-calc/files/patch-src-libfungcalc-fparser-fparser.cc
+++ /dev/null
@@ -1,29 +0,0 @@
---- src/libfungcalc/fparser/fparser.cc.orig Sat Aug 14 00:53:10 2004
-+++ src/libfungcalc/fparser/fparser.cc Sat Aug 14 00:54:04 2004
-@@ -163,7 +163,7 @@
- }
- return 0;
- }
--};
-+}
-
- //---------------------------------------------------------------------------
- // Constructors and destructors
-@@ -236,7 +236,7 @@
- }
- return true;
- }
--};
-+}
-
- bool FunctionParser::isValidName(const std::string& name)
- {
-@@ -361,7 +361,7 @@
- {
- while(F[Ind] && F[Ind] == ' ') ++Ind;
- }
--};
-+}
-
- // Returns an iterator to the variable with the same name as 'F', or to
- // Variables.end() if no such variable exists:
diff --git a/math/fung-calc/pkg-descr b/math/fung-calc/pkg-descr
deleted file mode 100644
index c496bd5053d4..000000000000
--- a/math/fung-calc/pkg-descr
+++ /dev/null
@@ -1,7 +0,0 @@
-The Fung-Calc is an advanced 3D/2D, yet easy to use, graphing
-calculator. It is an attempt to create a complete,
-user-friendly grapher with all the features needed for easy
-viewing of the graphical display of expressions in various
-ways.
-
-WWW: http://fung-calc.sourceforge.net
diff --git a/math/fung-calc/pkg-plist b/math/fung-calc/pkg-plist
deleted file mode 100644
index a69e901b18c1..000000000000
--- a/math/fung-calc/pkg-plist
+++ /dev/null
@@ -1,92 +0,0 @@
-bin/fung-calc
-include/fung-calc/animator.h
-include/fung-calc/arclengthfunction.h
-include/fung-calc/basicgraph.h
-include/fung-calc/cartesian3dcoord.h
-include/fung-calc/commongraph.h
-include/fung-calc/cylindricalcoord.h
-include/fung-calc/definiteintegralfunction.h
-include/fung-calc/densityplot.h
-include/fung-calc/distancefunction.h
-include/fung-calc/expression.h
-include/fung-calc/expressiongraph.h
-include/fung-calc/fparser.hh
-include/fung-calc/frequencyplot.h
-include/fung-calc/functiongraph.h
-include/fung-calc/fungmath.h
-include/fung-calc/fungpainter.h
-include/fung-calc/fungparser.h
-include/fung-calc/fungvector.h
-include/fung-calc/glbasicgraph.h
-include/fung-calc/glexpressiongraph.h
-include/fung-calc/glfunctiongraph.h
-include/fung-calc/glgraphevent.h
-include/fung-calc/glparametricgraph.h
-include/fung-calc/glpolargraph.h
-include/fung-calc/graphevent.h
-include/fung-calc/icons.h
-include/fung-calc/intersectionfunction.h
-include/fung-calc/mathfunction.h
-include/fung-calc/maximumfunction.h
-include/fung-calc/meanvaluefunction.h
-include/fung-calc/minimumfunction.h
-include/fung-calc/parametricgraph.h
-include/fung-calc/plotmodule.h
-include/fung-calc/polarcoord.h
-include/fung-calc/polargraph.h
-include/fung-calc/rectcoord.h
-include/fung-calc/scatterplot.h
-include/fung-calc/sphericalcoord.h
-include/fung-calc/statinfo.h
-include/fung-calc/statplotgraph.h
-include/fung-calc/whiskerplot.h
-include/fung-calc/zerofunction.h
-lib/libfungcalc.a
-lib/libfungcalc.la
-lib/libfungcalc.so
-lib/libfungcalc.so.1
-lib/libfungcalcui.a
-lib/libfungcalcui.la
-lib/libfungcalcui.so
-lib/libfungcalcui.so.1
-share/applnk/Applications/fung-calc.desktop
-share/doc/HTML/en/fung-calc/animationparams.png
-share/doc/HTML/en/fung-calc/animationtoolbar.png
-share/doc/HTML/en/fung-calc/common
-share/doc/HTML/en/fung-calc/credits.docbook
-share/doc/HTML/en/fung-calc/functiongraph.png
-share/doc/HTML/en/fung-calc/index.cache.bz2
-share/doc/HTML/en/fung-calc/index.docbook
-share/doc/HTML/en/fung-calc/installation.docbook
-share/doc/HTML/en/fung-calc/introduction.docbook
-share/doc/HTML/en/fung-calc/newgraph.png
-%%DATADIR%%/AUTHORS
-%%DATADIR%%/COPYING
-%%DATADIR%%/ChangeLog
-%%DATADIR%%/README
-%%DATADIR%%/TODO
-%%DATADIR%%/samplegraphs.fgc
-%%DATADIR%%/translations/fung-calc.es.qm
-share/icons/hicolor/16x16/apps/fung_calc.png
-share/icons/hicolor/32x32/apps/fung_calc.png
-share/icons/hicolor/48x48/apps/fung_calc.png
-share/icons/hicolor/64x64/apps/fung_calc.png
-share/mimelnk/application/x-fgc.desktop
-@dirrmtry share/icons/hicolor/64x64/apps
-@dirrmtry share/icons/hicolor/64x64
-@dirrmtry share/icons/hicolor/48x48/apps
-@dirrmtry share/icons/hicolor/48x48
-@dirrmtry share/icons/hicolor/32x32/apps
-@dirrmtry share/icons/hicolor/32x32
-@dirrmtry share/icons/hicolor/16x16/apps
-@dirrmtry share/icons/hicolor/16x16
-@dirrmtry share/icons/hicolor
-@dirrmtry share/icons
-@dirrmtry share/mimelnk/application
-@dirrmtry share/mimelnk
-@dirrmtry share/applnk/Applications
-@dirrmtry share/applnk
-@dirrm include/fung-calc
-@dirrm share/doc/HTML/en/fung-calc
-@dirrm %%DATADIR%%/translations
-@dirrm %%DATADIR%%