New port: graphics/danpei - Image viewer for X with thumbnail preview feature Fix: --- danpei.sh ends here -----0gaWdnrEbSGWrX0wOTmxoXIICdpWL40ggAP31DceKKiGkpRN Content-Type: text/plain; name="file.shar" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="file.shar" # 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 <bu7cher@yandex.ru> 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 <bsd.port.mk> 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
State Changed From-To: open->closed New port added, with few modifications.