summaryrefslogtreecommitdiffstats
path: root/display
diff options
context:
space:
mode:
authorJustin Boffemmyer2008-10-26 23:29:39 -0400
committerJustin Boffemmyer2008-10-26 23:29:39 -0400
commit91265ee2e0ea4183efd1ed7c5a452955944e0d69 (patch)
treef392f64a2e1e66363cc35b877c5bf588ae4fde98 /display
parent253618a2c5806776abf594399eb338ba8782d992 (diff)
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).
Diffstat (limited to 'display')
-rwxr-xr-xdisplay/fbterm/DEPENDS2
-rwxr-xr-xdisplay/fbterm/DETAILS19
-rw-r--r--display/fbterm/HISTORY3
3 files changed, 24 insertions, 0 deletions
diff --git a/display/fbterm/DEPENDS b/display/fbterm/DEPENDS
new file mode 100755
index 0000000000..b15e9fa9e7
--- /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 0000000000..6fd6d85cb4
--- /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 0000000000..f89c765770
--- /dev/null
+++ b/display/fbterm/HISTORY
@@ -0,0 +1,3 @@
+2008-10-26 Justin Boffemmyer <flux@sourcemage.org>
+ * DETAILS, DEPENDS: spell created
+