diff options
author | pav <pav@FreeBSD.org> | 2005-02-06 03:47:25 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2005-02-06 03:47:25 +0800 |
commit | 5553375cdf0fb30cfd60aa855c19177f2efa57df (patch) | |
tree | c82d00f517b083b4ab7ae15a45e0c6b5243153a5 /graphics | |
parent | 3e0085f811bc8383648ddc44bbf99f0a43f902d2 (diff) | |
download | freebsd-ports-gnome-5553375cdf0fb30cfd60aa855c19177f2efa57df.tar.gz freebsd-ports-gnome-5553375cdf0fb30cfd60aa855c19177f2efa57df.tar.zst freebsd-ports-gnome-5553375cdf0fb30cfd60aa855c19177f2efa57df.zip |
Add danpei, Image viewer for X with thumbnail preview feature.
PR: ports/77097
Submitted by: Andrey V. Elsukov <bu7cher@yandex.ru>
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/Makefile | 1 | ||||
-rw-r--r-- | graphics/danpei/Makefile | 28 | ||||
-rw-r--r-- | graphics/danpei/distinfo | 2 | ||||
-rw-r--r-- | graphics/danpei/pkg-descr | 11 | ||||
-rw-r--r-- | graphics/danpei/pkg-plist | 3 |
5 files changed, 45 insertions, 0 deletions
diff --git a/graphics/Makefile b/graphics/Makefile index e7aaf84c4207..6f63418754d6 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -49,6 +49,7 @@ SUBDIR += crw SUBDIR += cthumb SUBDIR += curator + SUBDIR += danpei SUBDIR += dataplot SUBDIR += dc20ctrl SUBDIR += dc20pack diff --git a/graphics/danpei/Makefile b/graphics/danpei/Makefile new file mode 100644 index 000000000000..87eec5bccace --- /dev/null +++ b/graphics/danpei/Makefile @@ -0,0 +1,28 @@ +# ports collection makefile for: danpei +# Date created: 4 Fev 2005 +# Whom: Andrey V. Elsukov <bu7cher@yandex.ru> +# +# $FreeBSD$ +# + +PORTNAME= danpei +PORTVERSION= 2.9.6 +CATEGORIES= graphics +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= danpei + +MAINTAINER= bu7cher@yandex.ru +COMMENT= Image Viewer for X Window System with thumbnail preview feature + +LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png + +.if !defined(WITHOUT_IMAGEMAGICK) +RUN_DEPENDS+= convert:${PORTSDIR}/graphics/ImageMagick +.endif + +USE_X_PREFIX= yes +USE_GNOME= gtk12 gdkpixbuf +GNU_CONFIGURE= yes +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LIBS="-L${LOCALBASE}/lib" + +.include <bsd.port.mk> diff --git a/graphics/danpei/distinfo b/graphics/danpei/distinfo new file mode 100644 index 000000000000..67b6cb35211f --- /dev/null +++ b/graphics/danpei/distinfo @@ -0,0 +1,2 @@ +MD5 (danpei-2.9.6.tar.gz) = 0f87daa1447e85e45ae96bc128ce9c42 +SIZE (danpei-2.9.6.tar.gz) = 412779 diff --git a/graphics/danpei/pkg-descr b/graphics/danpei/pkg-descr new file mode 100644 index 000000000000..84df5b356fef --- /dev/null +++ b/graphics/danpei/pkg-descr @@ -0,0 +1,11 @@ +Danpei is a Gtk+ based Image Viewer, works on X Window Sysytem. + +Features: + o File operations like Windows Explorer + o View image files with thumbnail format + o View/Edit image files with your favorite applications (ImageMagick, + Gimp etc) + o Cache displayed images + o Print out images + +WWW: http://danpei.sourceforge.net/ diff --git a/graphics/danpei/pkg-plist b/graphics/danpei/pkg-plist new file mode 100644 index 000000000000..c2d641ee2931 --- /dev/null +++ b/graphics/danpei/pkg-plist @@ -0,0 +1,3 @@ +bin/danpei +share/locale/de/LC_MESSAGES/danpei.mo +share/locale/ja/LC_MESSAGES/danpei.mo |