flimsel is a minimalistic digitial image browser based on the fltk toolkit. It

displays thumbnails of images given on the command line. It is intended to be
used in digital image processing shell scripts see script in the examples
directory. flimsel uses the very fast epeg library by The Rasterman (Carsten
Haitzler) for JPEG thumbnail generation but falls back to fltk native methods
for other image formats.
This commit is contained in:
Blue Rats 2008-08-12 15:05:50 +00:00 committed by Thomas Klausner
parent ac556c3c92
commit bb6ccdb331
4 changed files with 32 additions and 0 deletions

6
flimsel/DESCR Normal file
View File

@ -0,0 +1,6 @@
flimsel is a minimalistic digitial image browser based on the fltk toolkit. It
displays thumbnails of images given on the command line. It is intended to be
used in digital image processing shell scripts see script in the examples
directory. flimsel uses the very fast epeg library by The Rasterman (Carsten
Haitzler) for JPEG thumbnail generation but falls back to fltk native methods
for other image formats.

18
flimsel/Makefile Normal file
View File

@ -0,0 +1,18 @@
# $NetBSD: Makefile,v 1.1.1.1 2008/08/12 15:05:50 othyro Exp $
#
DISTNAME= flimsel-0.0.5
CATEGORIES= graphics
MASTER_SITES= http://www.ecademix.com/JohannesHofmann/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.ecademix.com/JohannesHofmann/
COMMENT= Minimalistic image browser
GNU_CONFIGURE= yes
USE_LANGUAGES= c c++
.include "../../graphics/epeg/buildlink3.mk"
.include "../../graphics/png/buildlink3.mk"
.include "../../x11/fltk/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"

3
flimsel/PLIST Normal file
View File

@ -0,0 +1,3 @@
@comment $NetBSD: PLIST,v 1.1.1.1 2008/08/12 15:05:50 othyro Exp $
bin/flimsel
man/man1/flimsel.1

5
flimsel/distinfo Normal file
View File

@ -0,0 +1,5 @@
$NetBSD: distinfo,v 1.1.1.1 2008/08/12 15:05:50 othyro Exp $
SHA1 (flimsel-0.0.5.tar.gz) = e9e30945a06c55e5fc2f83bae56ea1eacefdbb25
RMD160 (flimsel-0.0.5.tar.gz) = 19895b0f2b531a94796fe34b327820ead749be40
Size (flimsel-0.0.5.tar.gz) = 87619 bytes