[23598] trunk/dports/security

source_changes at macosforge.org source_changes at macosforge.org
Wed Apr 4 17:33:15 PDT 2007


Revision: 23598
          http://trac.macosforge.org/projects/macports/changeset/23598
Author:   markd at macports.org
Date:     2007-04-04 17:33:15 -0700 (Wed, 04 Apr 2007)

Log Message:
-----------
Ticket #11435.  New port.

Added Paths:
-----------
    trunk/dports/security/makepasswd/
    trunk/dports/security/makepasswd/Portfile

Added: trunk/dports/security/makepasswd/Portfile
===================================================================
--- trunk/dports/security/makepasswd/Portfile	                        (rev 0)
+++ trunk/dports/security/makepasswd/Portfile	2007-04-05 00:33:15 UTC (rev 23598)
@@ -0,0 +1,44 @@
+# $Id$
+PortSystem        1.0
+name              makepasswd
+version           1.10-3
+categories        security
+platforms         darwin
+maintainers       ooburai at gmail.com
+description       generate and encrypt passwords
+long_description  A port of Rob Levin's makepasswd tool.
+homepage          http://packages.debian.org/stable/source/makepasswd
+master_sites      http://ftp.debian.org/debian/pool/main/m/makepasswd/
+patch_sites       http://sol.quay.net/macports/security/makepasswd/files/
+
+distfiles         ${name}_${version}_all.deb
+
+patchfiles        patch-makepasswd.diff
+
+checksums         ${name}_${version}_all.deb \
+                  sha1 6f89e016f52e43068f6feb2bda5f8a8c475a3ef5 \
+                  patch-makepasswd.diff \
+                  sha1 58b6d05b1da01ae75cb04fadd27aa6902fe9d403
+
+depends_lib       port:p5-crypt-passwdmd5
+
+extract.cmd       ar
+extract.pre_args  -x
+extract.post_args data.tar.gz && mkdir ${worksrcpath} && \
+                  tar -C ${worksrcpath} -xzf data.tar.gz
+
+configure         {}
+post-configure    {
+                  reinplace "s|/usr/bin/perl|${prefix}/bin/perl|g" \
+                  "${worksrcpath}/usr/bin/makepasswd"
+                  }
+
+build             {}
+
+destroot	{
+		xinstall -m 0755 ${worksrcpath}/usr/bin/makepasswd \
+		${destroot}${prefix}/bin/makepasswd
+		xinstall -m 0644 \
+		${worksrcpath}/usr/share/man/man1/makepasswd.1.gz \
+		${destroot}${prefix}/share/man/man1/makepasswd.1.gz
+}


Property changes on: trunk/dports/security/makepasswd/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/20070404/30ac88ea/attachment.html


More information about the macports-changes mailing list