Port details |
- p5-String-TT Perl interface to interpolate lexical variables
- 0.03_1 devel =2 0.03_1Version of this port present on the latest quarterly branch.
- Maintainer: bofh@FreeBSD.org
- Port Added: 2012-05-22 12:37:19
- Last Update: 2022-07-20 14:21:35
- Commit Hash: aa6eefd
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: perl5
- License: not specified in port
- Description:
- String::TT exports a "tt" function, which takes a TT (Template Toolkit)
template as its argument. It uses the current lexical scope to resolve
variable references.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- p5-String-TT>0:devel/p5-String-TT
- To install the port:
- cd /usr/ports/devel/p5-String-TT/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/p5-String-TT
- pkg install p5-String-TT
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: p5-String-TT
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (String-TT-0.03.tar.gz) = f7605f0a04f9fa123d3adf4f34579a14c90b7da8b93b65d2e48932ccd3c952ab
SIZE (String-TT-0.03.tar.gz) = 21727
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-PadWalker>=1 : devel/p5-PadWalker
- p5-Sub-Exporter>=0 : devel/p5-Sub-Exporter
- p5-Template-Toolkit>=2 : www/p5-Template-Toolkit
- p5-Test-Exception>=0 : devel/p5-Test-Exception
- p5-Test-TableDriven>=0 : devel/p5-Test-TableDriven
- perl5>=5.32.r0<5.33 : lang/perl5.32
- perl5>=5.32.r0<5.33 : lang/perl5.32
- Runtime dependencies:
-
- p5-PadWalker>=1 : devel/p5-PadWalker
- p5-Sub-Exporter>=0 : devel/p5-Sub-Exporter
- p5-Template-Toolkit>=2 : www/p5-Template-Toolkit
- p5-Test-Exception>=0 : devel/p5-Test-Exception
- p5-Test-TableDriven>=0 : devel/p5-Test-TableDriven
- perl5>=5.32.r0<5.33 : lang/perl5.32
- This port is required by:
- for Build
-
- www/p5-Scrappy
- for Run
-
- www/p5-Scrappy
Configuration Options:
- No options to configure
- Options name:
- devel_p5-String-TT
- USES:
- perl5
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.03_1 20 Jul 2022 14:21:35 |
Tobias C. Berner (tcberner) |
devel: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* <jkoshy@FreeBSD.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron H. K. Diep <ahkdiep@gmail.com>
* Aaron Hurt <ahurt@anbcs.com>
* Abel Chow <abel_chow@yahoo.com>
* Adam McLaurin
* Adam Saponara <as@php.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
0.03_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.03_1 09 Jul 2018 08:40:18 |
mat |
Remove all := from BUILD_DEPENDS, here are never needed.
While there, cleanup, and sort depends.
When build and run dependencies are the same, there are three ways to
avoid duplicating the list while not adding the framework added
BUILD_DEPENDS to the RUN_DEPENDS. In order of preference, they are:
1) use RUN_DEPENDS to set BUILD_DEPENDS:
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= foo:bar/baz
2) create another variable and use it:
MY_DEPENDS= foo:bar/baz
BUILD_DEPENDS= ${MY_DEPENDS}
RUN_DEPENDS= ${MY_DEPENDS}
3) use BUILD_DEPENDS to set RUN_DEPENDS and force evaluation:
BUILD_DEPENDS= foo:bar/baz
RUN_DEPENDS:= ${BUILD_DEPENDS}
Sponsored by: Absolight |
0.03_1 01 Apr 2016 14:00:57 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
0.03_1 24 Dec 2014 00:14:13 |
bofh |
Change my non-FreeBSD MAINTAINER mail to bofh@
Approved by: bapt |
0.03_1 26 Nov 2014 13:08:38 |
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 ) |
0.03 27 Oct 2014 10:55:59 |
bapt |
Cleanup plist |
0.03 06 Jan 2014 09:57:19 |
az |
- add stage support
Approved by: portmgr (blanket infrastructure) |
0.03 20 Sep 2013 17:13:47 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3) |
0.03 07 Sep 2013 08:23:46 |
az |
- convert to the new perl5 framework
Approved by: portmgr (bapt@, blanket) |
0.03 13 Mar 2013 13:55:12 |
bapt |
r314073 removed the wrong line from plist, revert and remove the real extra line
that shouldn't be there
Reported by: az
Pointyhat to: bapt |
0.03 13 Mar 2013 11:20:04 |
bapt |
Do not removed directories not owned by the port
Reported by: pkg DEVELOPER_MODE |
0.03 22 May 2012 12:36:36 |
miwi |
String::TT exports a "tt" function, which takes a TT (Template Toolkit)
template as its argument. It uses the current lexical scope to resolve
variable references.
PR: ports/168165
Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com> |