diff options
author | rene <rene@FreeBSD.org> | 2016-11-02 06:25:00 +0800 |
---|---|---|
committer | rene <rene@FreeBSD.org> | 2016-11-02 06:25:00 +0800 |
commit | 6a06d79f5402479e61f570c3c8c5564d4efb20cb (patch) | |
tree | 1a91aa7c2e6f5115f0470e13916e25ad0c15accc /math | |
parent | 5c1c1c7c52d091f4cd00479f7fed446cbe46dc0d (diff) | |
download | freebsd-ports-gnome-6a06d79f5402479e61f570c3c8c5564d4efb20cb.tar.gz freebsd-ports-gnome-6a06d79f5402479e61f570c3c8c5564d4efb20cb.tar.zst freebsd-ports-gnome-6a06d79f5402479e61f570c3c8c5564d4efb20cb.zip |
Remove expired port:
2016-11-01 math/octave-forge-dicom: Broken for more than 6 months
Diffstat (limited to 'math')
-rw-r--r-- | math/Makefile | 1 | ||||
-rw-r--r-- | math/octave-forge-dicom/Makefile | 40 | ||||
-rw-r--r-- | math/octave-forge-dicom/distinfo | 2 | ||||
-rw-r--r-- | math/octave-forge-dicom/pkg-descr | 12 |
4 files changed, 0 insertions, 55 deletions
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/ |