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

(-)bsd.sites.mk (+15 lines)
Lines 458-463 Link Here
458
	http://public.planetmirror.com/pub/gnu-alpha/%SUBDIR%/
458
	http://public.planetmirror.com/pub/gnu-alpha/%SUBDIR%/
459
.endif
459
.endif
460
460
461
.if !defined(IGNORE_MASTER_SITE_IDSOFTWARE)
462
MASTER_SITE_IDSOFTWARE+=	\
463
	ftp://ftp.chg.ru/.3/games/idgames/idstuff/%SUBDIR%/ \
464
	ftp://ftp.fasta.fh-dortmund.de/mirror/idstuff/%SUBDIR%/ \
465
	ftp://ftp.fu-berlin.de/pc/games/idgames/idstuff/%SUBDIR%/ \
466
	http://www.gamers.org/pub/idgames/idstuff/%%SUBDIR%%/ \
467
	ftp://ftp.games.skynet.be/spool1/games/ftp.idsoftware.com/%SUBDIR%/ \
468
	ftp://ftp.mirror.nl/disk2/idsoftware/idstuff/%SUBDIR%/ \
469
	ftp://ftp.nsu.ru/mirrors/ftp.idsoftware.com/idstuff/%SUBDIR%/ \
470
	ftp://ftp.ntua.gr/pub/vendors/idgames/idstuff/%SUBDIR%/ \
471
	ftp://ftp.omen.net.au/games/idstuff/%SUBDIR%/ \
472
	ftp://ftp.sunsite.org.uk/sites/ftp.idsoftware.com/idstuff/%SUBDIR%/ \
473
	ftp://ftp.idsoftware.com/idstuff/%SUBDIR%/
474
.endif
475
461
.if !defined(IGNORE_MASTER_SITE_ISC)
476
.if !defined(IGNORE_MASTER_SITE_ISC)
462
MASTER_SITE_ISC+=	\
477
MASTER_SITE_ISC+=	\
463
	ftp://ftp.isc.org/isc/%SUBDIR%/ \
478
	ftp://ftp.isc.org/isc/%SUBDIR%/ \
(-)games/doom/Makefile (-5 / +2 lines)
Lines 8-18 Link Here
8
PORTNAME=	doom
8
PORTNAME=	doom
9
PORTVERSION=	1.10
9
PORTVERSION=	1.10
10
CATEGORIES=	games
10
CATEGORIES=	games
11
MASTER_SITES=	ftp://ftp.idsoftware.com/idstuff/source/ \
11
MASTER_SITES=	${MASTER_SITE_IDSOFTWARE}
12
		http://ftp.sunet.se/pub/pc/games/idgames/idstuff/source/ \
12
MASTER_SITE_SUBDIR=	source
13
		http://www.gamers.org/pub/idgames/idstuff/source/ \
14
		ftp://ftp.ntua.gr/pub/vendors/idgames/idstuff/source/
15
		
16
DISTNAME=	doomsrc
13
DISTNAME=	doomsrc
17
14
18
MAINTAINER=	jmz@FreeBSD.org
15
MAINTAINER=	jmz@FreeBSD.org
(-)games/linux-quake3/Makefile (-2 / +2 lines)
Lines 8-15 Link Here
8
PORTNAME=	quake3
8
PORTNAME=	quake3
9
DISTVERSION=	1.32b-3
9
DISTVERSION=	1.32b-3
10
CATEGORIES=	games linux
10
CATEGORIES=	games linux
11
MASTER_SITES=	ftp://ftp.idsoftware.com/idstuff/quake3/linux/ \
11
MASTER_SITES=	${MASTER_SITE_IDSOFTWARE}
12
		http://3dgamers.iinet.net.au/pub/3dgamers/games/quake3arena/
12
MASTER_SITE_SUBDIR=	quake3/linux
13
PKGNAMEPREFIX=	linux-
13
PKGNAMEPREFIX=	linux-
14
DISTNAME=	linuxq3apoint-${DISTVERSION}.x86
14
DISTNAME=	linuxq3apoint-${DISTVERSION}.x86
15
EXTRACT_SUFX=	.run
15
EXTRACT_SUFX=	.run
(-)games/linux-quake4/Makefile (-1 / +1 lines)
Lines 13-19 Link Here
13
		http://bsd.gubkin.ru/myports/ \
13
		http://bsd.gubkin.ru/myports/ \
14
		ftp://ftp.dvo.ru/pub/distfiles/ \
14
		ftp://ftp.dvo.ru/pub/distfiles/ \
15
		ftp://ftp.amfodent.ru/pub/FreeBSD/distfiles/ \
15
		ftp://ftp.amfodent.ru/pub/FreeBSD/distfiles/ \
16
		ftp://ftp.idsoftware.com/idstuff/quake4/linux/
16
		${MASTER_SITE_IDSOFTWARE:S|$|quake4/linux/old/|}
17
PKGNAMEPREFIX=	linux-
17
PKGNAMEPREFIX=	linux-
18
DISTNAME=	${PORTNAME}-${PKGNAMEPREFIX}${PORTVERSION}.x86
18
DISTNAME=	${PORTNAME}-${PKGNAMEPREFIX}${PORTVERSION}.x86
19
EXTRACT_SUFX=	.run
19
EXTRACT_SUFX=	.run
(-)games/qcc/Makefile (-1 / +2 lines)
Lines 8-14 Link Here
8
PORTNAME=	qcc
8
PORTNAME=	qcc
9
PORTVERSION=	1.01
9
PORTVERSION=	1.01
10
CATEGORIES=	games devel
10
CATEGORIES=	games devel
11
MASTER_SITES=	ftp://ftp.idsoftware.com/idstuff/source/
11
MASTER_SITES=	${MASTER_SITE_IDSOFTWARE}
12
MASTER_SITE_SUBDIR=	source
12
DISTNAME=	${PORTNAME}
13
DISTNAME=	${PORTNAME}
13
14
14
MAINTAINER=	danfe@FreeBSD.org
15
MAINTAINER=	danfe@FreeBSD.org
(-)games/quake-data/Makefile (-4 / +2 lines)
Lines 44-58 Link Here
44
.endif
44
.endif
45
45
46
.if defined(WITH_QUAKEWORLD)
46
.if defined(WITH_QUAKEWORLD)
47
MASTER_SITES+=	ftp://ftp.idsoftware.com/idstuff/quakeworld/unix/:qw \
47
MASTER_SITES+=	${MASTER_SITE_IDSOFTWARE:S|$|quakeworld/unix/:qw|}
48
		ftp://ftp.fasta.fh-dortmund.de/mirror/idstuff/quakeworld/unix/:qw
49
DISTFILES+=	${PROGFILE}:qw
48
DISTFILES+=	${PROGFILE}:qw
50
EXTRACT_ONLY+=	${PROGFILE}
49
EXTRACT_ONLY+=	${PROGFILE}
51
PLIST_SUB+=	QUAKEWORLD=""
50
PLIST_SUB+=	QUAKEWORLD=""
52
51
53
.if defined(WITH_QUAKEWORLD_SKINS)
52
.if defined(WITH_QUAKEWORLD_SKINS)
54
MASTER_SITES+=	ftp://ftp.idsoftware.com/idstuff/quakeworld/skins/:skins \
53
MASTER_SITES+=	${MASTER_SITE_IDSOFTWARE:S|$|quakeworld/skins/:skins|}
55
		ftp://ftp.fasta.fh-dortmund.de/mirror/idstuff/quakeworld/skins/:skins
56
DISTFILES+=	${SKINFILES:S/$/:skins/}
54
DISTFILES+=	${SKINFILES:S/$/:skins/}
57
EXTRACT_DEPENDS+=	unzip:${PORTSDIR}/archivers/unzip
55
EXTRACT_DEPENDS+=	unzip:${PORTSDIR}/archivers/unzip
58
PLIST_SUB+=	QUAKEWORLD_SKINS=""
56
PLIST_SUB+=	QUAKEWORLD_SKINS=""
(-)games/quake-source/Makefile (-5 / +4 lines)
Lines 8-18 Link Here
8
PORTNAME=	source
8
PORTNAME=	source
9
PORTVERSION=	1.01
9
PORTVERSION=	1.01
10
CATEGORIES=	games
10
CATEGORIES=	games
11
MASTER_SITES=	ftp://ftp.idsoftware.com/idstuff/source/:s \
11
MASTER_SITES=	${MASTER_SITE_IDSOFTWARE}
12
		ftp://ftp.fasta.fh-dortmund.de/mirror/idstuff/source/:s
12
MASTER_SITE_SUBDIR=	source
13
PKGNAMEPREFIX=	quake-
13
PKGNAMEPREFIX=	quake-
14
DISTNAME=	qcc
14
DISTNAME=	qcc
15
DISTFILES=	${DISTNAME}${EXTRACT_SUFX}:s
15
DISTFILES=	${DISTNAME}${EXTRACT_SUFX}
16
16
17
MAINTAINER=	alejandro@varnet.biz
17
MAINTAINER=	alejandro@varnet.biz
18
COMMENT=	Quake and QuakeWorld source
18
COMMENT=	Quake and QuakeWorld source
Lines 29-36 Link Here
29
.include <bsd.port.pre.mk>
29
.include <bsd.port.pre.mk>
30
30
31
.if defined(WITH_QUAKEWORLD)
31
.if defined(WITH_QUAKEWORLD)
32
MASTER_SITES+=	ftp://ftp.idsoftware.com/idstuff/quakeworld/unix/:qw \
32
MASTER_SITES+=	${MASTER_SITE_IDSOFTWARE:S|$|quakeworld/unix/:qw|}
33
		ftp://ftp.fasta.fh-dortmund.de/mirror/idstuff/quakeworld/unix/:qw
34
DISTFILES+=	qwsv-2.30-glibc-i386-unknown-linux2.0${EXTRACT_SUFX}:qw
33
DISTFILES+=	qwsv-2.30-glibc-i386-unknown-linux2.0${EXTRACT_SUFX}:qw
35
USE_REINPLACE=	yes
34
USE_REINPLACE=	yes
36
PLIST_SUB+=	QUAKEWORLD=""
35
PLIST_SUB+=	QUAKEWORLD=""
(-)games/quake2-data/Makefile (-2 / +2 lines)
Lines 9-16 Link Here
9
PORTVERSION=	3.20
9
PORTVERSION=	3.20
10
PORTREVISION=	1
10
PORTREVISION=	1
11
CATEGORIES=	games
11
CATEGORIES=	games
12
MASTER_SITES=	ftp://ftp.idsoftware.com/idstuff/quake2/ \
12
MASTER_SITES=	${MASTER_SITE_IDSOFTWARE}
13
		ftp://ftp.fasta.fh-dortmund.de/mirror/idstuff/quake2/
13
MASTER_SITE_SUBDIR=	quake2
14
PKGNAMEPREFIX=	${Q2PKGNAMEPREFIX}
14
PKGNAMEPREFIX=	${Q2PKGNAMEPREFIX}
15
DISTFILES=	${Q2FULL}
15
DISTFILES=	${Q2FULL}
16
DIST_SUBDIR=	${PKGNAMEPREFIX}${PORTNAME}
16
DIST_SUBDIR=	${PKGNAMEPREFIX}${PORTNAME}
(-)games/quake2-source/Makefile (-2 / +1 lines)
Lines 9-16 Link Here
9
PORTVERSION=	3.21
9
PORTVERSION=	3.21
10
CATEGORIES=	games
10
CATEGORIES=	games
11
MASTER_SITES=	http://www.icculus.org/quake2/files/:icc \
11
MASTER_SITES=	http://www.icculus.org/quake2/files/:icc \
12
		ftp://ftp.idsoftware.com/idstuff/quake2/source/:id \
12
		${MASTER_SITE_IDSOFTWARE:S|$|quake2/source/:id|}
13
		ftp://ftp.fasta.fh-dortmund.de/mirror/idstuff/quake2/source/:id
14
PKGNAMEPREFIX=	quake2-
13
PKGNAMEPREFIX=	quake2-
15
DISTNAME=	quake2-r0.16.2
14
DISTNAME=	quake2-r0.16.2
16
DISTFILES=	${DISTNAME}${EXTRACT_SUFX}:icc
15
DISTFILES=	${DISTNAME}${EXTRACT_SUFX}:icc
(-)games/quake2forge/Makefile (-2 / +1 lines)
Lines 9-16 Link Here
9
PORTVERSION=	0.3
9
PORTVERSION=	0.3
10
CATEGORIES=	games
10
CATEGORIES=	games
11
MASTER_SITES=	http://www.galgenberg.net/distfiles/:qf \
11
MASTER_SITES=	http://www.galgenberg.net/distfiles/:qf \
12
		ftp://ftp.idsoftware.com/idstuff/quake2/source/:id \
12
		${MASTER_SITE_IDSOFTWARE:S|$|quake2/source/:id|}
13
		ftp://ftp.fasta.fh-dortmund.de/mirror/idstuff/quake2/source/:id
14
DISTNAME=	quake2-${PORTVERSION}
13
DISTNAME=	quake2-${PORTVERSION}
15
DISTFILES=	${DISTNAME}${EXTRACT_SUFX}:qf
14
DISTFILES=	${DISTNAME}${EXTRACT_SUFX}:qf
16
DIST_SUBDIR=	${PORTNAME}
15
DIST_SUBDIR=	${PORTNAME}
(-)games/quake2lnx/Makefile (-1 / +1 lines)
Lines 11-17 Link Here
11
CATEGORIES=	games
11
CATEGORIES=	games
12
MASTER_SITES=	http://offload1.icculus.org/quake2/files/:icc \
12
MASTER_SITES=	http://offload1.icculus.org/quake2/files/:icc \
13
		http://www.icculus.org/quake2/files/:icc \
13
		http://www.icculus.org/quake2/files/:icc \
14
		ftp://ftp.idsoftware.com/idstuff/quake2/source/:id
14
		${MASTER_SITE_IDSOFTWARE:S|$|quake2/source/:id|}
15
DISTNAME=	quake2-r${PORTVERSION}
15
DISTNAME=	quake2-r${PORTVERSION}
16
DISTFILES=	${DISTNAME}${EXTRACT_SUFX}:icc
16
DISTFILES=	${DISTNAME}${EXTRACT_SUFX}:icc
17
DIST_SUBDIR=	${PORTNAME}
17
DIST_SUBDIR=	${PORTNAME}
(-)games/quake3/Makefile (-1 / +1 lines)
Lines 9-15 Link Here
9
PORTVERSION=	1.32b
9
PORTVERSION=	1.32b
10
PORTREVISION=	4
10
PORTREVISION=	4
11
CATEGORIES=	games
11
CATEGORIES=	games
12
MASTER_SITES=	ftp://ftp.idsoftware.com/idstuff/source/ \
12
MASTER_SITES=	${MASTER_SITE_IDSOFTWARE:S|$|source/|} \
13
		http://www.proarena.com/p/ftpx/x8524/quake_3_arena/ \
13
		http://www.proarena.com/p/ftpx/x8524/quake_3_arena/ \
14
		http://www.planetgargoyle.com/ \
14
		http://www.planetgargoyle.com/ \
15
		http://www.teamdarkside.net/ \
15
		http://www.teamdarkside.net/ \
(-)games/quake3-data/Makefile (-2 / +2 lines)
Lines 8-15 Link Here
8
PORTNAME=	data
8
PORTNAME=	data
9
DISTVERSION=	1.32b-3
9
DISTVERSION=	1.32b-3
10
CATEGORIES=	games
10
CATEGORIES=	games
11
MASTER_SITES=	ftp://ftp.idsoftware.com/idstuff/quake3/linux/ \
11
MASTER_SITES=	${MASTER_SITE_IDSOFTWARE}
12
		ftp://ftp.fasta.fh-dortmund.de/mirror/idstuff/quake3/linux/
12
MASTER_SITE_SUBDIR=	quake3/linux
13
PKGNAMEPREFIX=	${Q3PKGNAMEPREFIX}
13
PKGNAMEPREFIX=	${Q3PKGNAMEPREFIX}
14
DISTNAME=	linuxq3apoint-${DISTVERSION}.x86
14
DISTNAME=	linuxq3apoint-${DISTVERSION}.x86
15
EXTRACT_SUFX=	.run
15
EXTRACT_SUFX=	.run
(-)games/rtcw/Makefile (-3 / +2 lines)
Lines 8-16 Link Here
8
PORTNAME=	rtcw
8
PORTNAME=	rtcw
9
DISTVERSION=	1.41-3
9
DISTVERSION=	1.41-3
10
CATEGORIES=	games linux
10
CATEGORIES=	games linux
11
MASTER_SITES=	ftp://ftp.chg.ru/.3/games/idgames/idstuff/wolf/linux/ \
11
MASTER_SITES=	${MASTER_SITE_IDSOFTWARE}
12
		ftp://ftp.idsoftware.com/idstuff/wolf/linux/ \
12
MASTER_SITE_SUBDIR=	wolf/linux
13
		http://downloads-3dg.planetmirror.com/pub/3dgamers/games/returnwolfenstein/
14
DISTNAME=	wolf-linux-${DISTVERSION}.x86
13
DISTNAME=	wolf-linux-${DISTVERSION}.x86
15
EXTRACT_SUFX=	.run
14
EXTRACT_SUFX=	.run

Return to bug 93546