Ticket #26882: Portfile

File Portfile, 1.0 KB (added by astrofrog (Thomas Robitaille), 14 years ago)
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           python26 1.0
6
7name                py26-pyfits
8version             2.3.1
9maintainers         users.sourceforge.net:robitaille
10
11categories-append   science
12description         PyFITS provides an interface to FITS files in Python
13long_description    PyFITS provides an interface to FITS files in Python \
14                    and PyRAF (the Python-based interface to IRAF). It is \
15                    useful both for interactive data analysis and for writing \
16                    analysis scripts in Python using FITS files as either \
17                    input or output.
18
19platforms           darwin
20
21homepage            http://www.stsci.edu/resources/software_hardware/pyfits
22master_sites        http://www.stsci.edu/resources/software_hardware/pyfits/
23distname            pyfits-${version}
24checksums           md5 82e6919667aea99925db212d38670b38
25
26depends_lib         port:py26-numpy