# This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # www/php-google-api-php-client # www/php-google-api-php-client/pkg-descr # www/php-google-api-php-client/pkg-plist # www/php-google-api-php-client/distinfo # www/php-google-api-php-client/Makefile # echo c - www/php-google-api-php-client mkdir -p www/php-google-api-php-client > /dev/null 2>&1 echo x - www/php-google-api-php-client/pkg-descr sed 's/^X//' >www/php-google-api-php-client/pkg-descr << '43db5049bb2c6a4304eed0bfab1c5660' XThe Google API Client Library enables you to work with Google APIs such as XGoogle+, Drive, or YouTube on your server.These client libraries are Xofficially supported by Google. However, the libraries are considered complete Xand are in maintenance mode. XThis means that we will address critical bugs and security issues but will not Xadd any new features. X XWWW: https://github.com/google/google-api-php-client/ 43db5049bb2c6a4304eed0bfab1c5660 echo x - www/php-google-api-php-client/pkg-plist sed 's/^X//' >www/php-google-api-php-client/pkg-plist << '804bc9260cd8c8aeeda00eae710e0f2c' X%%WWWDIR%%/composer.json X%%WWWDIR%%/src/Google/AccessToken/Revoke.php X%%WWWDIR%%/src/Google/AccessToken/Verify.php X%%WWWDIR%%/src/Google/AuthHandler/AuthHandlerFactory.php X%%WWWDIR%%/src/Google/AuthHandler/Guzzle5AuthHandler.php X%%WWWDIR%%/src/Google/AuthHandler/Guzzle6AuthHandler.php X%%WWWDIR%%/src/Google/Client.php X%%WWWDIR%%/src/Google/Collection.php X%%WWWDIR%%/src/Google/Exception.php X%%WWWDIR%%/src/Google/Http/Batch.php X%%WWWDIR%%/src/Google/Http/MediaFileUpload.php X%%WWWDIR%%/src/Google/Http/REST.php X%%WWWDIR%%/src/Google/Model.php X%%WWWDIR%%/src/Google/Service.php X%%WWWDIR%%/src/Google/Service/Exception.php X%%WWWDIR%%/src/Google/Service/README.md X%%WWWDIR%%/src/Google/Service/Resource.php X%%WWWDIR%%/src/Google/Task/Exception.php X%%WWWDIR%%/src/Google/Task/Retryable.php X%%WWWDIR%%/src/Google/Task/Runner.php X%%WWWDIR%%/src/Google/Utils/UriTemplate.php X%%WWWDIR%%/src/Google/autoload.php 804bc9260cd8c8aeeda00eae710e0f2c echo x - www/php-google-api-php-client/distinfo sed 's/^X//' >www/php-google-api-php-client/distinfo << '24abb36f6ad8f1ac474b8311122ee79a' XTIMESTAMP = 1525107666 XSHA256 (google-google-api-php-client-v2.2.1_GH0.tar.gz) = 4958de2297d442d8e7c10911c9717bad0449189fcbf06b14542a065aef6158df XSIZE (google-google-api-php-client-v2.2.1_GH0.tar.gz) = 36552 24abb36f6ad8f1ac474b8311122ee79a echo x - www/php-google-api-php-client/Makefile sed 's/^X//' >www/php-google-api-php-client/Makefile << '8960dbc65ea7338e47fcf48cb09071ed' X# $FreeBSD$ X XPORTNAME= google-api-php-client XPORTVERSION= 2.2.1 XDISTVERSIONPREFIX= v XCATEGORIES= www XPKGNAMEPREFIX= ${PHP_PKGNAMEPREFIX} X XMAINTAINER= contato@kanazuchi.com XCOMMENT= Google api client for php X XLICENSE= APACHE20 XLICENSE_FILE= ${WRKSRC}/LICENSE X XRUN_DEPENDS= composer:devel/php-composer@${PHP_FLAVOR} X XNO_BUILD= yes XNO_ARCH= yes X XUSES= php:flavors XUSE_GITHUB= yes XGH_ACCOUNT= google X Xdo-install: X ${MKDIR} ${STAGEDIR}${WWWDIR} X (cd ${WRKSRC} && ${COPYTREE_SHARE} src ${STAGEDIR}${WWWDIR}) X ${INSTALL_DATA} ${WRKSRC}/composer.json ${STAGEDIR}${WWWDIR} X X.include 8960dbc65ea7338e47fcf48cb09071ed exit