[143030] users/krischik/Utilities

krischik at macports.org krischik at macports.org
Sat Dec 12 08:15:42 PST 2015


Revision: 143030
          https://trac.macports.org/changeset/143030
Author:   krischik at macports.org
Date:     2015-12-01 22:03:42 -0800 (Tue, 01 Dec 2015)
Log Message:
-----------
Macpro.

Modified Paths:
--------------
    users/krischik/Utilities/Install.command
    users/krischik/Utilities/Install_BitTornado.command
    users/krischik/Utilities/Install_Minimum.command

Added Paths:
-----------
    users/krischik/Utilities/Install_VCS.command
    users/krischik/Utilities/Upgrade.command

Removed Paths:
-------------
    users/krischik/Utilities/Install_VCS.command
    users/krischik/Utilities/Upgrade.command

Modified: users/krischik/Utilities/Install.command
===================================================================
--- users/krischik/Utilities/Install.command	2015-12-02 03:47:38 UTC (rev 143029)
+++ users/krischik/Utilities/Install.command	2015-12-02 06:03:42 UTC (rev 143030)
@@ -75,7 +75,6 @@
 	"star"									\
 	"texinfo"								\
 	"tiff"									\
-	"transmission-x11 +aqua"						\
 	"uif2iso"								\
 	"urw-fonts"								\
 	"wget +ssl"								\

Modified: users/krischik/Utilities/Install_BitTornado.command
===================================================================
--- users/krischik/Utilities/Install_BitTornado.command	2015-12-02 03:47:38 UTC (rev 143029)
+++ users/krischik/Utilities/Install_BitTornado.command	2015-12-02 06:03:42 UTC (rev 143030)
@@ -15,7 +15,8 @@
     Deselect_System
     Install_Python.command
 
-    for I in		    \
+    for I in			    \
+	"transmission-x11 +aqua"    \
 	"bittornado"
     do
 	Install_Update ${I} ${=General_Variants}

Modified: users/krischik/Utilities/Install_Minimum.command
===================================================================
--- users/krischik/Utilities/Install_Minimum.command	2015-12-02 03:47:38 UTC (rev 143029)
+++ users/krischik/Utilities/Install_Minimum.command	2015-12-02 06:03:42 UTC (rev 143030)
@@ -14,7 +14,7 @@
 
 sudo port install								    \
     "coreutils" ${=General_Variants}						    \
-    "zsh" "+doc" "+mp_completion" ${=General_Variants}			    \
+    "zsh" "+doc" "+mp_completion" ${=General_Variants}				    \
     "subversion" "+bash_completion" "+tools" "+unicode_path" ${=General_Variants}   \
     1>&1 2>&2 &>~/Library/Logs/${0:r:t}.out
 

Deleted: users/krischik/Utilities/Install_VCS.command
===================================================================
--- users/krischik/Utilities/Install_VCS.command	2015-12-02 03:47:38 UTC (rev 143029)
+++ users/krischik/Utilities/Install_VCS.command	2015-12-02 06:03:42 UTC (rev 143030)
@@ -1,44 +0,0 @@
-#!/opt/local/bin/zsh
-############################################################## {{{1 ##########
-#   $Author$
-#   $Revision$
-#   $Date$
-#   $HeadURL$
-############################################################## }}}1 ##########
-
-source ${0:h}/Setup.command
-
-setopt No_XTrace
-setopt No_Err_Exit
-
-if test "${USER}" = "root"; then
-    Deselect_System
-    Update_Tree
-    Update_Packages
-
-    for I in								\
-	"openssh"							\
-	"sshpass"							\
-	"cvs"								\
-	"git-core +bash_completion"					\
-	"git +bash_completion+credential_osxkeychain+doc+svn"		\
-	"git-extras"							\
-	"GitX"								\
-	"juni"								\
-	"subversion +bash_completion+tools+mod_dav_svn+unicode_path"	\
-	"cvs2svn"							\
-	"subversion-javahlbindings"
-    do
-	Install_Update ${I} "${=General_Variants}"
-    done; unset I
-
-    Clean
-    Select_System
-else
-    setopt Multi_OS
-    sudo ${0:a} 1>&1 2>&2 &>~/Library/Logs/${0:r:t}.out
-fi
-
-############################################################ {{{1 ###########
-# vim: set nowrap tabstop=8 shiftwidth=4 softtabstop=4 noexpandtab :
-# vim: set textwidth=0 filetype=zsh foldmethod=marker nospell :

Copied: users/krischik/Utilities/Install_VCS.command (from rev 136456, users/krischik/Utilities/Install_Subversion.command)
===================================================================
--- users/krischik/Utilities/Install_VCS.command	                        (rev 0)
+++ users/krischik/Utilities/Install_VCS.command	2015-12-02 06:03:42 UTC (rev 143030)
@@ -0,0 +1,45 @@
+#!/opt/local/bin/zsh
+############################################################## {{{1 ##########
+#   $Author$
+#   $Revision$
+#   $Date$
+#   $HeadURL$
+############################################################## }}}1 ##########
+
+source ${0:h}/Setup.command
+
+setopt No_X_Trace
+setopt No_Err_Exit
+
+if test "${USER}" = "root"; then
+    port select gcc gcc42
+
+    Update_Tree
+    Update_Packages
+
+    for I in								\
+	"openssh"							\
+	"sshpass"							\
+	"cvs +gssapi+proxy"						\
+	"git +bash_completion+credential_osxkeychain+doc+svn"		\
+	"git-core +bash_completion"					\
+	"git-extras"							\
+	"GitX"								\
+	"juni"								\
+	"subversion +bash_completion+tools+mod_dav_svn+unicode_path"	\
+	"cvs2svn"							\
+	"subversion-javahlbindings"
+    do
+	Install_Update ${I} "${=General_Variants}"
+    done; unset I
+
+    port select gcc gnat-gcc42
+    Clean
+else
+    setopt Multi_OS
+    sudo ${0:a} 1>&1 2>&2 &>~/Library/Logs/${0:r:t}.out
+fi
+
+############################################################ {{{1 ###########
+# vim: set nowrap tabstop=8 shiftwidth=4 softtabstop=4 noexpandtab :
+# vim: set textwidth=0 filetype=zsh foldmethod=marker nospell :

Deleted: users/krischik/Utilities/Upgrade.command
===================================================================
--- users/krischik/Utilities/Upgrade.command	2015-12-02 03:47:38 UTC (rev 143029)
+++ users/krischik/Utilities/Upgrade.command	2015-12-02 06:03:42 UTC (rev 143030)
@@ -1,46 +0,0 @@
-#!/opt/local/bin/zsh
-############################################################## {{{1 ##########
-#   $Author: krischik at macports.org $
-#   $Revision: 133186 $
-#   $Date: 2015-02-23 14:59:43 +0100 (Mo, 23 Feb 2015) $
-#   $HeadURL: https://svn.macports.org/repository/macports/users/krischik/Utilities/Update.command $
-############################################################## }}}1 ##########
-
-source ${0:a:h}/Setup.command
-
-setopt No_X_Trace
-setopt No_Err_Exit
-
-if test "${USER}" = "root"; then
-    #Unload_System
-
-    ./Install.command*
-    ./Install_VIM.command*
-    ./Install_VCS.command*
-    ./Install_Mobile_Development.command*
-    ./Install_Gimp.command*
-    ./Install_GNOME.command*
-    ./Install_KDE4.command*
-    ./Install_Player.command*
-
-    if test "${HOSTNAME}" = "macpro.local"; then
-	./Install_BitTornado.command*
-	./Install_Dovecot.command*
-	./Install_Maintained.command*
-	./Install_Python.command*
-	./Install_SpamAssassin.command*
-    fi
-
-    Clean
-    Load_System
-else
-    setopt Multi_OS
-
-    Unload_User
-    sudo ${0:a} 1>&1 2>&2 &>~/Library/Logs/${0:r:t}.out
-    Load_User
-fi
-
-############################################################ {{{1 ###########
-# vim: set nowrap tabstop=8 shiftwidth=4 softtabstop=4 noexpandtab :
-# vim: set textwidth=0 filetype=zsh foldmethod=marker nospell :

Copied: users/krischik/Utilities/Upgrade.command (from rev 136456, users/krischik/Utilities/Update.command)
===================================================================
--- users/krischik/Utilities/Upgrade.command	                        (rev 0)
+++ users/krischik/Utilities/Upgrade.command	2015-12-02 06:03:42 UTC (rev 143030)
@@ -0,0 +1,56 @@
+#!/opt/local/bin/zsh
+############################################################## {{{1 ##########
+#   $Author$
+#   $Revision$
+#   $Date$
+#   $HeadURL$
+############################################################## }}}1 ##########
+
+source ${0:a:h}/Setup.command
+
+setopt No_X_Trace
+setopt No_Err_Exit
+
+if test "${USER}" = "root"; then
+    Unload_System
+
+    #port -qv installed > myports.txt
+    #port echo requested | cut -d ' ' -f 1 > requested.txt
+    #port -f uninstall installed
+
+    #rm -rf "/opt/local/var/macports/build/"*
+
+    ./Install.command
+    ./Install_VIM.command
+    ./Install_VCS.command
+    ./Install_Mobile_Development.command
+    ./Install_Gimp.command
+    ./Install_GNOME.command
+    ./Install_KDE4.command
+    ./Install_Player.command
+
+    if test "${HOSTNAME}" = "macpro-eth1.local"; then
+	./Install_BitTornado.command
+	./Install_Dovecot.command
+	./Install_Maintained.command
+	./Install_Python.command
+	./Install_SpamAssassin.command
+    fi
+
+    #curl -O https://svn.macports.org/repository/macports/contrib/restore_ports/restore_ports.tcl
+    #chmod +x restore_ports.tcl
+    #./restore_ports.tcl myports.txt
+    #xargs sudo port setrequested < requested.txt
+
+    Clean
+else
+    setopt Multi_OS
+
+    Unload_User
+    sudo ${0:a} 1>&1 2>&2 &>~/Library/Logs/${0:r:t}.out
+    Load_User
+fi
+
+############################################################ {{{1 ###########
+# vim: set nowrap tabstop=8 shiftwidth=4 softtabstop=4 noexpandtab :
+# vim: set textwidth=0 filetype=zsh foldmethod=marker nospell :
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20151212/bfaf4f2a/attachment.html>


More information about the macports-changes mailing list