diff options
author | ale <ale@FreeBSD.org> | 2008-05-16 16:49:35 +0800 |
---|---|---|
committer | ale <ale@FreeBSD.org> | 2008-05-16 16:49:35 +0800 |
commit | 790bd2be5020938324b1e0047ef67f9baa305209 (patch) | |
tree | ae1ad879b415360e358329f68ddd2792f6967fb7 /graphics | |
parent | 035dce96d09dcf9b35d19cb559814c97ac2271bd (diff) | |
download | freebsd-ports-gnome-790bd2be5020938324b1e0047ef67f9baa305209.tar.gz freebsd-ports-gnome-790bd2be5020938324b1e0047ef67f9baa305209.tar.zst freebsd-ports-gnome-790bd2be5020938324b1e0047ef67f9baa305209.zip |
Kradview is a GPLed viewer of images obtained for some different
sources: X-ray, NMR and DICOM-compatible imaging devices that
runs on free operating systems. Its aim is a easy to use DICOM
viewer with instant rendering of images, no matter the size and
the zoom of the DICOM image. It covers the "let's see the the
X-ray image" need of the medical professional.
WWW: http://www.orcero.org/irbis/kradview/
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/Makefile | 1 | ||||
-rw-r--r-- | graphics/kradview/Makefile | 20 | ||||
-rw-r--r-- | graphics/kradview/distinfo | 3 | ||||
-rw-r--r-- | graphics/kradview/pkg-descr | 11 | ||||
-rw-r--r-- | graphics/kradview/pkg-plist | 11 |
5 files changed, 46 insertions, 0 deletions
diff --git a/graphics/Makefile b/graphics/Makefile index a832e480023e..880244a63ae8 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -346,6 +346,7 @@ SUBDIR += kludge3d SUBDIR += kooka SUBDIR += kphotoalbum + SUBDIR += kradview SUBDIR += kudu SUBDIR += kuickshow SUBDIR += l2p diff --git a/graphics/kradview/Makefile b/graphics/kradview/Makefile new file mode 100644 index 000000000000..b79f0acc4b83 --- /dev/null +++ b/graphics/kradview/Makefile @@ -0,0 +1,20 @@ +# Ports collection makefile for: kradview +# Date created: 16 May 2008 +# Whom: Alex Dupre <ale@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= kradview +PORTVERSION= 1.1.0 +CATEGORIES= graphics kde +MASTER_SITES= http://www.orcero.org/irbis/kradview/ +EXTRACT_SUFX= .tgz + +MAINTAINER= ale@FreeBSD.org +COMMENT= A free DICOM viewer for KDE + +USE_KDELIBS_VER=3 +USE_AUTOTOOLS= libtool:15 + +.include <bsd.port.mk> diff --git a/graphics/kradview/distinfo b/graphics/kradview/distinfo new file mode 100644 index 000000000000..3b197fdd294d --- /dev/null +++ b/graphics/kradview/distinfo @@ -0,0 +1,3 @@ +MD5 (kradview-1.1.0.tgz) = b2c0f4081a74e86e8fee0e54a2364258 +SHA256 (kradview-1.1.0.tgz) = a5dd1aadbad3a14692d3276a30bc014f7f4a3388c0014c22a75049cd973fb0b8 +SIZE (kradview-1.1.0.tgz) = 741011 diff --git a/graphics/kradview/pkg-descr b/graphics/kradview/pkg-descr new file mode 100644 index 000000000000..85df771d5524 --- /dev/null +++ b/graphics/kradview/pkg-descr @@ -0,0 +1,11 @@ +Kradview is a GPLed viewer of images obtained for some different +sources: X-ray, NMR and DICOM-compatible imaging devices that +runs on free operating systems. Its aim is a easy to use DICOM +viewer with instant rendering of images, no matter the size and +the zoom of the DICOM image. It covers the "let's see the the +X-ray image" need of the medical professional. + +WWW: http://www.orcero.org/irbis/kradview/ + +- Alex Dupre +ale@FreeBSD.org diff --git a/graphics/kradview/pkg-plist b/graphics/kradview/pkg-plist new file mode 100644 index 000000000000..f906066ac8ef --- /dev/null +++ b/graphics/kradview/pkg-plist @@ -0,0 +1,11 @@ +bin/kradview +bin/kradview_client +share/applnk/Utilities/kradview.desktop +share/apps/kradview/kradviewui.rc +share/doc/HTML/en/kradview/common +share/doc/HTML/en/kradview/index.cache.bz2 +share/doc/HTML/en/kradview/index.docbook +share/icons/hicolor/16x16/apps/kradview.png +share/icons/hicolor/32x32/apps/kradview.png +@dirrm share/apps/kradview +@dirrm share/doc/HTML/en/kradview |