math/labplot: update to 2.0.0.beta1
- Update to 2.0.0.beta1 - Allow staging - Convert lib depends to new format PR: ports/183564 Submitted by: KATO Tsuguru <tkato432 yahoo.com>
This commit is contained in:
@@ -2,17 +2,16 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= labplot
|
||||
DISTVERSION= 2.0.0.alpha3
|
||||
PORTREVISION= 1
|
||||
DISTVERSION= 2.0.0.beta1
|
||||
CATEGORIES= math kde
|
||||
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION:R}
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Data plotting and function analysis tool for KDE
|
||||
|
||||
LICENSE= GPLv2
|
||||
LICENCE= GPLv2
|
||||
|
||||
LIB_DEPENDS= gsl:${PORTSDIR}/math/gsl
|
||||
LIB_DEPENDS= libgsl.so:${PORTSDIR}/math/gsl
|
||||
|
||||
OPTIONS_DEFINE= CDF HDF5 NETCDF
|
||||
CDF_DESC= CDF data support
|
||||
@@ -20,29 +19,29 @@ HDF5_DESC= HDF5 data support
|
||||
NETCDF_DESC= NetCDF data support
|
||||
|
||||
USE_BZIP2= yes
|
||||
USES= cmake
|
||||
USE_XORG= xft xpm
|
||||
USE_GCC= yes
|
||||
USE_KDE4= automoc4 kdelibs kdeprefix
|
||||
USE_QT4= moc_build qmake_build rcc_build uic_build
|
||||
USES= cmake
|
||||
CMAKE_ARGS= -DOPJ_LIBRARY:STRING=""
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${PORT_OPTIONS:MCDF}
|
||||
LIB_DEPENDS+= cdf:${PORTSDIR}/science/cdf
|
||||
LIB_DEPENDS+= libcdf.so:${PORTSDIR}/science/cdf
|
||||
.else
|
||||
CMAKE_ARGS+= -DCDF_LIBRARY:STRING=""
|
||||
.endif
|
||||
|
||||
.if ${PORT_OPTIONS:MHDF5}
|
||||
LIB_DEPENDS+= hdf5:${PORTSDIR}/science/hdf5
|
||||
LIB_DEPENDS+= libhdf5.so:${PORTSDIR}/science/hdf5
|
||||
.else
|
||||
CMAKE_ARGS+= -DHDF5_LIBRARY:STRING=""
|
||||
.endif
|
||||
|
||||
.if ${PORT_OPTIONS:MNETCDF}
|
||||
LIB_DEPENDS+= netcdf:${PORTSDIR}/science/netcdf
|
||||
LIB_DEPENDS+= libnetcdf.so:${PORTSDIR}/science/netcdf
|
||||
.else
|
||||
CMAKE_ARGS+= -DNETCDF_LIBRARY:STRING=""
|
||||
.endif
|
||||
@@ -53,5 +52,8 @@ post-patch:
|
||||
@${REINPLACE_CMD} -e \
|
||||
's|i->\(children<T>\)|\1|' \
|
||||
${WRKSRC}/src/backend/core/AbstractAspect.h
|
||||
@${REINPLACE_CMD} -e \
|
||||
's|!isnan|!std::isnan|' \
|
||||
${WRKSRC}/src/backend/worksheet/plots/cartesian/CartesianCoordinateSystem.cpp
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
SHA256 (labplot-2.0.0.alpha3.tar.bz2) = 881c0a36378a6ad406d2c1102a58a32c038a6fb1e9fd97565da7b7aa95767227
|
||||
SIZE (labplot-2.0.0.alpha3.tar.bz2) = 1280273
|
||||
SHA256 (labplot-2.0.0.beta1.tar.bz2) = 3e68b7a8036a51670a2011c671a7163dd49ddec79b77c80df1cabbbc019e4221
|
||||
SIZE (labplot-2.0.0.beta1.tar.bz2) = 1290084
|
||||
|
||||
@@ -1,8 +1,4 @@
|
||||
bin/labplot2
|
||||
bin/opj2dat
|
||||
lib/liblabplot_origin.so
|
||||
lib/liblabplot_origin.so.0
|
||||
lib/liblabplot_origin.so.0.0.4
|
||||
share/apps/LabPlot/LabPlotui.rc
|
||||
share/apps/LabPlot/labplot.png
|
||||
share/apps/LabPlot/pics/auto-scale-all.png
|
||||
|
||||
Reference in New Issue
Block a user