From owner-freebsd-ports Fri Dec 14 13:21:43 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0260C37B420 for ; Fri, 14 Dec 2001 13:20:00 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBELK0D59124; Fri, 14 Dec 2001 13:20:00 -0800 (PST) (envelope-from gnats) Received: from darkone.comintern.net (darkone.comintern.net [213.148.1.98]) by hub.freebsd.org (Postfix) with ESMTP id 9E07B37B41B for ; Fri, 14 Dec 2001 13:15:56 -0800 (PST) Received: from 3wgraphics.com (ppp-9-082.comintern.ru [213.148.9.82]) by darkone.comintern.net (8.11.6/8.11.6) with ESMTP id fBEFcWQ484575 for ; Fri, 14 Dec 2001 18:38:33 +0300 (MSD) Received: from root by 3wgraphics.com with local (Exim 3.33 #1) id 16EuLE-0001W0-00 for FreeBSD-gnats-submit@freebsd.org; Fri, 14 Dec 2001 18:33:40 +0300 Message-Id: Date: Fri, 14 Dec 2001 18:33:40 +0300 From: skv@protey.ru Reply-To: skv@protey.ru To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/32834: New port: p5-CGI-XMLApplication-1.0.2 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >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: >Environment: >Description: New port: p5-CGI-XMLApplication-1.0.2 Object Oriented Interface for CGI Script Applications >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: # # 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 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 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