Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Florian Franzmann (d6fd30095764201c75af8d0c3e4cf8af13b1b3d5)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Florian Franzmann <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Florian Franzmann (d6fd30095764201c75af8d0c3e4cf8af13b1b3d5)
  • Date: Sun, 14 Nov 2010 13:48:53 -0600

GIT changes to master grimoire by Florian Franzmann
<siflfran AT hawo.stw.uni-erlangen.de>:

ChangeLog | 4 ++++
editors/texmaker/DETAILS | 4 ++--
editors/texmaker/HISTORY | 3 +++
libs/libnih/DEPENDS | 2 ++
libs/libnih/DETAILS | 19 +++++++++++++++++++
libs/libnih/HISTORY | 3 +++
video/mplay/BUILD | 1 +
video/mplay/DEPENDS | 2 ++
video/mplay/DETAILS | 30 ++++++++++++++++++++++++++++++
video/mplay/HISTORY | 3 +++
video/mplay/INSTALL | 1 +
video/mplay/PRE_BUILD | 7 +++++++
12 files changed, 77 insertions(+), 2 deletions(-)

New commits:
commit d6fd30095764201c75af8d0c3e4cf8af13b1b3d5
Author: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
Commit: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>

video/mplay: new spell, a TUI for mplayer

commit 9794a6948c0ecd53034273b0a9f31b68597f3260
Author: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
Commit: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>

editors/texmaker: version 2.1

commit b659ac0cce92fd3e36038396a12a79b0923b0e7f
Author: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
Commit: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>

libs/libnih: new spell, a light-weight standard library for C

diff --git a/ChangeLog b/ChangeLog
index 0a560c4..4c64032 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2010-11-14 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * libs/libnih: new spell, a light-weight standard library for C
+ * video/mplay: new spell, a TUI for mplayer
+
2010-11-12 Andraž "ruskie" Levstik <ruskie+f03a580f AT codemages.net>
* glselect.function: fixes for stupid xorg

diff --git a/editors/texmaker/DETAILS b/editors/texmaker/DETAILS
index e885f73..3ba2c3f 100755
--- a/editors/texmaker/DETAILS
+++ b/editors/texmaker/DETAILS
@@ -1,8 +1,8 @@
SPELL=texmaker
- VERSION=1.9.2
+ VERSION=2.1
SOURCE="${SPELL}-${VERSION}.tar.bz2"
SOURCE_URL[0]=http://www.xm1math.net/${SPELL}/${SOURCE}
-
SOURCE_HASH=sha512:5150788bf3dea4c626cf9845cda870d87bc6b3fe85deeb8f5ca66159fe7917caeced51497c835ca3291cdb26bdc24a652f0eea654630487d75dffb12d3549e3d
+
SOURCE_HASH=sha512:7251624221c946aba18785d8b748150fb0b4b7bf23d58cb3a91f6393acae38141fbc1237e30e8b02d863cef59378cc3416f63ef058c85baea7113079e09c945b
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
WEB_SITE="http://www.xm1math.net/texmaker";
LICENSE[0]=GPL
diff --git a/editors/texmaker/HISTORY b/editors/texmaker/HISTORY
index 9b4e232..badfdf8 100644
--- a/editors/texmaker/HISTORY
+++ b/editors/texmaker/HISTORY
@@ -1,3 +1,6 @@
+2010-11-14 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * DETAILS: version 2.1
+
2009-12-11 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* DETAILS: version 1.9.2

diff --git a/libs/libnih/DEPENDS b/libs/libnih/DEPENDS
new file mode 100755
index 0000000..59e89d5
--- /dev/null
+++ b/libs/libnih/DEPENDS
@@ -0,0 +1,2 @@
+depends dbus &&
+depends expat
diff --git a/libs/libnih/DETAILS b/libs/libnih/DETAILS
new file mode 100755
index 0000000..6dfd4f3
--- /dev/null
+++ b/libs/libnih/DETAILS
@@ -0,0 +1,19 @@
+ SPELL=libnih
+ VERSION=1.0.2.orig
+ SOURCE="${SPELL}_${VERSION}.tar.gz"
+
SOURCE_URL[0]=http://archive.ubuntu.com/ubuntu/pool/main/libn/${SPELL}/${SOURCE}
+
SOURCE_HASH=sha512:d13f46dc2e449d8864a39e1b71747e419b8d262d3c8ce7f555569208e3b72c5e74550d05336036794cc9debec52fec03eb7e9544b7bd93f37691048d0e52ad6c
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-1.0.2"
+ WEB_SITE="https://launchpad.net/libnih";
+ LICENSE[0]=GPL
+ ENTERED=20101114
+ SHORT="a small library for C application development"
+cat << EOF
+libnih is roughly equivalent to other C libraries such as glib, except that
+its focus is on a small size and intended for applications that sit very
+low in the software stack, especially outside of /usr.
+
+It expressly does not reimplement functions that already exist in libraries
+ordinarily shipped in /lib such libc6, and does not do foolish things like
+invent arbitrary typedefs for perfectly good C types.
+EOF
diff --git a/libs/libnih/HISTORY b/libs/libnih/HISTORY
new file mode 100644
index 0000000..f98a20a
--- /dev/null
+++ b/libs/libnih/HISTORY
@@ -0,0 +1,3 @@
+2010-11-14 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * DEPENDS, DETAILS: spell created
+
diff --git a/video/mplay/BUILD b/video/mplay/BUILD
new file mode 100755
index 0000000..27ba77d
--- /dev/null
+++ b/video/mplay/BUILD
@@ -0,0 +1 @@
+true
diff --git a/video/mplay/DEPENDS b/video/mplay/DEPENDS
new file mode 100755
index 0000000..2f9d64d
--- /dev/null
+++ b/video/mplay/DEPENDS
@@ -0,0 +1,2 @@
+depends mplayer &&
+depends perl
diff --git a/video/mplay/DETAILS b/video/mplay/DETAILS
new file mode 100755
index 0000000..938eec2
--- /dev/null
+++ b/video/mplay/DETAILS
@@ -0,0 +1,30 @@
+ SPELL=mplay
+ VERSION=1.0-rc1
+ SOURCE="${SPELL}-${VERSION}.tar.gz"
+
SOURCE_URL[0]=$SOURCEFORGE_URL/project/${SPELL}/${SPELL}/${SPELL}-${VERSION}/${SOURCE}
+
SOURCE_HASH=sha512:0f94ad3486e506398739094e676c5cd54af1f2822c4c42d9283ded35a57889cc94640ddd06c5c37b7366b8a5efa7a772f1c7c5356209e71a88e2fdfcd8b77586
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE="http://mplay.sourceforge.net/Home.html";
+ LICENSE[0]=GPL
+ ENTERED=20101114
+ SHORT="mplay is a console based frontend for MPlayer"
+cat << EOF
+Work on mplay was motivated by experience of other console based audio
players.
+Although mplay is a front-end to MPlayer, it extends its functions in several
+significant ways. It:
+
+* keeps a browsable , sortable and searchable playlist
+* provides an internal filebrowser to add files
+* provides essential status information
+* includes a progress bar
+* remembers the position within the track last played before quitting
+* shows ID3-info / tag and it is possible to edit ID3-tag
+* gives user-friendly output through a colour scheme
+* runs as single-instance (provides basic controlling from outside)
+* provides basic mixer functions * provides an own interactive shoutcast
+ streambrowser
+* interactive help (German/English) for control keys
+* mouse support
+* jump to track, jump to time-position(very useful for http-streams)
+* plays various http-streams
+EOF
diff --git a/video/mplay/HISTORY b/video/mplay/HISTORY
new file mode 100644
index 0000000..fe7b6ea
--- /dev/null
+++ b/video/mplay/HISTORY
@@ -0,0 +1,3 @@
+2010-11-14 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * BUILD, DEPENDS, DETAILS, INSTALL, PRE_BUILD: spell created
+
diff --git a/video/mplay/INSTALL b/video/mplay/INSTALL
new file mode 100755
index 0000000..ea3ec70
--- /dev/null
+++ b/video/mplay/INSTALL
@@ -0,0 +1 @@
+./install
diff --git a/video/mplay/PRE_BUILD b/video/mplay/PRE_BUILD
new file mode 100755
index 0000000..80aadaf
--- /dev/null
+++ b/video/mplay/PRE_BUILD
@@ -0,0 +1,7 @@
+default_pre_build &&
+cd ${SOURCE_DIRECTORY} &&
+sedit "s:/usr/local/bin:${INSTALL_ROOT}/usr/bin:" install &&
+sedit "s:/usr/local/man:${INSTALL_ROOT}/usr/share/man:" install &&
+sedit "s:/usr/local/share:${INSTALL_ROOT}/usr/share:" install &&
+sedit "s: read$::" install
+sedit "s:/usr/local:/usr:" mplay



  • [SM-Commit] GIT changes to master grimoire by Florian Franzmann (d6fd30095764201c75af8d0c3e4cf8af13b1b3d5), Florian Franzmann, 11/14/2010

Archive powered by MHonArc 2.6.24.

Top of Page