This is a graphics/showimg port updating, which updates it up to 0.9.5rc1 version. Major new in this version is a Kexi support. Also fixed many bugs. Fix: PORTNAME= showimg -PORTVERSION= 0.9.4.1 -PORTREVISION= 1 -PORTEPOCH= 1 +PORTVERSION= 0.9.5rc1 CATEGORIES= graphics -MASTER_SITES= http://www.jalix.org/projects/showimg/download/0.9.4-1/ -DISTNAME= showimg-0.9.4-1 +MASTER_SITES= http://www.jalix.org/projects/showimg/download/.0.9.5/distributions/SVN_info/ +DISTNAME= showimg-0.9.5-rc1 MAINTAINER= shelton@granch.ru COMMENT= A picture viewer designed to run under KDE 3.x -LIB_DEPENDS= kipi:${PORTSDIR}/graphics/libkipi +LIB_DEPENDS= kipi:${PORTSDIR}/graphics/libkipi \ + kexif:${PORTSDIR}/graphics/libkexif USE_BZIP2= yes USE_KDEBASE_VER= 3 @@ -28,16 +27,12 @@ INSTALLS_SHLIB= yes LDCONFIG_DIRS= %%PREFIX%%/lib %%PREFIX%%/lib/kde3 -MAN1= showimg.1 - -CONFIGURE_ARGS+= --enable-debug=full +CONFIGURE_ARGS+= --disable-debug post-extract: @${TOUCH} ${WRKSRC}/config.h.in post-patch: -# @${REINPLACE_CMD} -e 's|-O2||g' -e "s,-lpthread,${PTHREAD_LIBS},g" \ -# ${WRKSRC}/${CONFIGURE_SCRIPT} @${REINPLACE_CMD} -e 's|-O2||g' \ ${WRKSRC}/${CONFIGURE_SCRIPT} ShowImg also features a full-screen mode, zooming, sorting, drag'n'drop -with Konqueror, and support for images in compressed archives (.zip). +with Konqueror, and support for images in compressed archives (.tar, +.tar.gz, .zip) and kipi plugins. WWW: http://www.jalix.org/projects/showimg/
State Changed From-To: open->closed Committed, thanks. Next time please: * Use portlint, the PORTVERSION was illegal * Never reset PORTEPOCH Also please note that fetching via IPv6 from the MASTER_SITE times out.