Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Bor Kraljič (bba533a9fd1473b70068d70368e505239bb55fdb)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Bor Kraljič <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Bor Kraljič (bba533a9fd1473b70068d70368e505239bb55fdb)
  • Date: Fri, 23 Sep 2011 03:42:44 -0500

GIT changes to master grimoire by Bor Kraljič <pyrobor AT ver.si>:

latex/ifxetex/DETAILS | 2 +-
latex/ifxetex/HISTORY | 3 +++
video/dochttx/DETAILS | 10 +++++-----
video/dochttx/HISTORY | 5 +++++
video/dochttx/PRE_BUILD | 3 ++-
5 files changed, 16 insertions(+), 7 deletions(-)

New commits:
commit bba533a9fd1473b70068d70368e505239bb55fdb
Author: Bor Kraljič <pyrobor AT ver.si>
Commit: Bor Kraljič <pyrobor AT ver.si>

ifxetex: added SOURCE_IGNORE=unversioned (fixes #100)

commit b54e3b8ade5a4a7f8a0a5365c5f63a4ba79b7210
Author: Bor Kraljič <pyrobor AT ver.si>
Commit: Bor Kraljič <pyrobor AT ver.si>

dochttx: updated spell to 0.2.4 (fixes #83)

diff --git a/latex/ifxetex/DETAILS b/latex/ifxetex/DETAILS
index a1283fe..84d2818 100755
--- a/latex/ifxetex/DETAILS
+++ b/latex/ifxetex/DETAILS
@@ -2,7 +2,7 @@
VERSION=20080313
SOURCE="${SPELL}.sty"

SOURCE_URL[0]=http://www.ctan.org/tex-archive/macros/xetex/latex/${SPELL}/${SOURCE}
-
SOURCE_HASH=sha512:21c402a1ec9b97ed3bf91eba4f1dca4f1508127e1fc12338e437ffc13541dbe6a60d9b545689f2ea20ca5237b4e21fc62ba073702ab09ac51e7c92a7637468b1
+ SOURCE_IGNORE=unversioned
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}"

WEB_SITE="http://www.ctan.org/tex-archive/help/Catalogue/entries/ifxetex.html";
LICENSE[0]=LPPL
diff --git a/latex/ifxetex/HISTORY b/latex/ifxetex/HISTORY
index cbc35db..cd20ebc 100644
--- a/latex/ifxetex/HISTORY
+++ b/latex/ifxetex/HISTORY
@@ -1,3 +1,6 @@
+2011-09-23 Bor Kraljič <pyrobor AT ver.si>
+ * DETAILS: added SOURCE_IGNORE=unversioned (fixes #100)
+
2009-09-24 Andraž "ruskie" Levstik <ruskie+f03a580f AT codemages.net>
* DEPENDS: switch from tetex to texlive [auto]

diff --git a/video/dochttx/DETAILS b/video/dochttx/DETAILS
index 936ea74..b731c45 100755
--- a/video/dochttx/DETAILS
+++ b/video/dochttx/DETAILS
@@ -1,10 +1,10 @@
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
+ VERSION=0.2.4
+ SOURCE="${SPELL}-${VERSION}.tar.gz"
+ SOURCE_URL[0]=http://jwilk.net/pool/$SOURCE
+
SOURCE_HASH=sha512:4394a25325ebe658aadf1daf5d73983ad95adce1b9061462591d757a04a793d50951122edae0a66c52da1709dc0b1e9d37eed748877b2802be4ab8b729803bbb
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/$SPELL-$VERSION"
- WEB_SITE=http://freshmeat.net/projects/dochttx/
+ WEB_SITE=http://jwilk.net/software/dochttx
LICENSE[0]=GPL
ENTERED=20060927
SHORT="A simple, text-mode teletext browser."
diff --git a/video/dochttx/HISTORY b/video/dochttx/HISTORY
index c91af37..fb66ef9 100644
--- a/video/dochttx/HISTORY
+++ b/video/dochttx/HISTORY
@@ -1,2 +1,7 @@
+2011-09-23 Bor Kraljič <pyrobor AT ver.si>
+ * DETAILS: updated spell to 0.2.4 (fixes #83)
+ Fixed SOURCE, SOURCE_URL[0] & WEB_SITE
+ * PRE_BUILD: added sedit for ncurses problem in other files
+
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/PRE_BUILD b/video/dochttx/PRE_BUILD
index c75f2d6..7cdeb18 100755
--- a/video/dochttx/PRE_BUILD
+++ b/video/dochttx/PRE_BUILD
@@ -3,5 +3,6 @@ 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" ui.c &&
+sedit "s:ncursesw\/ncurses\.h:ncurses\.h:g" vbi.c &&
sedit "s:ncursesw\/ncurses\.h:ncurses\.h:g" dochttx.c
-



  • [SM-Commit] GIT changes to master grimoire by Bor Kraljič (bba533a9fd1473b70068d70368e505239bb55fdb), Bor Kraljič, 09/23/2011

Archive powered by MHonArc 2.6.24.

Top of Page