aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--MOVED1
-rw-r--r--math/Makefile1
-rw-r--r--math/octave-forge-dicom/Makefile40
-rw-r--r--math/octave-forge-dicom/distinfo2
-rw-r--r--math/octave-forge-dicom/pkg-descr12
5 files changed, 1 insertions, 55 deletions
diff --git a/MOVED b/MOVED
index a6ab9fe5d789..e5be4caec69b 100644
--- a/MOVED
+++ b/MOVED
@@ -8790,3 +8790,4 @@ 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
diff --git a/math/Makefile b/math/Makefile
index cd531492f667..57404b6c6600 100644
--- a/math/Makefile
+++ b/math/Makefile
@@ -317,7 +317,6 @@
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
deleted file mode 100644
index 537833118c3e..000000000000
--- a/math/octave-forge-dicom/Makefile
+++ /dev/null
@@ -1,40 +0,0 @@
-# Created by: Stephen Montgomery-Smith <stephen@FreeBSD.org>
-# $FreeBSD$
-
-PORTNAME= octave-forge-dicom
-PORTVERSION= 0.1.1
-PORTREVISION= 8
-CATEGORIES= math
-
-MAINTAINER= stephen@FreeBSD.org
-COMMENT= Octave-forge package ${OCTAVE_PKGNAME}
-
-LICENSE= GPLv3
-LICENSE_FILE= ${WRKDIR}/${OCTSRC}/COPYING
-
-BROKEN= does not build with octave-4.0.0
-DEPRECATED= Broken for more than 6 months
-EXPIRATION_DATE= 2016-11-01
-
-LIB_DEPENDS+= libgdcmCommon.so:devel/gdcm
-
-# OCTSRC is the name of the directory of the package.
-# It is usually ${OCTAVE_PKGNAME} or ${DISTNAME}.
-OCTSRC= ${OCTAVE_PKGNAME}
-
-WRKSRC= ${WRKDIR}/${OCTSRC}/src
-
-GDCM_MAJ= 2.4
-post-patch:
- ${REINPLACE_CMD} s/gdcm-2.0/gdcm-${GDCM_MAJ}/ \
- ${WRKSRC}/dicominfo.cpp ${WRKSRC}/dicomdict.cpp \
- ${WRKSRC}/dicomread.cpp ${WRKSRC}/dicomlookup.cpp \
- ${WRKSRC}/_gendicomdict.cpp ${WRKSRC}/dicomwrite.cpp
-
-.include "${.CURDIR}/../../Mk/bsd.octave.mk"
-
-post-build:
- ${RM} ${WRKSRC}/Makefile ${WRKSRC}/configure
- cd ${WRKDIR} && ${TAR} cfz ${DISTNAME}.tar.gz ${OCTSRC}
-
-.include <bsd.port.mk>
diff --git a/math/octave-forge-dicom/distinfo b/math/octave-forge-dicom/distinfo
deleted file mode 100644
index 8f262fc495a5..000000000000
--- a/math/octave-forge-dicom/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (octave-forge/dicom-0.1.1.tar.gz) = 692cc509c70e85d94598866190366d0dbc2968bee56fbb998eac940bea62e8fa
-SIZE (octave-forge/dicom-0.1.1.tar.gz) = 91427
diff --git a/math/octave-forge-dicom/pkg-descr b/math/octave-forge-dicom/pkg-descr
deleted file mode 100644
index d95bed3acdbd..000000000000
--- a/math/octave-forge-dicom/pkg-descr
+++ /dev/null
@@ -1,12 +0,0 @@
-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/