| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
12 Feb 2013 11:29:56
2.24
|
bapt  |
Do not try to delete a directory that is not created by the port
Spotted by: pkg DEVELOPER_MODE |
31 May 2012 11:19:32
2.24
|
bapt  |
Convert to new options framework |
09 Feb 2012 01:54:14
2.24
|
sunpoet  |
- Update to 2.24
Changes: http://search.cpan.org/dist/Template-Toolkit/Changes |
23 Jan 2012 19:06:01
2.23
|
sunpoet  |
- Update to 2.23
- Add TEST_DEPENDS
Changes: http://search.cpan.org/dist/Template-Toolkit/Changes |
05 Sep 2011 14:43:55
2.22_1
|
sunpoet  |
- Sort OPTIONS and PLIST
- Use bsd.port.options.mk
- Use REINPLACE_CMD
- Pet portlint
- Add CPAN as primary WWW
- Cosmetic change |
19 Mar 2011 12:38:54
2.22_1
|
miwi  |
- Get Rid MD5 support |
05 Nov 2009 11:50:18
2.22_1
|
skv  |
Fix build with WITH_DATE_CALC
PR: ports/140178
Submitted by: Geraud CONTINSOUZAS <geraud xx gcu.info> |
10 Sep 2009 02:48:40
2.22_1
|
kuriyama  |
- Remove dependencies on p5-PathTools and p5-File-Temp which is
included lang/perl5.8 now. |
28 Jul 2009 11:41:43
2.22
|
tobez  |
Update to 2.22.
Changes: http://search.cpan.org/dist/Template-Toolkit/Changes |
03 Jul 2009 10:42:05
2.21
|
tobez  |
Update to 2.21.
Changes: http://search.cpan.org/dist/Template-Toolkit/Changes |
24 Sep 2008 11:56:45
2.20
|
tobez  |
Update to 2.20. Do not install the splash library (a new TT default).
Changes: http://search.cpan.org/dist/Template-Toolkit/Changes |
17 Apr 2008 14:30:31
2.19
|
araujo  |
- Take advantage of CPAN macro from bsd.sites.mk, change
${MASTER_SITE_PERL_CPAN} to CPAN.
PR: ports/122674
Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com>
Reworked by: araujo (myself)
Approved by: portmgr (pav) |
29 Sep 2007 04:25:40
2.19
|
linimon  |
Remove obscure CONFIGURE_ENV construct that appears to have worked on
the build cluster only by accident. This failed with the (now-fixed)
bug in bsd.perl.mk.
Hat: portmgr
Looked at by: kris |
04 Aug 2007 11:41:31
2.19
|
gabor  |
- Remove the DESTDIR modifications from individual ports as we have a new,
fully chrooted DESTDIR, which does not need such any more.
Sponsored by: Google Summer of Code 2007
Approved by: portmgr (pav) |
01 May 2007 04:13:04
2.19
|
clsung  |
- Update to 2.19 |
13 Feb 2007 02:36:34
2.18
|
clsung  |
- Update to 2.18 |
08 Feb 2007 14:38:14
2.17
|
clsung  |
- Update to 2.17 |
28 Jan 2007 11:52:51
2.16
|
mat  |
Update to 2.16 |
14 Aug 2006 10:44:46
2.15
|
mat  |
Respect DESTDIR
PR: 101855
Submitted by: Gea-Suan Lin <gslin@gslin.org> |
29 May 2006 12:24:01
2.15
|
tobez  |
Update to 2.15.
Attempts to keep this port working with 5.005_03 got too low work
involved/usefulness ratio to bother any more, so require Perl from
ports.
Please note that various bits and pieces concerning DBI, GD::Graph, XML,
and LaTeX support were removed from this version of Template Toolkit.
Instead, they are now in separate distributions which are coming soon
to the ports collection near you. |
26 Apr 2006 14:47:01
2.14_2
|
leeym  |
- fix plist under old perl |
25 Nov 2005 22:02:00
2.14_2
|
pav  |
- Add SHA256
Approved by: mat (perl; maintainer) |
11 Jun 2005 16:13:12
2.14_2
|
skv  |
* reflect renaming on CPAN File-Spec to PathTools
+ add devel/p5-PathTools, remove devel/p5-File-Spec
+ update dependencies for all affected ports (make them unconditional),
bump PORTREVISION for these ports
module was renamed
* reflect renaming on CPAN PodParser to Pod-Parser
+ add textproc/p5-Pod-Parser, remove textproc/p5-PodParser
+ update dependencies for all affected ports (make them unconditional),
bump PORTREVISION for these ports
* for all changed ports make dependencies on File::Temp, Digest::MD5,
Storable unconditional
* remove 'CONFIGURE_ARGS= INSTALLDIRS=site' from Makefile's
(this variable is forced by bsd.port.mk now)
* update Class-Autouse to 1.17
* update POE-API-Hooks to 1.05
* make portlint happy (clean IGNORE, convert spaces to tabs and so on) |
31 Jan 2005 15:39:43
2.14
|
lth  |
Ensure the final installation conforms to the pkg-plist by forcing
the Makefile.PL Q&A. |
23 Nov 2004 10:26:43
2.14
|
mat  |
Add Template::Plugin::*'s optional dependencies
PR: 73922
Submitted by: ports@c0decafe.net
Approved by: with perl's hat on |
12 Oct 2004 10:25:55
2.14
|
mat  |
Update to 2.14 |
12 Aug 2004 12:48:01
2.13
|
mat  |
After devel/p5-File-Temp has gained an IGNORE for PERL_LEVEL > 500800, all
these ports were broken because they always depended on it. I've rearranged all
the dependencies to fit the new scheme. |
29 Jun 2004 12:46:54
2.13
|
tobez  |
Nevermind portlint, respect PREFIX.
Submitted by: parv@pair.com
PR: 68468 |
05 Feb 2004 15:32:08
2.13
|
mat  |
Upate to 2.13
Give maintainership to perl@
Approved by: tobez (former maintainer) |
24 Oct 2003 14:15:32
2.08
|
erwin  |
Remove the recursive assignment of SITE_PERL to ${SITE_PERL} introduced
in the last commit. |
24 Oct 2003 12:05:09
2.08
|
ijliao  |
utilize SITE_PERL
PR: 58166
Submitted by: Cheng-Lung Sung <clsung@dragon2.net> |
07 Mar 2003 06:12:57
2.08
|
ade  |
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti. |
09 Feb 2003 05:19:36
2.08
|
edwin  |
www/p5-Template-Toolkit: p5-File-Spec should only be used if perl < 5.8
PR: ports/44733
Submitted by: Alan Eldridge <alane@geeksrus.net>
Reviewed by: tobez@ |
31 Jul 2002 11:50:41
2.08
|
tobez  |
Update to 2.08, assume maintainership. |
21 Jun 2002 16:26:23
2.07
|
ijliao  |
upgrade to 2.07
PR: 39613
Submitted by: David Lay <dave@staff.netc.net.au> |
03 Dec 2001 02:26:07 
|
steve  |
Update to version 2.06. |
08 Apr 2001 19:10:15 
|
clive  |
Mark broken if ${OSVERSION} < 500007. |
06 Apr 2001 16:34:55 
|
clive  |
o Upgrade to 2.02. (Released today!) o MASTER_SITE_BACKUP+=
template-toolkit.org (Maybe after several days/hours, its distfile would be
uploaded to worldwide CPAN mirrors.) o Satisfy portlint. o Yet again,
bento would be happy to pack this port as a package. But don't try to pass
BATCH to this port especially when you have some p5-DBD-* or some other
possible tt2 plugins hooks. You would possibly run into a infinite loop. o
Welcome to take over the maintainer bit if you know how the plugins work. I
only use its core functions (templating ability) but never touch any of its
plugins. (But they're installed anyway.) |
02 Apr 2001 13:24:15 
|
clive  |
o Upgrade to 2.01 |
01 Apr 2001 03:28:19 
|
clive  |
Add textproc as virtual category. |
08 Mar 2001 12:56:45 
|
clive  |
New port: p5-Template-Toolkit. Extensive Toolkit for template
processing. |