From owner-svn-ports-head@freebsd.org Tue Oct 6 15:54:50 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EF1AD9B6B01; Tue, 6 Oct 2015 15:54:49 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DFCE08E8; Tue, 6 Oct 2015 15:54:49 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t96Fsn9U034991; Tue, 6 Oct 2015 15:54:49 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t96FsmMY034987; Tue, 6 Oct 2015 15:54:48 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201510061554.t96FsmMY034987@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Tue, 6 Oct 2015 15:54:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r398704 - in head/science: . orthanc-dicomweb X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Oct 2015 15:54:50 -0000 Author: amdmi3 Date: Tue Oct 6 15:54:48 2015 New Revision: 398704 URL: https://svnweb.freebsd.org/changeset/ports/398704 Log: This plugin extends the RESTful API of Orthanc with WADO and DICOMweb support. WWW: http://www.orthanc-server.com/ PR: 202816 Submitted by: mp39590@gmail.com Added: head/science/orthanc-dicomweb/ head/science/orthanc-dicomweb/Makefile (contents, props changed) head/science/orthanc-dicomweb/distinfo (contents, props changed) head/science/orthanc-dicomweb/pkg-descr (contents, props changed) Modified: head/science/Makefile Modified: head/science/Makefile ============================================================================== --- head/science/Makefile Tue Oct 6 15:37:31 2015 (r398703) +++ head/science/Makefile Tue Oct 6 15:54:48 2015 (r398704) @@ -98,6 +98,7 @@ SUBDIR += openbabel SUBDIR += openkim SUBDIR += orthanc + SUBDIR += orthanc-dicomweb SUBDIR += orthanc-postgresql SUBDIR += orthanc-webviewer SUBDIR += p5-Algorithm-SVMLight Added: head/science/orthanc-dicomweb/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/science/orthanc-dicomweb/Makefile Tue Oct 6 15:54:48 2015 (r398704) @@ -0,0 +1,45 @@ +# Created by: mp39590@gmail.com +# $FreeBSD$ + +PORTNAME= orthanc-dicomweb +PORTVERSION= 0.1 +CATEGORIES= science net +MASTER_SITES= http://orthanc-server.com/downloads/get.php?path=/plugin-dicom-web/ +DISTNAME= OrthancDicomWeb-${PORTVERSION} +DIST_SUBDIR= orthanc + +MAINTAINER= mp39590@gmail.com +COMMENT= WADO and DICOMweb support for Orthanc + +LICENSE= AGPLv3 +LICENSE_FILE= ${WRKSRC}/COPYING + +BUILD_DEPENDS= ${LOCALBASE}/include/orthanc/OrthancCPlugin.h:${PORTSDIR}/science/orthanc \ + gtest-config:${PORTSDIR}/devel/googletest +LIB_DEPENDS= libgdcmCommon.so:${PORTSDIR}/devel/gdcm \ + libboost_filesystem.so:${PORTSDIR}/devel/boost-libs \ + libboost_thread.so:${PORTSDIR}/devel/boost-libs \ + libboost_system.so:${PORTSDIR}/devel/boost-libs \ + libboost_date_time.so:${PORTSDIR}/devel/boost-libs \ + libboost_regex.so:${PORTSDIR}/devel/boost-libs \ + libboost_locale.so:${PORTSDIR}/devel/boost-libs \ + libjsoncpp.so:${PORTSDIR}/devel/jsoncpp \ + libuuid.so:${PORTSDIR}/misc/e2fsprogs-libuuid \ + libpugixml.so:${PORTSDIR}/textproc/pugixml + +CXXFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib + +USES= cmake:outsource python:build +WRKSRC= ${WRKDIR}/OrthancDicomWeb-${PORTVERSION} + +PLIST_FILES= share/orthanc/plugins/libOrthancDicomWeb.so \ + share/orthanc/plugins/libOrthancDicomWeb.so.${PORTVERSION} + +post-patch: + @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' ${WRKSRC}/Orthanc/Resources/CMake/*.cmake + +do-test: + @cd ${BUILD_WRKSRC} && ./UnitTests + +.include Added: head/science/orthanc-dicomweb/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/science/orthanc-dicomweb/distinfo Tue Oct 6 15:54:48 2015 (r398704) @@ -0,0 +1,2 @@ +SHA256 (orthanc/OrthancDicomWeb-0.1.tar.gz) = c9f1a7c2873b157b434947d6b0bffe2d92cc94f5678c170b05bd702b969617f7 +SIZE (orthanc/OrthancDicomWeb-0.1.tar.gz) = 112788 Added: head/science/orthanc-dicomweb/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/science/orthanc-dicomweb/pkg-descr Tue Oct 6 15:54:48 2015 (r398704) @@ -0,0 +1,4 @@ +This plugin extends the RESTful API of Orthanc with WADO and DICOMweb +support. + +WWW: http://www.orthanc-server.com/