From owner-freebsd-ports Mon Dec 31 19:11: 3 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 1820A37B41B for ; Mon, 31 Dec 2001 19:10:02 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g013A1r52286; Mon, 31 Dec 2001 19:10:01 -0800 (PST) (envelope-from gnats) Received: from mail.polaris.ca (pris.polaris.ca [199.247.156.218]) by hub.freebsd.org (Postfix) with SMTP id 457E337B432 for ; Mon, 31 Dec 2001 19:01:34 -0800 (PST) Received: (qmail 10996 invoked by uid 85); 1 Jan 2002 02:57:40 -0000 Message-Id: <20020101025738.10990.qmail@pris.polaris.ca> Date: 1 Jan 2002 02:57:38 -0000 From: Seamus Venasse Reply-To: Seamus Venasse To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/33414: New port: Create XHTML tables from SQL queries 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: 33414 >Category: ports >Synopsis: New port: Create XHTML tables from SQL queries >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Dec 31 19:10:01 PST 2001 >Closed-Date: >Last-Modified: >Originator: Seamus Venasse >Release: FreeBSD 4.4-STABLE i386 >Organization: Polaris Computing >Environment: System: FreeBSD pitou.polaris.ca 4.4-STABLE FreeBSD 4.4-STABLE #1: Wed Nov 7 01:23:05 PST 2001 root@pitou.polaris.ca:/usr/obj/usr/src/sys/PITOU i386 >Description: >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-DBIx-XHTML_Table # p5-DBIx-XHTML_Table/Makefile # p5-DBIx-XHTML_Table/distinfo # p5-DBIx-XHTML_Table/pkg-comment # p5-DBIx-XHTML_Table/pkg-descr # p5-DBIx-XHTML_Table/pkg-plist # echo c - p5-DBIx-XHTML_Table mkdir -p p5-DBIx-XHTML_Table > /dev/null 2>&1 echo x - p5-DBIx-XHTML_Table/Makefile sed 's/^X//' >p5-DBIx-XHTML_Table/Makefile << 'END-of-p5-DBIx-XHTML_Table/Makefile' X# New ports collection makefile for: DBIx::XHTML_Table X# Date created: 31 Dec 2001 X# Whom: Seamus Venasse X# X# $FreeBSD$ X# X XPORTNAME= DBIx-XHTML_Table XPORTVERSION= 0.97 XCATEGORIES= www perl5 XMASTER_SITES= ${MASTER_SITE_PERL_CPAN} XMASTER_SITE_SUBDIR= DBIx XPKGNAMEPREFIX= p5- X XMAINTAINER= svenasse@polaris.ca X XBUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI XRUN_DEPENDS= ${BUILD_DEPENDS} X XSITE_PERL= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER} XPERL_CONFIGURE= yes X XMAN3= DBIx::XHTML_Table.3 XMANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} X X.include END-of-p5-DBIx-XHTML_Table/Makefile echo x - p5-DBIx-XHTML_Table/distinfo sed 's/^X//' >p5-DBIx-XHTML_Table/distinfo << 'END-of-p5-DBIx-XHTML_Table/distinfo' XMD5 (DBIx-XHTML_Table-0.97.tar.gz) = ecc7363aaf223fac103cb78a13b5c1cc END-of-p5-DBIx-XHTML_Table/distinfo echo x - p5-DBIx-XHTML_Table/pkg-comment sed 's/^X//' >p5-DBIx-XHTML_Table/pkg-comment << 'END-of-p5-DBIx-XHTML_Table/pkg-comment' XCreate XHTML tables from SQL queries END-of-p5-DBIx-XHTML_Table/pkg-comment echo x - p5-DBIx-XHTML_Table/pkg-descr sed 's/^X//' >p5-DBIx-XHTML_Table/pkg-descr << 'END-of-p5-DBIx-XHTML_Table/pkg-descr' XXHTML_Table will execute SQL queries and return the results (as a Xscalar 'string') wrapped in XHTML tags. X XThis module was created to fill a need for a quick and easy way to Xcreate 'on the fly' XHTML tables from SQL queries for the purpose Xof 'quick and dirty' reporting. It is not intended for serious Xproduction use, although it use is viable for prototyping and just Xplain fun. X XWWW: http://search.cpan.org/search?dist=DBIx-XHTML_Table X XSeamus Venasse END-of-p5-DBIx-XHTML_Table/pkg-descr echo x - p5-DBIx-XHTML_Table/pkg-plist sed 's/^X//' >p5-DBIx-XHTML_Table/pkg-plist << 'END-of-p5-DBIx-XHTML_Table/pkg-plist' Xlib/perl5/site_perl/%%PERL_VER%%/DBIx/XHTML_Table.pm Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/DBIx/XHTML_Table/.packlist X@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/DBIx 2>/dev/null || true X@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/DBIx/XHTML_Table 2>/dev/null || true X@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/DBIx 2>/dev/null || true END-of-p5-DBIx-XHTML_Table/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