aboutsummaryrefslogtreecommitdiffstats
path: root/www/php-plurk-api
diff options
context:
space:
mode:
Diffstat (limited to 'www/php-plurk-api')
-rw-r--r--www/php-plurk-api/Makefile35
-rw-r--r--www/php-plurk-api/distinfo2
-rw-r--r--www/php-plurk-api/files/pkg-message.in33
-rw-r--r--www/php-plurk-api/pkg-descr7
-rw-r--r--www/php-plurk-api/pkg-plist35
5 files changed, 0 insertions, 112 deletions
diff --git a/www/php-plurk-api/Makefile b/www/php-plurk-api/Makefile
deleted file mode 100644
index 9a57da0736d0..000000000000
--- a/www/php-plurk-api/Makefile
+++ /dev/null
@@ -1,35 +0,0 @@
-# Created by: Bo-Yi Wu <appleboy.tw@gmail.com>
-# $FreeBSD$
-
-PORTNAME= php-plurk-api
-PORTVERSION= 1.6.4
-PORTREVISION= 2
-CATEGORIES= www
-MASTER_SITES= GOOGLE_CODE
-
-MAINTAINER= appleboy.tw@gmail.com
-COMMENT= Plurk API Implementation with PHP
-
-LICENSE= BSD3CLAUSE
-
-BROKEN= Unfetchable (google code has gone away)
-DEPRECATED= Unfetchable for more than six months (google code has gone away)
-EXPIRATION_DATE= 2017-04-30
-
-NO_BUILD= yes
-NO_ARCH= yes
-USE_PHP= json curl
-USES= shebangfix zip
-php_OLD_CMD= /usr/bin/php5
-SHEBANG_FILES= example.php
-WRKSRC= ${WRKDIR}/${PORTVERSION}
-
-PLIST_SUB= WWWOWN="${WWWOWN}" WWWGRP="${WWWGRP}"
-SUB_LIST= PKGNAME=${PKGNAME}
-SUB_FILES= pkg-message
-
-do-install:
- @cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${WWWDIR}
- @${CHMOD} 755 ${STAGEDIR}${WWWDIR}/example.php
-
-.include <bsd.port.mk>
diff --git a/www/php-plurk-api/distinfo b/www/php-plurk-api/distinfo
deleted file mode 100644
index 782066816112..000000000000
--- a/www/php-plurk-api/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (php-plurk-api-1.6.4.zip) = c0fae6981868c86127e64a6e944f4d9ff3756491c95fa11e2355474cb32739e3
-SIZE (php-plurk-api-1.6.4.zip) = 58225
diff --git a/www/php-plurk-api/files/pkg-message.in b/www/php-plurk-api/files/pkg-message.in
deleted file mode 100644
index f7a99a476b2a..000000000000
--- a/www/php-plurk-api/files/pkg-message.in
+++ /dev/null
@@ -1,33 +0,0 @@
-Plurk API 1.0
-
-**********************************************
-Plurk API provides a standard way of accessing
-and implementing applications on top of the Plurk
-platform. The API is a simple HTTP API that can be
-accessed from any language that supports creation
-of HTTP requests.
-
-The API returns JSON encoded data. You should use
-a JSON library to decode the data returned. Some
-good JSON libraries are simplejson (Python),
-JSON.simple (Java) or json (Ruby) or json (PHP).
-
-The current limit is 50.000 calls pr. day. If you
-need more than this contact us with a description
-of what you are making.
-
-
-%%PKGNAME%% has been installed into :
-
- %%WWWDIR%%
-
-php-plurk-api is a Plurk API Client implementation with PHP.
-
- the API Official Website:
- http://www.plurk.com/API/1.0/
-
- Code Repository:
- https://code.google.com/p/php-plurk-api/
-
-**********************************************
-
diff --git a/www/php-plurk-api/pkg-descr b/www/php-plurk-api/pkg-descr
deleted file mode 100644
index 0c296b28b1bd..000000000000
--- a/www/php-plurk-api/pkg-descr
+++ /dev/null
@@ -1,7 +0,0 @@
-Plurk is a popular Internet service, and many applications are
-designed for Plurk, including mobile and desktop applications.
-
-This is the PHP Plurk API client for interacting with the Plurk
-Internet service.
-
-WWW: http://code.google.com/p/php-plurk-api/
diff --git a/www/php-plurk-api/pkg-plist b/www/php-plurk-api/pkg-plist
deleted file mode 100644
index f547331a7426..000000000000
--- a/www/php-plurk-api/pkg-plist
+++ /dev/null
@@ -1,35 +0,0 @@
-@owner %%WWWOWN%%
-@group %%WWWGRP%%
-%%WWWDIR%%/ChangeLog
-%%WWWDIR%%/README
-%%WWWDIR%%/config.php
-%%WWWDIR%%/constant.php
-%%WWWDIR%%/cookie
-%%WWWDIR%%/documents/classtrees_php-plurk-api.html
-%%WWWDIR%%/documents/elementindex.html
-%%WWWDIR%%/documents/elementindex_php-plurk-api.html
-%%WWWDIR%%/documents/errors.html
-%%WWWDIR%%/documents/index.html
-%%WWWDIR%%/documents/li_php-plurk-api.html
-%%WWWDIR%%/documents/media/background.png
-%%WWWDIR%%/documents/media/empty.png
-%%WWWDIR%%/documents/media/style.css
-%%WWWDIR%%/documents/php-plurk-api/_config.php.html
-%%WWWDIR%%/documents/php-plurk-api/_constant.php.html
-%%WWWDIR%%/documents/php-plurk-api/_example.php.html
-%%WWWDIR%%/documents/php-plurk-api/_plurk_api.php.html
-%%WWWDIR%%/documents/php-plurk-api/plurk_api.html
-%%WWWDIR%%/documents/ric_ChangeLog.html
-%%WWWDIR%%/documents/ric_README.html
-%%WWWDIR%%/documents/todolist.html
-%%WWWDIR%%/example.php
-%%WWWDIR%%/log
-%%WWWDIR%%/plurk_api.php
-@dir %%WWWDIR%%/documents/php-plurk-api
-@dir %%WWWDIR%%/documents/media/images
-@dir %%WWWDIR%%/documents/media
-@dir %%WWWDIR%%/documents/default
-@dir %%WWWDIR%%/documents
-@dir %%WWWDIR%%
-@owner
-@group