ports/110675: New port: www/p5-RT-Client-REST

Sergei Vyshenski svysh at pn.sinp.msu.ru
Thu Mar 22 13:30:03 UTC 2007


>Number:         110675
>Category:       ports
>Synopsis:       New port: www/p5-RT-Client-REST
>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:   Thu Mar 22 13:30:01 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Sergei Vyshenski
>Release:        FreeBSD 6.2-STABLE i386
>Organization:
>Environment:
System: FreeBSD vivaldi.pn.sinp.msu.ru 6.2-STABLE FreeBSD 6.2-STABLE #0: Sun Mar 18 21:19:16 MSK 2007     root at vivaldi.pn.sinp.msu.ru:/usr/obj/usr/src/sys/VIVALDI  i386

	
>Description:
	New port: www/p5-RT-Client-REST. It is needed for a new version of existing port security/p5-openxpki.
>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:
#
#	www/p5-RT-Client-REST/
#	www/p5-RT-Client-REST/pkg-plist
#	www/p5-RT-Client-REST/distinfo
#	www/p5-RT-Client-REST/pkg-descr
#	www/p5-RT-Client-REST/Makefile
#
echo c - www/p5-RT-Client-REST/
mkdir -p www/p5-RT-Client-REST/ > /dev/null 2>&1
echo x - www/p5-RT-Client-REST/pkg-plist
sed 's/^X//' >www/p5-RT-Client-REST/pkg-plist << 'END-of-www/p5-RT-Client-REST/pkg-plist'
X%%SITE_PERL%%/RT/Client/REST.pm
X%%SITE_PERL%%/RT/Client/REST/Attachment.pm
X%%SITE_PERL%%/RT/Client/REST/Exception.pm
X%%SITE_PERL%%/RT/Client/REST/Forms.pm
X%%SITE_PERL%%/RT/Client/REST/HTTPClient.pm
X%%SITE_PERL%%/RT/Client/REST/Object.pm
X%%SITE_PERL%%/RT/Client/REST/Object/Exception.pm
X%%SITE_PERL%%/RT/Client/REST/Queue.pm
X%%SITE_PERL%%/RT/Client/REST/SearchResult.pm
X%%SITE_PERL%%/RT/Client/REST/Ticket.pm
X%%SITE_PERL%%/RT/Client/REST/Transaction.pm
X%%SITE_PERL%%/RT/Client/REST/User.pm
X%%SITE_PERL%%/%%PERL_ARCH%%/auto/RT/Client/REST/.packlist
X at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/RT/Client/REST
X at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/RT/Client
X at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/RT
X at dirrmtry %%SITE_PERL%%/RT/Client/REST/Object
X at dirrmtry %%SITE_PERL%%/RT/Client/REST
X at dirrmtry %%SITE_PERL%%/RT/Client
X at dirrmtry %%SITE_PERL%%/RT
END-of-www/p5-RT-Client-REST/pkg-plist
echo x - www/p5-RT-Client-REST/distinfo
sed 's/^X//' >www/p5-RT-Client-REST/distinfo << 'END-of-www/p5-RT-Client-REST/distinfo'
XMD5 (RT-Client-REST-0.27.tar.gz) = 93fe790647bedb4d9b9ca2a1a233e165
XSHA256 (RT-Client-REST-0.27.tar.gz) = 20f7ee4f539d20c846666e7196af97bd8343197ebab6299faf18a4e8e731da78
XSIZE (RT-Client-REST-0.27.tar.gz) = 34592
END-of-www/p5-RT-Client-REST/distinfo
echo x - www/p5-RT-Client-REST/pkg-descr
sed 's/^X//' >www/p5-RT-Client-REST/pkg-descr << 'END-of-www/p5-RT-Client-REST/pkg-descr'
XRT::Client::REST is a set of object-oriented Perl modules 
Xwhich provide interface between Perl scripts and RT 
X(an industrial-grade ticketing system) using REST protocol. 
XMost of the features have been implemented and 
Xtested with rt 3.6.0 and later.
X
XWWW: http://search.cpan.org/dist/RT-Client-REST/
END-of-www/p5-RT-Client-REST/pkg-descr
echo x - www/p5-RT-Client-REST/Makefile
sed 's/^X//' >www/p5-RT-Client-REST/Makefile << 'END-of-www/p5-RT-Client-REST/Makefile'
X# New ports collection makefile for:	p5-RT-Client-REST
X# Date created:				21 Mar 2007
X# Whom:					svysh
X#
X# $FreeBSD$
X#
X
XPORTNAME=	RT-Client-REST
XPORTVERSION=	0.27
XCATEGORIES=	www perl5
XMASTER_SITES=	${MASTER_SITE_PERL_CPAN}
XMASTER_SITE_SUBDIR=	RT
XPKGNAMEPREFIX=	p5-
X
XMAINTAINER=	svysh at pn.sinp.msu.ru
XCOMMENT=	Perl modules designed to talk to RT installation using REST protocol
X
XBUILD_DEPENDS=	\
X	${SITE_PERL}/Error.pm:${PORTSDIR}/lang/p5-Error \
X	${SITE_PERL}/Exception/Class.pm:${PORTSDIR}/devel/p5-Exception-Class \
X	${SITE_PERL}/HTTP/Cookies.pm:${PORTSDIR}/www/p5-libwww \
X	${SITE_PERL}/${PERL_ARCH}/Params/Validate.pm:${PORTSDIR}/devel/p5-Params-Validate \
X	${SITE_PERL}/Test/Exception.pm:${PORTSDIR}/devel/p5-Test-Exception
XRUN_DEPENDS=	${BUILD_DEPENDS}
X
XPERL_CONFIGURE=	yes
X
XMAN3=	RT::Client::REST.3 \
X	RT::Client::REST::Attachment.3 \
X	RT::Client::REST::Exception.3 \
X	RT::Client::REST::Object.3 \
X	RT::Client::REST::Queue.3 \
X	RT::Client::REST::SearchResult.3 \
X	RT::Client::REST::Ticket.3 \
X	RT::Client::REST::Transaction.3 \
X	RT::Client::REST::User.3
X
X.include <bsd.port.mk>
END-of-www/p5-RT-Client-REST/Makefile
exit

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list