Import flimp-0.0.8 as wip/flimp.

flimp is a generic graphical frontend to the many excellent command line
image manipulation tools available.  It allows you to create pipelines
of commands that read from standard input and write to standard output.
One can view and compare the result of each stage of the pipeline.
flimp leaves the input image file untouched; the pipeline is saved in
a text file.
flimp features non-destructive image manipulation, 16bit color depth,
import of raw images via dcraw, and is easy to extend and customize.
This commit is contained in:
Johannes Hofmann 2008-10-19 18:11:51 +00:00 committed by Thomas Klausner
parent 3659869a5a
commit d48fd69564
4 changed files with 41 additions and 0 deletions

8
flimp/DESCR Normal file
View File

@ -0,0 +1,8 @@
flimp is a generic graphical frontend to the many excellent command line
image manipulation tools available. It allows you to create pipelines
of commands that read from standard input and write to standard output.
One can view and compare the result of each stage of the pipeline.
flimp leaves the input image file untouched; the pipeline is saved in
a text file.
flimp features non-destructive image manipulation, 16bit color depth,
import of raw images via dcraw, and is easy to extend and customize.

23
flimp/Makefile Normal file
View File

@ -0,0 +1,23 @@
# $NetBSD: Makefile,v 1.1.1.1 2008/10/19 18:11:51 jh88 Exp $
#
DISTNAME= flimp-0.0.8
CATEGORIES= graphics
MASTER_SITES= http://www.ecademix.com/JohannesHofmann/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.ecademix.com/JohannesHofmann/
COMMENT= Generic GUI for image manipulation
PKG_DESTDIR_SUPPORT= user-destdir
GNU_CONFIGURE= yes
USE_LANGUAGES+= c c++
DEPENDS+= netpbm-[0-9]*:../../graphics/netpbm
DEPENDS+= pnmcurve-[0-9]*:../../wip/pnmcurve
.include "../../graphics/jpeg/buildlink3.mk"
.include "../../graphics/png/buildlink3.mk"
.include "../../x11/fltk/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"

5
flimp/PLIST Normal file
View File

@ -0,0 +1,5 @@
@comment $NetBSD: PLIST,v 1.1.1.1 2008/10/19 18:11:51 jh88 Exp $
bin/flimp
bin/flimpgui
share/flimp/flimprc.sample
share/doc/flimp/README

5
flimp/distinfo Normal file
View File

@ -0,0 +1,5 @@
$NetBSD: distinfo,v 1.1.1.1 2008/10/19 18:11:51 jh88 Exp $
SHA1 (flimp-0.0.8.tar.gz) = 95bba205be35df73b6c75f85d75cc5bc8f5d459f
RMD160 (flimp-0.0.8.tar.gz) = 0e7f46ab90885a4fd0685b4fd8644c9234ee21bb
Size (flimp-0.0.8.tar.gz) = 109988 bytes