[112416] users/krischik/Utilities
krischik at macports.org
krischik at macports.org
Tue Oct 22 06:18:14 PDT 2013
Revision: 112416
https://trac.macports.org/changeset/112416
Author: krischik at macports.org
Date: 2013-10-22 06:18:14 -0700 (Tue, 22 Oct 2013)
Log Message:
-----------
Backup scripts.
Modified Paths:
--------------
users/krischik/Utilities/Install_GNOME.command
users/krischik/Utilities/Install_Mobile_Development.command
users/krischik/Utilities/Install_Player.command
users/krischik/Utilities/Install_Subversion.command
users/krischik/Utilities/Make_Fetchmail_Directories.command
users/krischik/Utilities/Make_Fetchmail_User.command
users/krischik/Utilities/Restart_Postfix.command
Modified: users/krischik/Utilities/Install_GNOME.command
===================================================================
--- users/krischik/Utilities/Install_GNOME.command 2013-10-22 10:54:15 UTC (rev 112415)
+++ users/krischik/Utilities/Install_GNOME.command 2013-10-22 13:18:14 UTC (rev 112416)
@@ -43,9 +43,9 @@
"mono-addins" \
"gnome-control-center" \
"evolution-data-server+gtk_doc" \
- "gimp-app +animation +help_browser +gvfs" \
+ "gimp-app" \
"gimp-help-de" \
- "gimp2 +gvfs+help_browser +universal" \
+ "gimp2 +gvfs -help_browser +quartz" \
"gqview" \
"pan2"
do
Modified: users/krischik/Utilities/Install_Mobile_Development.command
===================================================================
--- users/krischik/Utilities/Install_Mobile_Development.command 2013-10-22 10:54:15 UTC (rev 112415)
+++ users/krischik/Utilities/Install_Mobile_Development.command 2013-10-22 13:18:14 UTC (rev 112416)
@@ -24,7 +24,7 @@
"maven_select" \
"microemu" \
"proguard" \
- "scala2.9" \
+ "scala2.10" \
"scala_select"
do
Install_Update ${I} ${=General_Variants}
Modified: users/krischik/Utilities/Install_Player.command
===================================================================
--- users/krischik/Utilities/Install_Player.command 2013-10-22 10:54:15 UTC (rev 112415)
+++ users/krischik/Utilities/Install_Player.command 2013-10-22 13:18:14 UTC (rev 112416)
@@ -21,8 +21,11 @@
for I in \
"ffmpeg +nonfree+gpl2+mmx+universal" \
+ "libogg" \
+ "flac" \
"poppler" \
"MPlayer +aa+caca+dts+mencoder_extras+esd+fribidi+live+osd+sdl+speex" \
+ "sox" \
"avidemux +aac+dts+esd+jack+lame+ogg+x264+xvid"
do
Install_Update ${=I} "${General_Variants}"
@@ -31,13 +34,11 @@
for I in \
"qt4-mac" \
"qt4_select" \
- "VLC-devel +huge+qt4"
+ "VLC +huge+qt4"
do
Install_Update ${=I} "${Qt_Variants}${General_Variants}"
done; unset I;
-# +bonjour+dvb+eyetv+ffmpeg+fribidi+huge+jack+mod+mpc+osd+qt4+qtkit+quartz+sdl+shout+speex+svg+vcd
-
port select gcc gnat-gcc42
Clean
Load_System
Modified: users/krischik/Utilities/Install_Subversion.command
===================================================================
--- users/krischik/Utilities/Install_Subversion.command 2013-10-22 10:54:15 UTC (rev 112415)
+++ users/krischik/Utilities/Install_Subversion.command 2013-10-22 13:18:14 UTC (rev 112416)
@@ -18,6 +18,11 @@
Update_Packages
for I in \
+ "openssh" \
+ "sshpass" \
+ "git-core +bash_completion" \
+ "git-extras" \
+ "GitX" \
"juni" \
"subversion +bash_completion+tools+mod_dav_svn+unicode_path" \
"cvs2svn" \
Modified: users/krischik/Utilities/Make_Fetchmail_Directories.command
===================================================================
--- users/krischik/Utilities/Make_Fetchmail_Directories.command 2013-10-22 10:54:15 UTC (rev 112415)
+++ users/krischik/Utilities/Make_Fetchmail_Directories.command 2013-10-22 13:18:14 UTC (rev 112416)
@@ -13,9 +13,16 @@
gmkdir --parents --verbose /opt/local/var/log/fetchmail
gmkdir --parents --verbose /opt/local/var/run/fetchmail
- gchown _fetchmail:_fetchmail /opt/local/var/log/fetchmail
- gchown _fetchmail:_fetchmail /opt/local/var/run/fetchmail
- gchown _fetchmail:_fetchmail /private/etc/fetchmailrc
+ gchown --recursive _fetchmail:_fetchmail /opt/local/var/log/fetchmail
+ gchown --recursive _fetchmail:_fetchmail /opt/local/var/run/fetchmail
+ gchown _fetchmail:_fetchmail /private/etc/fetchmailrc
+ gchown _fetchmail:_fetchmail /opt/local/etc/fetchmailrc
+
+ gls ${=LS_OPTIONS} --format=long --all --human-readable --classify --directory \
+ /opt/local/var/log/fetchmail \
+ /opt/local/var/run/fetchmail \
+ /opt/local/etc/fetchmailrc \
+ /private/etc/fetchmailrc
else
setopt Multi_OS
Modified: users/krischik/Utilities/Make_Fetchmail_User.command
===================================================================
--- users/krischik/Utilities/Make_Fetchmail_User.command 2013-10-22 10:54:15 UTC (rev 112415)
+++ users/krischik/Utilities/Make_Fetchmail_User.command 2013-10-22 13:18:14 UTC (rev 112416)
@@ -11,15 +11,20 @@
if test "${USER}" = "root"; then
dscl . -create /Groups/_fetchmail
- dscl . -create /Groups/_fetchmail UniqueID 31
+ dscl . -create /Groups/_fetchmail RealName "Fetchmail Mail Client"
+ dscl . -create /Groups/_fetchmail UniqueID 40_fetchmail UniqueID 40
+
dscl . -create /Users/_fetchmail
+ dscl . -create /Users/_fetchmail NFSHomeDirectory /opt/local/var/run/fetchmail
+ dscl . -create /Users/_fetchmail PrimaryGroupID 40
+ dscl . -create /Users/_fetchmail RealName "Fetchmail Mail Client"
+ dscl . -create /Users/_fetchmail UniqueID 40
dscl . -create /Users/_fetchmail UserShell /bin/false
- dscl . -create /Users/_fetchmail RealName "Fetchmail Mail Client"
- dscl . -create /Users/_fetchmail UniqueID 31
- dscl . -create /Users/_fetchmail PrimaryGroupID 31
- dscl . -create /Users/_fetchmail NFSHomeDirectory /opt/local/var/run/fetchmail
defaults write /Library/Preferences/com.apple.loginwindow HiddenUsersList -array-add _fetchmail _dovecot
+
+ dscl . -read /Users/_fetchmail
+ dscl . -read /Groups/_fetchmail
else
setopt Multi_OS
Modified: users/krischik/Utilities/Restart_Postfix.command
===================================================================
--- users/krischik/Utilities/Restart_Postfix.command 2013-10-22 10:54:15 UTC (rev 112415)
+++ users/krischik/Utilities/Restart_Postfix.command 2013-10-22 13:18:14 UTC (rev 112416)
@@ -23,7 +23,7 @@
popd;
launchctl load -w "/Library/LaunchDaemons/org.macports.postfix.plist"
- launchctl stop "org.macports.postfix"
+ launchctl start "org.macports.postfix"
else
sudo ${0};
fi;
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20131022/c545ef55/attachment-0001.html>
More information about the macports-changes
mailing list