Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 14 Dec 2001 18:33:40 +0300
From:      skv@protey.ru
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/32834: New port: p5-CGI-XMLApplication-1.0.2 
Message-ID:  <E16EuLE-0001W0-00@3wgraphics.com>

next in thread | raw e-mail | index | archive | help

>Number:         32834
>Category:       ports
>Synopsis:       New port: p5-CGI-XMLApplication-1.0.2
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Dec 14 13:20:00 PST 2001
>Closed-Date:
>Last-Modified:
>Originator:     Sergey Skvortsov
>Release:        FreeBSD 4.4-STABLE i386
>Organization:
<Organization of PR author (multiple lines)>
>Environment:

	<Relevant environment information (multiple lines)>

>Description:

New port: p5-CGI-XMLApplication-1.0.2

Object Oriented Interface for CGI Script Applications

>How-To-Repeat:

	<Code/input/activities to reproduce the problem (multiple lines)>

>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:
#
#	p5-CGI-XMLApplication
#	p5-CGI-XMLApplication/pkg-comment
#	p5-CGI-XMLApplication/Makefile
#	p5-CGI-XMLApplication/distinfo
#	p5-CGI-XMLApplication/pkg-descr
#	p5-CGI-XMLApplication/pkg-plist
#
echo c - p5-CGI-XMLApplication
mkdir -p p5-CGI-XMLApplication > /dev/null 2>&1
echo x - p5-CGI-XMLApplication/pkg-comment
sed 's/^X//' >p5-CGI-XMLApplication/pkg-comment << 'END-of-p5-CGI-XMLApplication/pkg-comment'
XObject Oriented Interface for CGI Script Applications
END-of-p5-CGI-XMLApplication/pkg-comment
echo x - p5-CGI-XMLApplication/Makefile
sed 's/^X//' >p5-CGI-XMLApplication/Makefile << 'END-of-p5-CGI-XMLApplication/Makefile'
X# New ports collection makefile for:	CGI::XMLApplication
X# Date created:		13 Dec 2001
X# Whom:			Sergey Skvortsov <skv@protey.ru>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	CGI-XMLApplication
XPORTVERSION=	1.0.2
XCATEGORIES=	www perl5
XMASTER_SITES=	${MASTER_SITE_PERL_CPAN}
XMASTER_SITE_SUBDIR=	CGI
XPKGNAMEPREFIX=	p5-
X
XMAINTAINER=	skv@protey.ru
X
XRUN_DEPENDS=	${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/XML/LibXML.pm:${PORTSDIR}/textproc/p5-XML-LibXML \
X		${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/XML/LibXSLT.pm:${PORTSDIR}/textproc/p5-XML-LibXSLT
XBUILD_DEPENDS=	${RUN_DEPENDS}
X
XPERL_CONFIGURE=	yes
X
XMAN3=		CGI::XMLApplication.3
XMANPREFIX=	${PREFIX}/lib/perl5/${PERL_VERSION}
X
Xpost-install:
X.ifndef(NOPORTDOCS)
X		@${MKDIR} ${EXAMPLESDIR}
X		${INSTALL_SCRIPT} ${WRKSRC}/examples/*.pl ${EXAMPLESDIR}
X		${INSTALL_DATA} ${WRKSRC}/examples/*.pm ${EXAMPLESDIR}
X		${INSTALL_DATA} ${WRKSRC}/examples/*.xsl ${EXAMPLESDIR}
X.endif
X
X.include <bsd.port.mk>
END-of-p5-CGI-XMLApplication/Makefile
echo x - p5-CGI-XMLApplication/distinfo
sed 's/^X//' >p5-CGI-XMLApplication/distinfo << 'END-of-p5-CGI-XMLApplication/distinfo'
XMD5 (CGI-XMLApplication-1.0.2.tar.gz) = 57f971303e154ae5ca384fcba80fd881
END-of-p5-CGI-XMLApplication/distinfo
echo x - p5-CGI-XMLApplication/pkg-descr
sed 's/^X//' >p5-CGI-XMLApplication/pkg-descr << 'END-of-p5-CGI-XMLApplication/pkg-descr'
XCGI::XMLApplication is a CGI application class, that intends to enable
Xperl artists to implement CGIs that make use of XML/XSLT functionality,
Xwithout taking too much care about specialized errorchecking or even
Xcare too much about XML itself. It provides the power of the
XXML::LibXML/ XML::LibXSLT module package for content deliverment.
X
XAs well CGI::XMLApplication is designed to support project management on
Xcode level. The class allows to split web applications into several
Xsimple parts. Through this most of the code stays simple and easy to
Xmaintain. Throughout the whole lifetime of a script CGI::XMLApplication
Xtries to keep the application stable. As well a programmer has not to
Xbother about some of XML::LibXML/ XML::LibXSLT transformation pitfalls.
X
XWWW: http://search.cpan.org/search?dist=CGI-XMLApplication
X
X-- Sergey Skvortsov
Xskv@protey.ru
END-of-p5-CGI-XMLApplication/pkg-descr
echo x - p5-CGI-XMLApplication/pkg-plist
sed 's/^X//' >p5-CGI-XMLApplication/pkg-plist << 'END-of-p5-CGI-XMLApplication/pkg-plist'
Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/CGI/XMLApplication/.packlist
Xlib/perl5/site_perl/%%PERL_VER%%/CGI/XMLApplication.pm
X%%PORTDOCS%%share/examples/CGI-XMLApplication/ex2_finish.xsl
X%%PORTDOCS%%share/examples/CGI-XMLApplication/ex2_form.xsl
X%%PORTDOCS%%share/examples/CGI-XMLApplication/example1.pl
X%%PORTDOCS%%share/examples/CGI-XMLApplication/example1.pm
X%%PORTDOCS%%share/examples/CGI-XMLApplication/example2.pl
X%%PORTDOCS%%share/examples/CGI-XMLApplication/example2.pm
X%%PORTDOCS%%share/examples/CGI-XMLApplication/example3.pl
X%%PORTDOCS%%share/examples/CGI-XMLApplication/example3.pm
X%%PORTDOCS%%share/examples/CGI-XMLApplication/example4.pl
X%%PORTDOCS%%share/examples/CGI-XMLApplication/example4.pm
X%%PORTDOCS%%@dirrm share/examples/CGI-XMLApplication
X@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/CGI/XMLApplication
X@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/CGI 2>/dev/null || true
X@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/CGI 2>/dev/null || true
END-of-p5-CGI-XMLApplication/pkg-plist
exit

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

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E16EuLE-0001W0-00>