Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Andra?? Levstik (97ff90e60c4c607a208f4e8f10b2cfd890b74891)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Andra?? Levstik <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Andra?? Levstik (97ff90e60c4c607a208f4e8f10b2cfd890b74891)
  • Date: Wed, 27 Sep 2006 17:25:51 -0500

GIT changes to master grimoire by Andra?? Levstik <ruskie AT mages.ath.cx>:

ChangeLog | 3 +++
video/dochttx/BUILD | 1 +
video/dochttx/DEPENDS | 2 ++
video/dochttx/DETAILS | 13 +++++++++++++
video/dochttx/HISTORY | 2 ++
video/dochttx/INSTALL | 1 +
video/dochttx/PRE_BUILD | 7 +++++++
7 files changed, 29 insertions(+)

New commits:
commit 97ff90e60c4c607a208f4e8f10b2cfd890b74891
Author: Andra?? Levstik <ruskie AT mages.ath.cx>
Commit: Andra?? Levstik <ruskie AT mages.ath.cx>

dochttx: new spell console based ttx viewer

diff --git a/ChangeLog b/ChangeLog
index c34dbf8..5d93c75 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2006-09-28 Andra?? "ruskie" Levstik <ruskie AT mages.ath.cx>
+ * video/dochttx: new spell console based ttx viewer
+
2006-09-27 Anton Brondz <dinolinux AT sourcemage.org>
* kde-apps/kplayer: new spell

diff --git a/video/dochttx/BUILD b/video/dochttx/BUILD
new file mode 100755
index 0000000..8f58e6d
--- /dev/null
+++ b/video/dochttx/BUILD
@@ -0,0 +1 @@
+make
diff --git a/video/dochttx/DEPENDS b/video/dochttx/DEPENDS
new file mode 100755
index 0000000..724fb4f
--- /dev/null
+++ b/video/dochttx/DEPENDS
@@ -0,0 +1,2 @@
+depends zvbi &&
+depends ncurses
diff --git a/video/dochttx/DETAILS b/video/dochttx/DETAILS
new file mode 100755
index 0000000..936ea74
--- /dev/null
+++ b/video/dochttx/DETAILS
@@ -0,0 +1,13 @@
+ SPELL=dochttx
+ VERSION=0.2.2
+ SOURCE="${SPELL}_${VERSION}.tar.gz"
+ SOURCE_URL[0]=http://jw209508.hopto.org/apt/source/$SOURCE
+
SOURCE_HASH=sha512:bc4ca21e354bee90d08bfd8d36addf1ab3531a3ca526900f3b3b13061a305d8f71960e36290325bb631c4be924bbf6472155f39ac171e0bc2d9fce3c6e669176
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/$SPELL-$VERSION"
+ WEB_SITE=http://freshmeat.net/projects/dochttx/
+ LICENSE[0]=GPL
+ ENTERED=20060927
+ SHORT="A simple, text-mode teletext browser."
+cat << EOF
+dochttx is a simple, text-mode teletext browser.
+EOF
diff --git a/video/dochttx/HISTORY b/video/dochttx/HISTORY
new file mode 100644
index 0000000..c91af37
--- /dev/null
+++ b/video/dochttx/HISTORY
@@ -0,0 +1,2 @@
+2006-09-27 Andra?? "ruskie" Levstik <ruskie AT mages.ath.cx>
+ * DETAILS, DEPENDS, PRE_BUILD, BUILD, INSTALL, HISTORY: created spell
diff --git a/video/dochttx/INSTALL b/video/dochttx/INSTALL
new file mode 100755
index 0000000..6949b70
--- /dev/null
+++ b/video/dochttx/INSTALL
@@ -0,0 +1 @@
+cp -v dochttx $INSTALL_ROOT/usr/bin/dochttx
diff --git a/video/dochttx/PRE_BUILD b/video/dochttx/PRE_BUILD
new file mode 100755
index 0000000..c75f2d6
--- /dev/null
+++ b/video/dochttx/PRE_BUILD
@@ -0,0 +1,7 @@
+default_pre_build &&
+cd $SOURCE_DIRECTORY &&
+sedit "s:CFLAGS\ +=\ \-Os\ \-s:CFLAGS\ +=\ $CFLAGS:" Makefile &&
+sedit "s:\(LDFLAGS\ \:=\ \-lzvbi\ \-lncursesw\):\1 $LDFLAGS:" Makefile &&
+sedit "s:ncursesw\/ncurses\.h:ncurses\.h:g" render.c &&
+sedit "s:ncursesw\/ncurses\.h:ncurses\.h:g" dochttx.c
+



  • [SM-Commit] GIT changes to master grimoire by Andra?? Levstik (97ff90e60c4c607a208f4e8f10b2cfd890b74891), Andra?? Levstik, 09/27/2006

Archive powered by MHonArc 2.6.24.

Top of Page