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

(-)mirror/Makefile (-4 / +15 lines)
Lines 9-25 Link Here
9
PORTVERSION=	2.9
9
PORTVERSION=	2.9
10
PORTREVISION=	1
10
PORTREVISION=	1
11
CATEGORIES=	ftp
11
CATEGORIES=	ftp
12
12
MASTER_SITES=	ftp://sunsite.org.uk/old-sunsite/mirror/ \
13
MASTER_SITES=	ftp://sunsite.org.uk/packages/mirror/ \
13
		ftp://src.doc.ic.ac.uk/old-sunsite/mirror/ \
14
		ftp://src.doc.ic.ac.uk/computing/archiving/mirror/ \
15
		ftp://ftp.cs.columbia.edu/archives/perl/mirror/ \
14
		ftp://ftp.cs.columbia.edu/archives/perl/mirror/ \
16
		ftp://giswitch.sggw.waw.pl/pub/unix/mirror/ \
17
		ftp://SunSITE.tus.ac.jp/pub/archives/packages/mirror/
15
		ftp://SunSITE.tus.ac.jp/pub/archives/packages/mirror/
16
18
PATCH_SITES=	${MASTER_SITES}
17
PATCH_SITES=	${MASTER_SITES}
19
PATCHFILES=	ftp.pl_wupatch
18
PATCHFILES=	ftp.pl_wupatch
20
19
21
MAINTAINER=	ryan@sasknow.com
20
MAINTAINER=	ryan@sasknow.com
22
COMMENT=	Mirror packages on remote sites
21
COMMENT=	Mirror packages on remote sites
22
23
PLIST_FILES=	bin/mirror \
24
		bin/do_unlinks \
25
		bin/pkgs_to_mmin \
26
		bin/mirror-master \
27
		lib/mirror/lchat.pl \
28
		lib/mirror/dateconv.pl \
29
		lib/mirror/ftp.pl \
30
		lib/mirror/lsparse.pl \
31
		lib/mirror/mirror.defaults.sample
32
33
PLIST_DIRS=	lib/mirror
23
34
24
USE_PERL5=	yes
35
USE_PERL5=	yes
25
NO_WRKSUBDIR=	yes
36
NO_WRKSUBDIR=	yes
(-)mirror/pkg-descr (-1 / +1 lines)
Lines 4-9 Link Here
4
file timestamps and sizes before transferring.  Amongst other things
4
file timestamps and sizes before transferring.  Amongst other things
5
Mirror can optionally compress, gzip, and split files.
5
Mirror can optionally compress, gzip, and split files.
6
6
7
WWW: http://sunsite.org.uk/packages/mirror/
7
WWW: http://www.sunsite.org.uk/packages/mirror/
8
8
9
- Ryan Thompson <ryan@sasknow.com>
9
- Ryan Thompson <ryan@sasknow.com>
(-)mirror/pkg-plist (-10 lines)
Lines 1-10 Link Here
1
bin/mirror
2
bin/do_unlinks
3
bin/pkgs_to_mmin
4
bin/mirror-master
5
lib/mirror/lchat.pl
6
lib/mirror/dateconv.pl
7
lib/mirror/ftp.pl
8
lib/mirror/lsparse.pl
9
lib/mirror/mirror.defaults.sample
10
@dirrm lib/mirror

Return to bug 75977