Port details |
- p5-HTML Perl5 module for writing HTML documents
- 0.6 www
=35 0.6Version of this port present on the latest quarterly branch. DEPRECATED: project no longer exists
This port expired on: 2006-11-16
- There is no maintainer for this port.
- Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org
 - Port Added: unknown
- Last Update: 2007-02-23 22:29:13
- SVN Revision: UNKNOWN
- People watching this port, also watch:: p5-HTML-Parser, p5-libwww, p5-Digest-MD5, gmake, unzip
- Also Listed In: perl5
- License: not specified in port
- Description:
- HTML::Base is an expansion module for PERL version 5 which
provides an object-oriented way to build pages of HTML.
It's purpose is to create HTML tags at the lowest level of
functionality, that is to say, it creates HTML and doesn't
do much else. Specifically, it does not provide any
CGI-like services (see the CGI modules for that!).
Currently, the module supports all of the standard HTML
2.0 tags, plus some selected tags from the proposed HTML
3.0 standard, and some NetScapeisms.
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- No installation instructions:
- This port has been deleted.
- PKGNAME: p5-HTML
- Flavors: there is no flavor information for this port.
- distinfo:
- There is no distinfo for this port.
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:

- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- perl5.8.7 : lang/perl5.8
- Runtime dependencies:
-
- perl5.8.7 : lang/perl5.8
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- N/A
- 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.6 23 Feb 2007 22:29:13
 |
ahze  |
Retire port |
0.6 16 Sep 2006 09:10:40
 |
erwin  |
The project no longer exists at CPAN and hasn't for some time. Mark
for removal in 2 months. |
0.6 22 Jan 2006 02:58:25
 |
edwin  |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related) |
0.6 25 Nov 2005 19:02:21
 |
pav  |
- Add SHA256 |
0.6 29 Jan 2004 16:13:06
 |
trevor  |
SIZEify. |
0.6 24 Oct 2003 12:05:09
 |
ijliao  |
utilize SITE_PERL
PR: 58166
Submitted by: Cheng-Lung Sung <clsung@dragon2.net> |
0.6 20 Feb 2003 19:15:38
 |
knu  |
De-pkg-comment. |
01 Mar 2001 06:39:18
    |
vanilla  |
Remove do-configure section, use PERL_CONFIGURE now. |
05 Feb 2001 15:33:58
    |
olgeni  |
Some spaces -> tabs for ports/www. |
31 Oct 2000 19:47:13
    |
kuriyama  |
Add 1 @unexec rmdir. |
23 Oct 2000 22:03:12
    |
will  |
Remove jfitz@ as MAINTAINER - mail is bouncing / mailservers don't answer. |
08 Oct 2000 08:11:25
    |
asami  |
Convert category www to new layout. |
11 Aug 2000 02:03:43
    |
will  |
Fix p5-HTML so Perl can find its modules when they are installed. |
17 Jun 2000 03:37:15
    |
will  |
Lots and lots of cleanups. Teach p5-* in general about PKGNAMEPREFIX. Add
some missing/wrong dependencies. Show how to respect CC/CFLAGS. Many
miscellaneous modifications. I used more excessive hacks to force p5-Jcode
and p5-WWW-Search to respect CC/CFLAGS. |