[62554] trunk/dports/php

nox at macports.org nox at macports.org
Sun Jan 10 15:49:21 PST 2010


Revision: 62554
          http://trac.macports.org/changeset/62554
Author:   nox at macports.org
Date:     2010-01-10 15:49:17 -0800 (Sun, 10 Jan 2010)
Log Message:
-----------
Create new port php5-crack

This package provides an interface to the cracklib (libcrack) libraries
that come standard on most unix-like distributions. This allows you to
check passwords against dictionaries of words to ensure some minimal
level of password security.

Added Paths:
-----------
    trunk/dports/php/php5-crack/
    trunk/dports/php/php5-crack/Portfile

Added: trunk/dports/php/php5-crack/Portfile
===================================================================
--- trunk/dports/php/php5-crack/Portfile	                        (rev 0)
+++ trunk/dports/php/php5-crack/Portfile	2010-01-10 23:49:17 UTC (rev 62554)
@@ -0,0 +1,39 @@
+# $Id$
+
+PortSystem      1.0
+PortGroup       archcheck 1.0
+PortGroup       php5extension 1.0
+
+php5extension.setup crack 0.4 pecl
+license         PHP
+categories      php mail devel
+platforms       darwin
+maintainers     nox openmaintainer
+description     \"Good Password\" Checking Utility
+
+long_description \
+    This package provides an interface to the cracklib (libcrack) libraries \
+    that come standard on most unix-like distributions. This allows you to \
+    check passwords against dictionaries of words to ensure some minimal level \
+    of password security.
+
+checksums       md5     7cfe9df99f546cf6bd55b535d71e3b1f \
+                sha1    aa1554747ef2d1c96e4a47fdb0057828661a918a \
+                rmd160  335b1cecb0ccd958fa01c499a636e0e22a5a46ea
+
+depends_lib-append \
+    port:cracklib
+
+archcheck.files \
+    lib/libcrack.dylib
+
+use_parallel_build yes
+
+test.run        yes
+
+post-destroot {
+    set docdir ${prefix}/share/doc/${name}
+    xinstall -d ${destroot}${docdir}
+    xinstall -m 644 -W ${worksrcpath} CREDITS \
+        ${destroot}${docdir}
+}


Property changes on: trunk/dports/php/php5-crack/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100110/c8f9a7d6/attachment-0001.html>


More information about the macports-changes mailing list