[142964] users/krischik/Utilities

krischik at macports.org krischik at macports.org
Sat Dec 12 07:58:58 PST 2015


Revision: 142964
          https://trac.macports.org/changeset/142964
Author:   krischik at macports.org
Date:     2015-11-30 06:07:51 -0800 (Mon, 30 Nov 2015)
Log Message:
-----------
updates and new versions.

Modified Paths:
--------------
    users/krischik/Utilities/Install.command
    users/krischik/Utilities/Install_BitTornado.command
    users/krischik/Utilities/Install_Dovecot.command
    users/krischik/Utilities/Install_GNOME.command
    users/krischik/Utilities/Install_Gimp.command
    users/krischik/Utilities/Install_KDE4.command
    users/krischik/Utilities/Install_Maintained.command
    users/krischik/Utilities/Install_Minimum.command
    users/krischik/Utilities/Install_Mobile_Development.command
    users/krischik/Utilities/Install_Player.command
    users/krischik/Utilities/Install_Python.command
    users/krischik/Utilities/Install_SpamAssassin.command
    users/krischik/Utilities/Install_VCS.command
    users/krischik/Utilities/Install_VIM.command
    users/krischik/Utilities/Setup.command

Modified: users/krischik/Utilities/Install.command
===================================================================
--- users/krischik/Utilities/Install.command	2015-11-30 13:52:42 UTC (rev 142963)
+++ users/krischik/Utilities/Install.command	2015-11-30 14:07:51 UTC (rev 142964)
@@ -8,17 +8,15 @@
 
 source ${0:h}/Setup.command
 
-setopt No_X_Trace
+setopt No_XTrace
 setopt No_Err_Exit
 
 if test "${USER}" = "root"; then
-    port select --set gcc llvm-gcc42
-
+    Deselect_System
     Update_Tree
     Update_Packages
 
     for I in									\
-	"acl2"									\
 	"aspell +nls"								\
 	"aspell-dict-de"							\
 	"aspell-dict-en"							\
@@ -40,8 +38,7 @@
 	"flex"									\
 	"fontconfig +vera"							\
 	"fontforge +freetype_bytecode"						\
-	"fuse4x"								\
-	"gcc49"									\
+	"gcc5"									\
 	"gcc_select"								\
 	"giflib"								\
 	"gmp"									\
@@ -55,7 +52,7 @@
 	"jasper +jiv"								\
 	"jpeg"									\
 	"libpng"								\
-	"llvm-3.4"								\
+	"llvm-3.8"								\
 	"llvm-gcc42"								\
 	"llvm_select"								\
 	"m4"									\
@@ -92,16 +89,19 @@
 	Install_Update ${=I} "${General_Variants}"
     done; unset I
 
-    for I in		\
-	"avahi +mono"	\
+    # Ports without a universal variant
+
+    for I in									\
+	"osxfuse"								\
+	"ext4fuse"								\
+	"avahi +mono"								\
 	"fugu"
     do
 	Install_Update ${=I}
     done; unset I
 
     Clean
-
-    port select gcc gnat-gcc42
+    Select_System
 else
     setopt Multi_OS
 

Modified: users/krischik/Utilities/Install_BitTornado.command
===================================================================
--- users/krischik/Utilities/Install_BitTornado.command	2015-11-30 13:52:42 UTC (rev 142963)
+++ users/krischik/Utilities/Install_BitTornado.command	2015-11-30 14:07:51 UTC (rev 142964)
@@ -8,11 +8,11 @@
 
 source ${0:h}/Setup.command
 
-setopt No_X_Trace
+setopt No_XTrace
 setopt No_Err_Exit
 
 if test "${USER}" = "root"; then
-    port select --set gcc llvm-gcc42
+    Deselect_System
 
     for I in		    \
 	"py26-wxpython"	    \
@@ -21,7 +21,7 @@
 	Install_Update ${I} ${=General_Variants}
     done; unset I
 
-    port select gcc gnat-gcc42
+    Select_System
 else
     setopt Multi_OS
     sudo ${0:a} 1>&1 2>&2 &>~/Library/Logs/${0:r:t}.out

Modified: users/krischik/Utilities/Install_Dovecot.command
===================================================================
--- users/krischik/Utilities/Install_Dovecot.command	2015-11-30 13:52:42 UTC (rev 142963)
+++ users/krischik/Utilities/Install_Dovecot.command	2015-11-30 14:07:51 UTC (rev 142964)
@@ -8,11 +8,11 @@
 
 source ${0:h}/Setup.command
 
-setopt No_X_Trace
+setopt No_XTrace
 setopt No_Err_Exit
 
 if test "${USER}" = "root"; then
-    port select --set gcc llvm-gcc42
+    Deselect_System
 
     launchctl unload -w "/Library/LaunchDaemons/com.krischik.fetchmail.plist"
     launchctl unload -w "/Library/LaunchDaemons/org.macports.dovecot.plist"
@@ -36,7 +36,7 @@
     launchctl load -w "/Library/LaunchDaemons/org.macports.dovecot.plist"
     launchctl load -w "/Library/LaunchDaemons/com.krischik.fetchmail.plist"
 
-    port select gcc gnat-gcc42
+    Select_System
 else
     setopt Multi_OS
     sudo ${0:a} 1>&1 2>&2 &>~/Library/Logs/${0:r:t}.out

Modified: users/krischik/Utilities/Install_GNOME.command
===================================================================
--- users/krischik/Utilities/Install_GNOME.command	2015-11-30 13:52:42 UTC (rev 142963)
+++ users/krischik/Utilities/Install_GNOME.command	2015-11-30 14:07:51 UTC (rev 142964)
@@ -8,14 +8,12 @@
 
 source ${0:h}/Setup.command
 
-setopt No_X_Trace
+setopt No_XTrace
 setopt No_Err_Exit
 
 if test "${USER}" = "root"; then
+    Deselect_System
     Unload_System
-
-    port select --set gcc llvm-gcc42
-
     Update_Tree
     Update_Packages
 
@@ -52,9 +50,9 @@
 	Install_Update ${=I} "${=General_Variants}${=Gnome_Variants}"
     done; unset I
 
-    port select gcc gnat-gcc42
     Clean
     Load_System
+    Select_System
 else
     setopt Multi_OS
 

Modified: users/krischik/Utilities/Install_Gimp.command
===================================================================
--- users/krischik/Utilities/Install_Gimp.command	2015-11-30 13:52:42 UTC (rev 142963)
+++ users/krischik/Utilities/Install_Gimp.command	2015-11-30 14:07:51 UTC (rev 142964)
@@ -8,14 +8,12 @@
 
 source ${0:h}/Setup.command
 
-setopt No_X_Trace
+setopt No_XTrace
 setopt No_Err_Exit
 
 if test "${USER}" = "root"; then
+    Deselect_System
     Unload_System
-
-    port select --set gcc llvm-gcc42
-
     Update_Tree
     Update_Packages
 
@@ -35,9 +33,9 @@
 	Install_Update ${=I} "${=Gnome_Variants}${=General_Variants}"
     done; unset I
 
-    port select gcc gnat-gcc42
     Clean
     Load_System
+    Select_System
 else
     setopt Multi_OS
 

Modified: users/krischik/Utilities/Install_KDE4.command
===================================================================
--- users/krischik/Utilities/Install_KDE4.command	2015-11-30 13:52:42 UTC (rev 142963)
+++ users/krischik/Utilities/Install_KDE4.command	2015-11-30 14:07:51 UTC (rev 142964)
@@ -8,14 +8,12 @@
 
 source ${0:h}/Setup.command
 
-setopt No_X_Trace
+setopt No_XTrace
 setopt No_Err_Exit
 
 if test "${USER}" = "root"; then
+    Deselect_System
     Unload_System
-
-    port select --set gcc llvm-gcc42
-
     Update_Tree
     Update_Packages
 
@@ -33,10 +31,9 @@
 	Install_Update ${=I} "${Qt_Variants}${General_Variants} build.jobs=1"
     done; unset I
 
-    port select gcc gnat-gcc42
-
     Clean
     Load_System
+    Select_System
 else
     setopt Multi_OS
 

Modified: users/krischik/Utilities/Install_Maintained.command
===================================================================
--- users/krischik/Utilities/Install_Maintained.command	2015-11-30 13:52:42 UTC (rev 142963)
+++ users/krischik/Utilities/Install_Maintained.command	2015-11-30 14:07:51 UTC (rev 142964)
@@ -8,12 +8,11 @@
 
 source ${0:h}/Setup.command
 
-setopt No_X_Trace
+setopt No_XTrace
 setopt No_Err_Exit
 
 if test "${USER}" = "root"; then
-    port select --set gcc llvm-gcc42
-
+    Deselect_System
     Update_Tree
     Update_Packages
 
@@ -31,8 +30,8 @@
 	port install -f ${=I} ${=General_Variants}
     done; unset I
 
-    port select gcc gnat-gcc42
     Clean
+    Select_System
 else
     setopt Multi_OS
 

Modified: users/krischik/Utilities/Install_Minimum.command
===================================================================
--- users/krischik/Utilities/Install_Minimum.command	2015-11-30 13:52:42 UTC (rev 142963)
+++ users/krischik/Utilities/Install_Minimum.command	2015-11-30 14:07:51 UTC (rev 142964)
@@ -9,7 +9,7 @@
 
 source ${0:h}/Setup.command
 
-setopt No_X_Trace
+setopt No_XTrace
 setopt Multi_OS
 
 sudo port install								    \

Modified: users/krischik/Utilities/Install_Mobile_Development.command
===================================================================
--- users/krischik/Utilities/Install_Mobile_Development.command	2015-11-30 13:52:42 UTC (rev 142963)
+++ users/krischik/Utilities/Install_Mobile_Development.command	2015-11-30 14:07:51 UTC (rev 142964)
@@ -8,29 +8,28 @@
 
 source ${0:h}/Setup.command
 
-setopt No_X_Trace
+setopt No_XTrace
 setopt No_Err_Exit
 
 if test "${USER}" = "root"; then
-    port select --set gcc llvm-gcc42
-
+    Deselect_System
     Update_Tree
     Update_Packages
     
     for I in			    \
-	"apache-ant"		    \
-	"ant-contrib"		    \
 	"android"		    \
+	"ant-contrib"		    \
 	"antenna"		    \
+	"apache-ant"		    \
 	"gradle"		    \
+	"maven3"		    \
 	"maven31"		    \
 	"maven32"		    \
-	"maven3"		    \
 	"maven_select"		    \
 	"microemu"		    \
 	"proguard"		    \
-	"scala2.10"		    \
 	"scala2.11"		    \
+	"scala2.11-docs"	    \
 	"scala_select"
     do
 	Install_Update ${I} ${=General_Variants}
@@ -42,20 +41,12 @@
 	Install_Update ${I}
     done; unset I
 
-    port select --set maven maven3
-    port select --set scala scala2.11
-    port select --set gcc   gnat-gcc42
+    Select_System
 else
     setopt Multi_OS
     sudo ${0:a} 1>&1 2>&2 &>~/Library/Logs/${0:r:t}.out
 fi
 
-
-
-http://media.hackingg-lab.com/
-
-
-
 ############################################################ {{{1 ###########
 # vim: set nowrap tabstop=8 shiftwidth=4 softtabstop=4 noexpandtab :
 # vim: set textwidth=0 filetype=zsh foldmethod=marker nospell :

Modified: users/krischik/Utilities/Install_Player.command
===================================================================
--- users/krischik/Utilities/Install_Player.command	2015-11-30 13:52:42 UTC (rev 142963)
+++ users/krischik/Utilities/Install_Player.command	2015-11-30 14:07:51 UTC (rev 142964)
@@ -8,14 +8,12 @@
 
 source ${0:h}/Setup.command
 
-setopt No_X_Trace
+setopt No_XTrace
 setopt No_Err_Exit
 
 if test "${USER}" = "root"; then
+    Deselect_System
     Unload_System
-
-    port select --set gcc llvm-gcc42
-
     Update_Tree
     Update_Packages
 
@@ -40,9 +38,9 @@
 	Install_Update ${=I} "${Qt_Variants}${General_Variants}"
     done; unset I;
 
-    port select gcc gnat-gcc42
     Clean
     Load_System
+    Select_System
 else
     setopt Multi_OS
 

Modified: users/krischik/Utilities/Install_Python.command
===================================================================
--- users/krischik/Utilities/Install_Python.command	2015-11-30 13:52:42 UTC (rev 142963)
+++ users/krischik/Utilities/Install_Python.command	2015-11-30 14:07:51 UTC (rev 142964)
@@ -8,12 +8,11 @@
 
 source ${0:h}/Setup.command
 
-setopt No_X_Trace
+setopt No_XTrace
 setopt No_Err_Exit
 
 if test "${USER}" = "root"; then
-    port select gcc gcc42
-
+    Deselect_System
     Update_Tree
     Update_Packages
 
@@ -26,8 +25,7 @@
 	Install_Update ${I} "${=General_Variants}"s
     done; unset I
 
-    port select python27
-    port select gcc gnat-gcc42
+    Select_System
 else
     setopt Multi_OS
     sudo ${0:a} 1>&1 2>&2 &>~/Library/Logs/${0:r:t}.out

Modified: users/krischik/Utilities/Install_SpamAssassin.command
===================================================================
--- users/krischik/Utilities/Install_SpamAssassin.command	2015-11-30 13:52:42 UTC (rev 142963)
+++ users/krischik/Utilities/Install_SpamAssassin.command	2015-11-30 14:07:51 UTC (rev 142964)
@@ -8,11 +8,11 @@
 
 source ${0:h}/Setup.command
 
-setopt No_X_Trace
+setopt No_XTrace
 setopt No_Err_Exit
 
 if test "${USER}" = "root"; then
-    port select gcc gcc42
+    Deselect_System
 
     launchctl unload -w "/Library/LaunchDaemons/org.macports.spamd.plist"
 
@@ -39,7 +39,7 @@
 
     launchctl load -w "/Library/LaunchDaemons/org.macports.spamd.plist"
 
-    port select gcc gnat-gcc42
+    Select_System
 else
     setopt Multi_OS
     sudo ${0:a} 1>&1 2>&2 &>~/Library/Logs/${0:r:t}.out

Modified: users/krischik/Utilities/Install_VCS.command
===================================================================
--- users/krischik/Utilities/Install_VCS.command	2015-11-30 13:52:42 UTC (rev 142963)
+++ users/krischik/Utilities/Install_VCS.command	2015-11-30 14:07:51 UTC (rev 142964)
@@ -8,12 +8,11 @@
 
 source ${0:h}/Setup.command
 
-setopt No_X_Trace
+setopt No_XTrace
 setopt No_Err_Exit
 
 if test "${USER}" = "root"; then
-    port select gcc gcc42
-
+    Deselect_System
     Update_Tree
     Update_Packages
 
@@ -33,8 +32,8 @@
 	Install_Update ${I} "${=General_Variants}"
     done; unset I
 
-    port select gcc gnat-gcc42
     Clean
+    Select_System
 else
     setopt Multi_OS
     sudo ${0:a} 1>&1 2>&2 &>~/Library/Logs/${0:r:t}.out

Modified: users/krischik/Utilities/Install_VIM.command
===================================================================
--- users/krischik/Utilities/Install_VIM.command	2015-11-30 13:52:42 UTC (rev 142963)
+++ users/krischik/Utilities/Install_VIM.command	2015-11-30 14:07:51 UTC (rev 142964)
@@ -8,12 +8,11 @@
 
 source ${0:h}/Setup.command
 
-setopt No_X_Trace
+setopt No_XTrace
 setopt No_Err_Exit
 
 if test "${USER}" = "root"; then
-    port select gcc gcc42
-
+    Deselect_System
     Update_Tree
     Update_Packages
 
@@ -24,21 +23,20 @@
 	"gnutar"	\
 	"grep"		\
 	"libiconv"	\
+	"lua"		\
 	"ncurses"	\
 	"perl5"		\
-	"python34"	\
-	"ruby"		\
+	"python35"	\
+	"ruby22 +gmp"	\
 	"tcl"
     do
 	Install_Update ${I} "${=General_Variants}"
     done; unset I
 
-#    "MacVim +cscope +huge +nls +ruby +xim"
-
-    for I in							    \
-	"MacVim +cscope +huge +nls +ruby2 +python34 +lua +perl +xim"
+    for I in								    \
+	"MacVim +cscope +huge +nls +ruby22 +python35 +lua +perl +tcl +xim"
     do
-	Install_Update ${I}
+	Install_Update ${I} "${=General_Variants}"
     done; unset I
 
     for I in	    \
@@ -61,8 +59,8 @@
 	fi
     done; unset I
 
-    port select gcc gnat-gcc42
     Clean
+    Select_System
 else
     setopt Multi_OS
     sudo ${0:a} 1>&1 2>&2 &>~/Library/Logs/${0:r:t}.out

Modified: users/krischik/Utilities/Setup.command
===================================================================
--- users/krischik/Utilities/Setup.command	2015-11-30 13:52:42 UTC (rev 142963)
+++ users/krischik/Utilities/Setup.command	2015-11-30 14:07:51 UTC (rev 142964)
@@ -6,9 +6,8 @@
 #   $HeadURL$
 ############################################################## }}}1 ##########
 
-setopt No_X_Trace
+setopt No_XTrace
 
-
 # Current status (26.07.2012): build with atlas
 #
 typeset  General_Variants="+universal"
@@ -89,6 +88,36 @@
     return
     } # Load_User
 
+function Select_System ()
+    {
+    echo "===> Select System"
+
+    port select --set python	python35
+    port select --set python3	python35
+    port select --set ruby	ruby22
+    port select --set gcc	gcc5
+    #port select --set llvm 38
+    port select --set maven	maven3
+    port select --set scala	scala2.11
+
+    return
+    } # Select_System
+
+function Deselect_System ()
+    {
+    echo "===> Select System"
+
+    port select --set python	none
+    port select --set python3	none
+    port select --set ruby	none
+    port select --set gcc	none
+    port select --set llvm	none
+    port select --set maven	none
+    port select --set scala	none
+
+    return
+    } # Select_System
+
 function Unload ()
     {
     local in_PList="${1}"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20151212/f38db261/attachment-0001.html>


More information about the macports-changes mailing list