[114512] trunk/dports/devel

cal at macports.org cal at macports.org
Mon Dec 9 15:37:22 PST 2013


Revision: 114512
          https://trac.macports.org/changeset/114512
Author:   cal at macports.org
Date:     2013-12-09 15:37:22 -0800 (Mon, 09 Dec 2013)
Log Message:
-----------
new port: hs-byteable, dependency of hs-cryptohash

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

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

Modified: trunk/dports/devel/hs-byteable/Portfile
===================================================================
--- trunk/dports/devel/hs-crypto/Portfile	2013-12-09 22:17:24 UTC (rev 114500)
+++ trunk/dports/devel/hs-byteable/Portfile	2013-12-09 23:37:22 UTC (rev 114512)
@@ -4,21 +4,16 @@
 PortSystem          1.0
 PortGroup           haskell 1.0
 
-haskell.setup       Crypto 4.2.5.1
-revision            2
-checksums           rmd160  adcbd51eb0656427a5e794fc2946dcbdd7e6ebe5 \
-                    sha256  6ad5e0533d0aaaf2f30049d166881a845cc190780798661815da9b4914a0af66
+haskell.setup       byteable 0.1.1
+checksums           rmd160  1319a8c5a5e6e60394a30e819b427f2ce512327b \
+                    sha256  243b34a1b5b64b39e39fe58f75c18f6cad5b668b10cabcd86816cbde27783fe2
 
-maintainers         nomaintainer
+maintainers         cal openmaintainer
 platforms           darwin
-license             GPL-2+
+license             BSD
 
-description         Collects together existing Haskell cryptographic functions into a package
+description         Type class for sequence of bytes
 long_description    \
-    DES, Blowfish, AES, TEA, SHA1, MD5, RSA, BubbleBabble, Hexdump, Support for \
-    Word128, Word192 and Word256 and Beyond, PKCS5 Padding, Various Encryption \
-    Modes e.g. Cipher Block Chaining all in one package, with HUnit and \
-    QuickCheck tests, and examples.
-
-depends_lib-append  port:hs-hunit \
-                    port:hs-quickcheck
+    Abstract class to manipulate sequence of bytes.\
+    \nThe use case of this class is abstracting manipulation of types that are \
+    just wrapping a bytestring with stronger and more meaniful name.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20131209/6056829e/attachment.html>


More information about the macports-changes mailing list