From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Oct 12 17:30:18 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 02E2E16A4B3 for ; Sun, 12 Oct 2003 17:30:18 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 50DC143FA3 for ; Sun, 12 Oct 2003 17:30:16 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h9D0UGFY054779 for ; Sun, 12 Oct 2003 17:30:16 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h9D0UGJA054778; Sun, 12 Oct 2003 17:30:16 -0700 (PDT) (envelope-from gnats) Resent-Date: Sun, 12 Oct 2003 17:30:16 -0700 (PDT) Resent-Message-Id: <200310130030.h9D0UGJA054778@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, "Trevor S. Cornpropst" Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B233516A4B3 for ; Sun, 12 Oct 2003 17:24:49 -0700 (PDT) Received: from lakemtao02.cox.net (lakemtao02.cox.net [68.1.17.243]) by mx1.FreeBSD.org (Postfix) with ESMTP id D02F443F93 for ; Sun, 12 Oct 2003 17:24:47 -0700 (PDT) (envelope-from tsc@cox.net) Received: from beastie.cornpropst.net ([68.110.240.24]) by lakemtao02.cox.netESMTP <20031013002447.ZACE17750.lakemtao02.cox.net@beastie.cornpropst.net> for ; Sun, 12 Oct 2003 20:24:47 -0400 Received: from beastie.cornpropst.net (localhost.cornpropst.net [127.0.0.1]) h9D0OkUk011090 for ; Sun, 12 Oct 2003 20:24:46 -0400 (EDT) (envelope-from tsc@beastie.cornpropst.net) Received: (from tsc@localhost) by beastie.cornpropst.net (8.12.9/8.12.9/Submit) id h9D0Okh7011089; Sun, 12 Oct 2003 20:24:46 -0400 (EDT) Message-Id: <200310130024.h9D0Okh7011089@beastie.cornpropst.net> Date: Sun, 12 Oct 2003 20:24:46 -0400 (EDT) From: "Trevor S. Cornpropst" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/57918: "New port: Apache-Scoreboard - perl5 interface to Apache Scoreboard structure" X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: "Trevor S. Cornpropst" List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Oct 2003 00:30:18 -0000 >Number: 57918 >Category: ports >Synopsis: "New port: Apache-Scoreboard - perl5 interface to Apache Scoreboard structure" >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sun Oct 12 17:30:15 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Trevor S. Cornpropst >Release: FreeBSD 5.1-RELEASE i386 >Organization: N/A >Environment: System: FreeBSD beastie.cornpropst.net 5.1-RELEASE FreeBSD 5.1-RELEASE #1: Sun Jun 15 13:33:04 EDT 2003 root@beastie.cornpropst.net:/usr/obj/usr/src/sys/BEASTIE i386 >Description: New port: p5-Apache-Scoreboard - perl5 interface to Apache Scoreboard. >How-To-Repeat: >Fix: --- apache-scoreboard 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-Apache-Scoreboard/ # p5-Apache-Scoreboard/Makefile # p5-Apache-Scoreboard/distinfo # p5-Apache-Scoreboard/pkg-descr # p5-Apache-Scoreboard/pkg-plist # echo c - p5-Apache-Scoreboard/ mkdir -p p5-Apache-Scoreboard/ > /dev/null 2>&1 echo x - p5-Apache-Scoreboard/Makefile sed 's/^X//' >p5-Apache-Scoreboard/Makefile << 'END-of-p5-Apache-Scoreboard/Makefile' X# New ports collection makefile for: Apache-Scoreboard X# Date Created: 08 Oct 2003 X# Whom: Trevor S. Cornpropst X# X# $FreeBSD$ X# X XPORTNAME= Apache-Scoreboard XPORTVERSION= 0.10 XCATEGORIES= www perl5 XMASTER_SITES= ${MASTER_SITE_PERL_CPAN} XMASTER_SITE_SUBDIR=Apache XPKGNAMEPREFIX= p5- X XMAINTAINER= tcornpropst@cox.net XCOMMENT= Perl interface to the Apache scoreboard structure X X.if defined(WITH_MODPERL2) XBUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Apache2/mod_perl.pm:${PORTSDIR}/www/mod_perl2 X.else XBUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/mod_perl.pm:${PORTSDIR}/www/mod_perl X.endif XRUN_DEPENDS= ${BUILD_DEPENDS} X XPERL_CONFIGURE= YES X XMAN3= Apache::Scoreboard.3 X XINSTALLS_SHLIB= YES X X.include END-of-p5-Apache-Scoreboard/Makefile echo x - p5-Apache-Scoreboard/distinfo sed 's/^X//' >p5-Apache-Scoreboard/distinfo << 'END-of-p5-Apache-Scoreboard/distinfo' XMD5 (Apache-Scoreboard-0.10.tar.gz) = 2b267c55caded61c0ef765a45d9cdf2f END-of-p5-Apache-Scoreboard/distinfo echo x - p5-Apache-Scoreboard/pkg-descr sed 's/^X//' >p5-Apache-Scoreboard/pkg-descr << 'END-of-p5-Apache-Scoreboard/pkg-descr' XPerl interface to the Apache scoreboard structure X X- Trevor Cornpropst Xtcornpropst@cox.net END-of-p5-Apache-Scoreboard/pkg-descr echo x - p5-Apache-Scoreboard/pkg-plist sed 's/^X//' >p5-Apache-Scoreboard/pkg-plist << 'END-of-p5-Apache-Scoreboard/pkg-plist' X%%SITE_PERL%%/%%PERL_ARCH%%/auto/Apache/DummyScoreboard/DummyScoreboard.so X%%SITE_PERL%%/%%PERL_ARCH%%/auto/Apache/DummyScoreboard/DummyScoreboard.bs X%%SITE_PERL%%/%%PERL_ARCH%%/auto/Apache/Scoreboard/Scoreboard.so X%%SITE_PERL%%/%%PERL_ARCH%%/auto/Apache/Scoreboard/Scoreboard.bs X%%SITE_PERL%%/%%PERL_ARCH%%/auto/Apache/Scoreboard/.packlist X%%SITE_PERL%%/%%PERL_ARCH%%/Apache/Scoreboard.pm X%%SITE_PERL%%/%%PERL_ARCH%%/Apache/ScoreboardGraph.pm X%%SITE_PERL%%/%%PERL_ARCH%%/Apache/DummyScoreboard.pm X@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Apache/Scoreboard X@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Apache/DummyScoreboard END-of-p5-Apache-Scoreboard/pkg-plist exit --- apache-scoreboard ends here --- >Release-Note: >Audit-Trail: >Unformatted: