aboutsummaryrefslogtreecommitdiff
path: root/archivers
diff options
context:
space:
mode:
authorAshish SHUKLA <ashish@FreeBSD.org>2011-05-08 19:00:40 +0000
committerAshish SHUKLA <ashish@FreeBSD.org>2011-05-08 19:00:40 +0000
commitfa6f099adb1f13c67e10ba6786108c88fe204a7a (patch)
tree3a0daad9d880e13582af4bd76ad1148edf4da9f1 /archivers
parent90066ce054f7837c3df7a5d3900c75a8622b2a9b (diff)
downloadports-fa6f099adb1f13c67e10ba6786108c88fe204a7a.tar.gz
ports-fa6f099adb1f13c67e10ba6786108c88fe204a7a.zip
Notes
Diffstat (limited to 'archivers')
-rw-r--r--archivers/hs-tar/Makefile18
-rw-r--r--archivers/hs-tar/distinfo2
-rw-r--r--archivers/hs-tar/pkg-descr8
3 files changed, 28 insertions, 0 deletions
diff --git a/archivers/hs-tar/Makefile b/archivers/hs-tar/Makefile
new file mode 100644
index 000000000000..0d6acda30697
--- /dev/null
+++ b/archivers/hs-tar/Makefile
@@ -0,0 +1,18 @@
+# New ports collection makefile for: hs-tar
+# Date created: 2010-08-17
+# Whom: haskell@FreeBSD.org
+#
+# $FreeBSD$
+#
+
+PORTNAME= tar
+PORTVERSION= 0.3.1.0
+CATEGORIES= archivers haskell
+
+MAINTAINER= haskell@FreeBSD.org
+COMMENT= Haskell library for reading/writing/manipulating tar archives
+
+LICENSE= BSD
+
+.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
+.include <bsd.port.mk>
diff --git a/archivers/hs-tar/distinfo b/archivers/hs-tar/distinfo
new file mode 100644
index 000000000000..ce1ba44eb79c
--- /dev/null
+++ b/archivers/hs-tar/distinfo
@@ -0,0 +1,2 @@
+SHA256 (cabal/tar-0.3.1.0.tar.gz) = 0364496ecf0d2de16577fe371a631bdd8a9e2cb3b5377f66c860f4e30bd626d8
+SIZE (cabal/tar-0.3.1.0.tar.gz) = 15840
diff --git a/archivers/hs-tar/pkg-descr b/archivers/hs-tar/pkg-descr
new file mode 100644
index 000000000000..ca3b943f2666
--- /dev/null
+++ b/archivers/hs-tar/pkg-descr
@@ -0,0 +1,8 @@
+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.
+
+WWW: http://hackage.haskell.org/package/tar