[122124] trunk/dports

cal at macports.org cal at macports.org
Tue Jul 15 05:46:56 PDT 2014


Revision: 122124
          https://trac.macports.org/changeset/122124
Author:   cal at macports.org
Date:     2014-07-15 05:46:56 -0700 (Tue, 15 Jul 2014)
Log Message:
-----------
signing-party: add missing dependency p5.16-net-idn-encode, add missing port p5-net-idn-encode, patch by Sebastian Hahn, thanks.

Modified Paths:
--------------
    trunk/dports/mail/signing-party/Portfile

Added Paths:
-----------
    trunk/dports/perl/p5-net-idn-encode/
    trunk/dports/perl/p5-net-idn-encode/Portfile

Modified: trunk/dports/mail/signing-party/Portfile
===================================================================
--- trunk/dports/mail/signing-party/Portfile	2014-07-15 03:44:27 UTC (rev 122123)
+++ trunk/dports/mail/signing-party/Portfile	2014-07-15 12:46:56 UTC (rev 122124)
@@ -40,6 +40,7 @@
                     port:p5.16-text-iconv \
                     port:p5.16-text-template \
                     port:p5.16-mime-tools \
+                    port:p5.16-net-idn-encode \
                     port:qprint
 depends_run         bin:gpg:gnupg \
                     port:dialog

Added: trunk/dports/perl/p5-net-idn-encode/Portfile
===================================================================
--- trunk/dports/perl/p5-net-idn-encode/Portfile	                        (rev 0)
+++ trunk/dports/perl/p5-net-idn-encode/Portfile	2014-07-15 12:46:56 UTC (rev 122124)
@@ -0,0 +1,25 @@
+# -*- 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.8 5.10 5.12 5.14 5.16
+perl5.setup         Net-IDN-Encode 2.200
+checksums           rmd160  6cf60a7909f461cfbc42d5b718faabf31d2c566b \
+                    sha256  c7ce0bb438bb22c755c958d02ff8d9385ec71b213efaf77b3723d91d562b9360
+
+license             {Artistic-1 GPL}
+description         The Net::IDN::Encode perl module is used for internationalizing domain names in applications
+long_description    \
+    The Net::IDN::Encode package provides an easy-to-use interface for encoding \
+    and decoding Internationalized Domain Names (IDNs). IDNs use characters drawn \
+    from a large repertoire (Unicode), but IDNA allows the non-ASCII characters to \
+    be represented using only the ASCII characters already allowed in so-called \
+    host names today (letter-digit-hypen, /\[A-Z0-9-]/i). Use this module if you \
+    just want to convert domain names (or email addresses), using whatever IDNA \
+    standard is the best choice at the moment.
+
+platforms           darwin
+maintainers         nomaintainer
+supported_archs     noarch


Property changes on: trunk/dports/perl/p5-net-idn-encode/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/20140715/22a108d2/attachment.html>


More information about the macports-changes mailing list