# 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: # # imv # imv/Makefile # imv/distinfo # imv/pkg-descr # echo c - imv mkdir -p imv > /dev/null 2>&1 echo x - imv/Makefile sed 's/^X//' >imv/Makefile << 'f43bf91039cf5856c8e6590000f37b0d' X# Created by: Tobias Kortkamp X# $FreeBSD$ X XPORTNAME= imv XPORTVERSION= 2.1.2 XDISTVERSIONPREFIX= v XCATEGORIES= graphics X XMAINTAINER= t@tobik.me XCOMMENT= Simple image viewer X XLICENSE= GPLv2 X XLIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ X libfreeimage.so:graphics/freeimage X XUSES= desktop-file-utils gmake XUSE_SDL= sdl2 ttf2 X XUSE_GITHUB= yes XGH_ACCOUNT= eXeC64 X XALL_TARGET= imv X XMAKE_ARGS= V=1 X XPLIST_FILES= bin/imv \ X man/man1/imv.1.gz \ X share/applications/imv.desktop X Xdo-install: X @${MKDIR} ${STAGEDIR}${PREFIX}/bin X ${INSTALL_PROGRAM} ${WRKSRC}/build/imv \ X ${STAGEDIR}${PREFIX}/bin/ X ${INSTALL_DATA} ${WRKSRC}/files/imv.desktop \ X ${STAGEDIR}${PREFIX}/share/applications/ X ${INSTALL_MAN} ${WRKSRC}/doc/imv.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 X X.include f43bf91039cf5856c8e6590000f37b0d echo x - imv/distinfo sed 's/^X//' >imv/distinfo << '75cb78df58dee8a7f2dc692f19e867b9' XTIMESTAMP = 1468102451 XSHA256 (eXeC64-imv-v2.1.2_GH0.tar.gz) = 7bb264c23d55795234556b98d63aa17afadbda87cc5a38d684e3a735cb12c135 XSIZE (eXeC64-imv-v2.1.2_GH0.tar.gz) = 27137 75cb78df58dee8a7f2dc692f19e867b9 echo x - imv/pkg-descr sed 's/^X//' >imv/pkg-descr << '243c90ce3c7bb262fb6a3e53faf933f3' Ximv is a command line image viewer intended for use with tiling window Xmanagers. It supports over 30 different image file formats including: XPhotoshop PSD files, animated GIFS, and various RAW formats. X XWWW: https://github.com/eXeC64/imv/ 243c90ce3c7bb262fb6a3e53faf933f3 exit