[Lunar-commits] r21785 - in lunar/trunk: etc/lunar etc/lunar/mirrors var/lib/lunar var/lib/lunar/menu

Samuel Verstraete elangelo at lunar-linux.org
Fri Oct 13 14:35:29 UTC 2006


Author: elangelo
Date: 2006-10-13 14:35:29 +0000 (Fri, 13 Oct 2006)
New Revision: 21785

Added:
   lunar/trunk/etc/lunar/mirrors/XORG
Modified:
   lunar/trunk/etc/lunar/config
   lunar/trunk/var/lib/lunar/menu/mirrors.menu
   lunar/trunk/var/lib/lunar/unset.sh
Log:
adding XORG_URL to lunar/theedge
gr,S.


Modified: lunar/trunk/etc/lunar/config
===================================================================
--- lunar/trunk/etc/lunar/config	2006-10-13 08:54:02 UTC (rev 21784)
+++ lunar/trunk/etc/lunar/config	2006-10-13 14:35:29 UTC (rev 21785)
@@ -75,6 +75,7 @@
            KERNEL_URL=ftp://ftp.kernel.org
            SFORGE_URL=http://osdn.dl.sourceforge.net/sourceforge
           XFREE86_URL=ftp://ftp.xfree86.org/pub/XFree86
+             XORG_URL=ftp://ftp.freedesktop.org/pub/xorg
           LRESORT_URL=http://download.lunar-linux.org/lunar/cache
 
       MOONBASE_URL[0]=http://lunar-linux.org/lunar/

Added: lunar/trunk/etc/lunar/mirrors/XORG
===================================================================
--- lunar/trunk/etc/lunar/mirrors/XORG	                        (rev 0)
+++ lunar/trunk/etc/lunar/mirrors/XORG	2006-10-13 14:35:29 UTC (rev 21785)
@@ -0,0 +1,47 @@
+"Master Site"			ftp://ftp.x.org/pub/
+"Custom Mirror"			Custom
+Australia		ftp://mirror.isp.net.au/pub/x.org/
+Belgium		ftp://x.mirrors.skynet.be/pub/x.org/
+Belgium		http://x.mirrors.skynet.be/pub/x.org/
+Brazilia		ftp://ftp.unicamp.br/pub/X11/releases/
+France			ftp://mirror.cict.fr/x.org/
+France			http://mirror.cict.fr/x.org/
+Germany		ftp://ftp.gwdg.de/pub/x11/x.org/
+Germany		ftp://ftp.portal-to-web.de/pub/mirrors/x.org/
+Germany		http://www.portal-to-web.de/pub/mirrors/x.org/
+Germany		http://ftp.gwdg.de/pub/x11/x.org/
+Germany		ftp://ftp.fu-berlin.de/unix/X11/FTP.X.ORG/
+Greece			ftp://ftp.ntua.gr/pub/X11/
+HongKong		ftp://ftp.cs.cuhk.edu.hk/pub/X11/
+Italy			http://mi.mirror.garr.it/mirrors/x.org/
+Italy			ftp://mi.mirror.garr.it/mirrors/x.org/
+Japan			ftp://sunsite.sut.ac.jp/pub/archives/X11/
+Japan			ftp://ftp.nara.wide.ad.jp/pub/X11/x.org/
+Japan			http://ftp.nara.wide.ad.jp/pub/X11/x.org/
+Japan			ftp://ftp.u-aizu.ac.jp/pub/x11/x.org/
+Japan			http://ftp.yz.yamagata-u.ac.jp/pub/X11/x.org/
+Japan			ftp://ftp.yz.yamagata-u.ac.jp/pub/X11/x.org/
+Korea			ftp://ftp.kreonet.re.kr/pub/X11/ftp.x.org/
+Netherlands	http://x-org.mirror.intouch.nl/
+Netherlands	ftp://xorg.mirror.intouch.nl/mirrors/xorg/
+Poland			ftp://ftp.task.gda.pl/mirror/ftp.x.org/
+Poland			http://ftp.pl.debian.org/mirror/ftp.x.org/pub/
+Russia			ftp://xorg.freshsoft.ru/ftp.x.org/
+Russia			http://xorg.freshsoft.ru/ftp.x.org/
+Russia			http://ftp.chg.ru/pub/X11/x.org/
+Russia			ftp://ftp.chg.ru/pub/X11/x.org/
+Spain			ftp://ftp.cica.es/pub/X/
+Spain			ftp://ftp.sunet.se/pub/X11/
+South Afrika	ftp://ftp.is.co.za/pub/x.org/
+Switzerland	http://xorg.mirror.solnet.ch/
+Switzerland	ftp://ftp.solnet.ch/mirror/x.org/
+Switzerland	ftp://mirror.switch.ch/mirror/X11/
+Switzerland	http://mirror.switch.ch/ftp/mirror/X11/
+Taiwan			http://x.cs.pu.edu.tw/
+United Kingdom	http://www.mirror.ac.uk/mirror/ftp.x.org/
+United Kingdom	http://www.mirrorservice.org/sites/ftp.x.org/
+United Kingdom	ftp://ftp.mirrorservice.org/sites/ftp.x.org/
+United States	ftp://mirror.sg.depaul.edu/pub/x.org/
+United States	http://mirror.sg.depaul.edu/pub/x.org/
+United States	http://x.paracoda.com/
+United States	http://x.hostingzero.com/

Modified: lunar/trunk/var/lib/lunar/menu/mirrors.menu
===================================================================
--- lunar/trunk/var/lib/lunar/menu/mirrors.menu	2006-10-13 08:54:02 UTC (rev 21784)
+++ lunar/trunk/var/lib/lunar/menu/mirrors.menu	2006-10-13 14:35:29 UTC (rev 21785)
@@ -26,7 +26,7 @@
            --ok-label  "Select"            \
            --menu                          \
            ""                              \
-           0 70 10                         \
+           0 80 10                         \
            $(mirror_list $1)
 }
 
@@ -39,20 +39,22 @@
    SF_HELP="Select mirror for downloading SourceForge sources."
    LR_HELP="Select the mirror for a last resort download place."
     X_HELP="Select mirror for downloading XFree86 related sources."
+ XORG_HELP="Select mirror for downloading XOrg related sources."
       HELP="Selecting a mirror site can speed your downloads."
 
-    COMMAND=`$DIALOG  --title "Mirror Menu"     \
-                      --ok-label      "Select"  \
-                      --cancel-label  "Exit"    \
-                      --item-help               \
-                      --menu     ""  0 0 0      \
-                      "GNOME"    ""  "$N_HELP"  \
-                      "GNU"      ""  "$G_HELP"  \
-                      "KDE"      ""  "$K_HELP"  \
-                      "KERNEL"   ""  "$L_HELP"  \
-                      "SFORGE"   ""  "$SF_HELP" \
-                      "LRESORT"  ""  "$LR_HELP" \
-                      "XFREE86"  ""  "$X_HELP"`
+    COMMAND=`$DIALOG  --title "Mirror Menu"        \
+                      --ok-label      "Select"     \
+                      --cancel-label  "Exit"       \
+                      --item-help                  \
+                      --menu     ""  0 0 0         \
+                      "GNOME"    ""  "$N_HELP"     \
+                      "GNU"      ""  "$G_HELP"     \
+                      "KDE"      ""  "$K_HELP"     \
+                      "KERNEL"   ""  "$L_HELP"     \
+                      "SFORGE"   ""  "$SF_HELP"    \
+                      "LRESORT"  ""  "$LR_HELP"    \
+                      "XFREE86"  ""  "$X_HELP"     \
+                      "XORG"     ""  "$XORG_HELP"`											
 
   do
     case  $COMMAND in
@@ -61,6 +63,7 @@
           KDE)      MIRROR="     KDE_URL"    ;;
           KERNEL)   MIRROR="  KERNEL_URL"    ;;
           XFREE86)  MIRROR=" XFREE86_URL"    ;;
+          XORG)     MIRROR="    XORG_URL"    ;;
           SFORGE)   MIRROR="  SFORGE_URL"    ;;
           LRESORT)  MIRROR=" LRESORT_URL"    ;;
     esac

Modified: lunar/trunk/var/lib/lunar/unset.sh
===================================================================
--- lunar/trunk/var/lib/lunar/unset.sh	2006-10-13 08:54:02 UTC (rev 21784)
+++ lunar/trunk/var/lib/lunar/unset.sh	2006-10-13 14:35:29 UTC (rev 21785)
@@ -97,5 +97,6 @@
 unset VOYEUR
 unset WHITE
 unset XFREE86_URL
+unset XORG_URL
 unset XTRA
 unset YELLOW



More information about the Lunar-commits mailing list