summaryrefslogtreecommitdiffstats
path: root/haskell/haskell-tar/DETAILS
blob: 6c5aab5ccf8fb5318e712d9d5580c56d5fc54e45 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
           SPELL=haskell-tar
         VERSION=0.4.0.1
          SOURCE="tar-${VERSION}.tar.gz"
   SOURCE_URL[0]=http://hackage.haskell.org/packages/archive/tar/${VERSION}/${SOURCE}
     SOURCE_HASH=sha512:7cb042f77dc70b856b4dfd5d0a06620f669f9260a84800ad27e1803ec24a50932bb3775b35a6cc91cefb30ea4cd2b453dd6566007d586327acea0edccc0dee47
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/tar-${VERSION}"
        WEB_SITE="http://hackage.haskell.org/package/tar"
      LICENSE[0]=BSD3
         ENTERED=20130303
           SHORT="reading, writing and manipulating tar archive files"
cat << EOF
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.
EOF