[144539] trunk/dports/perl

devans at macports.org devans at macports.org
Mon Jan 11 20:54:25 PST 2016


Revision: 144539
          https://trac.macports.org/changeset/144539
Author:   devans at macports.org
Date:     2016-01-11 20:54:25 -0800 (Mon, 11 Jan 2016)
Log Message:
-----------
p5-crypt-generatepassword: new port submission, generate secure random pronounceable passwords (#50291).

Added Paths:
-----------
    trunk/dports/perl/p5-crypt-generatepassword/
    trunk/dports/perl/p5-crypt-generatepassword/Portfile

Added: trunk/dports/perl/p5-crypt-generatepassword/Portfile
===================================================================
--- trunk/dports/perl/p5-crypt-generatepassword/Portfile	                        (rev 0)
+++ trunk/dports/perl/p5-crypt-generatepassword/Portfile	2016-01-12 04:54:25 UTC (rev 144539)
@@ -0,0 +1,27 @@
+# -*- 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         Crypt-GeneratePassword 0.05
+
+license             {Artistic-1 GPL}
+maintainers         nomaintainer
+description         Generate secure random pronounceable passwords
+long_description    Crypt::GeneratePassword generates random passwords \
+                    that are (more or less) pronounceable. Unlike \
+                    Crypt::RandPasswd, it doesn't use the FIPS-181 NIST \
+                    standard, which is proven to be insecure. It does use \
+                    a similar interface, so it should be a drop-in \
+                    replacement in most cases.
+
+platforms           darwin
+checksums           rmd160 bf7c7cd99d00b5e1d7cd115c655f7469d0ea025b \
+                    sha256 d69f3756bcfd79a9b9985fadef33909f62989590322a21163f93d75293019b66
+
+if {${perl5.major} != ""} {
+    depends_lib-append \
+        port:p${perl5.major}-data-dumper
+}


Property changes on: trunk/dports/perl/p5-crypt-generatepassword/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/20160111/1c908b53/attachment.html>


More information about the macports-changes mailing list