From c361e498412eaf90cebfdcb58564c3301ff1c34d Mon Sep 17 00:00:00 2001 From: Ying-Chieh Liao Date: Fri, 1 Jun 2001 19:03:15 +0000 Subject: add vcheck Automatically check for and download most recent versions of software --- ftp/vcheck/Makefile | 23 +++++++++++++++++++++++ ftp/vcheck/distinfo | 1 + ftp/vcheck/pkg-comment | 1 + ftp/vcheck/pkg-descr | 6 ++++++ ftp/vcheck/pkg-plist | 3 +++ 5 files changed, 34 insertions(+) create mode 100644 ftp/vcheck/Makefile create mode 100644 ftp/vcheck/distinfo create mode 100644 ftp/vcheck/pkg-comment create mode 100644 ftp/vcheck/pkg-descr create mode 100644 ftp/vcheck/pkg-plist (limited to 'ftp/vcheck') diff --git a/ftp/vcheck/Makefile b/ftp/vcheck/Makefile new file mode 100644 index 000000000000..3a9d02e40389 --- /dev/null +++ b/ftp/vcheck/Makefile @@ -0,0 +1,23 @@ +# ex:ts=8 +# New ports collection makefile for: vcheck +# Date created: Jun 1, 2001 +# Whom: ijliao +# +# $FreeBSD$ +# + +PORTNAME= vcheck +PORTVERSION= 1.0.3 +CATEGORIES= ftp +MASTER_SITES= http://www.tu-ilmenau.de/~gomar/stuff/vcheck/ + +MAINTAINER= ijliao@FreeBSD.org + +BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/LWP/UserAgent.pm:${PORTSDIR}/www/p5-libwww +RUN_DEPENDS= ${BUILD_DEPENDS} + +PERL_CONFIGURE= yes + +MAN1= vcheck.1 + +.include diff --git a/ftp/vcheck/distinfo b/ftp/vcheck/distinfo new file mode 100644 index 000000000000..022bc7b93ceb --- /dev/null +++ b/ftp/vcheck/distinfo @@ -0,0 +1 @@ +MD5 (vcheck-1.0.3.tar.gz) = 060df6b06acc28733a8897659b2f301a diff --git a/ftp/vcheck/pkg-comment b/ftp/vcheck/pkg-comment new file mode 100644 index 000000000000..506791b78156 --- /dev/null +++ b/ftp/vcheck/pkg-comment @@ -0,0 +1 @@ +Automatically check for and download most recent versions of software diff --git a/ftp/vcheck/pkg-descr b/ftp/vcheck/pkg-descr new file mode 100644 index 000000000000..eb98cd86176f --- /dev/null +++ b/ftp/vcheck/pkg-descr @@ -0,0 +1,6 @@ +vcheck is a rather complex and highly configurable PERL script designed to +automate the process of checking for and downloading most recent versions of +software packages at HTTP or FTP locations. The script is self-documenting, +and this in a rather comprehensive fashion. + +WWW: http://www.tu-ilmenau.de/~gomar/stuff/vcheck/ diff --git a/ftp/vcheck/pkg-plist b/ftp/vcheck/pkg-plist new file mode 100644 index 000000000000..d7d97931259c --- /dev/null +++ b/ftp/vcheck/pkg-plist @@ -0,0 +1,3 @@ +bin/vcheck +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/vcheck/.packlist +@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/vcheck -- cgit v1.2.3