From bbc5f4fe1bc870aecdc045947b75f7659a844340 Mon Sep 17 00:00:00 2001 From: Emile `iMil' Heitor Date: Thu, 29 Apr 2004 13:26:45 +0000 Subject: [PATCH] Fetch informations about a NetBSD package on pkgsrc.netbsd.se --- pkgse/DESCR | 2 ++ pkgse/Makefile | 23 +++++++++++++++++++++++ pkgse/PLIST | 2 ++ pkgse/distinfo | 4 ++++ 4 files changed, 31 insertions(+) create mode 100644 pkgse/DESCR create mode 100644 pkgse/Makefile create mode 100644 pkgse/PLIST create mode 100644 pkgse/distinfo diff --git a/pkgse/DESCR b/pkgse/DESCR new file mode 100644 index 0000000000..51ed9b395c --- /dev/null +++ b/pkgse/DESCR @@ -0,0 +1,2 @@ +pkgse is a simple perl script that fetch informations about a NetBSD package +from pkgsrc.netbsd.se website. diff --git a/pkgse/Makefile b/pkgse/Makefile new file mode 100644 index 0000000000..6700a4005a --- /dev/null +++ b/pkgse/Makefile @@ -0,0 +1,23 @@ +# $NetBSD: Makefile,v 1.1.1.1 2004/04/29 13:26:45 imilh Exp $ +# + +DISTNAME= pkgse-0.1 +CATEGORIES= pkgtools +MASTER_SITES= http://imil.net/stuff/ +EXTRACT_SUFX= .tgz + +MAINTAINER= imil@gcu.info +HOMEPAGE= http://imil.net/ +COMMENT= Fetch informations about a NetBSD package on pkgsrc.netbsd.se + +DEPENDS+= perl>=5.6.1nb1:../../lang/perl5 +DEPENDS+= p5-libwww>=5.76:../../www/p5-libwww + +NO_CONFIGURE= yes +NO_BUILD= yes + +do-install: + cd ${WRKSRC} && \ + ${INSTALL_SCRIPT} pkgse ${PREFIX}/bin + +.include "../../mk/bsd.pkg.mk" diff --git a/pkgse/PLIST b/pkgse/PLIST new file mode 100644 index 0000000000..3ba738f32f --- /dev/null +++ b/pkgse/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2004/04/29 13:26:45 imilh Exp $ +bin/pkgse diff --git a/pkgse/distinfo b/pkgse/distinfo new file mode 100644 index 0000000000..de36a59125 --- /dev/null +++ b/pkgse/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2004/04/29 13:26:45 imilh Exp $ + +SHA1 (pkgse-0.1.tgz) = ecc77a572dbbd2ff988a3d62e2379c3037fd35f6 +Size (pkgse-0.1.tgz) = 989 bytes