Index: head/ftp/Makefile =================================================================== --- head/ftp/Makefile (revision 43410) +++ head/ftp/Makefile (revision 43411) @@ -1,55 +1,56 @@ # $FreeBSD$ # SUBDIR += IglooFTP SUBDIR += axyftp SUBDIR += bftpd SUBDIR += caitoo SUBDIR += cftp SUBDIR += curl SUBDIR += downloader SUBDIR += emirror SUBDIR += ftpcopy SUBDIR += ftpfind SUBDIR += ftplocate SUBDIR += ftpmirror SUBDIR += ftpproxy SUBDIR += ftpq SUBDIR += ftpsearch SUBDIR += ftptool SUBDIR += gftp SUBDIR += greed SUBDIR += gtm SUBDIR += hsftp SUBDIR += jmirror SUBDIR += junglemonkey SUBDIR += kmago SUBDIR += lftp SUBDIR += llnlxdir SUBDIR += llnlxftp SUBDIR += lukemftp SUBDIR += lukemftpd SUBDIR += mirror SUBDIR += moxftp SUBDIR += muddleftpd SUBDIR += ncftp SUBDIR += ncftp2 SUBDIR += ncftp3 SUBDIR += oftpd SUBDIR += omi SUBDIR += paraftp SUBDIR += pavuk SUBDIR += proftpd SUBDIR += puf SUBDIR += pure-ftpd SUBDIR += ruby-curl SUBDIR += sftp SUBDIR += spegla + SUBDIR += vcheck SUBDIR += vsftpd SUBDIR += wget SUBDIR += wu-ftpd SUBDIR += xrmftp SUBDIR += yafc SUBDIR += yale-tftpd .include Property changes on: head/ftp/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.27 \ No newline at end of property +1.28 \ No newline at end of property Index: head/ftp/vcheck/Makefile =================================================================== --- head/ftp/vcheck/Makefile (nonexistent) +++ head/ftp/vcheck/Makefile (revision 43411) @@ -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 Property changes on: head/ftp/vcheck/Makefile ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Index: head/ftp/vcheck/distinfo =================================================================== --- head/ftp/vcheck/distinfo (nonexistent) +++ head/ftp/vcheck/distinfo (revision 43411) @@ -0,0 +1 @@ +MD5 (vcheck-1.0.3.tar.gz) = 060df6b06acc28733a8897659b2f301a Property changes on: head/ftp/vcheck/distinfo ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/ftp/vcheck/pkg-comment =================================================================== --- head/ftp/vcheck/pkg-comment (nonexistent) +++ head/ftp/vcheck/pkg-comment (revision 43411) @@ -0,0 +1 @@ +Automatically check for and download most recent versions of software Property changes on: head/ftp/vcheck/pkg-comment ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/ftp/vcheck/pkg-descr =================================================================== --- head/ftp/vcheck/pkg-descr (nonexistent) +++ head/ftp/vcheck/pkg-descr (revision 43411) @@ -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/ Property changes on: head/ftp/vcheck/pkg-descr ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/ftp/vcheck/pkg-plist =================================================================== --- head/ftp/vcheck/pkg-plist (nonexistent) +++ head/ftp/vcheck/pkg-plist (revision 43411) @@ -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 Property changes on: head/ftp/vcheck/pkg-plist ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property