Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 Jul 2002 13:40:04 -0700 (PDT)
From:      "A.J.Robinson" <ajr@subdimension.com>
To:        freebsd-ports@FreeBSD.org
Subject:   Re: ports/40480 new port: fastest_cvsup, updated Makefile
Message-ID:  <200207162040.g6GKe41v073938@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/40480; it has been noted by GNATS.

From: "A.J.Robinson" <ajr@subdimension.com>
To: freebsd-gnats-submit@FreeBSD.org
Cc:  
Subject: Re: ports/40480 new port: fastest_cvsup, updated Makefile
Date: Tue, 16 Jul 2002 13:33:31 -0700 (PDT)

 >Submitter-Id:	net
 >Originator:	A.J.Robinson
 >Organization:	
 >Confidential:	no
 >Synopsis:	Re: ports/40480 new port: fastest_cvsup, updated Makefile
 >Severity:	non-critical
 >Priority:	low
 >Category:	ports
 >Class:		change-request
 >Release:	
 >Environment:	      
 >Description:
 Updated Makefile, etc. This should work now!
 >How-To-Repeat:
       
 >Fix:
 # This is a shell archive.  Save it in a file, remove anything before
 # this line, and then unpack it by entering "sh file".  Note, it may
 # create directories; files and directories will be owned by you and
 # have default permissions.
 #
 # This archive contains:
 #
 #	Makefile
 #	distinfo
 #	pkg-comment
 #	pkg-descr
 #	pkg-plist
 #
 echo x - Makefile
 sed 's/^X//' >Makefile << 'END-of-Makefile'
 X# New ports collection makefile for:	fastest_cvsup
 X# Date created:        16 July 2002
 X# Whom:                A.J.Robinson (ajr@subdimension.com)
 X#
 X# $FreeBSD$
 X#
 X
 XPORTNAME=	fastest_cvsup
 XPORTVERSION=	0.2.4
 XCATEGORIES=	sysutils
 X
 XMASTER_SITES=	http://fastest-cvsup.sourceforge.net/download/
 XMAINTAINER=	ajr@subdimension.com
 X
 XUSE_PERL5=	yes
 XRUN_DEPENDS=	${PREFIX}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Time/HiRes.pm:${PORTSDIR}/devel/p5-Time-HiRes
 X
 XMAN7=		fastest_cvsup.7
 X
 Xpost-patch:
 X	${PERL} -pi -e 's|__PREFIX__|${PREFIX}|g ; \
 X                s|__INSTALL_MAN__|${INSTALL_MAN}|g ; \
 X                s|__INSTALL_SCRIPT__|${INSTALL_SCRIPT}|g' ${WRKSRC}/Makefile
 X
 X.include <bsd.port.mk>
 END-of-Makefile
 echo x - distinfo
 sed 's/^X//' >distinfo << 'END-of-distinfo'
 XMD5 (fastest_cvsup-0.2.4.tar.gz) = 134ffe6f2ab5729466669231df8ff4eb
 END-of-distinfo
 echo x - pkg-comment
 sed 's/^X//' >pkg-comment << 'END-of-pkg-comment'
 XFinds fastest CVSup server
 END-of-pkg-comment
 echo x - pkg-descr
 sed 's/^X//' >pkg-descr << 'END-of-pkg-descr'
 X
 XPerl script to find fastest FreeBSD CVSup server:
 X
 X* uses socket connections not just 'pings'
 X* takes notice of server responses
 X* connects to servers in countries specified on the command line 
 X   - or - 
 X  connects to the 'local' servers defined in the script
 X   - or -
 X  connects to *all* the servers in *all* the countries
 X* returns either fastest server or top 3 (useful for scripts)
 X* returns exit codes (useful for scripts)
 X* can update the CVSup server list from www.freebsdmirrors.org
 X
 XWWW: http://fastest-cvsup.sourceforge.net/
 END-of-pkg-descr
 echo x - pkg-plist
 sed 's/^X//' >pkg-plist << 'END-of-pkg-plist'
 Xbin/fastest_cvsup
 END-of-pkg-plist
 exit
 

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200207162040.g6GKe41v073938>