Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ismael Luceno (81d1a4060550300a7532972d781637a3329604b2)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ismael Luceno <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ismael Luceno (81d1a4060550300a7532972d781637a3329604b2)
  • Date: Fri, 29 Feb 2008 20:56:51 -0600

GIT changes to master grimoire by Ismael Luceno <ismael AT sourcemage.org>:

ChangeLog | 3 +++
editors/aewan/DEPENDS | 1 +
editors/aewan/DETAILS | 38 ++++++++++++++++++++++++++++++++++++++
editors/aewan/HISTORY | 3 +++
utils/virtualbox/DETAILS | 5 +++--
utils/virtualbox/HISTORY | 3 +++
6 files changed, 51 insertions(+), 2 deletions(-)

New commits:
commit 81d1a4060550300a7532972d781637a3329604b2
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

virtualbox: fixed SOURCE properly, it was a new tarball

commit e91aeb018368acabda31145362edf948c8ad16ad
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

editors/aewan: new spell, ascii-art editor

diff --git a/ChangeLog b/ChangeLog
index f1f87f1..3349144 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2008-03-01 Ismael Luceno <ismael AT sourcemage.org>
+ * editors/aewan: new spell, ascii-art editor
+
2008-02-28 Dale E. Edmons <linuxfan AT sourcemage.org>
* e16: git mv'd to e-16
* e17: git mv'd to e-17
diff --git a/editors/aewan/DEPENDS b/editors/aewan/DEPENDS
new file mode 100755
index 0000000..c8f88fd
--- /dev/null
+++ b/editors/aewan/DEPENDS
@@ -0,0 +1 @@
+depends ncurses
diff --git a/editors/aewan/DETAILS b/editors/aewan/DETAILS
new file mode 100755
index 0000000..013bcdd
--- /dev/null
+++ b/editors/aewan/DETAILS
@@ -0,0 +1,38 @@
+ SPELL=aewan
+ VERSION=1.0.01
+ SOURCE="${SPELL}-${VERSION}.tar.gz"
+ SOURCE_URL[0]=$SOURCEFORGE_URL/${SPELL}/${SOURCE}
+
SOURCE_HASH=sha512:8c7e81ed3e2c4d0848e36ed60922c920471c7bc46a7127f529be3f5a9c3c66a6e0dff06bca7b5cb21eb0a93d03ba31fd4ef07fc48e2e39f2224956801fe322f3
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE="http://aewan.sourceforge.net/";
+ LICENSE[0]=GPL
+ ENTERED=20080229
+ SHORT="Aewan is a multi-layered ascii-art/animation editor"
+cat << EOF
+Aewan is a curses-based program that allows for the creation and editing of
+ascii art. The user is able to move the cursor around the screen by means of
+the arrow keys and 'paint' characters by pressing the corresponding keys.
+There are dialog boxes that allow the user to choose foreground and
+background colors, as well as bold and blink attributes. The user may also
+select rectangular areas of the canvas in order to move, copy and paste
+them. Aewan also supports 'intelligent' horizontal and vertical flipping
+(e.g. converts '\' to '/', etc).
+
+What sets Aewan apart from similar projects is the fact that it can work
+with multiple layers, and has the ability to turn transparency and
+visibility on and off for each layer. A layer dialog is provided through
+which the user can change the order of the layers. Thus, each layer can be
+edited independently in order to generate a composite drawing. Instead of
+using the layers for compositing, it is also possible to use the layers as
+frames for an animation, thus enabling the user to create ascii animations
+with Aewan.
+
+Aewan can export animations to a "less movie", that is, a regular file that
+will show the animation when when paged through in the 'less' pager or
+similar program (even Notepad will work if you don't need color). It can
+also export a shellscript which will play the animation on the terminal when
+executed.
+
+The file format is easy to parse, so it is easy to write a terminal-based
+application that uses the Aewan files to display onscreen.
+EOF
diff --git a/editors/aewan/HISTORY b/editors/aewan/HISTORY
new file mode 100644
index 0000000..5e71c5a
--- /dev/null
+++ b/editors/aewan/HISTORY
@@ -0,0 +1,3 @@
+2008-02-29 Ismael Luceno <ismael AT sourcemage.org>
+ * DEPENDS, DETAILS, HISTORY: spell created
+
diff --git a/utils/virtualbox/DETAILS b/utils/virtualbox/DETAILS
index 02688b9..a8c4bb8 100755
--- a/utils/virtualbox/DETAILS
+++ b/utils/virtualbox/DETAILS
@@ -1,9 +1,10 @@
SPELL=virtualbox
VERSION=1.5.6
- SOURCE=VirtualBox-${VERSION}-1_OSE.tar.bz2
+ EXTRA=-1
+ SOURCE=VirtualBox-${VERSION}${EXTRA}_OSE.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/VirtualBox-${VERSION}_OSE
SOURCE_URL[0]=http://www.virtualbox.org/download/$VERSION/$SOURCE
-
SOURCE_HASH=sha512:2e266a0b127d4c02deb002a77ea0d1b4a1afab4e3addcf3c928feb4a973db61868726e4fe714d43282ba6f9b1a9a4547a4f487becad50aed70bf1a41c3fbdd69
+SOURCE_HASH=sha512:26c4f857af3625942a17e98974f4a08abb1c305c620051831500384762700b726fd7222bb2f100d48c90d18ff05934923b9194fecc78de45761b84612c05d97c
LICENSE[0]=GPL
WEB_SITE=http://www.virtualbox.org/
ENTERED=20070612
diff --git a/utils/virtualbox/HISTORY b/utils/virtualbox/HISTORY
index 6b3dec1..03a6c7f 100644
--- a/utils/virtualbox/HISTORY
+++ b/utils/virtualbox/HISTORY
@@ -1,3 +1,6 @@
+2008-03-01 Ismael Luceno <ismael AT sourcemage.org>
+ * DETAILS: fixed SOURCE properly, it was a new tarball
+
2008-02-24 Ismael Luceno <ismael AT sourcemage.org>
* DETAILS: fixed SOURCE




  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (81d1a4060550300a7532972d781637a3329604b2), Ismael Luceno, 02/29/2008

Archive powered by MHonArc 2.6.24.

Top of Page