- Resurrect math/octave-forge-dicom.

- Update to 0.2.1.
This commit is contained in:
Stephen Montgomery-Smith 2018-04-10 01:57:22 +00:00
parent 3679aa9498
commit 99f021d1ad
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=466935
5 changed files with 45 additions and 1 deletions

1
MOVED
View file

@ -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

View file

@ -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

View file

@ -0,0 +1,29 @@
# Created by: Stephen Montgomery-Smith <stephen@FreeBSD.org>
# $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 <bsd.port.mk>

View file

@ -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

View file

@ -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/