From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Aug 24 13:30:04 2009 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B218C1065692 for ; Mon, 24 Aug 2009 13:30:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 89FB48FC1D for ; Mon, 24 Aug 2009 13:30:04 +0000 (UTC) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n7ODU4uT098753 for ; Mon, 24 Aug 2009 13:30:04 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n7ODU4Cq098750; Mon, 24 Aug 2009 13:30:04 GMT (envelope-from gnats) Resent-Date: Mon, 24 Aug 2009 13:30:04 GMT Resent-Message-Id: <200908241330.n7ODU4Cq098750@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Andrey Kostenko Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 24446106568C for ; Mon, 24 Aug 2009 13:25:16 +0000 (UTC) (envelope-from gugu@veda.park.rambler.ru) Received: from mail01.park.rambler.ru (mail01.park.rambler.ru [81.19.66.124]) by mx1.freebsd.org (Postfix) with ESMTP id 8AC008FC13 for ; Mon, 24 Aug 2009 13:25:15 +0000 (UTC) Received: from veda.park.rambler.ru (veda.park.rambler.ru [10.12.2.8]) by mail01.park.rambler.ru (Postfix) with ESMTP id 80C7B4B94C38 for ; Mon, 24 Aug 2009 17:25:13 +0400 (MSD) Received: from veda.park.rambler.ru (localhost [127.0.0.1]) by veda.park.rambler.ru (8.14.3/8.14.3) with ESMTP id n7ODPD2G003763 for ; Mon, 24 Aug 2009 17:25:13 +0400 (MSD) (envelope-from gugu@veda.park.rambler.ru) Received: (from gugu@localhost) by veda.park.rambler.ru (8.14.3/8.14.3/Submit) id n7ODPDXR003762; Mon, 24 Aug 2009 17:25:13 +0400 (MSD) (envelope-from gugu) Message-Id: <200908241325.n7ODPDXR003762@veda.park.rambler.ru> Date: Mon, 24 Aug 2009 17:25:13 +0400 (MSD) From: Andrey Kostenko To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/138137: [NEW PORT] www/p5-Catalyst-Plugin-RunAfterRequest: Run code after the response has been sent. X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Aug 2009 13:30:04 -0000 >Number: 138137 >Category: ports >Synopsis: [NEW PORT] www/p5-Catalyst-Plugin-RunAfterRequest: Run code after the response has been sent. >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: Mon Aug 24 13:30:04 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Andrey Kostenko >Release: FreeBSD 7.1-RELEASE-p2 amd64 >Organization: >Environment: System: FreeBSD veda.park.rambler.ru 7.1-RELEASE-p2 FreeBSD 7.1-RELEASE-p2 #0: Thu Feb 12 22:34:21 MSK 2009 >Description: Run code after the response has been sent. WWW: http://search.cpan.org/dist/Catalyst-Plugin-RunAfterRequest/ Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- p5-Catalyst-Plugin-RunAfterRequest-0.03.shar begins here --- # 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-Catalyst-Plugin-RunAfterRequest # p5-Catalyst-Plugin-RunAfterRequest/Makefile # p5-Catalyst-Plugin-RunAfterRequest/distinfo # p5-Catalyst-Plugin-RunAfterRequest/pkg-descr # p5-Catalyst-Plugin-RunAfterRequest/pkg-plist # echo c - p5-Catalyst-Plugin-RunAfterRequest mkdir -p p5-Catalyst-Plugin-RunAfterRequest > /dev/null 2>&1 echo x - p5-Catalyst-Plugin-RunAfterRequest/Makefile sed 's/^X//' >p5-Catalyst-Plugin-RunAfterRequest/Makefile << 'b4b98d00a5a6de452acbfd02ec67ac63' X# New ports collection makefile for: p5-Catalyst-Plugin-SmartURI X# Date created: 2008-07-09 X# Whom: Oleg Mamontov X# X# $FreeBSD: ports/www/p5-Catalyst-Plugin-SmartURI/Makefile,v 1.1 2008/07/09 11:21:54 lonerr Exp $ X# X XPORTNAME= Catalyst-Plugin-RunAfterRequest XPORTVERSION= 0.03 XCATEGORIES= www perl5 XMASTER_SITES= CPAN XPKGNAMEPREFIX= p5- X XMAINTAINER= andrey@kostenko.name XCOMMENT= Run code after the response has been sent. X XBUILD_DEPENDS= p5-Catalyst-Runtime>=5.8004:${PORTSDIR}/www/p5-Catalyst-Runtime \ X p5-Catalyst-Component-InstancePerContext>=0:${PORTSDIR}/www/p5-Catalyst-Component-InstancePerContext \ X p5-parent>=0:${PORTSDIR}/devel/p5-parent XRUN_DEPENDS= ${BUILD_DEPENDS} X XPERL_CONFIGURE= yes X XMAN3= Catalyst::Plugin::RunAfterRequest.3 \ X Catalyst::Model::Role::RunAfterRequest.3 X X.include b4b98d00a5a6de452acbfd02ec67ac63 echo x - p5-Catalyst-Plugin-RunAfterRequest/distinfo sed 's/^X//' >p5-Catalyst-Plugin-RunAfterRequest/distinfo << '413d1636d1cc1be12d0bd18109648365' XMD5 (Catalyst-Plugin-RunAfterRequest-0.03.tar.gz) = f26fee4fd87947663312fc3a54a0cfa6 XSHA256 (Catalyst-Plugin-RunAfterRequest-0.03.tar.gz) = 4403826e1d0c47c5397302f4f9e5ecbcea2e63e649408bb74cbd24fcec6be9af XSIZE (Catalyst-Plugin-RunAfterRequest-0.03.tar.gz) = 16989 413d1636d1cc1be12d0bd18109648365 echo x - p5-Catalyst-Plugin-RunAfterRequest/pkg-descr sed 's/^X//' >p5-Catalyst-Plugin-RunAfterRequest/pkg-descr << 'c381b9367514e6671cae99bb4dce6e8b' XRun code after the response has been sent. X XWWW: http://search.cpan.org/dist/Catalyst-Plugin-RunAfterRequest/ c381b9367514e6671cae99bb4dce6e8b echo x - p5-Catalyst-Plugin-RunAfterRequest/pkg-plist sed 's/^X//' >p5-Catalyst-Plugin-RunAfterRequest/pkg-plist << '780a0ea968c09e61cd4a5a2a18e6afcb' X@comment $FreeBSD$ X%%SITE_PERL%%/Catalyst/Plugin/RunAfterRequest.pm X%%SITE_PERL%%/Catalyst/Model/Role/RunAfterRequest.pm X%%SITE_PERL%%/%%PERL_ARCH%%/auto/Catalyst/Plugin/RunAfterRequest/.packlist X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Catalyst/Plugin/RunAfterRequest X@dirrmtry %%SITE_PERL%%/Catalyst/Model/Role 780a0ea968c09e61cd4a5a2a18e6afcb exit --- p5-Catalyst-Plugin-RunAfterRequest-0.03.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: