Date: Fri, 4 Jul 2003 12:40:32 +0200 (CEST) From: Volker Stolz <stolz@i2.informatik.rwth-aachen.de> To: FreeBSD-gnats-submit@FreeBSD.org Cc: olgeni@FreeBSD.org Subject: ports/54085: [patch] Add Eclipse-mirrors (Java-IDE) Message-ID: <200307041040.h64AeWMb082162@menelaos.informatik.rwth-aachen.de> Resent-Message-ID: <200307041050.h64AoJs9097864@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 54085 >Category: ports >Synopsis: [patch] Add Eclipse-mirrors (Java-IDE) >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Jul 04 03:50:18 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Volker Stolz >Release: FreeBSD 4.8-STABLE i386 >Organization: Lehrstuhl für Informatik II >Environment: System: FreeBSD menelaos.informatik.rwth-aachen.de 4.8-STABLE FreeBSD 4.8-STABLE #5: Mon Jun 23 10:24:06 CEST 2003 root@menelaos.informatik.rwth-aachen.de:/usr/obj/usr/src/sys/MENELAOS i386 >Description: This adds a list of mirrors for the Java-IDE Eclipse to bsd.site.mk and uses them in the port. The list was obtained from the official Eclipse site. I verified the directory part of the URLs; using it for my closes mirror SunSITE CEUR works fine. >How-To-Repeat: >Fix: Feel free to prune the list of mirrors. --- Mk/bsd.sites.mk.orig Fri Jul 4 11:55:47 2003 +++ Mk/bsd.sites.mk Fri Jul 4 12:34:53 2003 @@ -658,3 +658,29 @@ ftp://ftp.task.gda.pl/pub/XFree86/%SUBDIR%/source/ \ ftp://ftp.physics.uvt.ro/pub/XFree86/%SUBDIR%/source/ \ ftp://ftp.chg.ru/pub/XFree86/%SUBDIR%/source/ + +MASTER_SITE_ECLIPSE+= \ + ftp://download.eclipse.org/%SUBDIR%/ \ + http://download.eclipse.org/downloads/drops/%SUBDIR%/ \ + ftp://sunsite.informatik.rwth-aachen.de/pub/mirror/eclipse/%SUBDIR%/ \ + http://sunsite.informatik.rwth-aachen.de/eclipse/downloads/drops/%SUBDIR%/ \ + ftp://ftp.tu-clausthal.de/pub/eclipse/downloads/drops/%SUBDIR%/ \ + http://ftp-stud.fht-esslingen.de/pub/Mirrors/eclipse/%SUBDIR%/ \ + ftp://ftp.unixag-zw.fh-kl.de/pub/mirrors/eclipse/%SUBDIR%/ \ + http://eclipse.planetmirror.com/downloads/drops/%SUBDIR%/ \ + ftp://gd.tuwien.ac.at/softeng/eclipse/%SUBDIR%/ \ + http://gd.tuwien.ac.at/softeng/eclipse/%SUBDIR%/ \ + http://eclipse.teccomm.les.inf.puc-rio.br/downloads/drops/%SUBDIR%/ \ + http://www.dawnspill.hu/mirror/eclipse/downloads/drops/%SUBDIR%/ \ + http://eclipse.ftp.heanet.ie/downloads/drops/%SUBDIR%/ \ + ftp://ftp.ring.gr.jp/pub/misc/eclipse/downloads/drops/%SUBDIR%/ \ + http://mirror.ini2.net/eclipse/%SUBDIR%/ \ + http://www.eclipse.ps.pl/downloads/drops/%SUBDIR%/ \ + http://mirror.island.liu.se/eclipse/downloads/drops/%SUBDIR%/ \ + ftp://sunsite.cnlab-switch.ch/mirror/eclipse/downloads/drops/%SUBDIR%/ \ + ftp://eclipse.cis.sinica.edu.tw/eclipse.org/%SUBDIR%/ \ + http://eclipse.cis.sinica.edu.tw/downloads/drops/%SUBDIR%/ \ + http://www.binarycode.org/eclipse/%SUBDIR%/ \ + ftp://ftp.ibiblio.org/pub/packages/development/eclipse/eclipse/downloads/drops/%SUBDIR%/ \ + http://www.ibiblio.org/pub/packages/development/eclipse/eclipse/downloads/drops/%SUBDIR%/ \ + http://eclipse.get-software.com/%SUBDIR%/ --- java/eclipse/Makefile.orig Fri Jul 4 12:26:22 2003 +++ java/eclipse/Makefile Fri Jul 4 12:26:38 2003 @@ -8,7 +8,7 @@ PORTNAME= eclipse PORTVERSION= 2.1 CATEGORIES= java devel -MASTER_SITES= http://download2.eclipse.org/downloads/drops/%SUBDIR%/ +MASTER_SITES= ${MASTER_SITE_ECLIPSE} MASTER_SITE_SUBDIR= R-2.1-200303272130 DISTNAME= eclipse-sourceBuild-srcIncluded-2.1 DIST_SUBDIR= eclipse >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200307041040.h64AeWMb082162>