[75719] trunk/dports/games/PlasmaClient
ryandesign at macports.org
ryandesign at macports.org
Sat Feb 5 09:30:20 PST 2011
Revision: 75719
http://trac.macports.org/changeset/75719
Author: ryandesign at macports.org
Date: 2011-02-05 09:30:20 -0800 (Sat, 05 Feb 2011)
Log Message:
-----------
PlasmaClient: update to 0.0.4 425
Modified Paths:
--------------
trunk/dports/games/PlasmaClient/Portfile
trunk/dports/games/PlasmaClient/files/patch-chatlog.diff
Added Paths:
-----------
trunk/dports/games/PlasmaClient/files/patch-README.diff
Removed Paths:
-------------
trunk/dports/games/PlasmaClient/files/patch-win32dist-readme.rtf.diff
Modified: trunk/dports/games/PlasmaClient/Portfile
===================================================================
--- trunk/dports/games/PlasmaClient/Portfile 2011-02-05 17:27:54 UTC (rev 75718)
+++ trunk/dports/games/PlasmaClient/Portfile 2011-02-05 17:30:20 UTC (rev 75719)
@@ -6,7 +6,7 @@
name PlasmaClient
epoch 1
-version 0.0.3-402
+version 0.0.4-425
categories games
platforms darwin
maintainers ryandesign
@@ -23,7 +23,7 @@
fetch.type hg
hg.url http://uru.zrax.net/hg/plasmaclient
-hg.tag ad5a7d2fd59f
+hg.tag 553f0a3a21f1
depends_lib port:bullet \
port:python26 \
@@ -51,10 +51,10 @@
}
post-extract {
- reinplace "s|\r||g" ${worksrcpath}/win32dist/readme.rtf
+ move ${worksrcpath}/README.win32 ${worksrcpath}/README.mac
}
-patchfiles patch-win32dist-readme.rtf.diff
+patchfiles patch-README.diff
configure.args -DBULLET_INCLUDE_DIR:PATH=${prefix}/include/bullet \
-DCMAKE_VERBOSE_MAKEFILE:BOOL=TRUE \
@@ -74,7 +74,7 @@
xinstall -W ${worksrcpath}/win32dist global.wpm ${destroot}${prefix}/share/mystonline/data
xinstall -d ${destroot}${docdir}
- xinstall -W ${worksrcpath}/win32dist readme.rtf gpl.txt ${destroot}${docdir}
+ xinstall -W ${worksrcpath} CHANGELOG README README.mac win32dist/gpl.txt ${destroot}${docdir}
xinstall -d -m 777 ${destroot}${prefix}/var/log/${name}
}
@@ -82,7 +82,7 @@
notes "
To start ${name}, install the PCLauncher port and run PCLauncher in ${applications_dir}
-Instructions for using ${name} are in the file ${docdir}/readme.rtf
+Instructions for using PlasmaClient are in the files ${docdir}/README and ${docdir}/README.mac
For more information, please visit the Guild of Writers' IRC channel at irc://irc.guildofwriters.com/#writers
"
Copied: trunk/dports/games/PlasmaClient/files/patch-README.diff (from rev 75676, trunk/dports/games/PlasmaClient/files/patch-win32dist-readme.rtf.diff)
===================================================================
--- trunk/dports/games/PlasmaClient/files/patch-README.diff (rev 0)
+++ trunk/dports/games/PlasmaClient/files/patch-README.diff 2011-02-05 17:30:20 UTC (rev 75719)
@@ -0,0 +1,39 @@
+--- README.mac.orig Fri Feb 04 20:24:50 2011 -0800
++++ README.mac Fri Feb 04 23:34:34 2011 -0600
+@@ -1,12 +1,12 @@
+ INTRODUCTION
+ ------------
+-To start PlasmaClient, run PCLauncher.exe. This accepts your regular Myst Online
++To start PlasmaClient, run PCLauncher. This accepts your regular Myst Online
+ username and password.
+
+ Loading times in PlasmaClient can be slow, and there is often a delay before the
+ loading screen appears. Please be patient whenever starting the program or
+ linking to a different Age. Also, there have been some reports that when
+-PlasmaClient is loading, you should not click on another window or use alt-tab
++PlasmaClient is loading, you should not click on another window or use cmd-tab
+ because it can freeze. For some people this works fine - if you experience
+ loading issues, try keeping PlasmaClient focused during the entire loading
+-process.
+\ No newline at end of file
++process.
+--- README.orig Fri Feb 04 20:24:50 2011 -0800
++++ README Fri Feb 04 23:34:34 2011 -0600
+@@ -6,7 +6,7 @@
+ try this out is in your Neighborhood. If you want to get rid of your chat
+ backlog, you can type "/clearchat".
+
+-If you are running in fullscreen, you can exit with ALT+F4, CTRL+q, or "/quit"
++If you are running in fullscreen, you can exit with CMD-q, or "/quit"
+
+ CHANGES in 0.0.4:
+ -----------------
+@@ -119,7 +119,7 @@
+ - Return Sends chat message typed
+ - Backspace Removes last character entered in chat message typed
+
+-- Quit application keys: CTRL-q, META-q (Mac)
++- Quit application keys: CMD-q
+
+ - Look angle keys:
+ - CTRL-w Look up
Modified: trunk/dports/games/PlasmaClient/files/patch-chatlog.diff
===================================================================
--- trunk/dports/games/PlasmaClient/files/patch-chatlog.diff 2011-02-05 17:27:54 UTC (rev 75718)
+++ trunk/dports/games/PlasmaClient/files/patch-chatlog.diff 2011-02-05 17:30:20 UTC (rev 75719)
@@ -19,8 +19,8 @@
if(msgs.size() > 10)
msgs.pop_front();
}
---- main.cpp.orig Sun Jan 16 15:49:49 2011 +0100
-+++ main.cpp Tue Jan 18 03:13:39 2011 -0600
+--- main.cpp.orig Fri Feb 04 20:24:50 2011 -0800
++++ main.cpp Fri Feb 04 23:42:13 2011 -0600
@@ -56,6 +56,8 @@
extern double zoom;
extern bool zooming;
@@ -29,8 +29,8 @@
+
double prev_sba = 1.0;
bool drawfps = true;
-
-@@ -121,6 +123,8 @@
+ int strafeKeysDown = 0;
+@@ -122,6 +124,8 @@
fps.font = arial;
fps.X = pcClient::instance().getSettings().width - 3*arial->getWidth();
fps.Y = 5;
@@ -39,7 +39,7 @@
// FontLine loc;
// loc.font = arial;
-@@ -614,6 +618,8 @@
+@@ -632,6 +636,8 @@
pcClient::instance().writeAWPC();
Deleted: trunk/dports/games/PlasmaClient/files/patch-win32dist-readme.rtf.diff
===================================================================
--- trunk/dports/games/PlasmaClient/files/patch-win32dist-readme.rtf.diff 2011-02-05 17:27:54 UTC (rev 75718)
+++ trunk/dports/games/PlasmaClient/files/patch-win32dist-readme.rtf.diff 2011-02-05 17:30:20 UTC (rev 75719)
@@ -1,28 +0,0 @@
---- win32dist/readme.rtf.orig 2010-11-06 15:53:27.000000000 -0500
-+++ win32dist/readme.rtf 2010-11-06 15:54:21.000000000 -0500
-@@ -1,13 +1,13 @@
- {\rtf1\ansi\ansicpg932\deff0\deftab709{\fonttbl{\f0\fswiss\fprq2\fcharset0 Arial;}{\f1\froman\fprq2\fcharset128 Times New Roman;}}
- {\*\generator Msftedit 5.41.15.1515;}\viewkind4\uc1\pard\lang1033\b\f0\fs24 Important Information\b0\par
- \par
--\tab To start PlasmaClient, run PCLauncher.exe. This accepts your regular Myst Online username and password.\par
-+\tab To start PlasmaClient, run PCLauncher. This accepts your regular Myst Online username and password.\par
- \par
--\tab Loading times in PlasmaClient can be slow, and there is often a delay before the loading screen appears. Please be patient whenever starting the program or linking to a different Age. Also, there have been some reports that when PlasmaClient is loading, you should not click on another window or use alt-tab because it can freeze. For some people this works fine \f1\endash\f0 if you experience loading issues, try keeping PlasmaClient focused during the entire loading process.\par
-+\tab Loading times in PlasmaClient can be slow, and there is often a delay before the loading screen appears. Please be patient whenever starting the program or linking to a different Age. Also, there have been some reports that when PlasmaClient is loading, you should not click on another window or use cmd+tab because it can freeze. For some people this works fine \f1\endash\f0 if you experience loading issues, try keeping PlasmaClient focused during the entire loading process.\par
- \par
- \tab PlasmaClient connects to the MOULa servers when you link to an age. Although you cannot see other players, you can chat with them. The best place to try this out is in your Neighborhood. If you want to get rid of your chat backlog, you can type "/clearchat".\par
- \par
--\tab If you are running in fullscreen, you can exit with alt+F4, ctrl+q, or "/quit"\par
-+\tab If you are running in fullscreen, you can exit with cmd+q or "/quit"\par
- \par
- \b Controls\par
- \par
-@@ -57,7 +57,7 @@
- \par
- \b Graphics Settings\b0\par
- \par
--\tab PlasmaClient does not use the Myst Online graphics settings. To change your PlasmaClient settings, use the "Graphics" tab of PCLauncher.exe. This will not affect your Myst Online graphics settings.\par
-+\tab PlasmaClient does not use the Myst Online graphics settings. To change your PlasmaClient settings, select "Preferences" from the PCLauncher menu. This will not affect your Myst Online graphics settings.\par
- \par
- \tab To disable the framerate counter, you can use the command "/fps off". To turn it on again, use "/fps on"\par
- \par
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110205/0963f7db/attachment.html>
More information about the macports-changes
mailing list