Add port x11-toolkits/gtkimageview:

GtkImageView is a simple image viewer widget for GTK. Similar to the
image viewer panes in gThumb or Eye of Gnome. It makes writing image
viewing and editing applications easy. Among its features are:
* Mouse and keyboard zooming
* Scrolling and dragging
* Adjustable interpolation
* Fullscreen mode
* GIF animation support

WWW: http://trac.bjourne.webfactional.com/
Author: Bjorn Lindqvist <bjourne@gmail.com>
This commit is contained in:
Andrew Pantyukhin 2007-08-01 08:31:50 +00:00
parent a442b55fa6
commit 56704f7e73
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=196878
5 changed files with 91 additions and 0 deletions

View file

@ -70,6 +70,7 @@
SUBDIR += gtkglarea2
SUBDIR += gtkglext
SUBDIR += gtkglextmm
SUBDIR += gtkimageview
SUBDIR += gtkmathview
SUBDIR += gtkmm12
SUBDIR += gtkmm20

View file

@ -0,0 +1,27 @@
# New ports collection makefile for: gtkimageview
# Date created: 1 August 2007
# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= gtkimageview
PORTVERSION= 1.3.0
CATEGORIES= x11-toolkits
MASTER_SITES= CENKES
# http://trac.bjourne.webfactional.com/
MAINTAINER= infofarmer@FreeBSD.org
COMMENT= Simple image viewer widget
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-static
USE_GNOME= gtk20
USE_LDCONFIG= yes
post-patch:
@${REINPLACE_CMD} -e '/^CFLAGS/s|-Werror||' ${WRKSRC}/configure
@${REINPLACE_CMD} -e '/^pkgconfigdir/s|=.*|=${PREFIX}/libdata/pkgconfig|'\
${WRKSRC}/Makefile.in
.include <bsd.port.mk>

View file

@ -0,0 +1,3 @@
MD5 (gtkimageview-1.3.0.tar.gz) = 574789e014988398dca2debc65c02097
SHA256 (gtkimageview-1.3.0.tar.gz) = 6a2f50c1a6e83c94618a271cc9b7ce0460fd1fe58adb12e05d0b1b07b43e4beb
SIZE (gtkimageview-1.3.0.tar.gz) = 844294

View file

@ -0,0 +1,11 @@
GtkImageView is a simple image viewer widget for GTK. Similar to the
image viewer panes in gThumb or Eye of Gnome. It makes writing image
viewing and editing applications easy. Among its features are:
* Mouse and keyboard zooming
* Scrolling and dragging
* Adjustable interpolation
* Fullscreen mode
* GIF animation support
WWW: http://trac.bjourne.webfactional.com/
Author: Bjorn Lindqvist <bjourne@gmail.com>

View file

@ -0,0 +1,49 @@
include/gtkimageview/cursors.h
include/gtkimageview/gtkanimview.h
include/gtkimageview/gtkiimagetool.h
include/gtkimageview/gtkimagenav.h
include/gtkimageview/gtkimagescrollwin.h
include/gtkimageview/gtkimagetooldragger.h
include/gtkimageview/gtkimagetoolselector.h
include/gtkimageview/gtkimageview.h
include/gtkimageview/gtkzooms.h
include/gtkimageview/image_view_drawer.h
include/gtkimageview/mouse_handler.h
include/gtkimageview/utils.h
lib/libgtkimageview.la
lib/libgtkimageview.so
lib/libgtkimageview.so.0
libdata/pkgconfig/gtkimageview.pc
share/gtk-doc/html/gtkimageview/GtkAnimView.html
share/gtk-doc/html/gtkimageview/GtkIImageTool.html
share/gtk-doc/html/gtkimageview/GtkImageNav.html
share/gtk-doc/html/gtkimageview/GtkImageScrollWin.html
share/gtk-doc/html/gtkimageview/GtkImageToolDragger.html
share/gtk-doc/html/gtkimageview/GtkImageToolSelector.html
share/gtk-doc/html/gtkimageview/GtkImageView.html
share/gtk-doc/html/gtkimageview/acknowledgements.html
share/gtk-doc/html/gtkimageview/big-zoom-sel-bug.png
share/gtk-doc/html/gtkimageview/compiling.html
share/gtk-doc/html/gtkimageview/dirstructure.html
share/gtk-doc/html/gtkimageview/ex-mini.png
share/gtk-doc/html/gtkimageview/ex-monitor-selection.png
share/gtk-doc/html/gtkimageview/gtkimageview-gtkzooms.html
share/gtk-doc/html/gtkimageview/gtkimageview-in-window.png
share/gtk-doc/html/gtkimageview/gtkimageview.devhelp
share/gtk-doc/html/gtkimageview/gtkimageview.devhelp2
share/gtk-doc/html/gtkimageview/home.png
share/gtk-doc/html/gtkimageview/index.html
share/gtk-doc/html/gtkimageview/index.sgml
share/gtk-doc/html/gtkimageview/left.png
share/gtk-doc/html/gtkimageview/navwin-open.png
share/gtk-doc/html/gtkimageview/overview.html
share/gtk-doc/html/gtkimageview/releasehistory.html
share/gtk-doc/html/gtkimageview/right.png
share/gtk-doc/html/gtkimageview/rn01.html
share/gtk-doc/html/gtkimageview/sourcecode.html
share/gtk-doc/html/gtkimageview/style.css
share/gtk-doc/html/gtkimageview/up.png
@dirrm include/gtkimageview
@dirrm share/gtk-doc/html/gtkimageview
@dirrmtry share/gtk-doc/html
@dirrmtry share/gtk-doc