[106838] trunk/dports/devel

cal at macports.org cal at macports.org
Sat Jun 8 18:14:59 PDT 2013


Revision: 106838
          https://trac.macports.org/changeset/106838
Author:   cal at macports.org
Date:     2013-06-08 18:14:59 -0700 (Sat, 08 Jun 2013)
Log Message:
-----------
new port: hs-tar, dependency of darcs

Modified Paths:
--------------
    trunk/dports/devel/hs-tar/Portfile

Added Paths:
-----------
    trunk/dports/devel/hs-tar/

Modified: trunk/dports/devel/hs-tar/Portfile
===================================================================
--- trunk/dports/devel/hs-extensible-exceptions/Portfile	2013-06-09 01:12:28 UTC (rev 106837)
+++ trunk/dports/devel/hs-tar/Portfile	2013-06-09 01:14:59 UTC (rev 106838)
@@ -4,15 +4,19 @@
 PortSystem          1.0
 PortGroup           haskell 1.0
 
-haskell.setup       extensible-exceptions 0.1.1.4
-checksums           rmd160  2e1311778e7e87b1e5266bbce2dea81eb4620ae7 \
-                    sha256  6ce5e8801760385a408dab71b53550f87629e661b260bdc2cd41c6a439b6e388
+haskell.setup       tar 0.4.0.1
+checksums           rmd160  87de253e69a99f6b6823944c1f2bfe93a182dfbf \
+                    sha256  a408274d8325f4e3144c5aa154d72f1ee7b0a7342570fd6805e3be3fe0d97a6d
 
 license             BSD
 maintainers         cal openmaintainer
 platforms           darwin
 
-description         Extensible exceptions
+description         Reading, writing and manipulating \".tar\" archive files.
 long_description    \
-    This package provides extensible exceptions for both new and old versions \
-    of GHC (i.e., < 6.10).
+    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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130608/2b39f5dd/attachment.html>


More information about the macports-changes mailing list