mirror of
https://git.freebsd.org/ports.git
synced 2025-05-31 10:26:28 -04:00
- Resurrect math/octave-forge-dicom.
- Update to 0.2.1.
This commit is contained in:
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
1
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
|
||||
|
|
|
@ -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
|
||||
|
|
29
math/octave-forge-dicom/Makefile
Normal file
29
math/octave-forge-dicom/Makefile
Normal 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>
|
3
math/octave-forge-dicom/distinfo
Normal file
3
math/octave-forge-dicom/distinfo
Normal 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
|
12
math/octave-forge-dicom/pkg-descr
Normal file
12
math/octave-forge-dicom/pkg-descr
Normal 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/
|
Loading…
Add table
Reference in a new issue