summaryrefslogtreecommitdiff
path: root/math/p5-Excel-Template
AgeCommit message (Collapse)AuthorFilesLines
2011-08-16Update to 0.33:wiz2-7/+6
0.33 Sun Feb 20 20:07:43 CET 2011 Implemented the COMMENT argument
2011-08-14Revision bump after updating perl5 to 5.14.1.obache1-2/+2
2010-08-21Bump the PKGREVISION for all packages which depend directly on perl,seb1-1/+2
to trigger/signal a rebuild for the transition 5.10.1 -> 5.12.1. The list of packages is computed by finding all packages which end up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl, or PERL5_PACKLIST defined in their make setup (tested via "make show-vars VARNAMES=..."), minus the packages updated after the perl package update. sno@ was right after all, obache@ kindly asked and he@ led the way. Thanks!
2010-08-01Updating math/p5-Excel-Template from 0.31 to 0.32sno2-9/+12
pkgsrc changes: - adjust dependencies - remove executable file bits from perl modules - adjust installer type Upstream changes: 0.32 Mon Jul 5 18:58:05 CEST 2010 Official release for development release 0.31_1 0.31_1 Mon Jun 28 16:51:44 CEST 2010 - Add autofilter to worksheet - Swichting to Module::Install
2008-10-20Import p5-Excel-Template version 0.31.he3-0/+36
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.