FreeBSD Bugzilla – Attachment 217275 Details for
Bug 242548
[REVIVE] science/orthanc-postgresql: Plugins to use PostgreSQL for indexing and storage in Orthanc
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Diff / the latest version of science/orthanc-postgresql (orthanc-postgresql-3.2_5, diff based on r545144)
orthanc-postgresql.r545144.diff (text/plain), 5.78 KB, created by
Frank Scholl
on 2020-08-17 09:24:01 UTC
(
hide
)
Description:
Diff / the latest version of science/orthanc-postgresql (orthanc-postgresql-3.2_5, diff based on r545144)
Filename:
MIME Type:
Creator:
Frank Scholl
Created:
2020-08-17 09:24:01 UTC
Size:
5.78 KB
patch
obsolete
>Index: MOVED >=================================================================== >--- MOVED (revision 545144) >+++ MOVED (working copy) >@@ -10173,7 +10173,6 @@ > benchmarks/netpipe||2018-06-07|Has expired: Broken for more than 6 months > science/orthanc||2018-06-07|Has expired: Broken for more than 3 months > science/orthanc-dicomweb||2018-06-07|Removed, depends on expired science/orthanc >-science/orthanc-postgresql||2018-06-07|Removed, depends on expired science/orthanc > science/orthanc-webviewer||2018-06-07|Removed, depends on expired science/orthanc > graphics/libkface||2018-06-09|Has expired: No longer maintained upstream > math/scilab-toolbox-sivp||2018-06-09|Has expired: Cannot build with newer opencv >Index: science/Makefile >=================================================================== >--- science/Makefile (revision 545144) >+++ science/Makefile (working copy) >@@ -178,6 +178,7 @@ > SUBDIR += opensim-core > SUBDIR += opensph > SUBDIR += opsin >+ SUBDIR += orthanc-postgresql > SUBDIR += p5-Algorithm-SVMLight > SUBDIR += p5-Chemistry-3DBuilder > SUBDIR += p5-Chemistry-Bond-Find >Index: science/orthanc-postgresql/Makefile >=================================================================== >--- science/orthanc-postgresql/Makefile (nonexistent) >+++ science/orthanc-postgresql/Makefile (working copy) >@@ -0,0 +1,59 @@ >+# Created by: maintainer.freebsd@xpoundit.com >+# $FreeBSD$ >+ >+PORTNAME= orthanc-postgresql >+PORTVERSION= 3.2 >+PORTREVISION= 5 >+CATEGORIES= science >+MASTER_SITES= http://orthanc-server.com/downloads/get.php?path=/plugin-postgresql/:main \ >+ http://orthanc-server.com/downloads/get.php?path=/orthanc/:framework \ >+ http://orthanc.osimis.io/ThirdPartyDownloads/:thirdparty >+DISTFILES= OrthancPostgreSQL-${PORTVERSION}.tar.gz:main \ >+ Orthanc-1.7.1.tar.gz:framework \ >+ e2fsprogs-1.44.5.tar.gz:thirdparty >+DIST_SUBDIR= orthanc >+EXTRACT_ONLY= OrthancPostgreSQL-${PORTVERSION}.tar.gz >+ >+MAINTAINER= maintainer.freebsd@xpoundit.com >+COMMENT= Orthanc plugin to use PostgreSQL for indexing or storage >+ >+LICENSE= AGPLv3 >+LICENSE_FILE= ${WRKSRC}/COPYING >+ >+BUILD_DEPENDS= ${LOCALBASE}/include/orthanc/OrthancCDatabasePlugin.h:science/orthanc >+LIB_DEPENDS= libgdcmCommon.so:devel/gdcm \ >+ libboost_filesystem.so:devel/boost-libs \ >+ libjsoncpp.so:devel/jsoncpp \ >+ libpugixml.so:textproc/pugixml \ >+ libgtest.so:devel/googletest >+ >+USES= cmake pgsql localbase python:build >+ >+WRKSRC= ${WRKDIR}/OrthancPostgreSQL-${PORTVERSION} >+CMAKE_SOURCE_PATH= ${WRKSRC}/PostgreSQL >+CMAKE_ARGS= -DUSE_SYSTEM_UUID=OFF \ >+ -DUSE_SYSTEM_ORTHANC_SDK=OFF \ >+ -DORTHANC_FRAMEWORK_SOURCE=path \ >+ -DORTHANC_FRAMEWORK_ROOT=${WRKSRC}/PostgreSQL/ThirdPartyDownloads/Orthanc-1.7.1 \ >+ -DBUILD_UNIT_TESTS=OFF >+CXXFLAGS+= -I${LOCALBASE}/include \ >+ -DNDEBUG >+LDFLAGS+= -L${LOCALBASE}/lib >+CFLAGS+= -DORTHANC_ENABLE_LOGGING_PLUGIN \ >+ -DNDEBUG >+USE_LDCONFIG= yes >+PLIST_FILES= share/orthanc/plugins/libOrthancPostgreSQLIndex.so \ >+ share/orthanc/plugins/libOrthancPostgreSQLIndex.so.${PORTVERSION} \ >+ share/orthanc/plugins/libOrthancPostgreSQLStorage.so \ >+ share/orthanc/plugins/libOrthancPostgreSQLStorage.so.${PORTVERSION} >+ >+post-extract: >+ ${MKDIR} ${WRKSRC}/PostgreSQL/ThirdPartyDownloads >+ ${CP} ${DISTDIR}/${DIST_SUBDIR}/e2fsprogs-1.44.5.tar.gz ${WRKSRC}/PostgreSQL/ThirdPartyDownloads >+ ${CP} ${DISTDIR}/${DIST_SUBDIR}/Orthanc-1.7.1.tar.gz ${WRKSRC}/PostgreSQL/ThirdPartyDownloads >+ ${TAR} -C ${WRKSRC}/PostgreSQL/ThirdPartyDownloads -xf ${WRKSRC}/PostgreSQL/ThirdPartyDownloads/Orthanc-1.7.1.tar.gz >+ >+post-patch: >+ @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' ${WRKSRC}/Resources/CMake/*.cmake >+ >+.include <bsd.port.mk> > >Property changes on: science/orthanc-postgresql/Makefile >___________________________________________________________________ >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:keywords >## -0,0 +1 ## >+FreeBSD=%H >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: science/orthanc-postgresql/distinfo >=================================================================== >--- science/orthanc-postgresql/distinfo (nonexistent) >+++ science/orthanc-postgresql/distinfo (working copy) >@@ -0,0 +1,7 @@ >+TIMESTAMP = 1593007326 >+SHA256 (orthanc/OrthancPostgreSQL-3.2.tar.gz) = 5d1b17e6bbbaacbecbae6460c6e4067eec57dafe167644a2182df64061ba714a >+SIZE (orthanc/OrthancPostgreSQL-3.2.tar.gz) = 211944 >+SHA256 (orthanc/Orthanc-1.7.1.tar.gz) = b131c12a0b70a531e5fb2a38ffb258cbced2ab304231a52e491de22d69df8ffc >+SIZE (orthanc/Orthanc-1.7.1.tar.gz) = 1640397 >+SHA256 (orthanc/e2fsprogs-1.44.5.tar.gz) = 2e211fae27ef74d5af4a4e40b10b8df7f87c655933bd171aab4889bfc4e6d1cc >+SIZE (orthanc/e2fsprogs-1.44.5.tar.gz) = 7619237 > >Property changes on: science/orthanc-postgresql/distinfo >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: science/orthanc-postgresql/pkg-descr >=================================================================== >--- science/orthanc-postgresql/pkg-descr (nonexistent) >+++ science/orthanc-postgresql/pkg-descr (working copy) >@@ -0,0 +1,4 @@ >+Orthanc can be extended with two plugins that replace the default SQLite >+engine of Orthanc with a PostgreSQL back-end. >+ >+WWW: https://www.orthanc-server.com/static.php?page=postgresql > >Property changes on: science/orthanc-postgresql/pkg-descr >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
maintainer.freebsd
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 242548
:
209833
|
214832
|
215910
|
217275
|
225064
|
225339
|
225592
|
225647
|
225707