Port details |
- p5-HTML-Template-Pluggable Extends HTML::Template with plugin support
- 0.22 www
=0 0.17_1Version of this port present on the latest quarterly branch. - Maintainer: perl@FreeBSD.org
 - Port Added: 2006-05-15 00:06:21
- Last Update: 2022-05-13 19:30:56
- Commit Hash: 1510c76
- Also Listed In: perl5
- License: not specified in port
- Description:
- Just use this module instead of HTML::Template, then use any plugins, and go on
with life.
By adding support for the module included, HTML::Template::Plugin::Dot, to
HTML::Template, the programmers' job of sending data to the template is easier,
and designers have easier access to more data to display in the template,
without learning any more tag syntax.
WWW: https://metacpan.org/release/HTML-Template-Pluggable
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- p5-HTML-Template-Pluggable>0:www/p5-HTML-Template-Pluggable
- To install the port:
- cd /usr/ports/www/p5-HTML-Template-Pluggable/ && make install clean
- To add the package, run one of these commands:
- pkg install www/p5-HTML-Template-Pluggable
- pkg install p5-HTML-Template-Pluggable
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: p5-HTML-Template-Pluggable
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1652446348
SHA256 (HTML-Template-Pluggable-0.22.tar.gz) = 88d8fba97bb810b31ea730d107ec067acf48557a40b7197828eb0dd56378e09e
SIZE (HTML-Template-Pluggable-0.22.tar.gz) = 31769
- Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- p5-CGI>=3.06 : www/p5-CGI
- p5-Class-Trigger>=0 : devel/p5-Class-Trigger
- p5-HTML-Template>=2.7 : www/p5-HTML-Template
- p5-Regexp-Common>=0 : textproc/p5-Regexp-Common
- perl5>=5.32.r0<5.33 : lang/perl5.32
- perl5>=5.32.r0<5.33 : lang/perl5.32
- Runtime dependencies:
-
- p5-CGI>=3.06 : www/p5-CGI
- p5-Class-Trigger>=0 : devel/p5-Class-Trigger
- p5-HTML-Template>=2.7 : www/p5-HTML-Template
- p5-Regexp-Common>=0 : textproc/p5-Regexp-Common
- perl5>=5.32.r0<5.33 : lang/perl5.32
- This port is required by:
- for Build
-
- www/p5-CGI-Application-Plugin-HTDot
- for Run
-
- www/p5-CGI-Application-Plugin-HTDot
- Configuration Options:
- No options to configure
- Options name:
- www_p5-HTML-Template-Pluggable
- USES:
- perl5
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
13 May 2022 19:30:56 0.22
|
Po-Chuan Hsieh (sunpoet)  |
www/p5-HTML-Template-Pluggable: Update to 0.22
Changes: https://metacpan.org/dist/HTML-Template-Pluggable/changes |
13 May 2022 11:40:06 0.21
|
Po-Chuan Hsieh (sunpoet)  |
www/p5-HTML-Template-Pluggable: Update to 0.21
- Add NO_ARCH
Changes: https://metacpan.org/dist/HTML-Template-Pluggable/changes |
06 Sep 2021 21:13:27 0.17_1
|
Rene Ladan (rene)  |
*: Return culot@'s ports to the pool (and perl@) after safekeeping his bit. |
06 Apr 2021 14:31:07 0.17_1
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
06 Oct 2018 13:06:45
0.17_1
|
des  |
Fix every instance of RUN_DEPENDS:=${BUILD_DEPENDS} in p5 ports, except
for where it resulted in a change in output from build-depends-list or
run-depends-list.
Approved by: portmgr (adamw) |
27 May 2018 20:15:20
0.17_1
|
sunpoet  |
Update WWW
search.cpan.org is shutting down.
It will redirect to metacpan.org after June 25, 2018.
With hat: perl |
01 Apr 2016 14:33:58
0.17_1
|
mat  |
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat: portmgr
Sponsored by: Absolight |
14 Oct 2015 11:04:11
0.17_1
|
culot  |
- Reassign lippe@'s ports after his commit bit was taken in for safekeeping |
26 Nov 2014 13:08:38
0.17_1
|
mat  |
Change the way Perl modules are installed, update the default Perl to 5.18.
Before, we had:
site_perl : lib/perl5/site_perl/5.18
site_perl/perl_arch : lib/perl5/site_perl/5.18/mach
perl_man3 : lib/perl5/5.18/man/man3
Now we have:
site_perl : lib/perl5/site_perl
site_arch : lib/perl5/site_perl/mach/5.18
perl_man3 : lib/perl5/site_perl/man/man3
Modules without any .so will be installed at the same place regardless of the (Only the first 15 lines of the commit message are shown above ) |
25 Aug 2014 16:44:08
0.17
|
antoine  |
Remove some duplicate lines from plist (or duplicate plist)
Reported by: pkg developer mode |
05 Jan 2014 13:41:53
0.17
|
az  |
- stage support
Approved by: portmgr (blanket infrastructure) |
20 Sep 2013 23:36:54
0.17
|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
www) |
03 Sep 2013 13:06:13
0.17
|
az  |
- convert to the new perl5 framework
Approved by: portmgr (bapt@, blanket) |
29 Jun 2012 16:20:23
0.17
|
az  |
- Remove SITE_PERL from *_DEPENDS
Approved by: portmgr@ (bapt@) |
21 Jan 2012 17:40:15
0.17
|
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 |
24 Oct 2011 09:11:38
0.17
|
dougb  |
The vast majority of pkg-descr files had the following format when they
had both lines:
Author: ...
WWW: ....
So standardize on that, and move them to the end of the file when necessary.
Also fix some more whitespace, and remove more "signature tags" of varying
forms, like -- name, etc.
s/AUTHOR/Author/
A few other various formatting issues |
17 Sep 2011 07:06:45
0.17
|
sunpoet  |
- Change PERL_CONFIGURE to "yes" for all values between 5.8.1+ and 5.8.9+
Suggested by: az
With hat: perl |
19 Mar 2011 12:38:54
0.17
|
miwi  |
- Get Rid MD5 support |
05 Sep 2008 02:36:44
0.17
|
lippe  |
- Take maintainership. |
03 Sep 2008 02:30:34
0.17
|
linimon  |
Reset espen@tagestad.no due to maintainer-timeouts and no response to email.
Hat: portmgr |
16 Mar 2008 16:23:32
0.17
|
lippe  |
- Updated to 0.17.
- Fix pkg-plist.
PR: ports/120393
Submitted by: lippe (myself)
Approved by: araujo (mentor), maintainer timeout (> 2 weeks) |
08 Sep 2007 01:11:48
0.16 
|
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 |
27 May 2007 21:54:25
0.16
|
miwi  |
- Update to 0.16
PR: 111898
Submitted by: miwi
Approved by: maintainer timeout |
16 May 2006 18:21:39
0.15
|
sat  |
- Fix plist
Reported by: pointyhat via kris
Approved by: krion (mentor, implicit) |
14 May 2006 20:19:39
0.15
|
sat  |
Add p5-HTML-Template-Pluggable: Extends HTML::Template with plugin support
PR: ports/94444 (based on)
Submitted by: Espen Tagestad <espen@modula.no>
Approved by: krion (mentor) |