[139104] trunk/dports/perl

ionic at macports.org ionic at macports.org
Sun Aug 2 10:17:11 PDT 2015


Revision: 139104
          https://trac.macports.org/changeset/139104
Author:   ionic at macports.org
Date:     2015-08-02 10:17:11 -0700 (Sun, 02 Aug 2015)
Log Message:
-----------
p5-cryptx: new port. Useful for SASL authentication in IRSSI.

Added Paths:
-----------
    trunk/dports/perl/p5-cryptx/
    trunk/dports/perl/p5-cryptx/Portfile

Added: trunk/dports/perl/p5-cryptx/Portfile
===================================================================
--- trunk/dports/perl/p5-cryptx/Portfile	                        (rev 0)
+++ trunk/dports/perl/p5-cryptx/Portfile	2015-08-02 17:17:11 UTC (rev 139104)
@@ -0,0 +1,30 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem          1.0
+PortGroup           perl5 1.0
+
+perl5.branches      5.16 5.18 5.20 5.22
+perl5.setup         CryptX 0.025 ../by-authors/id/M/MI/MIK
+revision            0
+
+platforms           darwin
+maintainers         ionic openmaintainer
+license             BSD
+
+description         Crypt::PK::ECC - Public key cryptography based on EC
+
+long_description    ${description} \
+                    The module provides a set of core ECC functions as well \
+                    as implementation of ECDSA and ECDH. \
+                    Supports elliptic curves y^2 = x^3 + a*x + b over prime \
+                    fields Fp = Z/pZ (binary fields not supported).
+
+checksums           rmd160 ea47b651891b9574a777aa719662f69bb77bdd4e \
+                    sha256 f8b7e3ec1713c8dfe3eef9d114f45f223b97e2340f81a20589b5605fa49cfe38
+
+if {$subport != $name} {
+    depends_lib-append  port:p${perl5.major}-json
+}
+
+perl5.use_module_build


Property changes on: trunk/dports/perl/p5-cryptx/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150802/7154d4e8/attachment.html>


More information about the macports-changes mailing list