| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
29 Jun 2012 16:20:23
0.34
|
az  |
- Remove SITE_PERL from *_DEPENDS
Approved by: portmgr@ (bapt@) |
24 May 2012 20:11:25
0.34
|
lippe  |
- Update to 0.34. |
13 Mar 2012 16:15:36
0.33
|
pgollucci  |
- Revert ports/165605 as requested by portmgr@
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) |
08 Mar 2012 18:45:38
0.33
|
pgollucci  |
- Remove ports that only work with < perl 5.12 (devel/p5-B-Size,
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 |
08 Feb 2012 19:51:45
0.33
|
pgollucci  |
- Update to 0.33
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 |
21 Jan 2012 17:40:15
0.32
|
eadler  |
At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450
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 |
13 Feb 2011 12:00:07
0.32
|
lippe  |
- Update to 0.32.
- Not using mode build anymore. |
05 Sep 2008 02:36:44
0.31
|
lippe  |
- Take maintainership. |
03 Sep 2008 02:30:34
0.31
|
linimon  |
Reset espen@tagestad.no due to maintainer-timeouts and no response to email.
Hat: portmgr |
17 Mar 2008 17:14:09
0.31
|
lippe  |
- Update to 0.31.
- Use CPAN macro.
- Add missing dependencies.
PR: ports/120392
Approved by: gabor (mentor), maintainer timeout (> 2 weeks) |
08 Sep 2007 01:06:22
0.28
|
linimon  |
Welcome bsd.perl.mk. Add support for constructs such as USE_PERL5=5.8.0+.
Drop support for antique perl.
Work done by: gabor
Sponsored by: Google Summer of Code 2007
Hat: portmgr |
16 Aug 2006 06:31:14
0.28
|
miwi  |
- Update to 0.28
PR: ports/101205
Submitted by: chinsan <chinsan.tw(at)gmail.com>
Approved by: krion (mentor), (maintainer timeout) |
28 Jun 2006 14:04:47
0.26
|
aaron  |
- Update to v0.26
PR: ports/98924
Submitted by: aaron
Approved by: maintainer timeout, tobez (implicit) |
07 Dec 2005 15:03:07
0.25
|
garga  |
The Excel::Template perl module 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.
WWW: http://search.cpan.org/dist/Excel-Template/
PR: ports/90044
Submitted by: Espen Tagestad <espen@tagestad.no> |