summaryrefslogtreecommitdiffstats
path: root/display/dfbsee
diff options
context:
space:
mode:
Diffstat (limited to 'display/dfbsee')
-rwxr-xr-xdisplay/dfbsee/DEPENDS1
-rwxr-xr-xdisplay/dfbsee/DETAILS17
-rw-r--r--display/dfbsee/HISTORY8
3 files changed, 26 insertions, 0 deletions
diff --git a/display/dfbsee/DEPENDS b/display/dfbsee/DEPENDS
new file mode 100755
index 0000000000..e7f3bb6fca
--- /dev/null
+++ b/display/dfbsee/DEPENDS
@@ -0,0 +1 @@
+depends directfb
diff --git a/display/dfbsee/DETAILS b/display/dfbsee/DETAILS
new file mode 100755
index 0000000000..9e89052aa1
--- /dev/null
+++ b/display/dfbsee/DETAILS
@@ -0,0 +1,17 @@
+ SPELL=dfbsee
+ PACKAGE_NAME=DFBSee
+ VERSION=0.7.4
+ SOURCE=$PACKAGE_NAME-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$PACKAGE_NAME-$VERSION
+ SOURCE_URL[0]=http://directfb.org/downloads/Programs/$SOURCE
+ MD5[0]=5030015ed621c2c51855d6cfc9140e72
+ WEB_SITE=http://directfb.org
+ ENTERED=20041101
+ UPDATED=20041101
+ LICENSE[0]=GPL
+ BUILD_API=2
+ SHORT="DFB graphics/video viewer"
+cat << EOF
+DFBsee is an image/video viewer for direct framebuffer users.
+No need for X when you want to view something ;)
+EOF
diff --git a/display/dfbsee/HISTORY b/display/dfbsee/HISTORY
new file mode 100644
index 0000000000..dbc288db03
--- /dev/null
+++ b/display/dfbsee/HISTORY
@@ -0,0 +1,8 @@
+2004-12-16 Eric Sandall <eric@sandall.us>
+ * DETAILS: Typo fix, thanks Terry. :)
+ Added UPDATED field
+ * DEPENDS: Depends on directfb, thanks Terry ;)
+
+2004-11-01 Arjan Bouter <abouter@sourcemage.org>
+ * Added spell
+