View | Details | Raw Unified | Return to bug 207453
Collapse All | Expand All

(-)b/science/orthanc-webviewer/Makefile (-4 / +3 lines)
Lines 1-14 Link Here
1
# Created by: mp39590@gmail.com
1
# Created by: mp39590@gmail.com
2
# $FreeBSD$
3
2
4
PORTNAME=	orthanc-webviewer
3
PORTNAME=	orthanc-webviewer
5
PORTVERSION=	1.2
4
PORTVERSION=	2.1
6
CATEGORIES=	science graphics
5
CATEGORIES=	science graphics
7
MASTER_SITES=	http://orthanc-server.com/downloads/get.php?path=/plugin-webviewer/:main \
6
MASTER_SITES=	http://orthanc-server.com/downloads/get.php?path=/plugin-webviewer/:main \
8
		http://www.montefiore.ulg.ac.be/~jodogne/Orthanc/ThirdPartyDownloads/WebViewer/:thirdparty
7
		http://www.montefiore.ulg.ac.be/~jodogne/Orthanc/ThirdPartyDownloads/WebViewer/:thirdparty
9
DISTFILES=	OrthancWebViewer-${PORTVERSION}.tar.gz:main \
8
DISTFILES=	OrthancWebViewer-${PORTVERSION}.tar.gz:main \
10
		jsPanel-2.3.3-fixed.zip:thirdparty \
9
		jsPanel-2.3.3-fixed.zip:thirdparty \
11
		cornerstone-0.7.1.zip:thirdparty \
10
		cornerstone-0.8.4.zip:thirdparty \
12
		jquery-ui-1.11.3.zip:thirdparty \
11
		jquery-ui-1.11.3.zip:thirdparty \
13
		pako-0.2.5.zip:thirdparty \
12
		pako-0.2.5.zip:thirdparty \
14
		js-url-1.8.6.zip:thirdparty
13
		js-url-1.8.6.zip:thirdparty
Lines 42-48 PLIST_FILES= share/orthanc/plugins/libOrthancWebViewer.so \ Link Here
42
post-extract:
41
post-extract:
43
	${MKDIR} ${WRKSRC}/ThirdPartyDownloads
42
	${MKDIR} ${WRKSRC}/ThirdPartyDownloads
44
	${CP} ${DISTDIR}/${DIST_SUBDIR}/jsPanel-2.3.3-fixed.zip ${WRKSRC}/ThirdPartyDownloads
43
	${CP} ${DISTDIR}/${DIST_SUBDIR}/jsPanel-2.3.3-fixed.zip ${WRKSRC}/ThirdPartyDownloads
45
	${CP} ${DISTDIR}/${DIST_SUBDIR}/cornerstone-0.7.1.zip ${WRKSRC}/ThirdPartyDownloads
44
	${CP} ${DISTDIR}/${DIST_SUBDIR}/cornerstone-0.8.4.zip ${WRKSRC}/ThirdPartyDownloads
46
	${CP} ${DISTDIR}/${DIST_SUBDIR}/jquery-ui-1.11.3.zip ${WRKSRC}/ThirdPartyDownloads
45
	${CP} ${DISTDIR}/${DIST_SUBDIR}/jquery-ui-1.11.3.zip ${WRKSRC}/ThirdPartyDownloads
47
	${CP} ${DISTDIR}/${DIST_SUBDIR}/pako-0.2.5.zip ${WRKSRC}/ThirdPartyDownloads
46
	${CP} ${DISTDIR}/${DIST_SUBDIR}/pako-0.2.5.zip ${WRKSRC}/ThirdPartyDownloads
48
	${CP} ${DISTDIR}/${DIST_SUBDIR}/js-url-1.8.6.zip ${WRKSRC}/ThirdPartyDownloads
47
	${CP} ${DISTDIR}/${DIST_SUBDIR}/js-url-1.8.6.zip ${WRKSRC}/ThirdPartyDownloads
(-)b/science/orthanc-webviewer/distinfo (-4 / +4 lines)
Lines 1-9 Link Here
1
SHA256 (orthanc/OrthancWebViewer-1.2.tar.gz) = bbb992b1f70eddbc92b64e815d40c464f329f39e62c86ccad15875276f447a95
1
SHA256 (orthanc/OrthancWebViewer-2.1.tar.gz) = b7ca105aa378499d1f28b037f6342b1ab2e0afb7a67f7203ce4c796522d251f8
2
SIZE (orthanc/OrthancWebViewer-1.2.tar.gz) = 148939
2
SIZE (orthanc/OrthancWebViewer-2.1.tar.gz) = 142536
3
SHA256 (orthanc/jsPanel-2.3.3-fixed.zip) = 958a15c7009efbb865da62b5850a3a39661c62696e38b151c7f988f4ac445595
3
SHA256 (orthanc/jsPanel-2.3.3-fixed.zip) = 958a15c7009efbb865da62b5850a3a39661c62696e38b151c7f988f4ac445595
4
SIZE (orthanc/jsPanel-2.3.3-fixed.zip) = 826542
4
SIZE (orthanc/jsPanel-2.3.3-fixed.zip) = 826542
5
SHA256 (orthanc/cornerstone-0.7.1.zip) = 2133390dda5b9444b6535bb78163a493a2f0a2a6929d5cbc082034c9b1eb36a9
5
SHA256 (orthanc/cornerstone-0.8.4.zip) = 87302c389d389054f30d89adb003388a13d5712e3945be133d45ae65d43372f4
6
SIZE (orthanc/cornerstone-0.7.1.zip) = 603973
6
SIZE (orthanc/cornerstone-0.8.4.zip) = 617017
7
SHA256 (orthanc/jquery-ui-1.11.3.zip) = 045b52f293bf4f77c6689569064327495edd9e6434839b78a56299c555130282
7
SHA256 (orthanc/jquery-ui-1.11.3.zip) = 045b52f293bf4f77c6689569064327495edd9e6434839b78a56299c555130282
8
SIZE (orthanc/jquery-ui-1.11.3.zip) = 400437
8
SIZE (orthanc/jquery-ui-1.11.3.zip) = 400437
9
SHA256 (orthanc/pako-0.2.5.zip) = e493010e1b1af5c149631994365ed31e15722eed2d17cc1d95bd9af151f2005f
9
SHA256 (orthanc/pako-0.2.5.zip) = e493010e1b1af5c149631994365ed31e15722eed2d17cc1d95bd9af151f2005f

Return to bug 207453