View | Details | Raw Unified | Return to bug 32960
Collapse All | Expand All

(-)mirror/Makefile (-4 / +14 lines)
Lines 8-19 Link Here
8
PORTNAME=	mirror
8
PORTNAME=	mirror
9
PORTVERSION=	2.9
9
PORTVERSION=	2.9
10
CATEGORIES=	ftp
10
CATEGORIES=	ftp
11
MASTER_SITES=	ftp://src.doc.ic.ac.uk/computing/archiving/mirror/
12
11
13
PATCH_SITES=	http://sunsite.org.uk/packages/mirror/
12
MAINTAINER=	ryan@sasknow.com
14
PATCHFILES=	ftp.pl_wupatch
13
14
PATCH_SITES=	http://sunsite.org.uk/packages/mirror/ \
15
		ftp://src.doc.ic.ac.uk/computing/archiving/mirror/ \
16
		ftp://ftp.cs.columbia.edu/archives/perl/mirror/ \
17
		ftp://giswitch.sggw.waw.pl/pub/unix/mirror/ \
18
		ftp://SunSITE.sut.ac.jp/pub/archives/packages/mirror/
15
19
16
MAINTAINER=	ports@FreeBSD.org
20
MASTER_SITES=	ftp://sunsite.org.uk/packages/mirror/ \
21
		ftp://src.doc.ic.ac.uk/computing/archiving/mirror/ \
22
		ftp://ftp.cs.columbia.edu/archives/perl/mirror/ \
23
		ftp://giswitch.sggw.waw.pl/pub/unix/mirror/ \
24
		ftp://SunSITE.sut.ac.jp/pub/archives/packages/mirror/
25
26
PATCHFILES=	ftp.pl_wupatch
17
27
18
USE_PERL5=	yes
28
USE_PERL5=	yes
19
NO_WRKSUBDIR=	yes
29
NO_WRKSUBDIR=	yes
(-)mirror/distinfo (-1 lines)
Lines 1-3 Link Here
1
MD5 (mirror-2.9.tar.gz) = 55178a53c7b4253c9a396a38c5a9cb94
1
MD5 (mirror-2.9.tar.gz) = 55178a53c7b4253c9a396a38c5a9cb94
2
MD5 (ftp.pl_wupatch) = 5354accb843583a97f4d95e1f30974f7
2
MD5 (ftp.pl_wupatch) = 5354accb843583a97f4d95e1f30974f7
3
MD5 (ftp.pl_wupatch) = 5354accb843583a97f4d95e1f30974f7
(-)mirror/pkg-descr (-2 / +6 lines)
Lines 1-5 Link Here
1
Mirror is a package written in Perl that uses the ftp protocol to
1
Mirror is a package written in Perl that uses the ftp protocol to
2
duplicate a directory hierarchy between the machine it is run on and a
2
duplicate a directory hierarchy between the machine it is run on and a
3
remote host.  It avoids copying files unnecessarily by comparing the
3
remote host.  It avoids copying files unnecessarily by comparing the
4
file timestamps and sizes before transfering.  Amongst other things
4
file timestamps and sizes before transferring.  Amongst other things
5
can optionally compress, gzip, and split files.
5
Mirror can optionally compress, gzip, and split files.
6
7
WWW: http://sunsite.org.uk/packages/mirror/
8
9
- Ryan Thompson <ryan@sasknow.com>

Return to bug 32960