diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2003-08-04 19:59:01 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2003-08-04 19:59:01 +0000 |
commit | 3950e8c0026b7f810455cca37a48e9a96e180242 (patch) | |
tree | 540bb335ec929e6e6d1667d388fcfeeb24a4f244 /math/fung-calc | |
parent | 5aa869585baf809244a4e7cf2e78b7937d998c41 (diff) | |
download | ports-3950e8c0026b7f810455cca37a48e9a96e180242.tar.gz ports-3950e8c0026b7f810455cca37a48e9a96e180242.zip |
Notes
Diffstat (limited to 'math/fung-calc')
-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 |