summaryrefslogtreecommitdiffstats
path: root/display/fbv
diff options
context:
space:
mode:
authorroot2006-04-24 09:03:08 -0500
committerroot2006-04-24 09:03:08 -0500
commit84d8b510ac289af0a43bfa9e110844af27a90196 (patch)
treed7093929b954dd2f71114bff270755e18f737eb1 /display/fbv
initial commit from stable 0.3
Diffstat (limited to 'display/fbv')
-rwxr-xr-xdisplay/fbv/BUILD7
-rwxr-xr-xdisplay/fbv/DEPENDS3
-rwxr-xr-xdisplay/fbv/DETAILS16
-rw-r--r--display/fbv/HISTORY11
4 files changed, 37 insertions, 0 deletions
diff --git a/display/fbv/BUILD b/display/fbv/BUILD
new file mode 100755
index 0000000000..598481e6b2
--- /dev/null
+++ b/display/fbv/BUILD
@@ -0,0 +1,7 @@
+ sedit 's/^LIBS.*/& -lz -lm/' Makefile &&
+
+ ./configure --prefix=/usr \
+ --mandir=/usr/share/man \
+ --infodir=/usr/share/info \
+ $OPTS &&
+ make
diff --git a/display/fbv/DEPENDS b/display/fbv/DEPENDS
new file mode 100755
index 0000000000..38fea499e7
--- /dev/null
+++ b/display/fbv/DEPENDS
@@ -0,0 +1,3 @@
+depends libungif &&
+depends libpng &&
+depends jpeg
diff --git a/display/fbv/DETAILS b/display/fbv/DETAILS
new file mode 100755
index 0000000000..cd9b075515
--- /dev/null
+++ b/display/fbv/DETAILS
@@ -0,0 +1,16 @@
+ SPELL=fbv
+ VERSION=0.99
+ SOURCE=$SPELL-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION/
+ SOURCE_URL[0]=http://s-tech.elsat.net.pl/fbv/$SOURCE
+ MD5[0]=fa13993fc3b9bf105a52c107f12011c3
+ WEB_SITE=http://s-tech.elsat.net.pl/fbv
+ ENTERED=20020217
+ UPDATED=20050403
+ BUILD_API=2
+ LICENSE=GPL
+ SHORT="Framebuffer image viewer"
+cat << EOF
+fbv is a simple program to view pictures on a framebuffer console.
+EOF
+
diff --git a/display/fbv/HISTORY b/display/fbv/HISTORY
new file mode 100644
index 0000000000..26752cd299
--- /dev/null
+++ b/display/fbv/HISTORY
@@ -0,0 +1,11 @@
+2005-04-03 Arjan Bouter <abouter@sourcemage.org>
+ * DETAILS, BUILD: api2 conversion
+ * BUILD: added manpage location fix
+
+2004-04-12 Robert Helgesson <rycee@home.se>
+ * DETAILS: Updated to version 0.99.
+ * DETAILS: Removed MAINTAINER.
+ * BUILD, DETAILS, DEPENDS: Cleanup.
+ * BUILD: Link with libz and libm (bug #6600)
+ * HISTORY: Added.
+