- factor ftp.isc.org MASTER_SITES into a common MASTER_SITE_ISC
- add more mirrors, prefer http
This commit is contained in:
parent
3cda18b6cf
commit
f2384050ef
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: network.conf.template,v 1.159 2011/04/12 08:20:49 sthen Exp $
|
||||
# $OpenBSD: network.conf.template,v 1.160 2011/04/14 13:47:59 sthen Exp $
|
||||
|
||||
#
|
||||
# NEVER EDIT THIS FILE DIRECTLY!!!!
|
||||
@ -276,3 +276,14 @@ MASTER_SITE_PYPI += \
|
||||
|
||||
MASTER_SITE_RUBYGEMS+= \
|
||||
http://rubygems.org/downloads/
|
||||
|
||||
MASTER_SITE_ISC += \
|
||||
http://ftp.isc.org/isc/ \
|
||||
http://www.mirrorservice.org/sites/ftp.isc.org/isc/ \
|
||||
http://ftp.arcane-networks.net/pub/mirrors/ftp.isc.org/isc/ \
|
||||
http://ftp.sunet.se/pub/network/isc/ \
|
||||
http://ftp.funet.fi/pub/mirrors/ftp.isc.org/isc/ \
|
||||
http://ftp.iij.ad.jp/pub/network/isc/ \
|
||||
ftp://ftp.isc.org/isc/ \
|
||||
ftp://ftp.epix.net/pub/isc/ \
|
||||
ftp://ftp.nominum.com/pub/isc/
|
||||
|
@ -1,16 +1,17 @@
|
||||
# $OpenBSD: Makefile,v 1.12 2010/10/18 18:36:45 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.13 2011/04/14 13:47:59 sthen Exp $
|
||||
|
||||
COMMENT= optimise a list of route prefixes
|
||||
|
||||
DISTNAME= aggregate-1.6
|
||||
CATEGORIES= net
|
||||
|
||||
MASTER_SITES= ftp://ftp.isc.org/isc/aggregate/
|
||||
MASTER_SITES= ${MASTER_SITE_ISC:=aggregate/}
|
||||
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
WANTLIB= c
|
||||
|
||||
CONFIGURE_STYLE= gnu
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.21 2010/11/19 22:31:34 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.22 2011/04/14 13:47:59 sthen Exp $
|
||||
|
||||
COMMENT-main= ISC DHCP Server
|
||||
COMMENT-client= ISC DHCP Client
|
||||
@ -16,8 +16,8 @@ PKGNAME-main= isc-dhcp-server-${VERSION}
|
||||
PKGNAME-client= isc-dhcp-client-${VERSION}
|
||||
PKGNAME-omapi= isc-dhcp-omapi-${VERSION}
|
||||
|
||||
MASTER_SITES= ftp://ftp.isc.org/isc/dhcp/ \
|
||||
ftp://ftp.isc.org/isc/dhcp/dhcp-3.0-history/
|
||||
MASTER_SITES= ${MASTER_SITE_ISC:=dhcp/} \
|
||||
${MASTER_SITE_ISC:=dhcp/dhcp-3.0-history/}
|
||||
|
||||
HOMEPAGE= http://www.isc.org/products/DHCP/
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.10 2008/04/28 19:15:43 jakob Exp $
|
||||
# $OpenBSD: Makefile,v 1.11 2011/04/14 13:47:59 sthen Exp $
|
||||
|
||||
COMMENT= BIND 8 compatible stub resolver library
|
||||
|
||||
@ -8,12 +8,7 @@ PKGNAME= libbind-${VERSION}
|
||||
SHARED_LIBS= bind 2.0
|
||||
CATEGORIES= net
|
||||
|
||||
MASTER_SITES+= ftp://ftp.isc.org/isc/bind9/${VERSION}/ \
|
||||
ftp://ftp.epix.net/pub/isc/bind9/${VERSION}/ \
|
||||
ftp://ftp.nominum.com/pub/isc/bind9/${VERSION}/ \
|
||||
ftp://ftp.sunet.se/pub/network/isc/bind9/${VERSION}/ \
|
||||
ftp://ftp.funet.fi/pub/mirrors/ftp.isc.org/isc/bind9/${VERSION}/ \
|
||||
ftp://ftp.iij.ad.jp/pub/network/isc/bind9/${VERSION}/ \
|
||||
MASTER_SITES+= ${MASTER_SITE_ISC:=bind9/${VERSION}/}
|
||||
|
||||
HOMEPAGE= http://www.isc.org/products/BIND/
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.4 2011/04/14 12:46:24 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.5 2011/04/14 13:47:59 sthen Exp $
|
||||
|
||||
COMMENT = DNS query performance tester from BIND 9
|
||||
|
||||
@ -7,12 +7,7 @@ DISTNAME = bind-${VERSION}
|
||||
PKGNAME = queryperf-${VERSION}
|
||||
CATEGORIES = net benchmarks
|
||||
|
||||
MASTER_SITES += ftp://ftp.isc.org/isc/bind9/${VERSION}/ \
|
||||
ftp://ftp.epix.net/pub/isc/bind9/${VERSION}/ \
|
||||
ftp://ftp.nominum.com/pub/isc/bind9/${VERSION}/ \
|
||||
ftp://ftp.sunet.se/pub/network/isc/bind9/${VERSION}/ \
|
||||
ftp://ftp.funet.fi/pub/mirrors/ftp.isc.org/isc/bind9/${VERSION}/ \
|
||||
ftp://ftp.iij.ad.jp/pub/network/isc/bind9/${VERSION}/ \
|
||||
MASTER_SITES += ${MASTER_SITE_ISC:=bind9/${VERSION}/}
|
||||
|
||||
HOMEPAGE = http://www.isc.org/products/BIND/
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.20 2010/11/20 17:22:42 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.21 2011/04/14 13:47:59 sthen Exp $
|
||||
|
||||
COMMENT= multiuser tip/cu replacement with logging
|
||||
|
||||
@ -11,9 +11,10 @@ PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
WANTLIB= c
|
||||
|
||||
MASTER_SITES= ftp://ftp.isc.org/isc/rtty/
|
||||
MASTER_SITES= ${MASTER_SITE_ISC:=rtty/}
|
||||
EXTRACT_SUFX= .shar.gz
|
||||
|
||||
WRKDIST= ${WRKDIR}
|
||||
|
Loading…
Reference in New Issue
Block a user