aboutsummaryrefslogtreecommitdiff
path: root/www/p5-PodToHTML
Commit message (Collapse)AuthorAgeFilesLines
* Fix typos and make small modifications in COMMENT (according to Porter'sCarlo Strub2012-08-031-1/+1
| | | | | | | | | Handbook) Approved by: portmgr@ (implicit) Notes: svn path=/head/; revision=301960
* - Remove SITE_PERL from *_DEPENDSAndrej Zverev2012-06-301-4/+4
| | | | | | | Approved by: portmgr@ (bapt@) Notes: svn path=/head/; revision=300275
* At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450Eitan Adler2012-01-211-1/+1
| | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=289563
* - Get Rid MD5 supportMartin Wilke2011-03-191-1/+0
| | | | Notes: svn path=/head/; revision=271305
* - only 13% of the p5- ports embed @comment $FreeBSD$:Philip M. Gollucci2010-09-241-1/+0
| | | | | | | | | so standarize and remove it With Hat: perl@ Notes: svn path=/head/; revision=261743
* - Remove unneeded dependencies which is in perl-5.8.9 distJun Kuriyama2010-01-201-1/+1
| | | | | | | | | (part 1). Approved by: portmgr (itetcu) Notes: svn path=/head/; revision=248185
* Update to 0.08. Changes include:Hiroki Sato2008-08-202-5/+4
| | | | | | | | | | | | * 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 Notes: svn path=/head/; revision=218926
* - Take advantage of CPAN macro from bsd.sites.mk, change ↵Marcelo Araujo2008-04-171-1/+1
| | | | | | | | | | | | ${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) Notes: svn path=/head/; revision=211450
* Add a missing manual page to $MAN3.Hiroki Sato2007-03-301-1/+3
| | | | | | | Spotted by: kris Notes: svn path=/head/; revision=188789
* Update to 0.06. Changes include:Hiroki Sato2007-03-252-5/+5
| | | | | | | | | | | * 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 Notes: svn path=/head/; revision=188311
* SHA256ifyEdwin Groothuis2006-01-241-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154308
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryEdwin Groothuis2006-01-221-2/+2
| | | | | | | | Approved by: krion@ PR: ports/88711 (related) Notes: svn path=/head/; revision=154116
* * reflect renaming on CPAN File-Spec to PathToolsSergey Skvortsov2005-06-111-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | + 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) Notes: svn path=/head/; revision=137264
* Update to 0.05Kevin Lo2004-12-142-4/+5
| | | | | | | Approved by: MAINTAINER Notes: svn path=/head/; revision=123973
* Don't remove a file we didn't installKris Kennaway2004-05-311-1/+0
| | | | Notes: svn path=/head/; revision=110490
* Import PodToHTML Perl module 0.04.Christian Weisgerber2004-03-104-0/+42
PodToHTML generates HTML from one or (more typically) several files containg POD documentation. PR: 63434 Submitted by: hrs Notes: svn path=/head/; revision=103563