Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Justin Boffemmyer (91265ee2e0ea4183efd1ed7c5a452955944e0d69)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Justin Boffemmyer <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Justin Boffemmyer (91265ee2e0ea4183efd1ed7c5a452955944e0d69)
  • Date: Sun, 26 Oct 2008 22:31:12 -0500

GIT changes to master grimoire by Justin Boffemmyer <flux AT sourcemage.org>:

ChangeLog | 3 +++
display/fbterm/DEPENDS | 2 ++
display/fbterm/DETAILS | 19 +++++++++++++++++++
display/fbterm/HISTORY | 3 +++
4 files changed, 27 insertions(+)

New commits:
commit 91265ee2e0ea4183efd1ed7c5a452955944e0d69
Author: Justin Boffemmyer <flux AT sourcemage.org>
Commit: Justin Boffemmyer <flux AT sourcemage.org>

display/fbterm: new spell, framebuffer terminal

Uses fontconfig and freetype2, and it's capable of displaying wide
characters (double-byte) just as well as regular monospaced
characters. Finally a multilingual capable terminal for the
framebuffer (and still maintained).

diff --git a/ChangeLog b/ChangeLog
index 3bb19f7..ed68f84 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2008-10-26 Justin Boffemmyer <flux AT sourcemage.org>
+ * display/fbterm: new spell, framebuffer terminal
+
2008-10-26 Andraž "ruskie" Levstik <ruskie AT mages.ath.cx>
* mail/metamail: added a new spell, mime mail tools

diff --git a/display/fbterm/DEPENDS b/display/fbterm/DEPENDS
new file mode 100755
index 0000000..b15e9fa
--- /dev/null
+++ b/display/fbterm/DEPENDS
@@ -0,0 +1,2 @@
+depends fontconfig &&
+depends freetype2
diff --git a/display/fbterm/DETAILS b/display/fbterm/DETAILS
new file mode 100755
index 0000000..6fd6d85
--- /dev/null
+++ b/display/fbterm/DETAILS
@@ -0,0 +1,19 @@
+ SPELL=fbterm
+ VERSION=1.2
+ SOURCE="${SPELL}-${VERSION}.tar.gz"
+ SOURCE_URL[0]=http://${SPELL}.googlecode.com/files/${SOURCE}
+
SOURCE_HASH=sha512:b17dd5298e4d07e58818628d2bcaadd56416e6dba6ca0ce549b456c6257d6fc5091e79cd69c134baeeaef954c0e2c37bd0db135d24a2677f26afcaf59e3934ae
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE="http://code.google.com/p/${SPELL}/ "
+ LICENSE[0]=GPL
+ ENTERED=20081026
+ SHORT="A fast frame buffer-based terminal emulator for Linux."
+cat << EOF
+FbTerm is a fast terminal emulator for Linux that uses the frame buffer. It
+is mostly as fast as the Linux kernel's terminal when accelerated scrolling
+is enabled on the frame buffer device. It allows you to select fonts with
+fontconfig, auto-detect and convert text encoding with support for double
+width scripts like Chinese and Japanese etc, dynamically create and destroy
+up to 10 windows, record scroll-back history for every window, and copy/paste
+selected text between windows with mouse the when the gpm server is running.
+EOF
diff --git a/display/fbterm/HISTORY b/display/fbterm/HISTORY
new file mode 100644
index 0000000..f89c765
--- /dev/null
+++ b/display/fbterm/HISTORY
@@ -0,0 +1,3 @@
+2008-10-26 Justin Boffemmyer <flux AT sourcemage.org>
+ * DETAILS, DEPENDS: spell created
+



  • [SM-Commit] GIT changes to master grimoire by Justin Boffemmyer (91265ee2e0ea4183efd1ed7c5a452955944e0d69), Justin Boffemmyer, 10/26/2008

Archive powered by MHonArc 2.6.24.

Top of Page