Port details |
- p5-PodToHTML Generating HTML from several files containing POD documentation
- 0.08_2 www =5 0.08_2Version of this port present on the latest quarterly branch.
- Maintainer: hrs@FreeBSD.org
- Port Added: 2004-03-10 20:22:40
- Last Update: 2022-07-20 14:23:26
- Commit Hash: e915e75
- People watching this port, also watch:: svk, p5-IO-Digest, xorg-fonts-truetype, libexif, p5-YAML
- Also Listed In: perl5
- License: ART10 GPLv1+
- Description:
- PodToHTML generates HTML from one or (more typically) several files
containg POD documentation.
It uses Pod::Parser to parse the PODs and HTML::Element to represent the
HTML as it is generated.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- p5-PodToHTML>0:www/p5-PodToHTML
- To install the port:
- cd /usr/ports/www/p5-PodToHTML/ && make install clean
- To add the package, run one of these commands:
- pkg install www/p5-PodToHTML
- pkg install p5-PodToHTML
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: p5-PodToHTML
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (PodToHTML-0.08.tar.gz) = af9186eeb6e2f632f51b026ca0532cd98019971f594c7b6295ecc6884b602423
SIZE (PodToHTML-0.08.tar.gz) = 9949
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-URI>=0 : net/p5-URI
- p5-HTML-Tree>=0 : www/p5-HTML-Tree
- p5-HTML-Parser>=0 : www/p5-HTML-Parser
- p5-HTML-Format>=0 : textproc/p5-HTML-Format
- perl5>=5.32.r0<5.33 : lang/perl5.32
- perl5>=5.32.r0<5.33 : lang/perl5.32
- Runtime dependencies:
-
- p5-URI>=0 : net/p5-URI
- p5-HTML-Tree>=0 : www/p5-HTML-Tree
- p5-HTML-Parser>=0 : www/p5-HTML-Parser
- p5-HTML-Format>=0 : textproc/p5-HTML-Format
- perl5>=5.32.r0<5.33 : lang/perl5.32
- This port is required by:
- for Build
-
- devel/p5-VCP-autrijus
- for Run
-
- devel/p5-VCP-autrijus
Configuration Options:
- No options to configure
- Options name:
- www_p5-PodToHTML
- 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.08_2 20 Jul 2022 14:23:26 |
Tobias C. Berner (tcberner) |
www: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
*
* <hvo.pm@xs4all.nl>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron LI <aly@aaronly.me>
* Aaron Zauner <az_mail@gmx.at>
* Abel Chow <achow@transoft.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Adrian Steinmann <ast@marabu.ch>
* Akinori MUSHA aka knu <knu@idaemons.org> (Only the first 15 lines of the commit message are shown above ) |
0.08_2 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.08_2 06 Oct 2018 13:06:45 |
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) |
0.08_2 16 Sep 2018 09:08:23 |
amdmi3 |
- Add LICENSE
- Add NO_ARCH
Approved by: portmgr blanket |
0.08_2 19 May 2016 10:53:06 |
amdmi3 |
- Fix trailing whitespace in pkg-descrs, categories [p-x]*
Approved by: portmgr blanket |
0.08_2 01 Apr 2016 14:33:58 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat: portmgr
Sponsored by: Absolight |
0.08_2 14 Sep 2015 12:19:50 |
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 |
0.08_2 14 May 2015 10:15:09 |
mat |
MASTER_SITES cleanup.
- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.
While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.
Also, replace some EXTRACT_SUFX occurences with USES=tar:*.
Checked by: make fetch-urlall-list
With hat: portmgr
Sponsored by: Absolight |
0.08_2 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.08_1 29 Jan 2014 13:22:44 |
miwi |
- Stage support |
0.08_1 20 Sep 2013 23:36:54 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
www) |
0.08_1 02 Sep 2013 11:04:10 |
az |
- convert to the new perl5 framework
Approved by: portmgr (bapt@, blanket) |
0.08_1 03 Aug 2012 15:54:36 |
cs |
Fix typos and make small modifications in COMMENT (according to Porter's
Handbook)
Approved by: portmgr@ (implicit) |
0.08_1 30 Jun 2012 14:31:06 |
az |
- Remove SITE_PERL from *_DEPENDS
Approved by: portmgr@ (bapt@) |
0.08_1 21 Jan 2012 17:40:15 |
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 |
0.08_1 19 Mar 2011 12:38:54 |
miwi |
- Get Rid MD5 support |
0.08_1 24 Sep 2010 02:03:44 |
pgollucci |
- only 13% of the p5- ports embed @comment $FreeBSD$:
so standarize and remove it
With Hat: perl@ |
0.08_1 20 Jan 2010 01:28:55 |
kuriyama |
- Remove unneeded dependencies which is in perl-5.8.9 dist
(part 1).
Approved by: portmgr (itetcu) |
0.08 20 Aug 2008 22:19:39 |
hrs |
Update to 0.08. Changes include:
* Put deprecation warnings in more places in the docs, and in
the podtohtml script
* Use Pod::Simple::HTML instead of this module
Submitted by: delphij
PR: ports/126690 |
0.06_1 17 Apr 2008 14:30:31 |
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) |
0.06_1 30 Mar 2007 00:21:37 |
hrs |
Add a missing manual page to $MAN3.
Spotted by: kris |
0.06 25 Mar 2007 18:10:58 |
hrs |
Update to 0.06. Changes include:
* Updated dist to get rid of internal Pod::Find that conflicts
with the one from Pod::Parser
Submitted by: Geraud CONTINSOUZAS <geraud AT gcu DOT info>
PR: ports/110548 |
0.05_1 24 Jan 2006 03:14:23 |
edwin |
SHA256ify
Approved by: krion@ |
0.05_1 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.05_1 11 Jun 2005 16:13:12 |
skv |
* reflect renaming on CPAN File-Spec to PathTools
+ add devel/p5-PathTools, remove devel/p5-File-Spec
+ update dependencies for all affected ports (make them unconditional),
bump PORTREVISION for these ports
module was renamed
* reflect renaming on CPAN PodParser to Pod-Parser
+ add textproc/p5-Pod-Parser, remove textproc/p5-PodParser
+ update dependencies for all affected ports (make them unconditional),
bump PORTREVISION for these ports
* for all changed ports make dependencies on File::Temp, Digest::MD5,
Storable unconditional
* remove 'CONFIGURE_ARGS= INSTALLDIRS=site' from Makefile's
(this variable is forced by bsd.port.mk now)
* update Class-Autouse to 1.17
* update POE-API-Hooks to 1.05
* make portlint happy (clean IGNORE, convert spaces to tabs and so on) |
0.05 14 Dec 2004 00:57:38 |
kevlo |
Update to 0.05
Approved by: MAINTAINER |
0.04 31 May 2004 08:05:34 |
kris |
Don't remove a file we didn't install |
0.04 10 Mar 2004 20:22:08 |
naddy |
Import PodToHTML Perl module 0.04.
PodToHTML generates HTML from one or (more typically) several files
containg POD documentation.
PR: 63434
Submitted by: hrs |