1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-27 05:10:36 +00:00

A BSD-licensed lightweight thumbnail viewer application that is only based on X11 without any toolkits.

WWW: http://sourceforge.net/projects/iiview

PR:		ports/124636
Submitted by:	Martin Sugioarto <martin.sugioarto@udo.edu>
Approved by:	gabor (mentor, implicit)
This commit is contained in:
Felippe de Meirelles Motta 2008-06-18 18:55:26 +00:00
parent 95295ed9e8
commit 08c1923e7f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=215098
4 changed files with 39 additions and 0 deletions

View File

@ -293,6 +293,7 @@
SUBDIR += icontact
SUBDIR += icoutils
SUBDIR += ida
SUBDIR += iiview
SUBDIR += ilmbase
SUBDIR += imageindex
SUBDIR += imagesort

29
graphics/iiview/Makefile Normal file
View File

@ -0,0 +1,29 @@
# New ports collection Makefile for: iiview
# Date created: 2008/06/16
# Whom: Martin Sugioarto <martin.sugioarto@udo.edu>
#
# $FreeBSD$
#
PORTNAME= iiview
PORTVERSION= 0.26
CATEGORIES= graphics
MASTER_SITES= SF
MAINTAINER= martin.sugioarto@udo.edu
COMMENT= Thumb viewer application
BUILD_DEPENDS= ${LOCALBASE}/lib/libpng.a:${PORTSDIR}/graphics/png \
${LOCALBASE}/lib/libungif.a:${PORTSDIR}/graphics/libungif \
${LOCALBASE}/lib/libtiff.a:${PORTSDIR}/graphics/tiff \
${LOCALBASE}/lib/libjpeg.a:${PORTSDIR}/graphics/jpeg
USE_XORG= xpm x11
PLIST_FILES= bin/iiview
MAN1= iiview.1
MANCOMPRESSED= yes
USE_GMAKE= yes
USE_BZIP2= yes
.include <bsd.port.mk>

3
graphics/iiview/distinfo Normal file
View File

@ -0,0 +1,3 @@
MD5 (iiview-0.26.tar.bz2) = 0d3599fc31d569b0d2b4d7cbc3dff658
SHA256 (iiview-0.26.tar.bz2) = befb882e26eed6833279943115c63a9b65f725fcb52502c1a9c41e72046eb207
SIZE (iiview-0.26.tar.bz2) = 34067

View File

@ -0,0 +1,6 @@
IIViewer is an application for X. It allows you to display
pictures in a directory as thumbnails. Selected images can
then be shown in full size. It reads the most common graphic
formats.
WWW: http://sourceforge.net/projects/iiview