Date: Sat, 17 May 2008 21:38:56 +0200 From: "Martin Tournoij" <carpetsmoker@rwxrwxrwx.net> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/123770: [NEW PORT] graphics/geeqie Lightweight image viewer forked from GQview Message-ID: <20080517193639.465E96D4AA@mail.rwxrwxrwx.net> Resent-Message-ID: <200805171940.m4HJe16H044404@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 123770 >Category: ports >Synopsis: [NEW PORT] graphics/geeqie Lightweight image viewer forked from GQview >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat May 17 19:40:01 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Martin Tournoij >Release: FreeBSD 7.0-STABLE i386 >Organization: >Environment: FreeBSD phong.rwxrwxrwx.net 7.0-STABLE FreeBSD 7.0-STABLE #0: Fri Mar 21 20:18:47 CET 2008 carpetsmoker@phong.rwxrwxrwx.net:/usr/obj/usr/src/sys/PHONG i386 >Description: Geeqie is a lightweight Gtk+ based image viewer for Unix operating systems. Main features o EXIF, IPTC and XMP metadata browsing and editing. o Interoperability, easy integration with other software. o geeqie works on files and directories, there is no need to import images. o Fast preview for many raw image formats. o Tools for image comparison, sorting and managing photo collection. History Geeqie has been forked from gqview project, because it was not possible to contact gqview author and the only maintainer. Geeqie projects goal is to move the development forward and also integrate the existing patches. Project Status Geeqie is currently in alpha state. Everybody is encouraged to try the new features, however for stable software look at the original project. WWW: http://geeqie.sourceforge.net/ >How-To-Repeat: >Fix: --- geeqie.shar begins here --- # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # Makefile # pkg-plist # pkg-descr # distinfo # echo x - Makefile sed 's/^X//' >Makefile << 'END-of-Makefile' X# New ports collection makefile for: graphics/geeqie X# Date created: 17 May 2008 X# Whom: Martin Tournoij <carpetsmoker@xs4all.nl> X# X# $Carpetsmoker: ports/graphics/geeqie/Makefile,v 1.2 2008/05/17 19:35:22 carpetsmoker Exp $ X# $FreeBSD$ X# X XPORTNAME= geeqie XPORTVERSION= 1.0alpha1 XCATEGORIES= graphics XMASTER_SITES= SF X XMAINTAINER= carpetsmoker@xs4all.nl XCOMMENT= Lightweight image viewer forked from GQview X XLIB_DEPENDS= png.5:${PORTSDIR}/graphics/png X XUSE_GNOME= gtk20 XGNU_CONFIGURE= yes XCONFIGURE_ARGS= --docdir="${DOCSDIR}" \ X --htmldir="${DOCSDIR}/html" \ X --with-htmldir="${DOCSDIR}/html" \ X --with-readmedir="${DOCSDIR}" XMAKE_ARGS+= top_builddir="${WRKSRC}" X XMAN1= geeqie.1 X XOPTIONS= EXIV2 "Enable EXIV2 for metadata editing" on \ X LCMS "Enable LCMS for color adjusting" on X X.include <bsd.port.pre.mk> X X.if defined(WITH_EXIV2) XLIB_DEPENDS+= exiv2:${PORTSDIR}/graphics/exiv2 XCONFIGURE_ARGS+=--with-exiv2 X.else XCONFIGURE_ARGS+=--without-exiv2 X.endif X X.if defined(WITH_LCMS) XLIB_DEPENDS+= lcms:${PORTSDIR}/graphics/lcms XCONFIGURE_ARGS+=--with-lcms X.else XCONFIGURE_ARGS+=--without-lcms X.endif X Xpost-patch: X @${REINPLACE_CMD} -e 's| -r %F||' \ X ${WRKSRC}/geeqie.desktop X X.include <bsd.port.post.mk> END-of-Makefile echo x - pkg-plist sed 's/^X//' >pkg-plist << 'END-of-pkg-plist' Xbin/geeqie X%%DOCSDIR%%/html/gnu_fdl.txt X%%DOCSDIR%%/html/gqview_faq.html X%%DOCSDIR%%/html/index.html X%%DOCSDIR%%/html/1_introduction.html X%%DOCSDIR%%/html/2_main_window.html X%%DOCSDIR%%/html/2_1_navigation.html X%%DOCSDIR%%/html/2_2_menus.html X%%DOCSDIR%%/html/2_3_layout.html X%%DOCSDIR%%/html/2_4_file_pane.html X%%DOCSDIR%%/html/2_5_folder_pane.html X%%DOCSDIR%%/html/2_6_image_pane.html X%%DOCSDIR%%/html/2_7_status_bar.html X%%DOCSDIR%%/html/3_other_windows.html X%%DOCSDIR%%/html/3_1_image_window.html X%%DOCSDIR%%/html/3_2_image_properties.html X%%DOCSDIR%%/html/4_image_management.html X%%DOCSDIR%%/html/4_1_copy_move.html X%%DOCSDIR%%/html/4_2_rename.html X%%DOCSDIR%%/html/4_3_delete.html X%%DOCSDIR%%/html/4_4_external_editing.html X%%DOCSDIR%%/html/5_image_search.html X%%DOCSDIR%%/html/5_1_search.html X%%DOCSDIR%%/html/5_2_finding_duplicates.html X%%DOCSDIR%%/html/6_collections.html X%%DOCSDIR%%/html/7_sidebars.html X%%DOCSDIR%%/html/7_1_exif.html X%%DOCSDIR%%/html/7_2_sort_manager.html X%%DOCSDIR%%/html/7_3_keywords.html X%%DOCSDIR%%/html/8_image_presentation.html X%%DOCSDIR%%/html/8_1_slideshow.html X%%DOCSDIR%%/html/8_2_fullscreen.html X%%DOCSDIR%%/html/9_printing.html X%%DOCSDIR%%/html/10_options.html X%%DOCSDIR%%/html/10_1_general.html X%%DOCSDIR%%/html/10_2_image.html X%%DOCSDIR%%/html/10_3_window.html X%%DOCSDIR%%/html/10_4_filtering.html X%%DOCSDIR%%/html/10_5_editor_commands.html X%%DOCSDIR%%/html/10_6_advanced.html X%%DOCSDIR%%/html/10_7_hidden.html X%%DOCSDIR%%/html/11_reference.html X%%DOCSDIR%%/html/11_1_command_line.html X%%DOCSDIR%%/html/11_2_keyboard_shortcuts.html X%%DOCSDIR%%/html/11_3_thumbnails.html X%%DOCSDIR%%/html/11_4_management.html X%%DOCSDIR%%/html/12_credits.html X%%DOCSDIR%%/README X%%DOCSDIR%%/COPYING X%%DOCSDIR%%/ChangeLog X%%DOCSDIR%%/TODO Xshare/pixmaps/geeqie.png Xshare/applications/geeqie.desktop X@dirrm share/applications X@dirrm %%DOCSDIR%%/html X@dirrm %%DOCSDIR%% END-of-pkg-plist echo x - pkg-descr sed 's/^X//' >pkg-descr << 'END-of-pkg-descr' XGeeqie is a lightweight Gtk+ based image viewer for Unix operating systems. X XMain features X o EXIF, IPTC and XMP metadata browsing and editing. X o Interoperability, easy integration with other software. X o geeqie works on files and directories, there is no need to import images. X o Fast preview for many raw image formats. X o Tools for image comparison, sorting and managing photo collection. X XHistory X Geeqie has been forked from gqview project, because it was not possible to X contact gqview author and the only maintainer. Geeqie projects goal is to move X the development forward and also integrate the existing patches. X XProject Status X Geeqie is currently in alpha state. Everybody is encouraged to try the new X features, however for stable software look at the original project. X XWWW: http://geeqie.sourceforge.net/ END-of-pkg-descr echo x - distinfo sed 's/^X//' >distinfo << 'END-of-distinfo' XMD5 (geeqie-1.0alpha1.tar.gz) = 8e4838018b597cb6df056959ccf1ba45 XSHA256 (geeqie-1.0alpha1.tar.gz) = 7df5b644e572ec0f8a489c31ccf01789d602c788cffa33bca5ecd236020ad199 XSIZE (geeqie-1.0alpha1.tar.gz) = 1970338 END-of-distinfo exit --- geeqie.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20080517193639.465E96D4AA>