[45855] trunk/dports/python

snc at macports.org snc at macports.org
Fri Jan 23 08:34:19 PST 2009


Revision: 45855
          http://trac.macports.org/changeset/45855
Author:   snc at macports.org
Date:     2009-01-23 08:34:19 -0800 (Fri, 23 Jan 2009)
Log Message:
-----------
added port, #18160

Added Paths:
-----------
    trunk/dports/python/py25-pydicom/
    trunk/dports/python/py25-pydicom/Portfile

Added: trunk/dports/python/py25-pydicom/Portfile
===================================================================
--- trunk/dports/python/py25-pydicom/Portfile	                        (rev 0)
+++ trunk/dports/python/py25-pydicom/Portfile	2009-01-23 16:34:19 UTC (rev 45855)
@@ -0,0 +1,30 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem          1.0
+PortGroup           python25 1.0
+
+name                py25-pydicom
+version             0.9.2
+platforms           darwin
+categories          python
+maintainers         ieee.org:eborisch \
+                    openmaintainer
+description         Python Module for working with DICOM files
+
+long_description    pydicom is a pure python package for working with DICOM \
+                    files. It was made for inspecting and modifying DICOM \
+                    files in an easy pythonic way. The modifications can be \
+                    written again to a new file. As a pure python package, it \
+                    should run anywhere python runs without any other \
+                    requirements.
+
+homepage            http://code.google.com/p/pydicom/
+master_sites        http://pydicom.googlecode.com/files/
+distname            pydicom-${version}
+checksums           md5 62c3837b36b9eb1f9fb7fad489d1d929 \
+                    sha1 d6a7c91e7408e513690d67284f9347d739ebacea \
+                    rmd160 53e2b5177d3a2b44d9f3150016ff25023905b5b2
+
+depends_lib-append  port:py25-numpy \
+                    port:py25-zlib
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090123/bf6162ba/attachment.html>


More information about the macports-changes mailing list