diff options
author | root | 2006-04-24 09:03:08 -0500 |
---|---|---|
committer | root | 2006-04-24 09:03:08 -0500 |
commit | 84d8b510ac289af0a43bfa9e110844af27a90196 (patch) | |
tree | d7093929b954dd2f71114bff270755e18f737eb1 /display/dfbsee |
initial commit from stable 0.3
Diffstat (limited to 'display/dfbsee')
-rwxr-xr-x | display/dfbsee/DEPENDS | 1 | ||||
-rwxr-xr-x | display/dfbsee/DETAILS | 17 | ||||
-rw-r--r-- | display/dfbsee/HISTORY | 8 |
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 + |