From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Feb 4 12:30:27 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0B03016A4CF for ; Fri, 4 Feb 2005 12:30:27 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C985343D31 for ; Fri, 4 Feb 2005 12:30:12 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j14CUCEP066241 for ; Fri, 4 Feb 2005 12:30:12 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j14CUCFu066236; Fri, 4 Feb 2005 12:30:12 GMT (envelope-from gnats) Resent-Date: Fri, 4 Feb 2005 12:30:12 GMT Resent-Message-Id: <200502041230.j14CUCFu066236@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Andrey V. Elsukov" Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 559E616A4CE for ; Fri, 4 Feb 2005 12:25:12 +0000 (GMT) Received: from mail.rdu.kirov.ru (ns.rdu.kirov.ru [217.9.151.217]) by mx1.FreeBSD.org (Postfix) with ESMTP id AE5D043D3F for ; Fri, 4 Feb 2005 12:25:08 +0000 (GMT) (envelope-from elsukov@rdu.kirov.ru) Received: from kirov.so-cdu.ru (rdm [172.21.81.1]) by mail.rdu.kirov.ru (Postfix) with ESMTP id 1E3ECFFC6 for ; Fri, 4 Feb 2005 15:25:04 +0300 (MSK) Received: from kirov.so-cdu.ru (localhost [127.0.0.1]) by rdu.kirov.ru (Postfix) with SMTP id 01E011559F for ; Fri, 4 Feb 2005 15:25:04 +0300 (MSK) Received: from kirov.so-cdu.ru (localhost [127.0.0.1]) by kirov.so-cdu.ru (Postfix) with ESMTP id 976131559E for ; Fri, 4 Feb 2005 15:25:03 +0300 (MSK) Received: (from root@localhost) by kirov.so-cdu.ru (8.12.10/8.12.9/Submit) id j14CP3o6046506; Fri, 4 Feb 2005 15:25:03 +0300 (MSK) Message-Id: <200502041225.j14CP3o6046506@kirov.so-cdu.ru> Date: Fri, 4 Feb 2005 15:25:03 +0300 (MSK) From: "Andrey V. Elsukov" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/77097: New port: graphics/danpei - Image viewer for X with thumbnail preview feature X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: "Andrey V. Elsukov" List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Feb 2005 12:30:27 -0000 >Number: 77097 >Category: ports >Synopsis: New port: graphics/danpei - Image viewer for X with thumbnail preview feature >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Fri Feb 04 12:30:12 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Andrey V. Elsukov >Release: FreeBSD 5.3-STABLE i386 >Organization: >Environment: System: FreeBSD 5.3-STABLE >Description: New port: graphics/danpei - Image viewer for X with thumbnail preview feature >How-To-Repeat: >Fix: # 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: # # danpei # danpei/Makefile # danpei/distinfo # danpei/pkg-descr # danpei/pkg-plist # echo c - danpei mkdir -p danpei > /dev/null 2>&1 echo x - danpei/Makefile sed 's/^X//' >danpei/Makefile << 'END-of-danpei/Makefile' X# ports collection makefile for: danpei X# Date created: 4 Fev 2005 X# Whom: Andrey V. Elsukov X# X# $FreeBSD$ X# X XPORTNAME= danpei XPORTVERSION= 2.9.6 XCATEGORIES= graphics XMASTER_SITES= ${MASTER_SITE_SOURCEFORGE} XMASTER_SITE_SUBDIR= danpei X XMAINTAINER= bu7cher@yandex.ru XCOMMENT= Image Viewer for X Window Sysytem with thumbnail preview feature X X.if !defined(WITHOUT_IMAGEMAGICK) XRUN_DEPENDS+= convert:${PORTSDIR}/graphics/ImageMagick X.endif X X.if defined(WITHOUT_NLS) XCONFIGURE_ARGS+=--disable-nls XPLIST_SUB+= NLS="@comment " X.else XUSE_GETTEXT= yes XPLIST_SUB+= NLS="" X.endif X XLIB_DEPENDS+= png.5:${PORTSDIR}/graphics/png X XUSE_X_PREFIX= yes XUSE_GNOME= gtk12 gdkpixbuf XGNU_CONFIGURE= yes XCONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LIBS="-L${LOCALBASE}/lib" X X.include END-of-danpei/Makefile echo x - danpei/distinfo sed 's/^X//' >danpei/distinfo << 'END-of-danpei/distinfo' XMD5 (danpei-2.9.6.tar.gz) = 0f87daa1447e85e45ae96bc128ce9c42 END-of-danpei/distinfo echo x - danpei/pkg-descr sed 's/^X//' >danpei/pkg-descr << 'END-of-danpei/pkg-descr' XDanpei is a Gtk+ based Image Viewer, works on X Window Sysytem. X XFeatures: X o File operations like Windows Explorer X o View image files with thumbnail format X o View/Edit image files with your favorite applications (ImageMagick, X Gimp etc) X o Cache displayed images X o Print out images X XWWW: http://danpei.sourceforge.net/ END-of-danpei/pkg-descr echo x - danpei/pkg-plist sed 's/^X//' >danpei/pkg-plist << 'END-of-danpei/pkg-plist' Xbin/danpei X%%NLS%%share/locale/de/LC_MESSAGES/danpei.mo X%%NLS%%share/locale/ja/LC_MESSAGES/danpei.mo END-of-danpei/pkg-plist exit --- danpei.sh ends here --- >Release-Note: >Audit-Trail: >Unformatted: