Ticket #18160: Portfile.2

File Portfile.2, 1.3 KB (added by nerdling (Jeremy Lavergne), 15 years ago)

styling/whitespace changes

Line 
1# -*- 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
2# $Id$
3
4PortSystem          1.0
5PortGroup           python25 1.0
6
7name                py25-pydicom
8version             0.9.2
9platforms           darwin
10categories          python
11maintainers         ieee.org:eborisch \
12                    openmaintainer
13description         Python Module for working with DICOM files
14
15long_description    pydicom is a pure python package for working with DICOM \
16                    files. It was made for inspecting and modifying DICOM \
17                    files in an easy pythonic way. The modifications can be \
18                    written again to a new file. As a pure python package, it \
19                    should run anywhere python runs without any other \
20                    requirements.
21
22homepage            http://code.google.com/p/pydicom/
23master_sites        http://pydicom.googlecode.com/files/
24distname            pydicom-${version}
25checksums           md5 62c3837b36b9eb1f9fb7fad489d1d929 \
26                    sha1 d6a7c91e7408e513690d67284f9347d739ebacea \
27                    rmd160 53e2b5177d3a2b44d9f3150016ff25023905b5b2
28
29depends_lib-append  port:py25-numpy \
30                    port:py25-zlib