Update math/labplot to latest upstream release
Changelog: https://labplot.kde.org/2019/10/24/labplot-2-7-released/ Summary: - Spreadsheet mode much improved - Plot cursor - Speedups in plotting OPTION cantor now requires poppler.
This commit is contained in:
@@ -2,10 +2,9 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= labplot
|
||||
PORTVERSION= 2.6
|
||||
PORTREVISION= 2
|
||||
PORTVERSION= 2.7.0
|
||||
CATEGORIES= math kde
|
||||
MASTER_SITES= KDE/stable/${PORTNAME}/${PORTVERSION}.0
|
||||
MASTER_SITES= KDE/stable/${PORTNAME}/${PORTVERSION}
|
||||
|
||||
MAINTAINER= kde@FreeBSD.org
|
||||
COMMENT= Data plotting and function analysis tool by KDE
|
||||
@@ -35,7 +34,8 @@ OPTIONS_DEFAULT= ${OPTIONS_DEFINE}
|
||||
|
||||
CANTOR_DESC= Build with Cantor support
|
||||
CANTOR_CMAKE_BOOL= ENABLE_CANTOR
|
||||
CANTOR_LIB_DEPENDS= libcantorlibs.so:math/cantor
|
||||
CANTOR_LIB_DEPENDS= libcantorlibs.so:math/cantor \
|
||||
libpoppler-qt5.so:graphics/poppler-qt5
|
||||
FITS_DESC= Flexible Image Transport System Data Format (FITS) Library
|
||||
FITS_CMAKE_BOOL= ENABLE_FITS
|
||||
FITS_LIB_DEPENDS= libcfitsio.so:astro/cfitsio
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1555767200
|
||||
SHA256 (labplot-2.6.tar.xz) = 4556541fb6544cda56c2625a1fc5c9c8b0ba6bc8178af076c68a792b545c5657
|
||||
SIZE (labplot-2.6.tar.xz) = 12360732
|
||||
TIMESTAMP = 1572037741
|
||||
SHA256 (labplot-2.7.0.tar.xz) = 5c4d6ed7df6e98557a6b78f018933c92654b7e50e7f051ad89ec4755e0f4e935
|
||||
SIZE (labplot-2.7.0.tar.xz) = 13306532
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
bin/labplot2
|
||||
etc/xdg/labplot2_themes.knsrc
|
||||
man/man1/labplot2.1.gz
|
||||
man/es/man1/labplot2.1.gz
|
||||
man/nl/man1/labplot2.1.gz
|
||||
man/sv/man1/labplot2.1.gz
|
||||
man/uk/man1/labplot2.1.gz
|
||||
@@ -50,6 +51,8 @@ share/doc/HTML/en/labplot2/tutorial-xy-function8.png
|
||||
share/doc/HTML/en/labplot2/tutorial-xy-function9.png
|
||||
share/doc/HTML/en/labplot2/workbook.png
|
||||
share/doc/HTML/en/labplot2/worksheet.png
|
||||
share/doc/HTML/es/labplot2/index.cache.bz2
|
||||
share/doc/HTML/es/labplot2/index.docbook
|
||||
share/doc/HTML/nl/labplot2/index.cache.bz2
|
||||
share/doc/HTML/nl/labplot2/index.docbook
|
||||
share/doc/HTML/sv/labplot2/index.cache.bz2
|
||||
@@ -287,6 +290,7 @@ share/locale/de/LC_MESSAGES/labplot2.mo
|
||||
share/locale/el/LC_MESSAGES/labplot2.mo
|
||||
share/locale/en_GB/LC_MESSAGES/labplot2.mo
|
||||
share/locale/es/LC_MESSAGES/labplot2.mo
|
||||
share/locale/eu/LC_MESSAGES/labplot2.mo
|
||||
share/locale/fi/LC_MESSAGES/labplot2.mo
|
||||
share/locale/fr/LC_MESSAGES/labplot2.mo
|
||||
share/locale/gl/LC_MESSAGES/labplot2.mo
|
||||
|
||||
Reference in New Issue
Block a user