def3c63d74
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/ PR: ports/105737 Submitted by: Simun Mikecin <numisemis at yahoo.com>
77 lines
1.9 KiB
Makefile
77 lines
1.9 KiB
Makefile
# Ports collection makefile for: pear-HTML_AJAX
|
|
# Date created: 20 October 2006
|
|
# Whom: Simun Mikecin <numisemis at yahoo.com>
|
|
#
|
|
# $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 <bsd.port.pre.mk>
|
|
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
|
|
.include <bsd.port.post.mk>
|