# -*- 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           haskell 1.0

haskell.setup       tar 0.4.0.1
revision            3
checksums           rmd160  87de253e69a99f6b6823944c1f2bfe93a182dfbf \
                    sha256  a408274d8325f4e3144c5aa154d72f1ee7b0a7342570fd6805e3be3fe0d97a6d

license             BSD
maintainers         cal openmaintainer
platforms           darwin

description         Reading, writing and manipulating \".tar\" archive files.
long_description    \
    This library is for working with \".tar\" archive files. It can read and \
    write a range of common variations of archive format including V7, USTAR, \
    POSIX and GNU formats. It provides support for packing and unpacking \
    portable archives. This makes it suitable for distribution but not backup \
    because details like file ownership and exact permissions are not \
    preserved.