mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
Update to 1.3.2b
Approved by: fjoe (mentor) (implicit)
This commit is contained in:
parent
5aa869585b
commit
3950e8c002
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=86306
@ -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}
|
||||
|
@ -1 +1 @@
|
||||
MD5 (fung-calc-1.3.1.tar.gz) = 8ea390a97f16e357a60cbcee1b94310e
|
||||
MD5 (fung-calc-1.3.2b.tar.gz) = bae7a2d39fd6658d4aa181ddc73bd5d5
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user