Features include a GUI that doesn't get in the way of viewing your images, a
file browser, slideshows, zooming, rotating, on-the-fly Exif viewing,
histograms, fullscreen support, wallpaper setting, the ability to view 4 images
on the screen at once, adjustable thumbnail sizes, playlists, view and download
images from Web sites, movie playing, file searching/filtering, multiple
directory loading, transitional effects, image hiding and more.
Author: Ryan Kulla <rkulla@gmail.com>
WWW: http://imgv.sourceforge.net/
PR: ports/108755
Submitted by: Simon Olofsson <simon at olofsson.de>
Approved by: alexbl (mentor, implicit)
2007-02-05 22:23:55 +01:00
|
|
|
# New ports collection makefile for: imgv
|
|
|
|
# Date created: 2007-02-03
|
|
|
|
# Whom: Simon Olofsson <simon@olofsson.de>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= imgv
|
|
|
|
PORTVERSION= 3.1.5
|
2007-05-19 22:36:56 +02:00
|
|
|
PORTREVISION= 1
|
Features include a GUI that doesn't get in the way of viewing your images, a
file browser, slideshows, zooming, rotating, on-the-fly Exif viewing,
histograms, fullscreen support, wallpaper setting, the ability to view 4 images
on the screen at once, adjustable thumbnail sizes, playlists, view and download
images from Web sites, movie playing, file searching/filtering, multiple
directory loading, transitional effects, image hiding and more.
Author: Ryan Kulla <rkulla@gmail.com>
WWW: http://imgv.sourceforge.net/
PR: ports/108755
Submitted by: Simon Olofsson <simon at olofsson.de>
Approved by: alexbl (mentor, implicit)
2007-02-05 22:23:55 +01:00
|
|
|
CATEGORIES= graphics python
|
2009-08-22 02:23:13 +02:00
|
|
|
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}%20${PORTVERSION}
|
Features include a GUI that doesn't get in the way of viewing your images, a
file browser, slideshows, zooming, rotating, on-the-fly Exif viewing,
histograms, fullscreen support, wallpaper setting, the ability to view 4 images
on the screen at once, adjustable thumbnail sizes, playlists, view and download
images from Web sites, movie playing, file searching/filtering, multiple
directory loading, transitional effects, image hiding and more.
Author: Ryan Kulla <rkulla@gmail.com>
WWW: http://imgv.sourceforge.net/
PR: ports/108755
Submitted by: Simon Olofsson <simon at olofsson.de>
Approved by: alexbl (mentor, implicit)
2007-02-05 22:23:55 +01:00
|
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION}-src
|
|
|
|
|
|
|
|
MAINTAINER= simon@olofsson.de
|
|
|
|
COMMENT= A unique and feature rich Image Viewer
|
|
|
|
|
|
|
|
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/pygame/__init__.py:${PORTSDIR}/devel/py-game \
|
|
|
|
${PYTHON_SITELIBDIR}/PIL/__init__.py:${PORTSDIR}/graphics/py-imaging
|
|
|
|
|
|
|
|
USE_PYTHON= 2.2+
|
|
|
|
NO_BUILD= yes
|
|
|
|
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
post-patch:
|
|
|
|
${REINPLACE_CMD} -e 's,%%DATADIR%%,${DATADIR},' ${WRKSRC}/gl.py
|
|
|
|
|
|
|
|
do-install:
|
|
|
|
${INSTALL_SCRIPT} ${WRKSRC}/imgv.py ${PREFIX}/bin/imgv
|
|
|
|
${RM} -f ${WRKSRC}/imgv.py ${WRKSRC}/setup.py
|
|
|
|
${MKDIR} ${DATADIR}/data
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/data/* ${DATADIR}/data
|
|
|
|
${MKDIR} ${PYTHON_SITELIBDIR}/imgv/
|
|
|
|
${TOUCH} ${PYTHON_SITELIBDIR}/imgv/__init__.py
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/*.py ${PYTHON_SITELIBDIR}/imgv/
|
|
|
|
${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py ${PYTHON_SITELIBDIR}/imgv/
|
|
|
|
|
|
|
|
.include <bsd.port.post.mk>
|