[78109] trunk/dports/net

jameskyle at macports.org jameskyle at macports.org
Sat Apr 23 17:14:05 PDT 2011


Revision: 78109
          http://trac.macports.org/changeset/78109
Author:   jameskyle at macports.org
Date:     2011-04-23 17:14:02 -0700 (Sat, 23 Apr 2011)
Log Message:
-----------
POSIX OAuth API

Added Paths:
-----------
    trunk/dports/net/liboauth/
    trunk/dports/net/liboauth/Portfile

Added: trunk/dports/net/liboauth/Portfile
===================================================================
--- trunk/dports/net/liboauth/Portfile	                        (rev 0)
+++ trunk/dports/net/liboauth/Portfile	2011-04-24 00:14:02 UTC (rev 78109)
@@ -0,0 +1,30 @@
+# $Id$
+
+PortSystem       1.0
+name             liboauth
+version          0.9.4
+categories       net
+platforms        darwin
+maintainers      nomaintainer
+
+description      collection of POSIX-c functions implementing the OAuth Core \
+                 RFC 5849 standard
+
+long_description ${description}
+
+homepage         http://liboauth.sourceforge.net/
+master_sites     sourceforge:liboauth
+checksums        sha1    9c48dcfe9bb2f7b0fa4825e645056bdf77640454 \
+                 rmd160  afe4e2e1266e13c16b501470d41a61e1bcdc2192
+                 
+worksrcdir       ${name}-${version}
+
+depends_build    port:autoconf \
+                 port:libtool
+                
+depends_lib      port:openssl \
+                 port:curl
+
+livecheck.type   regex
+livecheck.url    http://iweb.dl.sourceforge.net/project/liboauth/
+livecheck.regex  "${name}\.(\\d+(?:\\.\\d+)+)\.tar\.gz"
\ No newline at end of file
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110423/50a97427/attachment.html>


More information about the macports-changes mailing list