From nobody@FreeBSD.org  Thu Mar 30 17:35:49 2006
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 13F3216A42D
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 30 Mar 2006 17:35:49 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [216.136.204.117])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 4F27D43D5A
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 30 Mar 2006 17:35:42 +0000 (GMT)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.13.1/8.13.1) with ESMTP id k2UHZeM6055756
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 30 Mar 2006 17:35:40 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.13.1/8.13.1/Submit) id k2UHZdhm055724;
	Thu, 30 Mar 2006 17:35:39 GMT
	(envelope-from nobody)
Message-Id: <200603301735.k2UHZdhm055724@www.freebsd.org>
Date: Thu, 30 Mar 2006 17:35:39 GMT
From: Tony Shadwick <tshadwick@oss-solutions.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: Update Port: net/p5-Frontier-RPC
X-Send-Pr-Version: www-2.3

>Number:         95120
>Category:       ports
>Synopsis:       Update Port: net/p5-Frontier-RPC
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    ijliao
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Mar 30 17:40:15 GMT 2006
>Closed-Date:    Thu Aug 31 06:13:44 GMT 2006
>Last-Modified:  Thu Aug 31 06:13:44 GMT 2006
>Originator:     Tony Shadwick
>Release:        FreeBSD 6.0
>Organization:
OSS Solutions, LLC
>Environment:
FreeBSD scrooge.hksilver.net 6.0-RELEASE FreeBSD 6.0-RELEASE #0: Thu Nov  3 09:36:13 UTC 2005     root@x64.samsco.home:/usr/obj/usr/src/sys/GENERIC  i386
>Description:
Frontier::RPC implements UserLand Software's XML RPC (Remote Procedure
Calls using Extensible Markup Language).  Frontier::RPC includes both a
client module for making requests to a server and a daemon module for
implementing servers.  Frontier::RPC uses RPC2 format messages.

RPC client connections are made by creating instances of Frontier::Client
objects that record the server name, and then issuing `call' requests that
send a method name and parameters to the server.

RPC daemons are mini-HTTP servers (using HTTP::Daemon from the `libwww'
Perl module).  Daemons are created by first defining the procedures you
want to make available to RPC and then passing a list of those procedures
as you create the Frontier::Daemon object.

The Frontier::RPC2 module implements the encoding and decoding of XML RPC
requests using the XML::Parser Perl module.
>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:
#
#       /usr/ports/net/p5-Frontier-RPC/
#       /usr/ports/net/p5-Frontier-RPC/Makefile
#       /usr/ports/net/p5-Frontier-RPC/distinfo
#       /usr/ports/net/p5-Frontier-RPC/pkg-descr
#       /usr/ports/net/p5-Frontier-RPC/pkg-plist
#
echo c - /usr/ports/net/p5-Frontier-RPC/
mkdir -p /usr/ports/net/p5-Frontier-RPC/ > /dev/null 2>&1
echo x - /usr/ports/net/p5-Frontier-RPC/Makefile
sed 's/^X//' >/usr/ports/net/p5-Frontier-RPC/Makefile << 'END-of-/usr/ports/net/p5-Frontier-RPC/Makefile'
X# ex:ts=8
X# New ports collection makefile for:   p5-Frontier-RPC
X# Date created:                        Mar 8, 2001
X# Whom:                                Ying-Chieh Liao <ijliao@FreeBSD.org>
X#
X# $FreeBSD$
X#
X
XPORTNAME=      Frontier-RPC
XPORTVERSION=   0.07b4
XCATEGORIES=    net perl5
XMASTER_SITES=  ${MASTER_SITE_PERL_CPAN} \
X               http://bitsko.slc.ut.us/~ken/xml-rpc/
XMASTER_SITE_SUBDIR=    Frontier
XPKGNAMEPREFIX= p5-
X
XMAINTAINER=    ijliao@FreeBSD.org
XCOMMENT=       Frontier::RPC implements UserLand Software's XML RPC
X
XBUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/XML/Parser.pm:${PORTSDIR}/textproc/p5-XML-Parser \
X               ${SITE_PERL}/LWP/UserAgent.pm:${PORTSDIR}/www/p5-libwww
X
XPERL_CONFIGURE=        yes
X
XMAN3PREFIX=    ${PREFIX}/lib/perl5/${PERL_VERSION}
XMAN3=  Frontier::Client.3 Frontier::Daemon.3 Frontier::RPC2.3
X
X.include <bsd.port.mk>
END-of-/usr/ports/net/p5-Frontier-RPC/Makefile
echo x - /usr/ports/net/p5-Frontier-RPC/distinfo
sed 's/^X//' >/usr/ports/net/p5-Frontier-RPC/distinfo << 'END-of-/usr/ports/net/p5-Frontier-RPC/distinfo'
XMD5 (Frontier-RPC-0.07b4.tar.gz) = c04582da604f11bdbe60606738f92457
XSHA256 (Frontier-RPC-0.07b4.tar.gz) = 525a611fd5e81280edb701319d1bd769daaaba4475efddf7fa8eb9dfe1b9b19a
XSIZE (Frontier-RPC-0.07b4.tar.gz) = 21696
END-of-/usr/ports/net/p5-Frontier-RPC/distinfo
echo x - /usr/ports/net/p5-Frontier-RPC/pkg-descr
sed 's/^X//' >/usr/ports/net/p5-Frontier-RPC/pkg-descr << 'END-of-/usr/ports/net/p5-Frontier-RPC/pkg-descr'
XFrontier::RPC implements UserLand Software's XML RPC (Remote Procedure
XCalls using Extensible Markup Language).  Frontier::RPC includes both a
Xclient module for making requests to a server and a daemon module for
Ximplementing servers.  Frontier::RPC uses RPC2 format messages.
X
XRPC client connections are made by creating instances of Frontier::Client
Xobjects that record the server name, and then issuing `call' requests that
Xsend a method name and parameters to the server.
X
XRPC daemons are mini-HTTP servers (using HTTP::Daemon from the `libwww'
XPerl module).  Daemons are created by first defining the procedures you
Xwant to make available to RPC and then passing a list of those procedures
Xas you create the Frontier::Daemon object.
X
XThe Frontier::RPC2 module implements the encoding and decoding of XML RPC
Xrequests using the XML::Parser Perl module.
END-of-/usr/ports/net/p5-Frontier-RPC/pkg-descr
echo x - /usr/ports/net/p5-Frontier-RPC/pkg-plist
sed 's/^X//' >/usr/ports/net/p5-Frontier-RPC/pkg-plist << 'END-of-/usr/ports/net/p5-Frontier-RPC/pkg-plist'
X%%SITE_PERL%%/Frontier/Client.pm
X%%SITE_PERL%%/Frontier/Daemon.pm
X%%SITE_PERL%%/Frontier/RPC2.pm
X@dirrm %%SITE_PERL%%/Frontier
X%%SITE_PERL%%/%%PERL_ARCH%%/auto/Frontier/RPC/.packlist
X@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Frontier/RPC
X@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Frontier
END-of-/usr/ports/net/p5-Frontier-RPC/pkg-plist
exit
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->ijliao 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Thu Mar 30 17:48:09 UTC 2006 
Responsible-Changed-Why:  
Over to maintainer 

http://www.freebsd.org/cgi/query-pr.cgi?pr=95120 
State-Changed-From-To: open->closed 
State-Changed-By: ijliao 
State-Changed-When: Thu Aug 31 06:13:18 UTC 2006 
State-Changed-Why:  
duped with pr/99053, which is already committed 

http://www.freebsd.org/cgi/query-pr.cgi?pr=95120 
>Unformatted:
