Port details |
- p5-HTML-Tiny Lightweight, dependency free HTML/XML generation
- 1.05_1 textproc
=1 1.05_1Version of this port present on the latest quarterly branch. - Maintainer: perl@FreeBSD.org
 - Port Added: 2008-01-26 00:59:56
- Last Update: 2021-04-06 14:31:07
- Commit Hash: 305f148
- People watching this port, also watch:: python, p5-Net-Domain-TLD, p5-Lingua-Stem-Fr, sysinfo
- Also Listed In: perl5
- License: ART10 GPLv1+
- Description:
- HTML::Tiny is a simple, dependency free module for generating HTML (and
XML). It concentrates on generating syntactically correct XHTML using a
simple Perl notation.
In addition to the HTML generation functions utility functions are provided
to
* encode and decode URL encoded strings
* entity encode HTML
* build query strings
* JSON encode data structures
WWW: https://metacpan.org/release/HTML-Tiny
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- p5-HTML-Tiny>0:textproc/p5-HTML-Tiny
- To install the port:
- cd /usr/ports/textproc/p5-HTML-Tiny/ && make install clean
- To add the package, run one of these commands:
- pkg install textproc/p5-HTML-Tiny
- pkg install p5-HTML-Tiny
- PKGNAME: p5-HTML-Tiny
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (HTML-Tiny-1.05.tar.gz) = d7cdc9d5985e2e44ceba10b756acf1e0d3a1b3ee3b516e5b54adb850fe79fda3
SIZE (HTML-Tiny-1.05.tar.gz) = 17258
- 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:
-
- perl5>=5.32.r0<5.33 : lang/perl5.32
- Runtime dependencies:
-
- perl5>=5.32.r0<5.33 : lang/perl5.32
- This port is required by:
- for Build
-
- graphics/p5-Captcha-reCAPTCHA
- graphics/p5-Captcha-reCAPTCHA-Mailhide
- www/p5-WWW-Plurk
- for Run
-
- graphics/p5-Captcha-reCAPTCHA
- graphics/p5-Captcha-reCAPTCHA-Mailhide
- www/p5-WWW-Plurk
- Configuration Options:
- No options to configure
- Options name:
- textproc_p5-HTML-Tiny
- 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 |
06 Apr 2021 14:31:07 1.05_1
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
14 Jan 2019 09:00:29
1.05_1
|
amdmi3  |
- Add LICENSE
- Add NO_ARCH
Approved by: portmgr blanket |
27 May 2018 20:15:20
1.05_1
|
sunpoet  |
Update WWW
search.cpan.org is shutting down.
It will redirect to metacpan.org after June 25, 2018.
With hat: perl |
26 Nov 2014 13:08:38
1.05_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 ) |
07 Nov 2013 03:52:42
1.05
|
vanilla  |
Support STAGEDIR. |
20 Sep 2013 23:17:32
1.05
|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
textproc) |
02 Aug 2013 18:52:11
1.05
|
mat  |
- Convert to new perl framework
- Trim Makefile header
- Remove MAKE_JOBS_SAFE=yes, it's the default. |
08 Sep 2011 08:36:43
1.05
|
az  |
- Replace ../../authors in MASTER_SITE_SUBDIR with CPAN:CPANID macro.
See http://wiki.freebsd.org/Perl for details.
- Change maintainership from ports@ to perl@ for ports in this changeset.
With perl@ hat |
17 May 2011 11:13:00
1.05
|
jadawin  |
- Cleaning MD5 in perl@'s ports
Approved by: erwin@ (portmgr) |
28 Aug 2009 17:37:26
1.05
|
linimon  |
Reset chinsan@FreeBSD.org due to numerous maintainer-timeouts and no
response to email.
Hat: portmgr |
23 Mar 2009 18:37:06
1.05
|
chinsan  |
- Update to 1.05 |
10 Aug 2008 02:11:43
1.03
|
chinsan  |
- Update to 1.03 |
17 Apr 2008 14:30:31
1.01
|
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) |
26 Jan 2008 00:59:40
1.01
|
chinsan  |
HTML::Tiny is a simple, dependency free module for generating HTML (and
XML). It concentrates on generating syntactically correct XHTML using a
simple Perl notation.
In addition to the HTML generation functions utility functions are provided
to :
* encode and decode URL encoded strings
* entity encode HTML
* build query strings
* JSON encode data structures
WWW: http://search.cpan.org/dist/HTML-Tiny/ |