Revision
76422
Author
and.damore@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

Diff

Added: trunk/dports/python/py26-mercurial_keyring/Portfile (0 => 76422)


--- 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

Added: svn:eol-style