Port details |
- p5-HTML-Seamstress HTML::Tree subclass for HTML templating via tree rewriting
- 6.112830 www
=0 6.112830Version of this port present on the latest quarterly branch. - Maintainer: perl@FreeBSD.org
 - Port Added: 2007-02-19 16:28:10
- Last Update: 2021-04-06 14:31:07
- Commit Hash: 305f148
- Also Listed In: perl5
- License: ART10 GPLv1+
- Description:
- HTML::Seamstress - HTML::Tree subclass for HTML templating via tree
rewriting.
WWW: https://metacpan.org/release/HTML-Seamstress
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- p5-HTML-Seamstress>0:www/p5-HTML-Seamstress
- To install the port:
- cd /usr/ports/www/p5-HTML-Seamstress/ && make install clean
- To add the package, run one of these commands:
- pkg install www/p5-HTML-Seamstress
- pkg install p5-HTML-Seamstress
- PKGNAME: p5-HTML-Seamstress
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1488288400
SHA256 (HTML-Seamstress-6.112830.tar.gz) = 1176548c14ac4061e4a39e9f4520130ca669f1d81999fc1d85c074997aa54051
SIZE (HTML-Seamstress-6.112830.tar.gz) = 62641
- 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-File-Slurp>=0 : devel/p5-File-Slurp
- p5-HTML-Element-Library>=0 : www/p5-HTML-Element-Library
- p5-HTML-Element-Replacer>=0 : www/p5-HTML-Element-Replacer
- p5-HTML-Tree>=0 : www/p5-HTML-Tree
- p5-Set-Array>=0 : devel/p5-Set-Array
- perl5>=5.32.r0<5.33 : lang/perl5.32
- perl5>=5.32.r0<5.33 : lang/perl5.32
- Runtime dependencies:
-
- p5-File-Slurp>=0 : devel/p5-File-Slurp
- p5-HTML-Element-Library>=0 : www/p5-HTML-Element-Library
- p5-HTML-Element-Replacer>=0 : www/p5-HTML-Element-Replacer
- p5-HTML-Tree>=0 : www/p5-HTML-Tree
- p5-Set-Array>=0 : devel/p5-Set-Array
- perl5>=5.32.r0<5.33 : lang/perl5.32
- There are no ports dependent upon this port
- Configuration Options:
- No options to configure
- Options name:
- www_p5-HTML-Seamstress
- USES:
- perl5 shebangfix
- 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 |
06 Apr 2021 14:31:07 6.112830
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
06 Oct 2018 13:06:45
6.112830
|
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
6.112830
|
sunpoet  |
Update WWW
search.cpan.org is shutting down.
It will redirect to metacpan.org after June 25, 2018.
With hat: perl |
15 Sep 2017 08:58:50
6.112830
|
mat  |
Fix license information for portgs that use "the same license as Perl".
Sponsored by: Absolight |
28 Feb 2017 14:58:27
6.112830
|
sunpoet  |
Update to 6.112830
- Add LICENSE
- Add TEST_DEPENDS
- Add NO_ARCH
- Sort PLIST |
01 Apr 2016 14:33:58
5.0h_3
|
mat  |
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat: portmgr
Sponsored by: Absolight |
14 Sep 2015 12:19:50
5.0h_3
|
mat  |
Make it so that the default Perl is always called perl5.
- Move Perl's man1 files along with its man3 files.
- Move where Perl installs its modules man1 pages.
- Convert the ports installing man1 pages.
- Make different Perl versions installable at the same time.
Though you should note that only the default version can be used to
install Perl modules, and the non default Perl versions cannot use the
modules installed via ports if they contain .so as they are installed
in a version specific directory.
Reviewed by: bapt (the Mk bits)
Exp-run by: antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D3542 |
22 May 2015 10:17:27
5.0h_3
|
amdmi3  |
- Fix shebangs
Approved by: portmgr blanket
MFH: 2015Q2 |
26 Nov 2014 13:08:38
5.0h_2
|
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 ) |
07 Nov 2013 13:55:25
5.0h_1
|
vanilla  |
support STAGEDIR. |
20 Sep 2013 23:36:54
5.0h_1
|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
www) |
02 Aug 2013 18:52:11
5.0h_1
|
mat  |
- Convert to new perl framework
- Trim Makefile header
- Remove MAKE_JOBS_SAFE=yes, it's the default. |
03 Apr 2012 01:38:50
5.0h_1
|
swills  |
- Add missing DEPENDS
- Bump PORTREVISION
Feature safe: yes |
21 Jan 2012 17:40:15
5.0h
|
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 |
19 Mar 2011 12:38:54
5.0h
|
miwi  |
- Get Rid MD5 support |
15 Dec 2009 07:54:19
5.0h
|
pgollucci  |
- Update to 5.0h |
28 Aug 2009 17:37:26
5.0c
|
linimon  |
Reset chinsan@FreeBSD.org due to numerous maintainer-timeouts and no
response to email.
Hat: portmgr |
03 Jul 2009 20:18:55
5.0c
|
pgollucci  |
- Update to 5.0c
PR: ports/135815
Approved by: maintainer timeout (chinsan; 16 days)
Submitted by: myself (pgollucci@) |
06 Jun 2008 14:07:24
5.0b_1
|
edwin  |
Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav) |
18 May 2008 05:38:36
5.0b
|
chinsan  |
- Update to 5.0b. |
23 Dec 2007 18:37:36
4.28
|
chinsan  |
- Update to 4.28.
- Use CPAN macro. |
19 Feb 2007 16:22:00
4.26
|
rafan  |
Add p5-HTML-Seamstress 4.26, HTML::Tree subclass for HTML templating via
tree rewriting.
PR: ports/109307
Submitted by: chinsan |