Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 12 Aug 2002 18:17:45 +0200 (CEST)
From:      Paul Everlund <tdv94ped@cs.umu.se>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/41582: [PORT] (X)MedCon: A medical image conversion utility and library
Message-ID:  <200208121617.g7CGHjAb006215@everlund.homeip.net>

next in thread | raw e-mail | index | archive | help

>Number:         41582
>Category:       ports
>Synopsis:       [PORT] (X)MedCon: A medical image conversion utility and library
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Aug 12 09:20:01 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Paul Everlund
>Release:        
>Organization:
>Environment:
System: FreeBSD

	
>Description:
	This project stands for Medical Image Conversion and is released under the
	GNU's (L)GPL license. It bundles the C sourcecode, a library, a flexible
	command-line utility and a graphical front-end based on the amazing Gtk+
	toolkit.

	Its main purpose is image conversioni, while preserving the most valuable
	medical study information. The currently supported formats are: Acr/Nema 2.0,
	Analyze (SPM), Concorde/uPET, DICOM 3.0, Ecat/Matrix 6.4, InterFile 3.3
	and PNG or annimated Gif87a/89a towards desktop applications.

	WWW: http://xmedcon.sourceforge.net

	
>How-To-Repeat:
	
>Fix:
	
	

--- xmedcon-pr begins here ---
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	xmedcon
#	xmedcon/distinfo
#	xmedcon/Makefile
#	xmedcon/pkg-plist
#	xmedcon/pkg-descr
#	xmedcon/pkg-comment
#
echo c - xmedcon
mkdir -p xmedcon > /dev/null 2>&1
echo x - xmedcon/distinfo
sed 's/^X//' >xmedcon/distinfo << 'END-of-xmedcon/distinfo'
XMD5 (xmedcon-0.7.9.tar.gz) = d8d63786a86cb971d3c23dd6fe1399a2
END-of-xmedcon/distinfo
echo x - xmedcon/Makefile
sed 's/^X//' >xmedcon/Makefile << 'END-of-xmedcon/Makefile'
X# New ports collection makefile for:	xmedcon
X# Date created:		09 August 2002
X# Whom:			Paul Everlund
X#
X# $FreeBSD$
X#
X
XPORTNAME=	xmedcon
XPORTVERSION=	0.7.9
XCATEGORIES=	graphics
XMASTER_SITES=	http://belnet.dl.sourceforge.net/sourceforge/xmedcon/ \
X		http://umn.dl.sourceforge.net/sourceforge/xmedcon/ \
X		http://telia.dl.sourceforge.net/sourceforge/xmedcon/ \
X		http://unc.dl.sourceforge.net/sourceforge/xmedcon/ \
X		http://twtelecom.dl.sourceforge.net/sourceforge/xmedcon/
X
XMAINTAINER?=	tdv94ped@cs.umu.se
X
XUSE_LIBTOOL=	yes
XGNU_CONFIGURE=	yes
XCONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
X		LDFLAGS="-L${LOCALBASE}/lib"
X
X.if defined(NOX11)
X    CONFIGURE_ARGS+=	--disable-gui
X.else
X    LIB_DEPENDS+=	gtk12.2:${PORTSDIR}/x11-toolkits/gtk12
X    GTK_CONFIG?=	gtk12-config
X    CONFIGURE_ARGS+=	--with-gtk-config=${GTK_CONFIG}
X.endif
X.if defined(NOACR) && defined(NODICOM)
X    CONFIGURE_ARGS+=	--disable-acr
X.endif
X.if defined(NOGIF)
X    CONFIGURE_ARGS+=	--disable-gif
X.endif
X.if defined(NOINW)
X    CONFIGURE_ARGS+=	--disable-inw
X.endif
X.if defined(NOANLZ)
X    CONFIGURE_ARGS+=	--disable-anlz
X.endif
X.if defined(NOCONC)
X    CONFIGURE_ARGS+=	--disable-conc
X.endif
X.if defined(NOECAT)
X    CONFIGURE_ARGS+=	--disable-ecat
X.endif
X.if defined(NOINTF)
X    CONFIGURE_ARGS+=	--disable-intf
X.endif
X.if defined(NODICOM)
X    CONFIGURE_ARGS+=	--disable-dicom
X.endif
X.if defined(NOPNG)
X    CONFIGURE_ARGS+=	--disable-png
X.else
X    LIB_DEPENDS+=	png.5:${PORTSDIR}/graphics/png
X.endif
X
XMAN1=	medcon.1 xmedcon.1 xmedcon-config.1
XMAN3=	medcon.3
XMAN4=	m-acr.4 m-anlz.4 m-ecat.4 m-gif.4 m-intf.4 m-inw.4
X
X.include <bsd.port.mk>
END-of-xmedcon/Makefile
echo x - xmedcon/pkg-plist
sed 's/^X//' >xmedcon/pkg-plist << 'END-of-xmedcon/pkg-plist'
Xbin/medcon
X@unexec if [ -f bin/xmedcon ]; then rm %D/bin/xmedcon; fi
X@exec if [ -f bin/xmedcon ]; then cp bin/xmedcon %D/bin/; fi
Xbin/xmedcon-config
Xetc/xmedcon.ico
Xetc/xmedcon.png
Xetc/xmedconrc
Xetc/xmedconrc.linux
Xetc/xmedconrc.win32
Xinclude/depend.h
Xinclude/dicom.h
Xinclude/m-acr.h
Xinclude/m-algori.h
Xinclude/m-anlz.h
Xinclude/m-color.h
Xinclude/m-conc.h
Xinclude/m-config.h
Xinclude/m-debug.h
Xinclude/m-defs.h
Xinclude/m-dicm.h
Xinclude/m-ecat64.h
Xinclude/m-error.h
Xinclude/m-fancy.h
Xinclude/m-files.h
Xinclude/m-getopt.h
Xinclude/m-gif.h
Xinclude/m-global.h
Xinclude/m-intf.h
Xinclude/m-inw.h
Xinclude/m-matrix.h
Xinclude/m-pixels.h
Xinclude/m-png.h
Xinclude/m-qmedian.h
Xinclude/m-raw.h
Xinclude/m-rslice.h
Xinclude/m-sigfpe.h
Xinclude/m-structs.h
Xinclude/m-transf.h
Xinclude/m-vifi.h
Xinclude/m-xdummy.h
Xinclude/m-xtract.h
Xinclude/medcon.h
Xlib/libmdc.a
Xlib/libmdc.la
Xlib/libmdc.so
Xlib/libmdc.so.2
Xshare/aclocal/xmedcon.m4
END-of-xmedcon/pkg-plist
echo x - xmedcon/pkg-descr
sed 's/^X//' >xmedcon/pkg-descr << 'END-of-xmedcon/pkg-descr'
XThis project stands for Medical Image Conversion and is released under the
XGNU's (L)GPL license. It bundles the C sourcecode, a library, a flexible
Xcommand-line utility and a grauhical front-end based on the amazing Gtk+
Xtoolkit.
X
XIts main purpose is image conversioni, while preserving the most valuable
Xmedical study information. The currently supported formats are: Acr/Nema 2.0,
XAnalyze (SPM), Concorde/uPET, DICOM 3.0, Ecat/Matrix 6.4, InterFile 3.3
Xand PNG or annimated Gif87a/89a towards desktop applications.
X
XWWW: http://xmedcon.sourceforge.net
END-of-xmedcon/pkg-descr
echo x - xmedcon/pkg-comment
sed 's/^X//' >xmedcon/pkg-comment << 'END-of-xmedcon/pkg-comment'
XA medical image conversion utility and library
END-of-xmedcon/pkg-comment
exit
--- xmedcon-pr ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200208121617.g7CGHjAb006215>