diff options
author | sobomax <sobomax@FreeBSD.org> | 2001-11-05 21:03:53 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2001-11-05 21:03:53 +0800 |
commit | 28bc063e381abc1b4deacc063f44d8e7e839d11e (patch) | |
tree | 6714c111c2e855f2f61610e1c75afa4d9426fe21 /graphics/gthumb | |
parent | bbad06f5aeb39657cc58e0c4647919750a1a5eb7 (diff) | |
download | freebsd-ports-gnome-28bc063e381abc1b4deacc063f44d8e7e839d11e.tar.gz freebsd-ports-gnome-28bc063e381abc1b4deacc063f44d8e7e839d11e.tar.zst freebsd-ports-gnome-28bc063e381abc1b4deacc063f44d8e7e839d11e.zip |
Add gthumb 0.9.5, image viewer and browser for the GNOME environment.
Submitted by: Harald Schmalzbauer <H@Schmalzbauer.de>
Diffstat (limited to 'graphics/gthumb')
-rw-r--r-- | graphics/gthumb/Makefile | 32 | ||||
-rw-r--r-- | graphics/gthumb/distinfo | 1 | ||||
-rw-r--r-- | graphics/gthumb/pkg-comment | 1 | ||||
-rw-r--r-- | graphics/gthumb/pkg-descr | 8 | ||||
-rw-r--r-- | graphics/gthumb/pkg-plist | 37 |
5 files changed, 79 insertions, 0 deletions
diff --git a/graphics/gthumb/Makefile b/graphics/gthumb/Makefile new file mode 100644 index 000000000000..cab290a5c4dd --- /dev/null +++ b/graphics/gthumb/Makefile @@ -0,0 +1,32 @@ +# New ports collection makefile for: gThumb +# Date created: 03 Nov 2001 +# Whom: Harald Schmalzbauer <H@Schmalzbauer.de> +# +# $FreeBSD$ +# + +PORTNAME= gthumb +PORTVERSION= 0.9.5 +CATEGORIES= graphics +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= gthumb + +MAINTAINER= H@Schmalzbauer.de + +USE_X_PREFIX= yes +USE_GMAKE= yes +USE_GNOME= yes +USE_LIBTOOL= yes +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib" + +MAN1= gthumb.1 + +pre-patch: + @${PERL} -pi -e 's|-lpthread|${PTHREAD_LIBS}|g ; \ + s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure + @find ${WRKSRC} -name "Makefile.in" | xargs ${PERL} -pi -e \ + 's|\$\(datadir\)/gnome/|\$\(datadir\)/|g ; \ + s|\$\(datadir\)/locale|\$\(prefix\)/share/locale|g' + +.include <bsd.port.mk> diff --git a/graphics/gthumb/distinfo b/graphics/gthumb/distinfo new file mode 100644 index 000000000000..11df672e13a0 --- /dev/null +++ b/graphics/gthumb/distinfo @@ -0,0 +1 @@ +MD5 (gthumb-0.9.5.tar.gz) = d2ddc23b1482851bf3a817143bddc54e diff --git a/graphics/gthumb/pkg-comment b/graphics/gthumb/pkg-comment new file mode 100644 index 000000000000..3937ceeca2a2 --- /dev/null +++ b/graphics/gthumb/pkg-comment @@ -0,0 +1 @@ +Image viewer and browser for the GNOME environment diff --git a/graphics/gthumb/pkg-descr b/graphics/gthumb/pkg-descr new file mode 100644 index 000000000000..44f766835da4 --- /dev/null +++ b/graphics/gthumb/pkg-descr @@ -0,0 +1,8 @@ +This is a port of gThumb, a fast and small image browser and viewer. +It creates thumbnailes, caches them and has support for most popular +image formats. +For further information see: +WWW: http://gthumb.sourceforge.net + +-Harry +H@Schmalzbauer.de diff --git a/graphics/gthumb/pkg-plist b/graphics/gthumb/pkg-plist new file mode 100644 index 000000000000..861c849d68ad --- /dev/null +++ b/graphics/gthumb/pkg-plist @@ -0,0 +1,37 @@ +bin/gthumb +bin/gthumb-image-viewer +share/gnome/apps/Graphics/gthumb.desktop +share/gnome/gthumb/glade/gthumb.glade +share/gnome/gthumb/glade/gthumb_comments.glade +share/gnome/gthumb/glade/gthumb_png_exporter.glade +share/gnome/gthumb/glade/gthumb_print.glade +share/gnome/gthumb/glade/gthumb_search.glade +share/gnome/gthumb/glade/gthumb_search_edit.glade +share/gnome/gthumb/icons/flip.xpm +share/gnome/gthumb/icons/mirror.xpm +share/gnome/gthumb/icons/rotate.xpm +share/gnome/help/gthumb/C/authors.html +share/gnome/help/gthumb/C/bugs.html +share/gnome/help/gthumb/C/index.html +share/gnome/help/gthumb/C/license.html +share/gnome/help/gthumb/C/ln7.html +share/gnome/help/gthumb/C/shortcuts.html +share/gnome/help/gthumb/C/topic.dat +share/gnome/mime-info/gthumb.keys +share/gnome/oaf/GNOME_GThumb_Viewer.oaf +share/gnome/pixmaps/gthumb.png +share/gnome/ui/GNOME_GThumb_Viewer.xml +share/locale/fr/LC_MESSAGES/gthumb.mo +share/locale/it/LC_MESSAGES/gthumb.mo +share/locale/ja/LC_MESSAGES/gthumb.mo +share/locale/ko/LC_MESSAGES/gthumb.mo +share/locale/nl/LC_MESSAGES/gthumb.mo +share/locale/pt_BR/LC_MESSAGES/gthumb.mo +share/locale/ru/LC_MESSAGES/gthumb.mo +share/locale/sv/LC_MESSAGES/gthumb.mo +@dirrm share/gnome/help/gthumb/C/images +@dirrm share/gnome/help/gthumb/C +@dirrm share/gnome/help/gthumb +@dirrm share/gnome/gthumb/icons +@dirrm share/gnome/gthumb/glade +@dirrm share/gnome/gthumb |