Date: Wed, 18 Jun 2008 00:31:35 +0800 (CST) From: Jui-Nan Lin <jnlin@csie.nctu.edu.tw> To: FreeBSD-gnats-submit@FreeBSD.org Cc: numisemis@yahoo.com Subject: ports/124681: [PATCH] www/pear-HTML_AJAX: Add java script files Message-ID: <20080617163135.191C5A102E@Florence.tamama.org> Resent-Message-ID: <200806171640.m5HGe4WA068567@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 124681 >Category: ports >Synopsis: [PATCH] www/pear-HTML_AJAX: Add java script files >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Jun 17 16:40:04 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Jui-Nan Lin >Release: FreeBSD 7.0-RELEASE-p1 amd64 >Organization: >Environment: System: FreeBSD Florence.tamama.org 7.0-RELEASE-p1 FreeBSD 7.0-RELEASE-p1 #5: Mon May 5 00:36:32 CST >Description: Add java script files into the package Port maintainer (numisemis@yahoo.com) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- pear-HTML_AJAX-0.5.5_1.patch begins here --- diff -ruN --exclude=CVS /usr/ports/www/pear-HTML_AJAX/Makefile /home/users/jnlin/ports/pear-HTML_AJAX/Makefile --- /usr/ports/www/pear-HTML_AJAX/Makefile 2008-04-27 03:58:55.000000000 +0800 +++ /home/users/jnlin/ports/pear-HTML_AJAX/Makefile 2008-06-18 00:30:09.993961971 +0800 @@ -7,6 +7,7 @@ PORTNAME= HTML_AJAX PORTVERSION= 0.5.5 +PORTREVISION= 1 CATEGORIES= www devel pear MAINTAINER= numisemis@yahoo.com @@ -20,7 +21,14 @@ 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 AJAX/Serializer/XML.php + AJAX/Serializer/Error.php AJAX/Serializer/XML.php \ + js/Alias.js js/HTML_AJAX.js js/IframeXHR.js js/Queue.js js/dhtmlHistory.js \ + js/Compat.js js/HTML_AJAX_lite.js js/Loading.js js/Request.js js/util.js \ + js/Dispatcher.js js/HttpClient.js js/Main.js js/clientPool.js \ + js/behavior/behavior.js js/behavior/cssQuery-p.js \ + js/serializer/JSON.js js/serializer/UrlSerializer.js \ + js/serializer/haSerializer.js js/serializer/phpSerializer.js + EXAMPLES= guestbook/auto_server.php \ guestbook/guestbook.class.php \ guestbook/index.php \ --- pear-HTML_AJAX-0.5.5_1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20080617163135.191C5A102E>