import p5-HTML-Copy
HTML::Copy copy a HTML file without breaking links in the file. HTML::Copy will be useful to maintain web sites and to handle HTML templates. from Girish Venkatachalam feedback & ok okan@, mederly@
This commit is contained in:
parent
64e629d676
commit
95c8df3298
22
www/p5-HTML-Copy/Makefile
Normal file
22
www/p5-HTML-Copy/Makefile
Normal file
@ -0,0 +1,22 @@
|
|||||||
|
# $OpenBSD: Makefile,v 1.1.1.1 2008/04/11 22:48:41 simon Exp $
|
||||||
|
|
||||||
|
COMMENT= copy a HTML file without breaking links
|
||||||
|
|
||||||
|
MODULES= cpan
|
||||||
|
DISTNAME= HTML-Copy-1.3
|
||||||
|
CATEGORIES= www
|
||||||
|
|
||||||
|
MAINTAINER= Girish Venkatachalam <girish1729@gmail.com>
|
||||||
|
|
||||||
|
# Perl
|
||||||
|
PERMIT_PACKAGE_CDROM= Yes
|
||||||
|
PERMIT_PACKAGE_FTP= Yes
|
||||||
|
PERMIT_DISTFILES_CDROM= Yes
|
||||||
|
PERMIT_DISTFILES_FTP= Yes
|
||||||
|
|
||||||
|
RUN_DEPENDS= ::devel/p5-Class-Accessor \
|
||||||
|
::www/p5-HTML-Parser \
|
||||||
|
::www/p5-URI \
|
||||||
|
::www/p5-libwww
|
||||||
|
|
||||||
|
.include <bsd.port.mk>
|
5
www/p5-HTML-Copy/distinfo
Normal file
5
www/p5-HTML-Copy/distinfo
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
MD5 (HTML-Copy-1.3.tar.gz) = vgklqU4t5jR4UUpFRzY8wQ==
|
||||||
|
RMD160 (HTML-Copy-1.3.tar.gz) = qNsj3TyIgPhWsLyhVSn1TsfWvHA=
|
||||||
|
SHA1 (HTML-Copy-1.3.tar.gz) = Wsj80OgE7+aRIm8v3cdfyoHe+HM=
|
||||||
|
SHA256 (HTML-Copy-1.3.tar.gz) = Lvk8b7D1ms6oT3X2ixNmkmpoqwJzdft2G+KCOX2tg9Q=
|
||||||
|
SIZE (HTML-Copy-1.3.tar.gz) = 7285
|
3
www/p5-HTML-Copy/pkg/DESCR
Normal file
3
www/p5-HTML-Copy/pkg/DESCR
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
HTML::Copy copy a HTML file without breaking links in the file.
|
||||||
|
HTML::Copy will be useful to maintain web sites and to handle HTML
|
||||||
|
templates.
|
5
www/p5-HTML-Copy/pkg/PLIST
Normal file
5
www/p5-HTML-Copy/pkg/PLIST
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
@comment $OpenBSD: PLIST,v 1.1.1.1 2008/04/11 22:48:41 simon Exp $
|
||||||
|
bin/htmlcopy
|
||||||
|
${P5SITE}/HTML/Copy.pm
|
||||||
|
@man man/man1/htmlcopy.1
|
||||||
|
@man man/man3p/HTML::Copy.3p
|
Loading…
Reference in New Issue
Block a user