diff --git a/www/Makefile b/www/Makefile index 15af6939f68e..9a4e1c41974e 100644 --- a/www/Makefile +++ b/www/Makefile @@ -849,6 +849,7 @@ SUBDIR += p5-webservice-validator-css-w3c SUBDIR += p5-webservice-validator-html-w3c SUBDIR += peacock + SUBDIR += pear-HTML_AJAX SUBDIR += pear-HTTP SUBDIR += pear-HTTP_Client SUBDIR += pear-HTTP_Download diff --git a/www/pear-HTML_AJAX/Makefile b/www/pear-HTML_AJAX/Makefile new file mode 100644 index 000000000000..92e95a4560c4 --- /dev/null +++ b/www/pear-HTML_AJAX/Makefile @@ -0,0 +1,76 @@ +# Ports collection makefile for: pear-HTML_AJAX +# Date created: 20 October 2006 +# Whom: Simun Mikecin +# +# $FreeBSD$ +# + +PORTNAME= HTML_AJAX +PORTVERSION= 0.5.0 +CATEGORIES= www devel pear + +MAINTAINER= numisemis@yahoo.com +COMMENT= PHP and JavaScript AJAX library + +BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear +RUN_DEPENDS= ${BUILD_DEPENDS} + +CATEGORY= HTML +FILES= AJAX.php AJAX/Action.php AJAX/Debug.php AJAX/Helper.php \ + AJAX/JSON.php AJAX/Response.php AJAX/Server.php \ + AJAX/Serializer/JSON.php AJAX/Serializer/Null.php \ + AJAX/Serializer/PHP.php AJAX/Serializer/Urlencoded.php \ + AJAX/Serializer/Error.php +EXAMPLES= guestbook/auto_server.php \ + guestbook/guestbook.class.php \ + guestbook/index.php \ + login/php/auto_server.php \ + login/php/class.login.php \ + login/index.php \ + login/login.css \ + review/auto_server.php \ + review/index.php \ + review/review.class.php \ + support/customLib.js \ + support/livesearch.class.php \ + support/post_tester.php \ + support/test.class.php \ + support/test2.class.php \ + support/testHaa.class.php \ + support/xml.class.php \ + tests/behaviorSpeed.php \ + tests/duplicateJSLib.php \ + tests/js_utils_getElements.php \ + tests/js_utils_vardump.php \ + tests/serialize.php.examples.php \ + tests/serialize.url.examples.php \ + tests/setInnerHTML.js \ + tests/setInnerHTML.php \ + tests/test_behavior.html \ + tests/test_priority.php \ + tests/test_speed.php \ + action_usage.php \ + auto_server.php \ + error_usage.php \ + form.php \ + grab.php \ + haa_usage.php \ + helper_usage.php \ + index.php \ + php_callback.php \ + proxyless_usage.php \ + proxy_usage_inline_javascript.php \ + proxy_usage_server.php \ + queue_usage.php \ + README \ + server.php \ + shoutbox.php \ + slow_livesearch.php \ + slow_server.php \ + xmlserver.php \ + xml_usage.php +_EXAMPLESDIR= examples + +.include +.include "${PORTSDIR}/devel/pear/bsd.pear.mk" +.include diff --git a/www/pear-HTML_AJAX/distinfo b/www/pear-HTML_AJAX/distinfo new file mode 100644 index 000000000000..b8c3466b1f9c --- /dev/null +++ b/www/pear-HTML_AJAX/distinfo @@ -0,0 +1,3 @@ +MD5 (PEAR/HTML_AJAX-0.5.0.tgz) = fc41fcb19a0ee67af07ee99654310627 +SHA256 (PEAR/HTML_AJAX-0.5.0.tgz) = b6efede688b112ad66d8e69ec75567b4fe2c492bc918d922b1fc267c309da68b +SIZE (PEAR/HTML_AJAX-0.5.0.tgz) = 133921 diff --git a/www/pear-HTML_AJAX/pkg-descr b/www/pear-HTML_AJAX/pkg-descr new file mode 100644 index 000000000000..98787a77fcb5 --- /dev/null +++ b/www/pear-HTML_AJAX/pkg-descr @@ -0,0 +1,5 @@ +HTTP server class that allows you to easily implement HTTP servers by supplying +callbacks. The base class will parse the request, call the appropriate callback +and build a repsonse based on an array that the callbacks have to return. + +WWW: http://pear.php.net/package/HTTP_Server/