summaryrefslogtreecommitdiffstats
path: root/haskell/haskell-tar/DETAILS
diff options
context:
space:
mode:
Diffstat (limited to 'haskell/haskell-tar/DETAILS')
-rwxr-xr-xhaskell/haskell-tar/DETAILS17
1 files changed, 17 insertions, 0 deletions
diff --git a/haskell/haskell-tar/DETAILS b/haskell/haskell-tar/DETAILS
new file mode 100755
index 0000000000..6c5aab5ccf
--- /dev/null
+++ b/haskell/haskell-tar/DETAILS
@@ -0,0 +1,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