pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/math/p5-Excel-Template Import p5-Excel-Template versio...
details: https://anonhg.NetBSD.org/pkgsrc/rev/ef2abb1d1959
branches: trunk
changeset: 548687:ef2abb1d1959
user: he <he%pkgsrc.org@localhost>
date: Mon Oct 20 22:41:15 2008 +0000
description:
Import p5-Excel-Template version 0.31.
This is a module used for templating Excel files. Its genesis came
from the need to use the same datastructure as HTML::Template, but
provide Excel files instead. The existing modules don't do the
trick, as they require replication of logic that's already been
done within HTML::Template.
diffstat:
math/p5-Excel-Template/DESCR | 5 +++++
math/p5-Excel-Template/Makefile | 26 ++++++++++++++++++++++++++
math/p5-Excel-Template/distinfo | 5 +++++
3 files changed, 36 insertions(+), 0 deletions(-)
diffs (48 lines):
diff -r 85c7c151177e -r ef2abb1d1959 math/p5-Excel-Template/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/math/p5-Excel-Template/DESCR Mon Oct 20 22:41:15 2008 +0000
@@ -0,0 +1,5 @@
+This is a module used for templating Excel files. Its genesis came
+from the need to use the same datastructure as HTML::Template, but
+provide Excel files instead. The existing modules don't do the
+trick, as they require replication of logic that's already been
+done within HTML::Template.
diff -r 85c7c151177e -r ef2abb1d1959 math/p5-Excel-Template/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/math/p5-Excel-Template/Makefile Mon Oct 20 22:41:15 2008 +0000
@@ -0,0 +1,26 @@
+# $NetBSD: Makefile,v 1.1.1.1 2008/10/20 22:41:15 he Exp $
+
+DISTNAME= Excel-Template-0.31
+PKGNAME= p5-${DISTNAME}
+CATEGORIES= math perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Excel/}
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= http://search.cpan.org/dist/Excel-Template/
+COMMENT= Perl module for templating Excel files
+
+DEPENDS+= p5-IO>=0.01:../../devel/p5-IO
+DEPENDS+= p5-Spreadsheet-WriteExcel>=0.42:../../math/p5-Spreadsheet-WriteExcel
+DEPENDS+= p5-XML-Parser>=0.01:../../textproc/p5-XML-Parser
+
+BUILD_DEPENDS+= p5-Test-Deep>=0.095:../../devel/p5-Test-Deep
+BUILD_DEPENDS+= p5-Test-Exception>=0.21:../../devel/p5-Test-Exception
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+PERL5_PACKLIST= auto/Excel/Template/.packlist
+
+PERL5_MODULE_TYPE= Module::Build
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 85c7c151177e -r ef2abb1d1959 math/p5-Excel-Template/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/math/p5-Excel-Template/distinfo Mon Oct 20 22:41:15 2008 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2008/10/20 22:41:15 he Exp $
+
+SHA1 (Excel-Template-0.31.tar.gz) = 766306fff8e4f497600e3fdaf8b236c655194aa5
+RMD160 (Excel-Template-0.31.tar.gz) = 86b0f62e3253dae3c7341f65fc9e862d2de8e1ed
+Size (Excel-Template-0.31.tar.gz) = 40444 bytes
Home |
Main Index |
Thread Index |
Old Index