aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-Excel-Template
Commit message (Collapse)AuthorAgeFilesLines
* * Convert to stagingMathieu Arnold2014-01-212-34/+35
| | | | | | | | | | * Add license * pet portlint Sponsored by: Absolight Notes: svn path=/head/; revision=340610
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | textproc) Notes: svn path=/head/; revision=327773
* - convert to the new perl5 frameworkAndrej Zverev2013-09-111-1/+2
| | | | | | | | | - trim Makefile header Approved by: portmgr (bapt@, blanket) Notes: svn path=/head/; revision=326945
* - Trim Makefile headerAndrej Zverev2013-06-071-13/+2
| | | | | | | | | | | - Remove unnecessary depend on PERL_LEVEL < 5.12 PR: ports/178907 Submitted by: az Approved by: maintainer (timeout) Notes: svn path=/head/; revision=320160
* - Remove SITE_PERL from *_DEPENDSAndrej Zverev2012-06-291-5/+5
| | | | | | | Approved by: portmgr@ (bapt@) Notes: svn path=/head/; revision=300219
* - Update to 0.34.Felippe de Meirelles Motta2012-05-242-3/+3
| | | | Notes: svn path=/head/; revision=297357
* - Revert ports/165605 as requested by portmgr@Philip M. Gollucci2012-03-131-1/+8
| | | | | | | | | | | | Note: devel/p5-B-Size and devel/p5-Devel-Arena where intentionally not restored. PR: ports/165605 Approved by: portmgr (bapt) Feature safe: yes (I sure hope so) Notes: svn path=/head/; revision=293247
* - Remove ports that only work with < perl 5.12 (devel/p5-B-Size, ↵Philip M. Gollucci2012-03-081-8/+1
| | | | | | | | | | | | | | | | | | devel/p5-Devel-Arena) - Remove conditionals for PERL_LEVEL < 501200 - Remove regression-test targets b/c this will be centralized in Mk/bsd.perl.mk - Other minor cleanups RUN_DEPENDS = ${BUILD_DEPENDS} -> RUN_DEPENDS:= ${BUILD_DEPENDS} PR: ports/165605 Submitted by: pgollucci (myself) Approved by: portmgr (linimon) Exp Run by: linimon Tested by: make index Notes: svn path=/head/; revision=292977
* - Update to 0.33Philip M. Gollucci2012-02-082-3/+3
| | | | | | | | | | PR: ports/160189 Submitted by: Steven Kreuzer <skreuzer@freebsd.org> Approved by: maintainer timeout (lippe ; 167 days) Changes: http://search.cpan.org/dist/Excel-Template/Changes Notes: svn path=/head/; revision=290732
* At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450Eitan Adler2012-01-211-1/+1
| | | | | | | | | | | | | ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are currently broken. This is a temporary measure until we organically stop using := or someone(s) spend a lot of time changing all the ports over. Explicit duplication > := > = and this just moves ports one step to the left Approved by: portmgr Notes: svn path=/head/; revision=289563
* - Update to 0.32.Felippe de Meirelles Motta2011-02-133-5/+8
| | | | | | | - Not using mode build anymore. Notes: svn path=/head/; revision=269062
* - Take maintainership.Felippe de Meirelles Motta2008-09-051-1/+1
| | | | Notes: svn path=/head/; revision=219875
* Reset espen@tagestad.no due to maintainer-timeouts and no response to email.Mark Linimon2008-09-031-1/+1
| | | | | | | Hat: portmgr Notes: svn path=/head/; revision=219706
* - Update to 0.31.Felippe de Meirelles Motta2008-03-173-10/+12
| | | | | | | | | | | - Use CPAN macro. - Add missing dependencies. PR: ports/120392 Approved by: gabor (mentor), maintainer timeout (> 2 weeks) Notes: svn path=/head/; revision=209232
* Welcome bsd.perl.mk. Add support for constructs such as USE_PERL5=5.8.0+.Mark Linimon2007-09-081-3/+1
| | | | | | | | | | | Drop support for antique perl. Work done by: gabor Sponsored by: Google Summer of Code 2007 Hat: portmgr Notes: svn path=/head/; revision=199069
* - Update to 0.28Martin Wilke2006-08-162-4/+5
| | | | | | | | | PR: ports/101205 Submitted by: chinsan <chinsan.tw(at)gmail.com> Approved by: krion (mentor), (maintainer timeout) Notes: svn path=/head/; revision=170778
* - Update to v0.26Aaron Dalton2006-06-283-12/+16
| | | | | | | | | PR: ports/98924 Submitted by: aaron Approved by: maintainer timeout, tobez (implicit) Notes: svn path=/head/; revision=166512
* The Excel::Template perl module is a module used for templating Excel files.Renato Botelho2005-12-074-0/+107
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. WWW: http://search.cpan.org/dist/Excel-Template/ PR: ports/90044 Submitted by: Espen Tagestad <espen@tagestad.no> Notes: svn path=/head/; revision=150599