summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwill <will@FreeBSD.org>2001-04-10 20:16:05 +0000
committerwill <will@FreeBSD.org>2001-04-10 20:16:05 +0000
commitb82180277b89dff43562da431a546b70d5dbf47a (patch)
tree7cb9ccb103b16dadebe24659992ab06cd1c1ed37
parentf07a9e4fac742090e01c362e04f7b7aa425fbe5a (diff)
downloadFreeBSD-ports-b82180277b89dff43562da431a546b70d5dbf47a.zip
FreeBSD-ports-b82180277b89dff43562da431a546b70d5dbf47a.tar.gz
Add p5-Image-Grab 1.3, a perl extension for Grabbing images off the
Internet. PR: 26440 Submitted by: Anatoliy Dmytriyev <tolid@plab.ku.dk>
-rw-r--r--graphics/Makefile1
-rw-r--r--graphics/p5-Image-Grab/Makefile33
-rw-r--r--graphics/p5-Image-Grab/distinfo1
-rw-r--r--graphics/p5-Image-Grab/pkg-comment1
-rw-r--r--graphics/p5-Image-Grab/pkg-descr2
-rw-r--r--graphics/p5-Image-Grab/pkg-plist5
6 files changed, 43 insertions, 0 deletions
diff --git a/graphics/Makefile b/graphics/Makefile
index bf2105f..2ce8217 100644
--- a/graphics/Makefile
+++ b/graphics/Makefile
@@ -156,6 +156,7 @@
SUBDIR += p5-GD-Graph3d
SUBDIR += p5-GD-TextUtil
SUBDIR += p5-Gimp
+ SUBDIR += p5-Image-Grab
SUBDIR += p5-Image-Size
SUBDIR += p5-Imlib2
SUBDIR += p5-chart
diff --git a/graphics/p5-Image-Grab/Makefile b/graphics/p5-Image-Grab/Makefile
new file mode 100644
index 0000000..6083614
--- /dev/null
+++ b/graphics/p5-Image-Grab/Makefile
@@ -0,0 +1,33 @@
+# New ports collection makefile for: Image-Grab
+# Date created: 8 April 2001
+# Whom: Anatoliy Dmytriyev <tolid@plab.ku.dk>
+#
+# $FreeBSD$
+#
+
+PORTNAME= Image-Grab
+PORTVERSION= 1.3
+CATEGORIES= graphics perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
+MASTER_SITE_SUBDIR= Image
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= tolid@plab.ku.dk
+
+BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 \
+ ${SITE_PERL}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64 \
+ ${SITE_PERL}/URI.pm:${PORTSDIR}/net/p5-URI \
+ ${SITE_PERL}/${PERL_ARCH}/HTML/Parser.pm:${PORTSDIR}/www/p5-HTML-Parser \
+ ${SITE_PERL}/HTML/Tree.pm:${PORTSDIR}/www/p5-HTML-Tree \
+ ${LOCALBASE}/lib/libnet.a:${PORTSDIR}/net/libnet \
+ ${SITE_PERL}/LWP.pm:${PORTSDIR}/www/p5-libwww
+RUN_DEPENDS= ${BUILD_DEPENDS}
+
+SITE_PERL= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}
+PERL_CONFIGURE= yes
+CONFIGURE_ENV= ${ECHO} "N" |
+
+MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
+MAN3= Image::Grab.3
+
+.include <bsd.port.mk>
diff --git a/graphics/p5-Image-Grab/distinfo b/graphics/p5-Image-Grab/distinfo
new file mode 100644
index 0000000..a930471
--- /dev/null
+++ b/graphics/p5-Image-Grab/distinfo
@@ -0,0 +1 @@
+MD5 (Image-Grab-1.3.tar.gz) = df136c158e814810e0111fc6dd45dc45
diff --git a/graphics/p5-Image-Grab/pkg-comment b/graphics/p5-Image-Grab/pkg-comment
new file mode 100644
index 0000000..be15cf5
--- /dev/null
+++ b/graphics/p5-Image-Grab/pkg-comment
@@ -0,0 +1 @@
+Perl extension for Grabbing images off the Internet
diff --git a/graphics/p5-Image-Grab/pkg-descr b/graphics/p5-Image-Grab/pkg-descr
new file mode 100644
index 0000000..1a54c87
--- /dev/null
+++ b/graphics/p5-Image-Grab/pkg-descr
@@ -0,0 +1,2 @@
+Image::Grab is a simple way to get images with URLs that are either not
+predictable or are "hidden" by some method.
diff --git a/graphics/p5-Image-Grab/pkg-plist b/graphics/p5-Image-Grab/pkg-plist
new file mode 100644
index 0000000..eae0b93
--- /dev/null
+++ b/graphics/p5-Image-Grab/pkg-plist
@@ -0,0 +1,5 @@
+lib/perl5/site_perl/%%PERL_VER%%/Image/Grab.pod
+lib/perl5/site_perl/%%PERL_VER%%/Image/Grab/RequestAgent.pm
+lib/perl5/site_perl/%%PERL_VER%%/Image/Grab.pm
+@dirrm lib/perl5/site_perl/%%PERL_VER%%/Image/Grab
+@dirrm lib/perl5/site_perl/%%PERL_VER%%/Image
OpenPOWER on IntegriCloud