Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Bearcat Sandor (03d7eb5f130c8bd399776464bc93f2e58fc9879e)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Bearcat Sandor <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Bearcat Sandor (03d7eb5f130c8bd399776464bc93f2e58fc9879e)
  • Date: Sat, 16 Sep 2006 17:28:53 -0500

GIT changes to master grimoire by Bearcat Sandor <sourcemage AT feline-soul.com>:

video/gshowtv/BUILD | 1 +
video/gshowtv/DEPENDS | 6 ++++++
video/gshowtv/DETAILS | 22 ++++++++++++++++++++++
video/gshowtv/HISTORY | 2 ++
video/gshowtv/INSTALL | 1 +
5 files changed, 32 insertions(+)

New commits:
commit 03d7eb5f130c8bd399776464bc93f2e58fc9879e
Author: Bearcat Sandor <sourcemage AT feline-soul.com>
Commit: Bearcat Sandor <sourcemage AT feline-soul.com>

Initial spell for gshowtv

diff --git a/video/gshowtv/BUILD b/video/gshowtv/BUILD
new file mode 100755
index 0000000..27ba77d
--- /dev/null
+++ b/video/gshowtv/BUILD
@@ -0,0 +1 @@
+true
diff --git a/video/gshowtv/DEPENDS b/video/gshowtv/DEPENDS
new file mode 100755
index 0000000..256c9dc
--- /dev/null
+++ b/video/gshowtv/DEPENDS
@@ -0,0 +1,6 @@
+depends gtk+2 &&
+depends perl-gtk2 &&
+depends perl-gladexml &&
+depends locale-gettext &&
+depends xmltv
+
diff --git a/video/gshowtv/DETAILS b/video/gshowtv/DETAILS
new file mode 100755
index 0000000..ba4d8ac
--- /dev/null
+++ b/video/gshowtv/DETAILS
@@ -0,0 +1,22 @@
+ SPELL=gshowtv
+ VERSION=1.0.3
+ SOURCE="$SPELL-$VERSION.tar.gz"
+ SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
+
SOURCE_HASH=sha512:aa739eb6ce6654bfab0fdcce7f3f63163fb8e252a5b106efee3db0832584196a20d7290da6cf60b0e9963160cbb5c485a582ec84486ee21d9fb11cbbb5b661b5
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/$SPELL-$VERSION"
+ WEB_SITE=http://gshowtv.sourceforge.net/
+ LICENSE[0]=GPL
+ ENTERED=20060916
+ SHORT="GShow TV is a TV program schedule viewer and a Personal
Video Recorder GUI."
+cat << EOF
+GShow TV is a TV program schedule viewer and a Personal Video Recorder
+GUI. GShow TV's basic purpose is to provide a nice GUI for viewing tv program
+schedule information and for recording the programs. GShow TV doesn't itself
do
+the recording of the selected programs, rather it uses any PVR solution that
+exists. GShow TV is globally usable as it uses XMLTV to access the program
+schedules, and xmltv has support for multitude of countries. (early 2006
+support for Australia, Belgium, Brazil, Canada, Denmark, Estonia, Finland,
+France, Germany, Hungary, Iceland, Italy, Japan, Norway, Portugal, Reunion
+Island, Romania, Russia, South Africa, Spain, Spain, Sweden, Switzerland,
+The Netherlands, The UK, The USA and more.)
+EOF
diff --git a/video/gshowtv/HISTORY b/video/gshowtv/HISTORY
new file mode 100644
index 0000000..fa492a7
--- /dev/null
+++ b/video/gshowtv/HISTORY
@@ -0,0 +1,2 @@
+2006-09-16 Bearcat M. Sandor <sorcerer AT feline-soul.com>
+ * DETAILS, DEPENDS, HISTORY: created spell
diff --git a/video/gshowtv/INSTALL b/video/gshowtv/INSTALL
new file mode 100755
index 0000000..84b2df1
--- /dev/null
+++ b/video/gshowtv/INSTALL
@@ -0,0 +1 @@
+make install PREFIX=/usr



  • [SM-Commit] GIT changes to master grimoire by Bearcat Sandor (03d7eb5f130c8bd399776464bc93f2e58fc9879e), Bearcat Sandor, 09/16/2006

Archive powered by MHonArc 2.6.24.

Top of Page