Fetch informations about a NetBSD package on pkgsrc.netbsd.se

This commit is contained in:
Emile `iMil' Heitor 2004-04-29 13:26:45 +00:00 committed by Thomas Klausner
parent 31a83a6c38
commit bbc5f4fe1b
4 changed files with 31 additions and 0 deletions

2
pkgse/DESCR Normal file
View file

@ -0,0 +1,2 @@
pkgse is a simple perl script that fetch informations about a NetBSD package
from pkgsrc.netbsd.se website.

23
pkgse/Makefile Normal file
View file

@ -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"

2
pkgse/PLIST Normal file
View file

@ -0,0 +1,2 @@
@comment $NetBSD: PLIST,v 1.1.1.1 2004/04/29 13:26:45 imilh Exp $
bin/pkgse

4
pkgse/distinfo Normal file
View file

@ -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