[122124] trunk/dports

Frank Schima mf2k at macports.org
Tue Jul 15 07:57:20 PDT 2014


On Jul 15, 2014, at 6:46 AM, cal at macports.org wrote:

> Revision
> 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
> Diff
> 
> Modified: trunk/dports/mail/signing-party/Portfile (122123 => 122124)
> 
> --- 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 (0 => 122124)
> 
> --- 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

When adding new perl modules, please consider adding 5.18 and 5.20 versions too, particularly since this one has no dependencies. 

> +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
> Added: svn:eol-style
> _______________________________________________
> macports-changes mailing list
> macports-changes at lists.macosforge.org
> https://lists.macosforge.org/mailman/listinfo/macports-changes

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-dev/attachments/20140715/4fc9a522/attachment.html>


More information about the macports-dev mailing list