update to 1.36

This commit is contained in:
steven 2006-07-13 08:02:42 +00:00
parent 26b92847b2
commit 0b4dd26818
3 changed files with 13 additions and 10 deletions

View File

@ -1,14 +1,14 @@
# $OpenBSD: Makefile,v 1.18 2005/09/23 19:36:02 pvalchev Exp $
# $OpenBSD: Makefile,v 1.19 2006/07/13 08:02:42 steven Exp $
COMMENT= "create HTML table from sql queries"
VERSION= 1.22
DISTNAME= DBIx-XHTML_Table-${VERSION}
DISTNAME= DBIx-XHTML_Table-1.36
PKGNAME= p5-${DISTNAME}
CATEGORIES= databases www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DBIx/}
# BSD
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
@ -20,4 +20,6 @@ BUILD_DEPENDS= ${RUN_DEPENDS}
CONFIGURE_STYLE= perl
REGRESS_IS_INTERACTIVE= Yes
PKG_ARCH= *
.include <bsd.port.mk>

View File

@ -1,4 +1,4 @@
MD5 (DBIx-XHTML_Table-1.22.tar.gz) = 506868a894e56ecdc7a27ea1365462ff
RMD160 (DBIx-XHTML_Table-1.22.tar.gz) = e4026679b53f53f2ee7023766da5bbd3de2b5015
SHA1 (DBIx-XHTML_Table-1.22.tar.gz) = 3f68c8e2f0d7d6360d1779b9b525550f2149e48a
SIZE (DBIx-XHTML_Table-1.22.tar.gz) = 17459
MD5 (DBIx-XHTML_Table-1.36.tar.gz) = 451b6922562233347b23a359e330729b
RMD160 (DBIx-XHTML_Table-1.36.tar.gz) = 4f69a7b5844e15b68955be1a25fcd16c2813fdb2
SHA1 (DBIx-XHTML_Table-1.36.tar.gz) = fdb44fc66b2004cba5359fc1e95692079478ac37
SIZE (DBIx-XHTML_Table-1.36.tar.gz) = 18407

View File

@ -1,3 +1,4 @@
This module was created to fill a need for a quick and easy way to
create 'on the fly' XHTML tables from SQL queries for the purpose
of 'quick and dirty' reporting.
DBIx::XHTML_Table is a DBI extension that creates an XHTML table from a
database query result set. It was created to fill the gap between fetching
rows from a database and transforming them into a web browser renderable
table.