Revision: 86859 http://trac.macports.org/changeset/86859 Author: pixilla@macports.org Date: 2011-11-05 14:29:44 -0700 (Sat, 05 Nov 2011) Log Message: ----------- php/pear-Sabre* - Add all pear package from SabreDAV pear channel. Added Paths: ----------- users/pixilla/dports/php/pear-Dropbox/ users/pixilla/dports/php/pear-Dropbox/Portfile users/pixilla/dports/php/pear-PHPIncludes/ users/pixilla/dports/php/pear-PHPIncludes/Portfile users/pixilla/dports/php/pear-Sabre/ users/pixilla/dports/php/pear-Sabre/Portfile users/pixilla/dports/php/pear-Sabre_Cache/ users/pixilla/dports/php/pear-Sabre_Cache/Portfile users/pixilla/dports/php/pear-Sabre_CalDAV/ users/pixilla/dports/php/pear-Sabre_CalDAV/Portfile users/pixilla/dports/php/pear-Sabre_CardDAV/ users/pixilla/dports/php/pear-Sabre_CardDAV/Portfile users/pixilla/dports/php/pear-Sabre_DAV/ users/pixilla/dports/php/pear-Sabre_DAV/Portfile users/pixilla/dports/php/pear-Sabre_DAVACL/ users/pixilla/dports/php/pear-Sabre_DAVACL/Portfile users/pixilla/dports/php/pear-Sabre_HTTP/ users/pixilla/dports/php/pear-Sabre_HTTP/Portfile users/pixilla/dports/php/pear-Sabre_VObject/ users/pixilla/dports/php/pear-Sabre_VObject/Portfile Added: users/pixilla/dports/php/pear-Dropbox/Portfile =================================================================== --- users/pixilla/dports/php/pear-Dropbox/Portfile (rev 0) +++ users/pixilla/dports/php/pear-Dropbox/Portfile 2011-11-05 21:29:44 UTC (rev 86859) @@ -0,0 +1,24 @@ +# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 +# $Id$ + +PortSystem 1.0 +PortGroup php5pear 1.0 + +php5pear.setup Dropbox 0.4.0 pear.sabredav.org +categories-append net www +platforms darwin +maintainers pixilla openmaintainer +homepage http://code.google.com/p/sabredav/ + +description Dropbox API library for PHP. +long_description ${description} + +license MIT +livecheck.url http://pear.sabredav.org/get/ +livecheck.regex "<a href=\"${php5pear.package}-((?!${extract.suffix}).*)${extract.suffix}\">${php5pear.package}-\[^<\]+</a>" + +checksums rmd160 cf6747d5415b140ffe5b24a2079fb9ea83353755 \ + sha256 5e1bff8bc1238a913cb4797283990b3345d4a969c63e72267bbcb39e69c4ae39 + +depends_lib-append port:pear-Sabre port:pear-Sabre_HTTP port:pear-Sabre_DAV \ + port:pear-Sabre_DAVACL port:pear-Sabre_VObject Property changes on: users/pixilla/dports/php/pear-Dropbox/Portfile ___________________________________________________________________ Added: svn:keywords + Id Added: svn:eol-style + native Added: users/pixilla/dports/php/pear-PHPIncludes/Portfile =================================================================== --- users/pixilla/dports/php/pear-PHPIncludes/Portfile (rev 0) +++ users/pixilla/dports/php/pear-PHPIncludes/Portfile 2011-11-05 21:29:44 UTC (rev 86859) @@ -0,0 +1,22 @@ +# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 +# $Id$ + +PortSystem 1.0 +PortGroup php5pear 1.0 + +php5pear.setup PHPIncludes 0.1.0 pear.sabredav.org +categories-append net www +platforms darwin +maintainers pixilla openmaintainer +homepage http://code.google.com/p/sabredav/ + +description PHPIncludes allows you to easily create 'includes' files containing an \ + include statement for every PHP file in a package. +long_description ${description} It takes care of dependencies for you. + +license MIT +livecheck.url http://pear.sabredav.org/get/ +livecheck.regex "<a href=\"${php5pear.package}-((?!${extract.suffix}).*)${extract.suffix}\">${php5pear.package}-\[^<\]+</a>" + +checksums rmd160 703e8b5c7ad1d3dff21e1959d797f2fe6e85a5d6 \ + sha256 6282e0a0d7f22504b1c6470fbd834d9df9126872dc355b958bd6a2bca0dd316c Property changes on: users/pixilla/dports/php/pear-PHPIncludes/Portfile ___________________________________________________________________ Added: svn:keywords + Id Added: svn:eol-style + native Added: users/pixilla/dports/php/pear-Sabre/Portfile =================================================================== --- users/pixilla/dports/php/pear-Sabre/Portfile (rev 0) +++ users/pixilla/dports/php/pear-Sabre/Portfile 2011-11-05 21:29:44 UTC (rev 86859) @@ -0,0 +1,21 @@ +# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 +# $Id$ + +PortSystem 1.0 +PortGroup php5pear 1.0 + +php5pear.setup Sabre 1.0.0 pear.sabredav.org +categories-append net www +platforms darwin +maintainers pixilla openmaintainer +homepage http://code.google.com/p/sabredav/ + +description The base package provides some functionality used by all packages. +long_description ${description} Currently this is only an autoloader. + +license Modified BSD +livecheck.url http://pear.sabredav.org/get/ +livecheck.regex "<a href=\"${php5pear.package}-((?!${extract.suffix}).*)${extract.suffix}\">${php5pear.package}-\[^<\]+</a>" + +checksums rmd160 ab6f370e3414e66300452fa4d026e3d27d30caee \ + sha256 00b0abc078f9caa60e608fbeb91f5f8bff42a5f602513e5cf0a1171de2362e32 Property changes on: users/pixilla/dports/php/pear-Sabre/Portfile ___________________________________________________________________ Added: svn:keywords + Id Added: svn:eol-style + native Added: users/pixilla/dports/php/pear-Sabre_Cache/Portfile =================================================================== --- users/pixilla/dports/php/pear-Sabre_Cache/Portfile (rev 0) +++ users/pixilla/dports/php/pear-Sabre_Cache/Portfile 2011-11-05 21:29:44 UTC (rev 86859) @@ -0,0 +1,23 @@ +# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 +# $Id$ + +PortSystem 1.0 +PortGroup php5pear 1.0 + +php5pear.setup Sabre_Cache 0.1.1 pear.sabredav.org +categories-append net www +platforms darwin +maintainers pixilla openmaintainer +homepage http://code.google.com/p/sabredav/ + +description Sabre_Cache is an abstraction library for caching engines. +long_description ${description} Currently there is support for Memcache, APC and the filesystem. + +license Modified BSD +livecheck.url http://pear.sabredav.org/get/ +livecheck.regex "<a href=\"${php5pear.package}-((?!${extract.suffix}).*)${extract.suffix}\">${php5pear.package}-\[^<\]+</a>" + +checksums rmd160 736aaa612b908f6571a03e176fa6245a5ecbd0be \ + sha256 7e0d198af61d8ad3cd610243c010ecf87c864ab2e363d130a24542cff8beac07 + +depends_lib-append port:pear-Sabre Property changes on: users/pixilla/dports/php/pear-Sabre_Cache/Portfile ___________________________________________________________________ Added: svn:keywords + Id Added: svn:eol-style + native Added: users/pixilla/dports/php/pear-Sabre_CalDAV/Portfile =================================================================== --- users/pixilla/dports/php/pear-Sabre_CalDAV/Portfile (rev 0) +++ users/pixilla/dports/php/pear-Sabre_CalDAV/Portfile 2011-11-05 21:29:44 UTC (rev 86859) @@ -0,0 +1,25 @@ +# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 +# $Id$ + +PortSystem 1.0 +PortGroup php5pear 1.0 + +php5pear.setup Sabre_CalDAV 1.5.3 pear.sabredav.org +categories-append net www +platforms darwin +maintainers pixilla openmaintainer +homepage http://code.google.com/p/sabredav/ + +description Sabre_CalDAV provides RFC4791 (CalDAV) support to Sabre_DAV. +long_description ${description} Feature list: * Multi-user Calendar Server * Support for \ + Apple iCal, Evolution, Sunbird, Lightning/ + +license Modified BSD +livecheck.url http://pear.sabredav.org/get/ +livecheck.regex "<a href=\"${php5pear.package}-((?!${extract.suffix}).*)${extract.suffix}\">${php5pear.package}-\[^<\]+</a>" + +checksums rmd160 cf6747d5415b140ffe5b24a2079fb9ea83353755 \ + sha256 5e1bff8bc1238a913cb4797283990b3345d4a969c63e72267bbcb39e69c4ae39 + +depends_lib-append port:pear-Sabre port:pear-Sabre_HTTP port:pear-Sabre_DAV \ + port:pear-Sabre_DAVACL port:pear-Sabre_VObject Property changes on: users/pixilla/dports/php/pear-Sabre_CalDAV/Portfile ___________________________________________________________________ Added: svn:keywords + Id Added: svn:eol-style + native Added: users/pixilla/dports/php/pear-Sabre_CardDAV/Portfile =================================================================== --- users/pixilla/dports/php/pear-Sabre_CardDAV/Portfile (rev 0) +++ users/pixilla/dports/php/pear-Sabre_CardDAV/Portfile 2011-11-05 21:29:44 UTC (rev 86859) @@ -0,0 +1,26 @@ +# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 +# $Id$ + +PortSystem 1.0 +PortGroup php5pear 1.0 + +php5pear.setup Sabre_CardDAV 1.5.3 pear.sabredav.org +categories-append net www +platforms darwin +maintainers pixilla openmaintainer +homepage http://code.google.com/p/sabredav/ + +description Sabre_CardDAV provides CardDAV support to Sabre_DAV. +long_description ${description} Feature list: * Multi-user addressbook server * ACL \ + support * Support for OS/X, iOS, Evolution and probably more * Hook-ins \ + for creating a global \'directory\'. + +license Modified BSD +livecheck.url http://pear.sabredav.org/get/ +livecheck.regex "<a href=\"${php5pear.package}-((?!${extract.suffix}).*)${extract.suffix}\">${php5pear.package}-\[^<\]+</a>" + +checksums rmd160 cf6747d5415b140ffe5b24a2079fb9ea83353755 \ + sha256 5e1bff8bc1238a913cb4797283990b3345d4a969c63e72267bbcb39e69c4ae39 + +depends_lib-append port:pear-Sabre port:pear-Sabre_HTTP port:pear-Sabre_DAV \ + port:pear-Sabre_DAVACL port:pear-Sabre_VObject Property changes on: users/pixilla/dports/php/pear-Sabre_CardDAV/Portfile ___________________________________________________________________ Added: svn:keywords + Id Added: svn:eol-style + native Added: users/pixilla/dports/php/pear-Sabre_DAV/Portfile =================================================================== --- users/pixilla/dports/php/pear-Sabre_DAV/Portfile (rev 0) +++ users/pixilla/dports/php/pear-Sabre_DAV/Portfile 2011-11-05 21:29:44 UTC (rev 86859) @@ -0,0 +1,27 @@ +# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 +# $Id$ + +PortSystem 1.0 +PortGroup php5pear 1.0 + +php5pear.setup Sabre_DAV 1.5.3 pear.sabredav.org +categories-append net www +platforms darwin +maintainers pixilla openmaintainer +homepage http://code.google.com/p/sabredav/ + +description SabreDAV allows you to easily integrate WebDAV \ + access into your existing PHP application. +long_description ${description} Feature List: * Fully WebDAV (class 1, 2, 3) compliant * \ + Supports Windows clients, OS/X, DavFS, Cadaver, and pretty much \ + everything we have come accross * Custom property support * \ + RFC4918-compliant * Authentication support * Plugin system + +license Modified BSD +livecheck.url http://pear.sabredav.org/get/ +livecheck.regex "<a href=\"${php5pear.package}-((?!${extract.suffix}).*)${extract.suffix}\">${php5pear.package}-\[^<\]+</a>" + +checksums rmd160 5f62fa3ffc6b25a821cdee48ca101c5015444236 \ + sha256 169d5481f9b7dc6ac148ae81bafdb597a619c08f04d460f1f83e0dc62434110b + +depends_lib-append port:pear-Sabre port:pear-Sabre_HTTP Property changes on: users/pixilla/dports/php/pear-Sabre_DAV/Portfile ___________________________________________________________________ Added: svn:keywords + Id Added: svn:eol-style + native Added: users/pixilla/dports/php/pear-Sabre_DAVACL/Portfile =================================================================== --- users/pixilla/dports/php/pear-Sabre_DAVACL/Portfile (rev 0) +++ users/pixilla/dports/php/pear-Sabre_DAVACL/Portfile 2011-11-05 21:29:44 UTC (rev 86859) @@ -0,0 +1,23 @@ +# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 +# $Id$ + +PortSystem 1.0 +PortGroup php5pear 1.0 + +php5pear.setup Sabre_DAVACL 1.5.2 pear.sabredav.org +categories-append net www +platforms darwin +maintainers pixilla openmaintainer +homepage http://code.google.com/p/sabredav/ + +description Sabre_DAVACL is the RFC3744 implementation for SabreDAV. +long_description ${description} It provides principals (users and groups) and access control. + +license Modified BSD +livecheck.url http://pear.sabredav.org/get/ +livecheck.regex "<a href=\"${php5pear.package}-((?!${extract.suffix}).*)${extract.suffix}\">${php5pear.package}-\[^<\]+</a>" + +checksums rmd160 cf0a89c3fb425eaec6a6cb03719ccd2dc4f181af \ + sha256 43a70a71175b21d99f8c39a31f4840527e14e4272fc415769020c93be54ec069 + +depends_lib-append port:pear-Sabre port:pear-Sabre_DAV Property changes on: users/pixilla/dports/php/pear-Sabre_DAVACL/Portfile ___________________________________________________________________ Added: svn:keywords + Id Added: svn:eol-style + native Added: users/pixilla/dports/php/pear-Sabre_HTTP/Portfile =================================================================== --- users/pixilla/dports/php/pear-Sabre_HTTP/Portfile (rev 0) +++ users/pixilla/dports/php/pear-Sabre_HTTP/Portfile 2011-11-05 21:29:44 UTC (rev 86859) @@ -0,0 +1,26 @@ +# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 +# $Id$ + +PortSystem 1.0 +PortGroup php5pear 1.0 + +php5pear.setup Sabre_HTTP 1.5.3 pear.sabredav.org +categories-append net www +platforms darwin +maintainers pixilla openmaintainer +homepage http://code.google.com/p/sabredav/ + +description Sabre_HTTP effectively wraps around \$_SERVER, php://input, php://output \ + and the headers method. +long_description ${description} Allows for a central interface to deal with this as well \ + as easier unittesting. In addition Sabre_HTTP provides classes for \ + Basic, Digest and Amazon AWS authentication. + +license Modified BSD +livecheck.url http://pear.sabredav.org/get/ +livecheck.regex "<a href=\"${php5pear.package}-((?!${extract.suffix}).*)${extract.suffix}\">${php5pear.package}-\[^<\]+</a>" + +checksums rmd160 1ab007519fa0dcdeae59d89197e80746464047b5 \ + sha256 43f246bdc426ba4cdc3213165de674bfb56834bc5244379d2e1baa82a612bd28 + +depends_lib-append port:pear-Sabre Property changes on: users/pixilla/dports/php/pear-Sabre_HTTP/Portfile ___________________________________________________________________ Added: svn:keywords + Id Added: svn:eol-style + native Added: users/pixilla/dports/php/pear-Sabre_VObject/Portfile =================================================================== --- users/pixilla/dports/php/pear-Sabre_VObject/Portfile (rev 0) +++ users/pixilla/dports/php/pear-Sabre_VObject/Portfile 2011-11-05 21:29:44 UTC (rev 86859) @@ -0,0 +1,24 @@ +# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 +# $Id$ + +PortSystem 1.0 +PortGroup php5pear 1.0 + +php5pear.setup Sabre_VObject 1.2.2 pear.sabredav.org +categories-append net www +platforms darwin +maintainers pixilla openmaintainer +homepage http://code.google.com/p/sabredav/ + +description Sabre_VObject is an intuitive reader for iCalendar and vCard objects. +long_description ${description} It provides a natural array/object accessor interface to \ + the parsed tree, much like simplexml for XML files. + +license Modified BSD +livecheck.url http://pear.sabredav.org/get/ +livecheck.regex "<a href=\"${php5pear.package}-((?!${extract.suffix}).*)${extract.suffix}\">${php5pear.package}-\[^<\]+</a>" + +checksums rmd160 3c0f54ee53881b8657b44f22968ad82fae1935b6 \ + sha256 31e0c8edbfa328fa92ddc0e824ddacfb7710c7bea6106a88c06c0c872b93edd5 + +depends_lib-append port:pear-Sabre Property changes on: users/pixilla/dports/php/pear-Sabre_VObject/Portfile ___________________________________________________________________ Added: svn:keywords + Id Added: svn:eol-style + native