From sime@logos.hr  Wed Nov 22 09:29:43 2006
Return-Path: <sime@logos.hr>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id C7A7F16A40F
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 22 Nov 2006 09:29:43 +0000 (UTC)
	(envelope-from sime@logos.hr)
Received: from mail.logos.hr (gates.logos.hr [213.149.47.2])
	by mx1.FreeBSD.org (Postfix) with ESMTP id BA80A43D53
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 22 Nov 2006 09:29:15 +0000 (GMT)
	(envelope-from sime@logos.hr)
Received: from localhost (localhost.logos.hr [127.0.0.1])
	by mail.logos.hr (Postfix) with ESMTP id 3A78F26D075
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 22 Nov 2006 10:29:41 +0100 (CET)
Received: from mail.logos.hr ([127.0.0.1])
 by localhost (mail.logos.hr [127.0.0.1]) (amavisd-new, port 10024) with LMTP
 id 39756-01-7 for <FreeBSD-gnats-submit@freebsd.org>;
 Wed, 22 Nov 2006 10:29:32 +0100 (CET)
Received: by mail.logos.hr (Postfix, from userid 34062)
	id 7C8A526D109; Wed, 22 Nov 2006 10:29:32 +0100 (CET)
Message-Id: <20061122092932.7C8A526D109@mail.logos.hr>
Date: Wed, 22 Nov 2006 10:29:32 +0100 (CET)
From: Simun Mikecin <numisemis@yahoo.com>
Reply-To: Simun Mikecin <numisemis@yahoo.com>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [new port] www/pear-HTML_AJAX
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         105737
>Category:       ports
>Synopsis:       [new port] www/pear-HTML_AJAX
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    miwi
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Nov 22 09:30:19 GMT 2006
>Closed-Date:    Thu Nov 23 12:28:07 GMT 2006
>Last-Modified:  Thu Nov 23 12:40:18 GMT 2006
>Originator:     Simun Mikecin
>Release:        FreeBSD 5.2.1-RELEASE-p9 i386
>Organization:
>Environment:
System: FreeBSD mail.logos.hr 5.2.1-RELEASE-p9 FreeBSD 5.2.1-RELEASE-p9 #1: Mon Jul 26 14:07:00 CEST 2004 root@mail.logos.hr:/usr/obj/usr/src.5.2.1-R/sys/MAIL i386


	
>Description:
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/
>How-To-Repeat:
>Fix:
# 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:
#
#	pear-HTML_AJAX/
#	pear-HTML_AJAX/Makefile
#	pear-HTML_AJAX/distinfo
#	pear-HTML_AJAX/pkg-descr
#
echo c - pear-HTML_AJAX/
mkdir -p pear-HTML_AJAX/ > /dev/null 2>&1
echo x - pear-HTML_AJAX/Makefile
sed 's/^X//' >pear-HTML_AJAX/Makefile << 'END-of-pear-HTML_AJAX/Makefile'
X# Ports collection makefile for:  pear-HTML_AJAX
X# Date created:			  20 October 2006
X# Whom:				  Simun Mikecin <numisemis at yahoo.com>
X#
X# $FreeBSD: $
X#
X
XPORTNAME=	HTML_AJAX
XPORTVERSION=	0.5.0
XCATEGORIES=	www devel pear
X
XMAINTAINER=	numisemis@yahoo.com
XCOMMENT=	PHP and JavaScript AJAX library
X
XBUILD_DEPENDS=	${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
XRUN_DEPENDS=	${BUILD_DEPENDS}
X
XCATEGORY=	HTML
XFILES=		AJAX.php AJAX/Action.php AJAX/Debug.php AJAX/Helper.php \
X		AJAX/JSON.php AJAX/Response.php AJAX/Server.php \
X		AJAX/Serializer/JSON.php AJAX/Serializer/Null.php \
X		AJAX/Serializer/PHP.php AJAX/Serializer/Urlencoded.php \
X		AJAX/Serializer/Error.php
XEXAMPLES=	guestbook/auto_server.php \
X		guestbook/guestbook.class.php \
X		guestbook/index.php \
X		login/php/auto_server.php \
X		login/php/class.login.php \
X		login/index.php \
X		login/login.css \
X		review/auto_server.php \
X		review/index.php \
X		review/review.class.php \
X		support/customLib.js \
X		support/livesearch.class.php \
X		support/post_tester.php \
X		support/test.class.php \
X		support/test2.class.php \
X		support/testHaa.class.php \
X		support/xml.class.php \
X		tests/behaviorSpeed.php \
X		tests/duplicateJSLib.php \
X		tests/js_utils_getElements.php \
X		tests/js_utils_vardump.php \
X		tests/serialize.php.examples.php \
X		tests/serialize.url.examples.php \
X		tests/setInnerHTML.js \
X		tests/setInnerHTML.php \
X		tests/test_behavior.html \
X		tests/test_priority.php \
X		tests/test_speed.php \
X		action_usage.php \
X		auto_server.php \
X		error_usage.php \
X		form.php \
X		grab.php \
X		haa_usage.php \
X		helper_usage.php \
X		index.php \
X		php_callback.php \
X		proxyless_usage.php \
X		proxy_usage_inline_javascript.php \
X		proxy_usage_server.php \
X		queue_usage.php \
X		README \
X		server.php \
X		shoutbox.php \
X		slow_livesearch.php \
X		slow_server.php \
X		xmlserver.php \
X		xml_usage.php
X_EXAMPLESDIR=	examples
X
X.include <bsd.port.pre.mk>
X.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
X.include <bsd.port.post.mk>
END-of-pear-HTML_AJAX/Makefile
echo x - pear-HTML_AJAX/distinfo
sed 's/^X//' >pear-HTML_AJAX/distinfo << 'END-of-pear-HTML_AJAX/distinfo'
XMD5 (PEAR/HTML_AJAX-0.5.0.tgz) = fc41fcb19a0ee67af07ee99654310627
XSHA256 (PEAR/HTML_AJAX-0.5.0.tgz) = b6efede688b112ad66d8e69ec75567b4fe2c492bc918d922b1fc267c309da68b
XSIZE (PEAR/HTML_AJAX-0.5.0.tgz) = 133921
END-of-pear-HTML_AJAX/distinfo
echo x - pear-HTML_AJAX/pkg-descr
sed 's/^X//' >pear-HTML_AJAX/pkg-descr << 'END-of-pear-HTML_AJAX/pkg-descr'
XHTTP server class that allows you to easily implement HTTP servers by supplying
Xcallbacks. The base class will parse the request, call the appropriate callback
Xand build a repsonse based on an array that the callbacks have to return.
X
XWWW: http://pear.php.net/package/HTTP_Server/
END-of-pear-HTML_AJAX/pkg-descr
exit

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->miwi 
Responsible-Changed-By: miwi 
Responsible-Changed-When: Wed Nov 22 09:48:17 UTC 2006 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=105737 
State-Changed-From-To: open->closed 
State-Changed-By: miwi 
State-Changed-When: Thu Nov 23 12:28:06 UTC 2006 
State-Changed-Why:  
New port added. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=105737 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/105737: commit references a PR
Date: Thu, 23 Nov 2006 12:33:00 +0000 (UTC)

 miwi        2006-11-23 12:28:11 UTC
 
   FreeBSD ports repository
 
   Modified files:
     www                  Makefile 
   Added files:
     www/pear-HTML_AJAX   Makefile distinfo pkg-descr 
   Log:
   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/
   
   PR:             ports/105737
   Submitted by:   Simun Mikecin <numisemis at yahoo.com>
   
   Revision  Changes    Path
   1.1612    +1 -0      ports/www/Makefile
   1.1       +76 -0     ports/www/pear-HTML_AJAX/Makefile (new)
   1.1       +3 -0      ports/www/pear-HTML_AJAX/distinfo (new)
   1.1       +5 -0      ports/www/pear-HTML_AJAX/pkg-descr (new)
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
