add vcheck
Automatically check for and download most recent versions of software
This commit is contained in:
parent
45e5742790
commit
c361e49841
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=43411
@ -45,6 +45,7 @@
|
||||
SUBDIR += ruby-curl
|
||||
SUBDIR += sftp
|
||||
SUBDIR += spegla
|
||||
SUBDIR += vcheck
|
||||
SUBDIR += vsftpd
|
||||
SUBDIR += wget
|
||||
SUBDIR += wu-ftpd
|
||||
|
23
ftp/vcheck/Makefile
Normal file
23
ftp/vcheck/Makefile
Normal file
@ -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 <bsd.port.mk>
|
1
ftp/vcheck/distinfo
Normal file
1
ftp/vcheck/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (vcheck-1.0.3.tar.gz) = 060df6b06acc28733a8897659b2f301a
|
1
ftp/vcheck/pkg-comment
Normal file
1
ftp/vcheck/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
Automatically check for and download most recent versions of software
|
6
ftp/vcheck/pkg-descr
Normal file
6
ftp/vcheck/pkg-descr
Normal file
@ -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/
|
3
ftp/vcheck/pkg-plist
Normal file
3
ftp/vcheck/pkg-plist
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user