mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
Add danpei, Image viewer for X with thumbnail preview feature.
PR: ports/77097 Submitted by: Andrey V. Elsukov <bu7cher@yandex.ru>
This commit is contained in:
parent
70d78661de
commit
1f01ccc5ff
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=128091
@ -49,6 +49,7 @@
|
||||
SUBDIR += crw
|
||||
SUBDIR += cthumb
|
||||
SUBDIR += curator
|
||||
SUBDIR += danpei
|
||||
SUBDIR += dataplot
|
||||
SUBDIR += dc20ctrl
|
||||
SUBDIR += dc20pack
|
||||
|
28
graphics/danpei/Makefile
Normal file
28
graphics/danpei/Makefile
Normal file
@ -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>
|
2
graphics/danpei/distinfo
Normal file
2
graphics/danpei/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
MD5 (danpei-2.9.6.tar.gz) = 0f87daa1447e85e45ae96bc128ce9c42
|
||||
SIZE (danpei-2.9.6.tar.gz) = 412779
|
11
graphics/danpei/pkg-descr
Normal file
11
graphics/danpei/pkg-descr
Normal file
@ -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/
|
3
graphics/danpei/pkg-plist
Normal file
3
graphics/danpei/pkg-plist
Normal file
@ -0,0 +1,3 @@
|
||||
bin/danpei
|
||||
share/locale/de/LC_MESSAGES/danpei.mo
|
||||
share/locale/ja/LC_MESSAGES/danpei.mo
|
Loading…
Reference in New Issue
Block a user