Skip to Content.
Sympa Menu

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

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Florian Franzmann <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Florian Franzmann (0b3bcc1486671db37bd6f0f98cd45d35971e0192)
  • Date: Sat, 24 Mar 2007 16:03:57 -0500

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

ChangeLog | 4 ++++
graphics/keyjnote/BUILD | 1 +
graphics/keyjnote/DEPENDS | 5 +++++
graphics/keyjnote/DETAILS | 25 +++++++++++++++++++++++++
graphics/keyjnote/HISTORY | 2 ++
graphics/keyjnote/INSTALL | 3 +++
graphics/keyjnote/desktop/keyjnote.desktop | 10 ++++++++++
7 files changed, 50 insertions(+)

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

keyjnote: new spell, an opengl presentation tool

diff --git a/ChangeLog b/ChangeLog
index 2aed52c..fdb594e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2007-03-24 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * graphics/keyjnote: New spell, an opengl capable presentation
+ tool
+
2007-03-24 Juuso Alasuutari <iuso AT sourcemage.org>
* audio-creation/xsynth: New spell, software synthesizer.

diff --git a/graphics/keyjnote/BUILD b/graphics/keyjnote/BUILD
new file mode 100755
index 0000000..27ba77d
--- /dev/null
+++ b/graphics/keyjnote/BUILD
@@ -0,0 +1 @@
+true
diff --git a/graphics/keyjnote/DEPENDS b/graphics/keyjnote/DEPENDS
new file mode 100755
index 0000000..d5ec5b2
--- /dev/null
+++ b/graphics/keyjnote/DEPENDS
@@ -0,0 +1,5 @@
+depends python &&
+depends pyopengl &&
+depends pygame &&
+depends pil &&
+depends POSTSCRIPT-INTERPRETER
diff --git a/graphics/keyjnote/DETAILS b/graphics/keyjnote/DETAILS
new file mode 100755
index 0000000..eb203e7
--- /dev/null
+++ b/graphics/keyjnote/DETAILS
@@ -0,0 +1,25 @@
+ SPELL=keyjnote
+ VERSION=0.9.4
+ SOURCE="KeyJnote-${VERSION}.tar.gz"
+
SOURCE_URL[0]=http://switch.dl.sourceforge.net/sourceforge/${SPELL}/${SOURCE}
+
SOURCE_HASH=sha512:46dcc82952867cc8df0d9cf0ca88ca9f0c591ec824205d762595eb57d3c32f5b940c019a6e8c98046ce9c0a40eab2dce9610c4ef79a31cdb28a5df8a430a65f3
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/KeyJnote-${VERSION}"
+ WEB_SITE="http://keyjnote.sourceforge.net";
+ LICENSE[0]=GPL
+ ENTERED=20070324
+ SHORT="a program that displays presentation slides"
+cat << EOF
+KeyJnote is a program that displays presentation slides. But unlike
+OpenOffice.org Impress or other similar applications, it does so with
+style. Smooth alpha-blended slide transitions are provided for the sake of
+eye candy, but in addition to this, KeyJnote offers some unique tools that
+are really useful for presentations. Read below if you want to know more
+about these features.
+
+Creating presentations for KeyJnote is very simple: You just need to export
+a PDF file from your presentation software. This means that you can create
+slides in the application of your choice and use KeyJnote for displaying
+them. If your application does not support PDF output, you can alternatively
+use a set of pre-rendered image files or you use KeyJnote to make a slideshow
+with your favorite photos.
+EOF
diff --git a/graphics/keyjnote/HISTORY b/graphics/keyjnote/HISTORY
new file mode 100644
index 0000000..84e0d6b
--- /dev/null
+++ b/graphics/keyjnote/HISTORY
@@ -0,0 +1,2 @@
+2007-03-24 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * DETAILS, DEPENDS, BUILD, INSTALL, HISTORYdesktop/keyjnote.desktop,
: created spell
diff --git a/graphics/keyjnote/INSTALL b/graphics/keyjnote/INSTALL
new file mode 100755
index 0000000..1e85011
--- /dev/null
+++ b/graphics/keyjnote/INSTALL
@@ -0,0 +1,3 @@
+install -m 755 -o root -g root \
+ ${SOURCE_DIRECTORY}/keyjnote.py \
+ $INSTALL_ROOT/usr/bin
diff --git a/graphics/keyjnote/desktop/keyjnote.desktop
b/graphics/keyjnote/desktop/keyjnote.desktop
new file mode 100644
index 0000000..8a4b5e6
--- /dev/null
+++ b/graphics/keyjnote/desktop/keyjnote.desktop
@@ -0,0 +1,10 @@
+[Desktop Entry]
+Encoding=UTF-8
+Version=0.9.4
+Name=keyjnote
+Type=Application
+Comment=a program that displays presentation slides
+Exec=keyjnotes.py
+Icon=
+Categories=Application;Office;Presentation;
+Term=



  • [SM-Commit] GIT changes to master grimoire by Florian Franzmann (0b3bcc1486671db37bd6f0f98cd45d35971e0192), Florian Franzmann, 03/24/2007

Archive powered by MHonArc 2.6.24.

Top of Page