[Pkg-wmaker-commits] [wmfrog] 03/145: [svn r3]

Doug Torrance dtorrance-guest at moszumanska.debian.org
Sun Aug 23 05:46:11 UTC 2015


This is an automated email from the git hooks/post-receive script.

dtorrance-guest pushed a commit to branch master
in repository wmfrog.

commit 0bd18500197a3e58b277746a2e95c0a2407e8c53
Author: tcolar <devnull at localhost>
Date:   Thu Jun 14 08:27:37 2007 -0700

    [svn r3]
---
 wmfrog/CHANGES                                      |   1 +
 wmfrog/INSTALL                                      |  20 +++++++++++++++++++-
 wmfrog/Src/.xvpics/frog.xbm                         | Bin 3670 -> 0 bytes
 wmfrog/Src/.xvpics/frog.xpm                         | Bin 2110 -> 0 bytes
 wmfrog/Src/.xvpics/wmWeather_mask.xbm               | Bin 3670 -> 0 bytes
 wmfrog/Src/.xvpics/wmWeather_master.gif             | Bin 3312 -> 0 bytes
 wmfrog/Src/.xvpics/wmWeather_master.xpm             | Bin 3309 -> 0 bytes
 wmfrog/Src/wmFrog.c                                 |   2 +-
 wmfrog/{wmfrog-0.1.6.ebuild => wmfrog-0.2.0.ebuild} |   2 +-
 9 files changed, 22 insertions(+), 3 deletions(-)

diff --git a/wmfrog/CHANGES b/wmfrog/CHANGES
index 75b9ebb..3645139 100644
--- a/wmfrog/CHANGES
+++ b/wmfrog/CHANGES
@@ -1,6 +1,7 @@
 
 Version         Description
 -------------------------------------------------------------------------
+0.2.0	Fixed potentail security risk, by storing temp data in ~/.wmapps/ rather than /tmp
 0.1.6		*** Application name changed to wmfrog instead of wmFrog ***
 		Man page added by Marc Brockschmidt
 		Change where made to the data fetching script, so that no more eroneous temperatures should be reported (visibility as fractions problems)
diff --git a/wmfrog/INSTALL b/wmfrog/INSTALL
index 806b7f1..cf68daf 100644
--- a/wmfrog/INSTALL
+++ b/wmfrog/INSTALL
@@ -1,5 +1,8 @@
 Installation instructions for wmFrog.
 
+Thibaut Colar
+http://www.colar.net/wmapps/
+
 Requirements
 -------------------------------------------------------------------------------
 wmFrog requires the Xpm library (which should be available on most machines
@@ -11,6 +14,10 @@ You also need to have Perl installed.
 
 On FreeBSD systems you may need to use gmake instead of make.
 
+To compile it from sources, you will need: make, gcc, libc6, libxpm-dev, libx11-dev, libxext-dev.
+ie: apt-get install libxpm-dev, libx11-dev, libxext-dev
+To run it you will need: perl, wget, libx11-6, libxext6 and libxpm4.
+
 Installation
 -------------------------------------------------------------------------------
 If you have a copy of wmFrog already running you should sut it down before re-installing.
@@ -23,9 +30,20 @@ If you have a copy of wmFrog already running you should sut it down before re-in
 5) make install  (as root).
 6) wmfrog -h & (or 'wmfrog -h' for help)
 7) You need to set the location of perl correctly in /usr/lib/wmfrog if your perl
-   is located in a place other than /usr/bin/
+   is not located in /usr/bin/
+
+
+Use
+--------------------------------------------------------------------------------
+Find your METAR station name here: 
+http://www.nws.noaa.gov/tg/siteloc.shtml
+For example Reno, NV is KRNO
+Also you will want to set your Time offset from UTC(GMT), for example Pacific time is GMT+8, so offset is 8
 
+Start wmfrog, for example
+wmfrog -s KRNO -o 8
 
+See wmfrog -h for many more options.
 
 
 
diff --git a/wmfrog/Src/.xvpics/frog.xbm b/wmfrog/Src/.xvpics/frog.xbm
deleted file mode 100644
index f10301a..0000000
Binary files a/wmfrog/Src/.xvpics/frog.xbm and /dev/null differ
diff --git a/wmfrog/Src/.xvpics/frog.xpm b/wmfrog/Src/.xvpics/frog.xpm
deleted file mode 100644
index 17d9f57..0000000
Binary files a/wmfrog/Src/.xvpics/frog.xpm and /dev/null differ
diff --git a/wmfrog/Src/.xvpics/wmWeather_mask.xbm b/wmfrog/Src/.xvpics/wmWeather_mask.xbm
deleted file mode 100644
index 8f77224..0000000
Binary files a/wmfrog/Src/.xvpics/wmWeather_mask.xbm and /dev/null differ
diff --git a/wmfrog/Src/.xvpics/wmWeather_master.gif b/wmfrog/Src/.xvpics/wmWeather_master.gif
deleted file mode 100644
index d9fb18b..0000000
Binary files a/wmfrog/Src/.xvpics/wmWeather_master.gif and /dev/null differ
diff --git a/wmfrog/Src/.xvpics/wmWeather_master.xpm b/wmfrog/Src/.xvpics/wmWeather_master.xpm
deleted file mode 100644
index ad53dd7..0000000
Binary files a/wmfrog/Src/.xvpics/wmWeather_master.xpm and /dev/null differ
diff --git a/wmfrog/Src/wmFrog.c b/wmfrog/Src/wmFrog.c
index e661673..b4db435 100644
--- a/wmfrog/Src/wmFrog.c
+++ b/wmfrog/Src/wmFrog.c
@@ -723,7 +723,7 @@ void ParseCMDLine(int argc, char *argv[]) {
     printf("	 http://www.nws.noaa.gov/oso/oso1/oso12/metar.htm \n\n");
     printf("To find your city Metar code go to  NOAA's ""Meteorological Station Information\nLookup"" page at:\n\n");
     printf("	 http://www.nws.noaa.gov/oso/siteloc.shtml\n\n");
-    printf("\n Thibaut Colar http://wiki.colar.net/wmapps");
+    printf("\n Thibaut Colar http://www.colar.net/wmapps/\n\n");
 
 }
 
diff --git a/wmfrog/wmfrog-0.1.6.ebuild b/wmfrog/wmfrog-0.2.0.ebuild
similarity index 97%
rename from wmfrog/wmfrog-0.1.6.ebuild
rename to wmfrog/wmfrog-0.2.0.ebuild
index e6a5035..ecbefaa 100644
--- a/wmfrog/wmfrog-0.1.6.ebuild
+++ b/wmfrog/wmfrog-0.2.0.ebuild
@@ -1,4 +1,4 @@
-# $Header: /home/cvsroot/gentoo-x86/x11-plugins/wmfrog/wmfrog-0.1.6.ebuild
+# $Header: /home/cvsroot/gentoo-x86/x11-plugins/wmfrog/wmfrog-0.2.0.ebuild
 
 DESCRIPTION="Dockable graphical weather application for Windowmaker/Fluxbox, etc ..."
 SRC_URI="http://www.colar.net/wmapps/${P}.tgz"

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-wmaker/wmfrog.git



More information about the Pkg-wmaker-commits mailing list