pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/p5-Net-Google Initial import of p5-Net-Google 0.61...
details: https://anonhg.NetBSD.org/pkgsrc/rev/f97549c9e78e
branches: trunk
changeset: 472359:f97549c9e78e
user: grant <grant%pkgsrc.org@localhost>
date: Fri Apr 09 11:31:55 2004 +0000
description:
Initial import of p5-Net-Google 0.61 into the NetBSD packages collection.
Net::Google provides a simple OOP-ish interface to the Google SOAP
API.
diffstat:
net/p5-Net-Google/DESCR | 2 ++
net/p5-Net-Google/Makefile | 15 +++++++++++++++
net/p5-Net-Google/PLIST | 1 +
net/p5-Net-Google/buildlink2.mk | 18 ++++++++++++++++++
net/p5-Net-Google/distinfo | 4 ++++
5 files changed, 40 insertions(+), 0 deletions(-)
diffs (60 lines):
diff -r eed3e2a55b05 -r f97549c9e78e net/p5-Net-Google/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/net/p5-Net-Google/DESCR Fri Apr 09 11:31:55 2004 +0000
@@ -0,0 +1,2 @@
+Net::Google provides a simple OOP-ish interface to the Google SOAP
+API.
diff -r eed3e2a55b05 -r f97549c9e78e net/p5-Net-Google/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/net/p5-Net-Google/Makefile Fri Apr 09 11:31:55 2004 +0000
@@ -0,0 +1,15 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/04/09 11:31:55 grant Exp $
+
+DISTNAME= Net-Google-0.61
+PKGNAME= p5-${DISTNAME}
+CATEGORIES= net perl5 www
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/}
+
+MAINTAINER= tech-pkg%NetBSD.org@localhost
+COMMENT= Perl module for accessing Google search engine
+
+USE_BUILDLINK2= YES
+PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Net/Google/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r eed3e2a55b05 -r f97549c9e78e net/p5-Net-Google/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/net/p5-Net-Google/PLIST Fri Apr 09 11:31:55 2004 +0000
@@ -0,0 +1,1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2004/04/09 11:31:55 grant Exp $
diff -r eed3e2a55b05 -r f97549c9e78e net/p5-Net-Google/buildlink2.mk
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/net/p5-Net-Google/buildlink2.mk Fri Apr 09 11:31:55 2004 +0000
@@ -0,0 +1,18 @@
+# $NetBSD: buildlink2.mk,v 1.1.1.1 2004/04/09 11:31:55 grant Exp $
+#
+
+.if !defined(P5_NET_GOOGLE_BUILDLINK2_MK)
+P5_NET_GOOGLE_BUILDLINK2_MK= # defined
+
+BUILDLINK_PACKAGES+= p5-Net-Google
+BUILDLINK_DEPENDS.p5-Net-Google?= p5-Net-Google>=0.61
+BUILDLINK_PKGSRCDIR.p5-Net-Google?= ../../net/p5-Net-Google
+
+EVAL_PREFIX+= BUILDLINK_PREFIX.p5-Net-Google=p5-Net-Google
+BUILDLINK_PREFIX.p5-Net-Google_DEFAULT= ${LOCALBASE}
+
+BUILDLINK_TARGETS+= p5-Net-Google-buildlink
+
+p5-Net-Google-buildlink: _BUILDLINK_USE
+
+.endif # P5_NET_GOOGLE_BUILDLINK2_MK
diff -r eed3e2a55b05 -r f97549c9e78e net/p5-Net-Google/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/net/p5-Net-Google/distinfo Fri Apr 09 11:31:55 2004 +0000
@@ -0,0 +1,4 @@
+$NetBSD: distinfo,v 1.1.1.1 2004/04/09 11:31:55 grant Exp $
+
+SHA1 (Net-Google-0.61.tar.gz) = e725d58fbb168a67747d2263e25030c7d32d3eda
+Size (Net-Google-0.61.tar.gz) = 14037 bytes
Home |
Main Index |
Thread Index |
Old Index