diff --git a/MOVED b/MOVED index 5e99e225a2d8..bb949746d8fe 100644 --- a/MOVED +++ b/MOVED @@ -8712,7 +8712,6 @@ www/hydra||2016-11-01|Has expired: Broken for more than 6 months math/py-pyfst||2016-11-01|Has expired: Broken for more than 6 months archivers/ruby-zip||2016-11-01|Has expired: Broken will all supported versions of Ruby devel/ruby-langscan||2016-11-01|Has expired: Broken will all supported versions of Ruby -math/octave-forge-dicom||2016-11-01|Has expired: Broken for more than 6 months graphics/linux-c6-libGLU|graphics/linux-c6-dri|2016-11-04|Unused graphics/linux-c7-libGLU|graphics/linux-c7-dri|2016-11-04|Unused multimedia/libmovtar||2016-11-05|Not used anymore, abandonware diff --git a/math/Makefile b/math/Makefile index 4ab16f1946fe..a813ca71b288 100644 --- a/math/Makefile +++ b/math/Makefile @@ -368,6 +368,7 @@ SUBDIR += octave-forge-data-smoothing SUBDIR += octave-forge-database SUBDIR += octave-forge-dataframe + SUBDIR += octave-forge-dicom SUBDIR += octave-forge-divand SUBDIR += octave-forge-doctest SUBDIR += octave-forge-econometrics diff --git a/math/octave-forge-dicom/Makefile b/math/octave-forge-dicom/Makefile new file mode 100644 index 000000000000..85aee123be32 --- /dev/null +++ b/math/octave-forge-dicom/Makefile @@ -0,0 +1,29 @@ +# Created by: Stephen Montgomery-Smith +# $FreeBSD$ + +PORTNAME= octave-forge-dicom +PORTVERSION= 0.2.1 +CATEGORIES= math + +MAINTAINER= stephen@FreeBSD.org +COMMENT= Octave-forge package ${OCTAVE_PKGNAME} + +LICENSE= GPLv3 +LICENSE_FILE= ${WRKDIR}/${OCTSRC}/COPYING + +LIB_DEPENDS+= libgdcmCommon.so:devel/gdcm + +# OCTSRC is the name of the directory of the package. +# It is usually ${OCTAVE_PKGNAME} or ${DISTNAME}. +OCTSRC= ${DISTNAME} + +WRKSRC= ${WRKDIR}/${OCTSRC}/src +GNU_CONFIGURE= yes + +.include "${.CURDIR}/../../Mk/bsd.octave.mk" + +post-build: + ${RM} ${WRKSRC}/Makefile ${WRKSRC}/configure + cd ${WRKDIR} && ${TAR} cfz ${DISTNAME}.tar.gz ${OCTSRC} + +.include diff --git a/math/octave-forge-dicom/distinfo b/math/octave-forge-dicom/distinfo new file mode 100644 index 000000000000..bf9a9976a247 --- /dev/null +++ b/math/octave-forge-dicom/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1523323105 +SHA256 (octave-forge/dicom-0.2.1.tar.gz) = 7bc3c2b9ccef470bf00ab06fa643b0fcd375e0347d908e0b7494ef635248d31b +SIZE (octave-forge/dicom-0.2.1.tar.gz) = 174515 diff --git a/math/octave-forge-dicom/pkg-descr b/math/octave-forge-dicom/pkg-descr new file mode 100644 index 000000000000..d95bed3acdbd --- /dev/null +++ b/math/octave-forge-dicom/pkg-descr @@ -0,0 +1,12 @@ +The octave-forge package is the result of The GNU Octave Repositry project, +which is intended to be a central location for custom scripts, functions and +extensions for GNU Octave. contains the source for all the functions plus +build and install scripts. + +This is dicom. + + Digital communications in medicine (DICOM) file io. Depends on Grassroots + DICOM (GDCM). This package is not available in repos for all distros. + Contributors: Judd Storrs, Kris Thielemans. + +WWW: http://octave.sourceforge.net/