[62655] trunk/dports/php

nox at macports.org nox at macports.org
Wed Jan 13 06:54:29 PST 2010


Revision: 62655
          http://trac.macports.org/changeset/62655
Author:   nox at macports.org
Date:     2010-01-13 06:54:26 -0800 (Wed, 13 Jan 2010)
Log Message:
-----------
Create new port php5-oauth

OAuth is an authorization protocol built on top of HTTP which allows
applications to securely access data without having to store usernames
and passwords.

Added Paths:
-----------
    trunk/dports/php/php5-oauth/
    trunk/dports/php/php5-oauth/Portfile

Added: trunk/dports/php/php5-oauth/Portfile
===================================================================
--- trunk/dports/php/php5-oauth/Portfile	                        (rev 0)
+++ trunk/dports/php/php5-oauth/Portfile	2010-01-13 14:54:26 UTC (rev 62655)
@@ -0,0 +1,36 @@
+# $Id$
+
+PortSystem      1.0
+PortGroup       archcheck 1.0
+PortGroup       php5extension 1.0
+
+php5extension.setup oauth 0.99.9 pecl
+license         BSD
+categories      php devel
+platforms       darwin
+maintainers     nox openmaintainer
+description     oauth consumer extension
+
+long_description \
+    OAuth is an authorization protocol built on top of HTTP which allows \
+    applications to securely access data without having to store usernames and \
+    passwords.
+
+checksums       md5     7a93f01d31076ea4eda87d95e658ce76 \
+                sha1    179b872373fedb521f01ef3aeb3587a8ba33e39c \
+                rmd160  ace7defa4dbacee8048a1496558e99c6e45f381e
+
+depends_lib-append \
+    port:curl
+
+archcheck.files \
+    lib/libcurl.dylib
+
+post-destroot {
+    set docdir ${prefix}/share/doc/${name}
+    xinstall -d ${destroot}${docdir}
+    xinstall -m 644 -W ${worksrcpath} LICENSE ${destroot}${docdir}
+    copy ${worksrcpath}/examples ${destroot}${docdir}
+}
+
+livecheck.regex {(\d+(?:\.\d+)*)</a></th>}


Property changes on: trunk/dports/php/php5-oauth/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/20100113/d36ae510/attachment.html>


More information about the macports-changes mailing list