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

Collapse All | Expand All

(-)MOVED (-1 lines)
Lines 10173-10179 Link Here
10173
benchmarks/netpipe||2018-06-07|Has expired: Broken for more than 6 months
10173
benchmarks/netpipe||2018-06-07|Has expired: Broken for more than 6 months
10174
science/orthanc||2018-06-07|Has expired: Broken for more than 3 months
10174
science/orthanc||2018-06-07|Has expired: Broken for more than 3 months
10175
science/orthanc-dicomweb||2018-06-07|Removed, depends on expired science/orthanc
10175
science/orthanc-dicomweb||2018-06-07|Removed, depends on expired science/orthanc
10176
science/orthanc-postgresql||2018-06-07|Removed, depends on expired science/orthanc
10177
science/orthanc-webviewer||2018-06-07|Removed, depends on expired science/orthanc
10176
science/orthanc-webviewer||2018-06-07|Removed, depends on expired science/orthanc
10178
graphics/libkface||2018-06-09|Has expired: No longer maintained upstream
10177
graphics/libkface||2018-06-09|Has expired: No longer maintained upstream
10179
math/scilab-toolbox-sivp||2018-06-09|Has expired: Cannot build with newer opencv
10178
math/scilab-toolbox-sivp||2018-06-09|Has expired: Cannot build with newer opencv
(-)science/Makefile (+1 lines)
Lines 178-183 Link Here
178
    SUBDIR += opensim-core
178
    SUBDIR += opensim-core
179
    SUBDIR += opensph
179
    SUBDIR += opensph
180
    SUBDIR += opsin
180
    SUBDIR += opsin
181
    SUBDIR += orthanc-postgresql
181
    SUBDIR += p5-Algorithm-SVMLight
182
    SUBDIR += p5-Algorithm-SVMLight
182
    SUBDIR += p5-Chemistry-3DBuilder
183
    SUBDIR += p5-Chemistry-3DBuilder
183
    SUBDIR += p5-Chemistry-Bond-Find
184
    SUBDIR += p5-Chemistry-Bond-Find
(-)science/orthanc-postgresql/Makefile (+59 lines)
Line 0 Link Here
1
# Created by: maintainer.freebsd@xpoundit.com
2
# $FreeBSD$
3
4
PORTNAME=	orthanc-postgresql
5
PORTVERSION=	3.2
6
PORTREVISION=	5
7
CATEGORIES=	science
8
MASTER_SITES=	http://orthanc-server.com/downloads/get.php?path=/plugin-postgresql/:main \
9
		http://orthanc-server.com/downloads/get.php?path=/orthanc/:framework \
10
		http://orthanc.osimis.io/ThirdPartyDownloads/:thirdparty
11
DISTFILES=      OrthancPostgreSQL-${PORTVERSION}.tar.gz:main \
12
		Orthanc-1.7.1.tar.gz:framework \
13
		e2fsprogs-1.44.5.tar.gz:thirdparty
14
DIST_SUBDIR=	orthanc
15
EXTRACT_ONLY=	OrthancPostgreSQL-${PORTVERSION}.tar.gz
16
17
MAINTAINER=	maintainer.freebsd@xpoundit.com
18
COMMENT=	Orthanc plugin to use PostgreSQL for indexing or storage
19
20
LICENSE=	AGPLv3
21
LICENSE_FILE=	${WRKSRC}/COPYING
22
23
BUILD_DEPENDS=	${LOCALBASE}/include/orthanc/OrthancCDatabasePlugin.h:science/orthanc
24
LIB_DEPENDS=	libgdcmCommon.so:devel/gdcm \
25
		libboost_filesystem.so:devel/boost-libs \
26
		libjsoncpp.so:devel/jsoncpp \
27
		libpugixml.so:textproc/pugixml \
28
		libgtest.so:devel/googletest
29
30
USES=		cmake pgsql localbase python:build
31
32
WRKSRC=		${WRKDIR}/OrthancPostgreSQL-${PORTVERSION}
33
CMAKE_SOURCE_PATH=	${WRKSRC}/PostgreSQL
34
CMAKE_ARGS=	-DUSE_SYSTEM_UUID=OFF \
35
		-DUSE_SYSTEM_ORTHANC_SDK=OFF \
36
		-DORTHANC_FRAMEWORK_SOURCE=path \
37
		-DORTHANC_FRAMEWORK_ROOT=${WRKSRC}/PostgreSQL/ThirdPartyDownloads/Orthanc-1.7.1 \
38
		-DBUILD_UNIT_TESTS=OFF
39
CXXFLAGS+=	-I${LOCALBASE}/include \
40
		-DNDEBUG
41
LDFLAGS+=	-L${LOCALBASE}/lib
42
CFLAGS+=	-DORTHANC_ENABLE_LOGGING_PLUGIN \
43
		-DNDEBUG
44
USE_LDCONFIG=	yes
45
PLIST_FILES=	share/orthanc/plugins/libOrthancPostgreSQLIndex.so \
46
		share/orthanc/plugins/libOrthancPostgreSQLIndex.so.${PORTVERSION} \
47
		share/orthanc/plugins/libOrthancPostgreSQLStorage.so \
48
		share/orthanc/plugins/libOrthancPostgreSQLStorage.so.${PORTVERSION}
49
50
post-extract:
51
		${MKDIR} ${WRKSRC}/PostgreSQL/ThirdPartyDownloads
52
		${CP} ${DISTDIR}/${DIST_SUBDIR}/e2fsprogs-1.44.5.tar.gz ${WRKSRC}/PostgreSQL/ThirdPartyDownloads
53
		${CP} ${DISTDIR}/${DIST_SUBDIR}/Orthanc-1.7.1.tar.gz ${WRKSRC}/PostgreSQL/ThirdPartyDownloads
54
		${TAR} -C ${WRKSRC}/PostgreSQL/ThirdPartyDownloads -xf ${WRKSRC}/PostgreSQL/ThirdPartyDownloads/Orthanc-1.7.1.tar.gz
55
56
post-patch:
57
		@${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' ${WRKSRC}/Resources/CMake/*.cmake
58
59
.include <bsd.port.mk>
(-)science/orthanc-postgresql/distinfo (+7 lines)
Line 0 Link Here
1
TIMESTAMP = 1593007326
2
SHA256 (orthanc/OrthancPostgreSQL-3.2.tar.gz) = 5d1b17e6bbbaacbecbae6460c6e4067eec57dafe167644a2182df64061ba714a
3
SIZE (orthanc/OrthancPostgreSQL-3.2.tar.gz) = 211944
4
SHA256 (orthanc/Orthanc-1.7.1.tar.gz) = b131c12a0b70a531e5fb2a38ffb258cbced2ab304231a52e491de22d69df8ffc
5
SIZE (orthanc/Orthanc-1.7.1.tar.gz) = 1640397
6
SHA256 (orthanc/e2fsprogs-1.44.5.tar.gz) = 2e211fae27ef74d5af4a4e40b10b8df7f87c655933bd171aab4889bfc4e6d1cc
7
SIZE (orthanc/e2fsprogs-1.44.5.tar.gz) = 7619237
(-)science/orthanc-postgresql/pkg-descr (+4 lines)
Line 0 Link Here
1
Orthanc can be extended with two plugins that replace the default SQLite
2
engine of Orthanc with a PostgreSQL back-end.
3
4
WWW: https://www.orthanc-server.com/static.php?page=postgresql

Return to bug 242548