pass maintainership to Ryan Thompson <ryan@sasknow.com>

add master sites
remove dup md5 checksum
fix pkg-descr and add WWW

PR:		32960
Submitted by:	Ryan Thompson <ryan@sasknow.com> (new maintainer)
This commit is contained in:
Ying-Chieh Liao 2001-12-18 08:45:06 +00:00
parent 3a582d6a09
commit 107a44f180
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=51728
3 changed files with 14 additions and 7 deletions

View File

@ -8,12 +8,16 @@
PORTNAME= mirror
PORTVERSION= 2.9
CATEGORIES= ftp
MASTER_SITES= ftp://src.doc.ic.ac.uk/computing/archiving/mirror/
PATCH_SITES= http://sunsite.org.uk/packages/mirror/
MASTER_SITES= ftp://sunsite.org.uk/packages/mirror/ \
ftp://src.doc.ic.ac.uk/computing/archiving/mirror/ \
ftp://ftp.cs.columbia.edu/archives/perl/mirror/ \
ftp://giswitch.sggw.waw.pl/pub/unix/mirror/ \
ftp://SunSITE.sut.ac.jp/pub/archives/packages/mirror/
PATCH_SITES= ${MASTER_SITES}
PATCHFILES= ftp.pl_wupatch
MAINTAINER= ports@FreeBSD.org
MAINTAINER= ryan@sasknow.com
USE_PERL5= yes
NO_WRKSUBDIR= yes
@ -21,6 +25,6 @@ MAKEFILE= makefile
MAN1= mirror.1 mirror-master.1
pre-install:
${MKDIR} ${PREFIX}/lib/mirror
@${MKDIR} ${PREFIX}/lib/mirror
.include <bsd.port.mk>

View File

@ -1,3 +1,2 @@
MD5 (mirror-2.9.tar.gz) = 55178a53c7b4253c9a396a38c5a9cb94
MD5 (ftp.pl_wupatch) = 5354accb843583a97f4d95e1f30974f7
MD5 (ftp.pl_wupatch) = 5354accb843583a97f4d95e1f30974f7

View File

@ -1,5 +1,9 @@
Mirror is a package written in Perl that uses the ftp protocol to
duplicate a directory hierarchy between the machine it is run on and a
remote host. It avoids copying files unnecessarily by comparing the
file timestamps and sizes before transfering. Amongst other things
can optionally compress, gzip, and split files.
file timestamps and sizes before transferring. Amongst other things
Mirror can optionally compress, gzip, and split files.
WWW: http://sunsite.org.uk/packages/mirror/
- Ryan Thompson <ryan@sasknow.com>