Import HTTP::GetImages 0.343
This module allows to automate the searching, recovery and local storage of images from the Web, including those linked by anchor (A), image (IMG) and image map (AREA) elements. From Lievisse Adriaanse <jasper@nedbsd.nl>
This commit is contained in:
parent
7a2d635d0d
commit
56dec2dbef
26
www/p5-HTTP-GetImages/Makefile
Normal file
26
www/p5-HTTP-GetImages/Makefile
Normal file
@ -0,0 +1,26 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2005/10/09 08:17:17 alek Exp $
|
||||
|
||||
COMMENT= "spider to recover and store images from web pages"
|
||||
|
||||
DISTNAME= HTTP-GetImages-0.343
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
CATEGORIES= www perl5
|
||||
|
||||
MAINTAINER= Jasper Lievisse Adriaanse <jasper@nedbsd.nl>
|
||||
|
||||
# Artistic + GPL
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=HTTP/}
|
||||
|
||||
RUN_DEPENDS= ::www/p5-libwww
|
||||
REGRESS_DEPENDS= ${RUN_DEPENDS}
|
||||
|
||||
CONFIGURE_STYLE= perl
|
||||
|
||||
PKG_ARCH= *
|
||||
|
||||
.include <bsd.port.mk>
|
4
www/p5-HTTP-GetImages/distinfo
Normal file
4
www/p5-HTTP-GetImages/distinfo
Normal file
@ -0,0 +1,4 @@
|
||||
MD5 (HTTP-GetImages-0.343.tar.gz) = aa0102953a3f3eebdb3ffab958a45343
|
||||
RMD160 (HTTP-GetImages-0.343.tar.gz) = b4694100ef01ae4082ec8c85bf113eca399fb34c
|
||||
SHA1 (HTTP-GetImages-0.343.tar.gz) = 9c841c5170270978223ccee8b33f1c9b512a79b5
|
||||
SIZE (HTTP-GetImages-0.343.tar.gz) = 6964
|
3
www/p5-HTTP-GetImages/pkg/DESCR
Normal file
3
www/p5-HTTP-GetImages/pkg/DESCR
Normal file
@ -0,0 +1,3 @@
|
||||
This module allows to automate the searching, recovery and local storage
|
||||
of images from the Web, including those linked by anchor (A),
|
||||
image (IMG) and image map (AREA) elements.
|
3
www/p5-HTTP-GetImages/pkg/PLIST
Normal file
3
www/p5-HTTP-GetImages/pkg/PLIST
Normal file
@ -0,0 +1,3 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2005/10/09 08:17:17 alek Exp $
|
||||
${P5SITE}/HTTP/GetImages.pm
|
||||
@man man/man3p/HTTP::GetImages.3p
|
Loading…
Reference in New Issue
Block a user