[76422] trunk/dports/python

and.damore at macports.org and.damore at macports.org
Tue Feb 22 14:24:12 PST 2011


Revision: 76422
          http://trac.macports.org/changeset/76422
Author:   and.damore at macports.org
Date:     2011-02-22 14:24:11 -0800 (Tue, 22 Feb 2011)
Log Message:
-----------
added py26-mercurial_keyring, it helps mercurial storing passwords in system's keychain

Added Paths:
-----------
    trunk/dports/python/py26-mercurial_keyring/
    trunk/dports/python/py26-mercurial_keyring/Portfile

Added: trunk/dports/python/py26-mercurial_keyring/Portfile
===================================================================
--- trunk/dports/python/py26-mercurial_keyring/Portfile	                        (rev 0)
+++ trunk/dports/python/py26-mercurial_keyring/Portfile	2011-02-22 22:24:11 UTC (rev 76422)
@@ -0,0 +1,34 @@
+# $Id$
+
+PortSystem          1.0
+PortGroup           python26 1.0
+name                py26-mercurial_keyring
+version             0.4.3
+categories-append   devel
+maintainers         and.damore openmaintainer
+description         Mercurial extension used to securely save passwords
+long_description \
+    mercurial_keyring is a Mercurial extension used to securely save HTTP and \
+    SMTP authentication passwords in password databases (Gnome Keyring, KDE \
+    KWallet, OSXKeyChain, specific solutions for Win32 and command line). This \
+    extension uses and wraps services of the keyring library.
+
+platforms           darwin
+
+homepage            http://pypi.python.org/pypi/mercurial_keyring
+master_sites        http://pypi.python.org/packages/source/m/mercurial_keyring
+distname            mercurial_keyring-${version}
+
+checksums           md5     6c5044e4743eda1a9710a7a44b960e8e \
+                    sha1    824ffc53476dc4ccd23e9289b79567f45c6e5a85 \
+                    rmd160  63442966be800cd9690287c58051895fbf42b5ff
+
+post-destroot {
+   xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
+   xinstall -m 644 -W ${worksrcpath} README.txt \
+      ${destroot}${prefix}/share/doc/${name}
+}
+
+livecheck.url       [lindex ${master_sites} 0]
+livecheck.regex     {keyring    -([.\d]+)\.tar\.gz}
+


Property changes on: trunk/dports/python/py26-mercurial_keyring/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/20110222/bfae4b1c/attachment-0001.html>


More information about the macports-changes mailing list