[133186] users/krischik/Utilities

krischik at macports.org krischik at macports.org
Mon Feb 23 05:59:43 PST 2015


Revision: 133186
          https://trac.macports.org/changeset/133186
Author:   krischik at macports.org
Date:     2015-02-23 05:59:43 -0800 (Mon, 23 Feb 2015)
Log Message:
-----------
add gradle.

Modified Paths:
--------------
    users/krischik/Utilities/Install.command
    users/krischik/Utilities/Install_Dovecot.command
    users/krischik/Utilities/Install_Mobile_Development.command
    users/krischik/Utilities/Install_Player.command
    users/krischik/Utilities/Install_SpamAssassin.command
    users/krischik/Utilities/Install_Subversion.command
    users/krischik/Utilities/Install_VIM.command
    users/krischik/Utilities/Make_Fetchmail_Directories.command
    users/krischik/Utilities/Setup.command
    users/krischik/Utilities/Update.command

Added Paths:
-----------
    users/krischik/Utilities/Uninstall_Dovecot.command
    users/krischik/Utilities/Unload.command

Modified: users/krischik/Utilities/Install.command
===================================================================
--- users/krischik/Utilities/Install.command	2015-02-23 13:17:58 UTC (rev 133185)
+++ users/krischik/Utilities/Install.command	2015-02-23 13:59:43 UTC (rev 133186)
@@ -17,7 +17,6 @@
     Update_Tree
     Update_Packages
 
-    for I in									\
 	"acl2"									\
 	"aspell +nls"								\
 	"aspell-dict-de"							\
@@ -39,6 +38,10 @@
 	"findutils"								\
 	"flex"									\
 	"fontconfig +vera"							\
+	"fontforge +freetype_bytecode"						\
+	"fuse4x"								\
+	"gcc49"									\
+	"gcc_select"								\
 	"giflib"								\
 	"gmp"									\
 	"gnupg"									\
@@ -51,6 +54,9 @@
 	"jasper +jiv"								\
 	"jpeg"									\
 	"libpng"								\
+	"llvm-3.4"								\
+	"llvm-gcc42"								\
+	"llvm_select"								\
 	"m4"									\
 	"mdf2iso"								\
 	"mmv"									\
@@ -65,11 +71,13 @@
 	"rsync +rsyncd"								\
 	"shared-mime-info"							\
 	"sitecopy"								\
+	"slocate"								\
 	"spellutils"								\
 	"sshpass"								\
 	"star"									\
 	"texinfo"								\
 	"tiff"									\
+	"transmission-x11 +aqua"						\
 	"uif2iso"								\
 	"urw-fonts"								\
 	"wget +ssl"								\
@@ -77,8 +85,7 @@
 	"xpm"									\
 	"xz"									\
 	"yencode"								\
-	"transmission-x11 +aqua"						\
-	"fontforge +freetype_bytecode"						\
+    for I in									\
 	"ImageMagick +graphviz+gs+hdri+jbig+jpeg2+lcms+lqr+mpeg+perl+rsvg+wmf"
     do
 	Install_Update ${=I} "${General_Variants}"

Modified: users/krischik/Utilities/Install_Dovecot.command
===================================================================
--- users/krischik/Utilities/Install_Dovecot.command	2015-02-23 13:17:58 UTC (rev 133185)
+++ users/krischik/Utilities/Install_Dovecot.command	2015-02-23 13:59:43 UTC (rev 133186)
@@ -22,6 +22,7 @@
 
     for I in				    \
 	"openldap"			    \
+	"curl-ca-bundle"		    \
 	"dovecot"			    \
 	"fetchmail +fetchmailconf+ssl+ntml" \
 	"imapfilter"			    \

Modified: users/krischik/Utilities/Install_Mobile_Development.command
===================================================================
--- users/krischik/Utilities/Install_Mobile_Development.command	2015-02-23 13:17:58 UTC (rev 133185)
+++ users/krischik/Utilities/Install_Mobile_Development.command	2015-02-23 13:59:43 UTC (rev 133186)
@@ -17,14 +17,16 @@
     Update_Tree
     Update_Packages
     
-    for I in		    \
-	"android"	    \
-	"antenna"	    \
-	"maven3"	    \
-	"maven_select"	    \
-	"microemu"	    \
-	"proguard"	    \
-	"scala2.10"	    \
+    for I in			    \
+	"android"		    \
+	"antenna"		    \
+	"gradle"		    \
+	"maven3"		    \
+	"maven_select"		    \
+	"microemu"		    \
+	"proguard"		    \
+	"scala2.10"		    \
+	"scala2.11"		    \
 	"scala_select"
     do
 	Install_Update ${I} ${=General_Variants}
@@ -37,12 +39,19 @@
     done; unset I
 
     port select --set maven maven3
+    port select --set scala scala2.11
     port select --set gcc   gnat-gcc42
 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-02-23 13:17:58 UTC (rev 133185)
+++ users/krischik/Utilities/Install_Player.command	2015-02-23 13:59:43 UTC (rev 133186)
@@ -24,7 +24,7 @@
 	"libogg"								\
 	"flac"									\
 	"poppler"								\
-	"MPlayer +aa+caca+dts+mencoder_extras+esd+fribidi+live+osd+sdl+speex"   \
+	"MPlayer +aa+caca+dts+mencoder_extras+esd+fribidi+live+osd+sdl+speex"	\
 	"sox"									\
 	"avidemux +aac+dts+esd+jack+lame+ogg+x264+xvid"
     do
@@ -34,6 +34,7 @@
     for I in			\
 	"qt4-mac"		\
 	"qt4_select"		\
+	"MP4Joiner"		\
 	"VLC +huge+qt4"
     do
 	Install_Update ${=I} "${Qt_Variants}${General_Variants}"

Modified: users/krischik/Utilities/Install_SpamAssassin.command
===================================================================
--- users/krischik/Utilities/Install_SpamAssassin.command	2015-02-23 13:17:58 UTC (rev 133185)
+++ users/krischik/Utilities/Install_SpamAssassin.command	2015-02-23 13:59:43 UTC (rev 133186)
@@ -17,6 +17,7 @@
     launchctl unload -w "/Library/LaunchDaemons/org.macports.spamd.plist"
 
     for I in					    \
+	"clamav +clamav_milter"			    \
 	"p5-mail-spamassassin +bayes+razor+ssl"
     do
 	Install_Update ${I} "${=General_Variants}"

Modified: users/krischik/Utilities/Install_Subversion.command
===================================================================
--- users/krischik/Utilities/Install_Subversion.command	2015-02-23 13:17:58 UTC (rev 133185)
+++ users/krischik/Utilities/Install_Subversion.command	2015-02-23 13:59:43 UTC (rev 133186)
@@ -24,7 +24,7 @@
 	"git-extras"							\
 	"GitX"								\
 	"juni"								\
-	"subversion +bash_completion+tools+mod_dav_svn+unicode_path"    \
+	"subversion +bash_completion+tools+mod_dav_svn+unicode_path"	\
 	"cvs2svn"							\
 	"subversion-javahlbindings"
     do

Modified: users/krischik/Utilities/Install_VIM.command
===================================================================
--- users/krischik/Utilities/Install_VIM.command	2015-02-23 13:17:58 UTC (rev 133185)
+++ users/krischik/Utilities/Install_VIM.command	2015-02-23 13:59:43 UTC (rev 133186)
@@ -26,15 +26,17 @@
 	"libiconv"	\
 	"ncurses"	\
 	"perl5"		\
-	"python26"	\
+	"python34"	\
 	"ruby"		\
 	"tcl"
     do
 	Install_Update ${I} "${=General_Variants}"
     done; unset I
 
-    for I in					\
-	"MacVim +cscope +huge +nls +ruby2 +xim"
+#    "MacVim +cscope +huge +nls +ruby +xim"
+
+    for I in							    \
+	"MacVim +cscope +huge +nls +ruby2 +python34 +lua +perl +xim"
     do
 	Install_Update ${I}
     done; unset I

Modified: users/krischik/Utilities/Make_Fetchmail_Directories.command
===================================================================
--- users/krischik/Utilities/Make_Fetchmail_Directories.command	2015-02-23 13:17:58 UTC (rev 133185)
+++ users/krischik/Utilities/Make_Fetchmail_Directories.command	2015-02-23 13:59:43 UTC (rev 133186)
@@ -17,6 +17,8 @@
     gchown --recursive  _fetchmail:_fetchmail /opt/local/var/run/fetchmail
     gchown              _fetchmail:_fetchmail /private/etc/fetchmailrc
     gchown              _fetchmail:_fetchmail /opt/local/etc/fetchmailrc
+    gchmod go-rwx                             /private/etc/fetchmailrc
+    gchmod go-rwx                             /opt/local/etc/fetchmailrc
 
     gls ${=LS_OPTIONS} --format=long --all --human-readable --classify --directory  \
         /opt/local/var/log/fetchmail                                                \

Modified: users/krischik/Utilities/Setup.command
===================================================================
--- users/krischik/Utilities/Setup.command	2015-02-23 13:17:58 UTC (rev 133185)
+++ users/krischik/Utilities/Setup.command	2015-02-23 13:59:43 UTC (rev 133186)
@@ -117,6 +117,7 @@
     Unload "/Library/LaunchDaemons/org.macports.slapd.plist"
     Unload "/Library/LaunchDaemons/org.macports.spamd.plist"
     Unload "/Library/LaunchDaemons/org.macports.texpire.plist"
+    Unload "/System/Library/LaunchDaemons/org.postfix.master.plist"
 
     return
     } # Unload_System

Copied: users/krischik/Utilities/Uninstall_Dovecot.command (from rev 97540, users/krischik/Utilities/Install_Dovecot.command)
===================================================================
--- users/krischik/Utilities/Uninstall_Dovecot.command	                        (rev 0)
+++ users/krischik/Utilities/Uninstall_Dovecot.command	2015-02-23 13:59:43 UTC (rev 133186)
@@ -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 --set gcc llvm-gcc42
+
+    launchctl unload -w "/Library/LaunchDaemons/com.krischik.fetchmail.plist"
+    launchctl unload -w "/Library/LaunchDaemons/org.macports.dovecot.plist"
+    launchctl unload -w "/Library/LaunchDaemons/org.macports.slapd.plist"
+    launchctl unload -w "/Library/LaunchDaemons/org.macports.postfix.plist"
+    launchctl unload -w "/System/Library/LaunchDaemons/org.postfix.master.plist"
+
+    for I in				    \
+	"openldap"			    \
+	"dovecot"			    \
+	"fetchmail +fetchmailconf+ssl+ntml" \
+	"imapfilter"			    \
+	"postfix +dovecot+sasl+pcre+tls"
+    do
+	Install_Update ${I} ${=General_Variants}
+    done; unset I
+
+    launchctl load -w "/Library/LaunchDaemons/org.macports.postfix.plist"
+    launchctl load -w "/Library/LaunchDaemons/org.macports.slapd.plist"
+    launchctl load -w "/Library/LaunchDaemons/com.krischik.fetchmail.plist"
+
+    port select gcc gnat-gcc42
+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/Unload.command (from rev 95219, users/krischik/Utilities/Load.command)
===================================================================
--- users/krischik/Utilities/Unload.command	                        (rev 0)
+++ users/krischik/Utilities/Unload.command	2015-02-23 13:59:43 UTC (rev 133186)
@@ -0,0 +1,24 @@
+#!/opt/local/bin/zsh
+############################################################## {{{1 ##########
+#   $Author$
+#   $Revision$
+#   $Date$
+#   $HeadURL$
+############################################################## }}}1 ##########
+
+source ${0:h}/Setup.command
+
+setopt No_X_Trace
+setopt Err_Exit
+
+if test "${USER}" = "root"; then
+    Unload_System
+else
+    setopt Multi_OS
+
+    Unload_User
+fi
+
+############################################################ {{{1 ###########
+# vim: set nowrap tabstop=8 shiftwidth=4 softtabstop=4 noexpandtab :
+# vim: set textwidth=0 filetype=zsh foldmethod=marker nospell :

Modified: users/krischik/Utilities/Update.command
===================================================================
--- users/krischik/Utilities/Update.command	2015-02-23 13:17:58 UTC (rev 133185)
+++ users/krischik/Utilities/Update.command	2015-02-23 13:59:43 UTC (rev 133186)
@@ -12,7 +12,7 @@
 setopt No_Err_Exit
 
 if test "${USER}" = "root"; then
-    Unload_System
+    #Unload_System
 
     port select --set gcc llvm-gcc42
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150223/97008a91/attachment-0001.html>


More information about the macports-changes mailing list