[33586] trunk/dports/security

ecronin at macports.org ecronin at macports.org
Wed Jan 30 15:06:09 PST 2008


Revision: 33586
          http://trac.macosforge.org/projects/macports/changeset/33586
Author:   ecronin at macports.org
Date:     2008-01-30 15:06:08 -0800 (Wed, 30 Jan 2008)

Log Message:
-----------
Add new port.  Closes #14101

Added Paths:
-----------
    trunk/dports/security/cracklib-words/
    trunk/dports/security/cracklib-words/Portfile

Added: trunk/dports/security/cracklib-words/Portfile
===================================================================
--- trunk/dports/security/cracklib-words/Portfile	                        (rev 0)
+++ trunk/dports/security/cracklib-words/Portfile	2008-01-30 23:06:08 UTC (rev 33586)
@@ -0,0 +1,42 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*-
+# vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem 1.0
+
+name             cracklib-words
+version          1.2
+categories       security
+maintainers      theonelab.com:june
+description      Wordlists for cracklib
+long_description CrackLib is a library containing a C function (well, \
+                 lots of functions really, but you only need to use   \
+                 one of them) which may be used in a passwd-like      \
+                 program.  The idea is simple: try to prevent users   \
+                 from choosing passwords that could be guessed by     \
+                 Crack by filtering them out, at source.              \
+                                                                      \
+                 This port contains the word lists essential for      \
+                 cracklib to build. There is no need to keep this     \
+                 package installed, unless you feel the need to update \
+                 cracklib's wordlist dictionary on occasion.
+
+homepage         http://sourceforge.net/projects/cracklib/
+platforms        darwin
+
+master_sites     sourceforge:cracklib
+checksums        md5 3676a8707720a809580fd206c241c56d \
+                 sha1 810363b02d404f1a0e835934cba3af35623e2551 \
+                 rmd160 f63e057bdcc2636b2e5f9e3add7f72e04598a455
+
+extract.mkdir    yes
+extract.suffix   .gz
+extract.post_args "| cat > ${worksrcpath}/${name}"
+
+use_configure    no
+build     { }
+
+destroot  {
+    xinstall -d -m 0755 ${destroot}/${prefix}/share/cracklib
+    xinstall -m 0644 ${worksrcpath}/${name} ${destroot}/${prefix}/share/cracklib
+}


Property changes on: trunk/dports/security/cracklib-words/Portfile
___________________________________________________________________
Name: svn:keywords
   + Id
Name: svn:eol-style
   + native

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080130/042ffca4/attachment.html


More information about the macports-changes mailing list