View | Details | Raw Unified | Return to bug 185936 | Differences between
and this patch

Collapse All | Expand All

(-)math/labplot/Makefile (-19 / +5 lines)
Lines 2-10 Link Here
2
# $FreeBSD: head/math/labplot/Makefile 339981 2014-01-16 20:37:09Z danilo $
2
# $FreeBSD: head/math/labplot/Makefile 339981 2014-01-16 20:37:09Z danilo $
3
3
4
PORTNAME=	labplot
4
PORTNAME=	labplot
5
DISTVERSION=	2.0.0.beta2
5
PORTVERSION=	2.0.0
6
CATEGORIES=	math kde
6
CATEGORIES=	math kde
7
MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTVERSION:R}
7
MASTER_SITES=	SF
8
8
9
MAINTAINER=	ports@FreeBSD.org
9
MAINTAINER=	ports@FreeBSD.org
10
COMMENT=	Data plotting and function analysis tool for KDE
10
COMMENT=	Data plotting and function analysis tool for KDE
Lines 13-24 Link Here
13
13
14
LIB_DEPENDS=	libgsl.so:${PORTSDIR}/math/gsl
14
LIB_DEPENDS=	libgsl.so:${PORTSDIR}/math/gsl
15
15
16
OPTIONS_DEFINE=	CDF HDF5 NETCDF
16
WRKSRC=		${WRKDIR}/${PORTVERSION}
17
CDF_DESC=	CDF data support
18
HDF5_DESC=	HDF5 data support
19
NETCDF_DESC=	NetCDF data support
20
21
WRKSRC=		${WRKDIR}/beta2
22
17
23
USE_BZIP2=	yes
18
USE_BZIP2=	yes
24
USES=		cmake
19
USES=		cmake
Lines 26-46 Link Here
26
USE_GCC=	yes
21
USE_GCC=	yes
27
USE_KDE4=	automoc4 kdelibs kdeprefix sharedmime
22
USE_KDE4=	automoc4 kdelibs kdeprefix sharedmime
28
USE_QT4=	moc_build qmake_build rcc_build uic_build
23
USE_QT4=	moc_build qmake_build rcc_build uic_build
29
CMAKE_ARGS=	-DOPJ_LIBRARY:STRING=""
30
INSTALLS_ICONS=	yes
24
INSTALLS_ICONS=	yes
31
25
32
CDF_LIB_DEPENDS=	libcdf.so:${PORTSDIR}/science/cdf
33
CDF_CMAKE_OFF=		-DCDF_LIBRARY:STRING=""
34
35
HDF5_LIB_DEPENDS=	libhdf5.so:${PORTSDIR}/science/hdf5	
36
HDF5_CMAKE_OFF=		-DHDF5_LIBRARY:STRING=""
37
38
NETCDF_LIB_DEPENDS=	libnetcdf.so:${PORTSDIR}/science/netcdf
39
NETCDF_CMAKE_OFF=	-DNETCDF_LIBRARY:STRING=""
40
41
post-patch:
26
post-patch:
42
	@${REINPLACE_CMD} -e \
27
	@${REINPLACE_CMD} -e \
43
		's|/usr/local/|${LOCALBASE}/|g' ${WRKSRC}/CMakeLists.txt
28
		's|\.beta2|| ; \
29
		 s|/usr/local/|${LOCALBASE}/|g' ${WRKSRC}/CMakeLists.txt
44
	@${REINPLACE_CMD} -e \
30
	@${REINPLACE_CMD} -e \
45
		's|i->\(children<T>\)|\1|' \
31
		's|i->\(children<T>\)|\1|' \
46
		${WRKSRC}/src/backend/core/AbstractAspect.h
32
		${WRKSRC}/src/backend/core/AbstractAspect.h
(-)math/labplot/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (labplot-2.0.0.beta2.tar.bz2) = 1227fb0e2186bde8a71dba68a12f6793ea784e28937a097a1d9843e9b9c83a60
1
SHA256 (labplot-2.0.0.tar.bz2) = fbda6b8d11054c128d2f3bf226a8dd0896b5c5bafffeb146acb0b9d411a0dfbf
2
SIZE (labplot-2.0.0.beta2.tar.bz2) = 558705
2
SIZE (labplot-2.0.0.tar.bz2) = 570273
(-)math/labplot/pkg-plist (-24 / +11 lines)
Lines 6-12 Link Here
6
share/apps/LabPlot2/pics/auto-scale-x.png
6
share/apps/LabPlot2/pics/auto-scale-x.png
7
share/apps/LabPlot2/pics/auto-scale-y.png
7
share/apps/LabPlot2/pics/auto-scale-y.png
8
share/apps/LabPlot2/pics/axis-horizontal.png
8
share/apps/LabPlot2/pics/axis-horizontal.png
9
share/apps/LabPlot2/pics/axis-horizontal.svg
9
share/apps/LabPlot2/pics/axis-vertical.png
10
share/apps/LabPlot2/pics/axis-vertical.png
11
share/apps/LabPlot2/pics/axis-vertical.svg
12
share/apps/LabPlot2/pics/cartesian-plot-four-axes.svg
13
share/apps/LabPlot2/pics/cartesian-plot-two-axes-centered-origin.svg
14
share/apps/LabPlot2/pics/cartesian-plot-two-axes-centered.svg
15
share/apps/LabPlot2/pics/cartesian-plot-two-axes.svg
10
share/apps/LabPlot2/pics/editbreaklayout.png
16
share/apps/LabPlot2/pics/editbreaklayout.png
11
share/apps/LabPlot2/pics/editgrid.png
17
share/apps/LabPlot2/pics/editgrid.png
12
share/apps/LabPlot2/pics/edithlayout.png
18
share/apps/LabPlot2/pics/edithlayout.png
Lines 18-23 Link Here
18
share/apps/LabPlot2/pics/x-zoom-in.png
24
share/apps/LabPlot2/pics/x-zoom-in.png
19
share/apps/LabPlot2/pics/x-zoom-out.png
25
share/apps/LabPlot2/pics/x-zoom-out.png
20
share/apps/LabPlot2/pics/xy-curve.png
26
share/apps/LabPlot2/pics/xy-curve.png
27
share/apps/LabPlot2/pics/xy-curve.svg
21
share/apps/LabPlot2/pics/y-zoom-in.png
28
share/apps/LabPlot2/pics/y-zoom-in.png
22
share/apps/LabPlot2/pics/y-zoom-out.png
29
share/apps/LabPlot2/pics/y-zoom-out.png
23
share/apps/LabPlot2/pics/zoom-in-x.png
30
share/apps/LabPlot2/pics/zoom-in-x.png
Lines 32-60 Link Here
32
share/icons/hicolor/48x48/apps/LabPlot2.png
39
share/icons/hicolor/48x48/apps/LabPlot2.png
33
share/icons/hicolor/512x512/apps/LabPlot2.png
40
share/icons/hicolor/512x512/apps/LabPlot2.png
34
share/icons/hicolor/64x64/apps/LabPlot2.png
41
share/icons/hicolor/64x64/apps/LabPlot2.png
35
share/mime/packages/lml.desktop
42
share/icons/hicolor/scalable/apps/LabPlot2.svgz
36
@dirrmtry share/mime/packages
43
share/mime/packages/labplot2.xml
37
@dirrmtry share/mime
38
@dirrmtry share/icons/hicolor/64x64/apps
39
@dirrmtry share/icons/hicolor/64x64
40
@dirrmtry share/icons/hicolor/512x512/apps
44
@dirrmtry share/icons/hicolor/512x512/apps
41
@dirrmtry share/icons/hicolor/512x512
45
@dirrmtry share/icons/hicolor/512x512
42
@dirrmtry share/icons/hicolor/48x48/apps
46
@dirrm share/apps/LabPlot2/pics
43
@dirrmtry share/icons/hicolor/48x48
47
@dirrm share/apps/LabPlot2
44
@dirrmtry share/icons/hicolor/32x32/apps
45
@dirrmtry share/icons/hicolor/32x32
46
@dirrmtry share/icons/hicolor/256x256/apps
47
@dirrmtry share/icons/hicolor/256x256
48
@dirrmtry share/icons/hicolor/22x22/apps
49
@dirrmtry share/icons/hicolor/22x22
50
@dirrmtry share/icons/hicolor/128x128/apps
51
@dirrmtry share/icons/hicolor/128x128
52
@dirrmtry share/icons/hicolor
53
@dirrmtry share/icons
54
@dirrmtry share/apps/LabPlot2/pics
55
@dirrmtry share/apps/LabPlot2
56
@dirrmtry share/apps
57
@dirrmtry share/applications/kde4
58
@dirrmtry share/applications
59
@dirrmtry share
60
@dirrmtry bin

Return to bug 185936