diff options
Diffstat (limited to 'graphics/flphoto')
-rw-r--r-- | graphics/flphoto/DESCR | 10 | ||||
-rw-r--r-- | graphics/flphoto/Makefile | 24 | ||||
-rw-r--r-- | graphics/flphoto/PLIST | 46 | ||||
-rw-r--r-- | graphics/flphoto/distinfo | 4 |
4 files changed, 84 insertions, 0 deletions
diff --git a/graphics/flphoto/DESCR b/graphics/flphoto/DESCR new file mode 100644 index 00000000000..ddca443d69b --- /dev/null +++ b/graphics/flphoto/DESCR @@ -0,0 +1,10 @@ +flPhoto is a basic image management and display program based on +the FLTK <http://www.fltk.org> toolkit and is provided under the +terms of the GNU General Public License. It can read, write, +and display digital camera EXIF information and supports the +following image file formats: + - BMP + - CRW + - JPEG + - PhotoCD + - PNG diff --git a/graphics/flphoto/Makefile b/graphics/flphoto/Makefile new file mode 100644 index 00000000000..e17d50b8282 --- /dev/null +++ b/graphics/flphoto/Makefile @@ -0,0 +1,24 @@ +# $NetBSD: Makefile,v 1.1.1.1 2005/02/24 16:00:14 drochner Exp $ +# + +DISTNAME= flphoto-1.2-source +PKGNAME= flphoto-1.2 +CATEGORIES= graphics +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=fltk/} +EXTRACT_SUFX= .tar.bz2 + +MAINTAINER= tech-pkg@NetBSD.org +HOMEPAGE= http://www.easysw.com/~mike/flphoto/index.html +COMMENT= Image management and display program + +WRKSRC= ${WRKDIR}/flphoto-1.2 +USE_BUILDLINK3= yes +USE_PKGLOCALEDIR= yes +GNU_CONFIGURE= yes +USE_X11= yes + +.include "../../x11/fltk/buildlink3.mk" +.include "../../graphics/jpeg/buildlink3.mk" +.include "../../print/cups/buildlink3.mk" +.include "../../devel/libgphoto2/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/graphics/flphoto/PLIST b/graphics/flphoto/PLIST new file mode 100644 index 00000000000..f7959bf31c5 --- /dev/null +++ b/graphics/flphoto/PLIST @@ -0,0 +1,46 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2005/02/24 16:00:15 drochner Exp $ +bin/flphoto +man/cat1/flphoto.0 +man/cat5/album.0 +man/man1/flphoto.1 +man/man5/album.5 +share/doc/flphoto/COPYING +share/doc/flphoto/README +share/doc/flphoto/about.html +share/doc/flphoto/albums.html +share/doc/flphoto/camera.jpg +share/doc/flphoto/contents.html +share/doc/flphoto/crop.jpg +share/doc/flphoto/download.html +share/doc/flphoto/export.html +share/doc/flphoto/export.jpg +share/doc/flphoto/flphoto.jpg +share/doc/flphoto/flphoto.png +share/doc/flphoto/images.html +share/doc/flphoto/import.html +share/doc/flphoto/index.html +share/doc/flphoto/jpeg.jpg +share/doc/flphoto/license.html +share/doc/flphoto/options.html +share/doc/flphoto/options1.jpg +share/doc/flphoto/options2.jpg +share/doc/flphoto/options3.jpg +share/doc/flphoto/print.html +share/doc/flphoto/print.jpg +share/doc/flphoto/print2.jpg +share/doc/flphoto/print3.jpg +share/doc/flphoto/print4.jpg +share/doc/flphoto/relnotes.html +share/doc/flphoto/scale.jpg +share/doc/flphoto/slideshow.html +share/doc/flphoto/slideshow.jpg +share/doc/flphoto/view.html +${PKGLOCALEDIR}/locale/de/flphoto_de +${PKGLOCALEDIR}/locale/en_CA/flphoto_en_CA +${PKGLOCALEDIR}/locale/en_GB/flphoto_en_GB +${PKGLOCALEDIR}/locale/es/flphoto_es +${PKGLOCALEDIR}/locale/fr/flphoto_fr +${PKGLOCALEDIR}/locale/it/flphoto_it +${PKGLOCALEDIR}/locale/nl/flphoto_nl +${PKGLOCALEDIR}/locale/pt/flphoto_pt +@dirrm share/doc/flphoto diff --git a/graphics/flphoto/distinfo b/graphics/flphoto/distinfo new file mode 100644 index 00000000000..15ab6ebef1b --- /dev/null +++ b/graphics/flphoto/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2005/02/24 16:00:15 drochner Exp $ + +SHA1 (flphoto-1.2-source.tar.bz2) = 634cdbf80690b96009fb1c2952f0dff3733710ba +Size (flphoto-1.2-source.tar.bz2) = 501459 bytes |