diff options
author | krion <krion@FreeBSD.org> | 2003-08-05 03:59:01 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2003-08-05 03:59:01 +0800 |
commit | 6ad30d318d47577bb08728b2e58eb6aacea0dc4e (patch) | |
tree | 96bcfd7ac83a3a70ce3e3169e5b987eec2164461 | |
parent | ce1ffa7487b4b8c6ea5463f51f400b047b7e9bcf (diff) | |
download | freebsd-ports-gnome-6ad30d318d47577bb08728b2e58eb6aacea0dc4e.tar.gz freebsd-ports-gnome-6ad30d318d47577bb08728b2e58eb6aacea0dc4e.tar.zst freebsd-ports-gnome-6ad30d318d47577bb08728b2e58eb6aacea0dc4e.zip |
Update to 1.3.2b
Approved by: fjoe (mentor) (implicit)
-rw-r--r-- | math/fung-calc/Makefile | 2 | ||||
-rw-r--r-- | math/fung-calc/distinfo | 2 | ||||
-rw-r--r-- | math/fung-calc/pkg-plist | 21 |
3 files changed, 23 insertions, 2 deletions
diff --git a/math/fung-calc/Makefile b/math/fung-calc/Makefile index 09cf5345385a..7a1aa4716dc7 100644 --- a/math/fung-calc/Makefile +++ b/math/fung-calc/Makefile @@ -5,7 +5,7 @@ # $FreeBSD$ PORTNAME= fung-calc -PORTVERSION= 1.3.1 +PORTVERSION= 1.3.2b CATEGORIES= math kde MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} diff --git a/math/fung-calc/distinfo b/math/fung-calc/distinfo index 3d7013458fb8..e8e76fcdd828 100644 --- a/math/fung-calc/distinfo +++ b/math/fung-calc/distinfo @@ -1 +1 @@ -MD5 (fung-calc-1.3.1.tar.gz) = 8ea390a97f16e357a60cbcee1b94310e +MD5 (fung-calc-1.3.2b.tar.gz) = bae7a2d39fd6658d4aa181ddc73bd5d5 diff --git a/math/fung-calc/pkg-plist b/math/fung-calc/pkg-plist index bff94bcab607..06014546871e 100644 --- a/math/fung-calc/pkg-plist +++ b/math/fung-calc/pkg-plist @@ -10,6 +10,7 @@ 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 @@ -46,6 +47,7 @@ lib/libfungcalc.so.1 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 @@ -63,6 +65,25 @@ share/fung-calc/README share/fung-calc/TODO share/fung-calc/samplegraphs.fgc share/fung-calc/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 +@unexec rmdir %D/share/icons/hicolor/64x64/apps 2>/dev/null || true +@unexec rmdir %D/share/icons/hicolor/64x64 2>/dev/null || true +@unexec rmdir %D/share/icons/hicolor/48x48/apps 2>/dev/null || true +@unexec rmdir %D/share/icons/hicolor/48x48 2>/dev/null || true +@unexec rmdir %D/share/icons/hicolor/32x32/apps 2>/dev/null || true +@unexec rmdir %D/share/icons/hicolor/32x32 2>/dev/null || true +@unexec rmdir %D/share/icons/hicolor/16x16/apps 2>/dev/null || true +@unexec rmdir %D/share/icons/hicolor/16x16 2>/dev/null || true +@unexec rmdir %D/share/icons/hicolor 2>/dev/null || true +@unexec rmdir %D/share/icons 2>/dev/null || true +@unexec rmdir %D/share/mimelnk/application 2>/dev/null || true +@unexec rmdir %D/share/mimelnk 2>/dev/null || true +@unexec rmdir %D/share/applnk/Applications 2>/dev/null || true +@unexec rmdir %D/share/applnk 2>/dev/null || true @dirrm include/fung-calc @dirrm share/doc/HTML/en/fung-calc @dirrm share/fung-calc/translations |