Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Andraž 'ruskie' Levstik (a94587b09b4d93496ff5bac2a0e1d046b67bb247)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Andraž 'ruskie' Levstik <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Andraž 'ruskie' Levstik (a94587b09b4d93496ff5bac2a0e1d046b67bb247)
  • Date: Mon, 7 Apr 2008 10:56:01 -0500

GIT changes to master grimoire by Andraž 'ruskie' Levstik
<ruskie AT codemages.net>:

ChangeLog | 3 +++
graphics/fbida/BUILD | 1 +
graphics/fbida/DEPENDS | 2 ++
graphics/fbida/DETAILS | 31 +++++++++++++++++++++++++++++++
graphics/fbida/HISTORY | 6 ++++++
graphics/fbida/INSTALL | 1 +
6 files changed, 44 insertions(+)

New commits:
commit a94587b09b4d93496ff5bac2a0e1d046b67bb247
Author: Andraž 'ruskie' Levstik <ruskie AT codemages.net>
Commit: Andraž 'ruskie' Levstik <ruskie AT codemages.net>

fbida: new spell, fb image viewer and other tools

diff --git a/ChangeLog b/ChangeLog
index b7b8930..79c6d9d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2008-04-07 Andraž "ruskie" Levstik <ruskie AT mages.ath.cx>
+ * graphics/fbida: new spell, frambuffer image viewer and other tools
+
2008-04-06 Ismael Luceno <ismael AT sourcemage.org>
* x11/dxpc: New spell, Differential X Protocol Compressor

diff --git a/graphics/fbida/BUILD b/graphics/fbida/BUILD
new file mode 100755
index 0000000..7f066fb
--- /dev/null
+++ b/graphics/fbida/BUILD
@@ -0,0 +1 @@
+CFLAGS=$CFLAGS prefix="$INSTALL_ROOT/usr" make
diff --git a/graphics/fbida/DEPENDS b/graphics/fbida/DEPENDS
new file mode 100755
index 0000000..9eec598
--- /dev/null
+++ b/graphics/fbida/DEPENDS
@@ -0,0 +1,2 @@
+depends X11-LIBS &&
+depends libexif
diff --git a/graphics/fbida/DETAILS b/graphics/fbida/DETAILS
new file mode 100755
index 0000000..9a0207d
--- /dev/null
+++ b/graphics/fbida/DETAILS
@@ -0,0 +1,31 @@
+ SPELL=fbida
+ VERSION=20071203-112318
+ SOURCE="${SPELL}-${VERSION}.tar.gz"
+ SOURCE_URL[0]=http://dl.bytesex.org/cvs-snapshots/${SOURCE}
+
SOURCE_HASH=sha512:1be12fc681455bcd3bc6019f02c8837f14ec880d8964c880d34dc3311b6d7d9116c3f0e6e2c797984ab3693c8c37787d4f00ba42b441c4e040727d31fb35a0c4
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}"
+ WEB_SITE="http://linux.bytesex.org/fbida/";
+ LICENSE[0]=GPL
+ ENTERED=20080329
+ SHORT="The fbida project contains a few applications for viewing
and editing images."
+cat << EOF
+About fbida
+
+The fbida project contains a few applications for viewing and editing images,
+with the main focus being photos. The applications are:
+
+fbi
+ This is a image viewer for the linux framebuffer console.
+fbgs
+ A wrapper script for viewing ps/pdf files on the framebuffer console
+ using fbi.
+ida
+ This is a X11 application (Motif based) for viewing images. Some basic
+ editing functions are available too.
+exiftran
+ command line tool to do lossless transformations of JPEG images. Works
+ much like jpegtran, but unlike jpegtran it does not ignore the EXIF data
;)
+thumbnail.cgi
+ Small and fast CGI script (written in C) to extract EXIF thumbnails from
+ jpeg images and send them to the web browser.
+EOF
diff --git a/graphics/fbida/HISTORY b/graphics/fbida/HISTORY
new file mode 100644
index 0000000..3d62339
--- /dev/null
+++ b/graphics/fbida/HISTORY
@@ -0,0 +1,6 @@
+2008-03-29 Andraž "ruskie" Levstik <ruskie AT mages.ath.cx>
+ * DETAILS: spell created
+ updated spell to 20071203-112318
+ updated spell to 20071203-110623
+ Fixed SOURCE_URL[0]
+
diff --git a/graphics/fbida/INSTALL b/graphics/fbida/INSTALL
new file mode 100755
index 0000000..b789407
--- /dev/null
+++ b/graphics/fbida/INSTALL
@@ -0,0 +1 @@
+CFLAGS=$CFLAGS prefix="$INSTALL_ROOT/usr" make install



  • [SM-Commit] GIT changes to master grimoire by Andraž 'ruskie' Levstik (a94587b09b4d93496ff5bac2a0e1d046b67bb247), Andraž 'ruskie' Levstik, 04/07/2008

Archive powered by MHonArc 2.6.24.

Top of Page