diff options
author | seb <seb@pkgsrc.org> | 2003-03-17 08:48:57 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2003-03-17 08:48:57 +0000 |
commit | 1a0e887b8a1fea63ce62fae85ec51b557d3f4470 (patch) | |
tree | 1f40beb496a5d34186313d44ad8e61a3f837114f /net | |
parent | ac6068a8b9f2c53c02f94e86249253e9334a6fbe (diff) | |
download | pkgsrc-1a0e887b8a1fea63ce62fae85ec51b557d3f4470.tar.gz |
Initial import of vcheck version 1.2.1 into the NetBSD Packages Collection.
Vcheck is a tool for checking for latest versions of programs at
HTTP and FTP locations given a list of URLs and (Perl-style) regular
expressions to match, and to optionally download them automatically.
Diffstat (limited to 'net')
-rw-r--r-- | net/vcheck/DESCR | 3 | ||||
-rw-r--r-- | net/vcheck/Makefile | 18 | ||||
-rw-r--r-- | net/vcheck/PLIST | 1 | ||||
-rw-r--r-- | net/vcheck/distinfo | 4 |
4 files changed, 26 insertions, 0 deletions
diff --git a/net/vcheck/DESCR b/net/vcheck/DESCR new file mode 100644 index 00000000000..407eb5eb18a --- /dev/null +++ b/net/vcheck/DESCR @@ -0,0 +1,3 @@ +Vcheck is a tool for checking for latest versions of programs at +HTTP and FTP locations given a list of URLs and (Perl-style) regular +expressions to match, and to optionally download them automatically. diff --git a/net/vcheck/Makefile b/net/vcheck/Makefile new file mode 100644 index 00000000000..15f4a83839d --- /dev/null +++ b/net/vcheck/Makefile @@ -0,0 +1,18 @@ +# $NetBSD: Makefile,v 1.1.1.1 2003/03/17 08:48:57 seb Exp $ +# + +DISTNAME= vcheck-1.2.1 +CATEGORIES= net perl5 +MASTER_SITES= http://www.stud.tu-ilmenau.de/~gomar/stuff/vcheck/ + +MAINTAINER= packages@netbsd.org +HOMEPAGE= http://www.stud.tu-ilmenau.de/~gomar/stuff/vcheck/ +COMMENT= latest program version checker and auto-downloader + +DEPENDS+= p5-libwww>=5.69nb1:../../www/p5-libwww + +USE_BUILDLINK2= YES +PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/vcheck/.packlist + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/net/vcheck/PLIST b/net/vcheck/PLIST new file mode 100644 index 00000000000..2423009fdaf --- /dev/null +++ b/net/vcheck/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2003/03/17 08:48:58 seb Exp $ diff --git a/net/vcheck/distinfo b/net/vcheck/distinfo new file mode 100644 index 00000000000..dce0b387c07 --- /dev/null +++ b/net/vcheck/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2003/03/17 08:48:58 seb Exp $ + +SHA1 (vcheck-1.2.1.tar.gz) = 3b05924421e3d0c48976f7ee8036e2cf23e2fd0b +Size (vcheck-1.2.1.tar.gz) = 40307 bytes |