aboutsummaryrefslogtreecommitdiff
path: root/math/octave-forge-dicom
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2016-11-01 22:25:00 +0000
committerRene Ladan <rene@FreeBSD.org>2016-11-01 22:25:00 +0000
commit3bd8e633e0c1d4f65b42815984a62657000e3d89 (patch)
tree1a91aa7c2e6f5115f0470e13916e25ad0c15accc /math/octave-forge-dicom
parentbb5055e3cd7f816ee9ecb887089e0631295bde6e (diff)
downloadports-3bd8e633e0c1d4f65b42815984a62657000e3d89.tar.gz
ports-3bd8e633e0c1d4f65b42815984a62657000e3d89.zip
Remove expired port:
2016-11-01 math/octave-forge-dicom: Broken for more than 6 months
Notes
Notes: svn path=/head/; revision=425097
Diffstat (limited to 'math/octave-forge-dicom')
-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
3 files changed, 0 insertions, 54 deletions
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/