From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jun 16 08:50:02 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A958C1065671 for ; Mon, 16 Jun 2008 08:50:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 8954B8FC1D for ; Mon, 16 Jun 2008 08:50:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m5G8o2Ht007653 for ; Mon, 16 Jun 2008 08:50:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m5G8o2rt007652; Mon, 16 Jun 2008 08:50:02 GMT (envelope-from gnats) Resent-Date: Mon, 16 Jun 2008 08:50:02 GMT Resent-Message-Id: <200806160850.m5G8o2rt007652@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Martin Sugioarto Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C4D3F106567A for ; Mon, 16 Jun 2008 08:49:17 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id B6D568FC1A for ; Mon, 16 Jun 2008 08:49:17 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.2/8.14.2) with ESMTP id m5G8nG93068125 for ; Mon, 16 Jun 2008 08:49:16 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.2/8.14.1/Submit) id m5G8nGU0068124; Mon, 16 Jun 2008 08:49:16 GMT (envelope-from nobody) Message-Id: <200806160849.m5G8nGU0068124@www.freebsd.org> Date: Mon, 16 Jun 2008 08:49:16 GMT From: Martin Sugioarto To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/124636: New port: graphics/iiview X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Jun 2008 08:50:02 -0000 >Number: 124636 >Category: ports >Synopsis: New port: graphics/iiview >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Jun 16 08:50:02 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Martin Sugioarto >Release: 7.0-STABLE >Organization: >Environment: FreeBSD link.local 7.0-STABLE FreeBSD 7.0-STABLE #0: Thu Jun 12 14:46:21 CEST 2008 root@link.local:/usr/obj/usr/src/sys/LINK i386 >Description: A BSD-licensed lightweight thumbnail viewer application that is only based on X11 without any toolkits. >How-To-Repeat: >Fix: # 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: # # iiview # iiview/Makefile # iiview/distinfo # iiview/pkg-descr # iiview/pkg-plist # echo c - iiview mkdir -p iiview > /dev/null 2>&1 echo x - iiview/Makefile sed 's/^X//' >iiview/Makefile << 'END-of-iiview/Makefile' X# New ports collection Makefile for: iiview X# Date created: 2008/06/16 X# Whom: Martin Sugioarto X# X# $FreeBSD$ X# X XPORTNAME= iiview XPORTVERSION= 0.26 XCATEGORIES= graphics XMASTER_SITES= ${MASTER_SITE_SOURCEFORGE} XMASTER_SITE_SUBDIR= iiview X XMAINTAINER= martin.sugioarto@udo.edu XCOMMENT= Thumb viewer application XMAN1= iiview.1 XMANCOMPRESSED= yes XUSE_GMAKE= yes XUSE_BZIP2= yes X XBUILD_DEPENDS=\ X ${X11BASE}/lib/libX11.a:${PORTSDIR}/x11/xorg-libraries \ X ${LOCALBASE}/lib/libpng.a:${PORTSDIR}/graphics/png \ X ${LOCALBASE}/lib/libungif.a:${PORTSDIR}/graphics/libungif \ X ${LOCALBASE}/lib/libtiff.a:${PORTSDIR}/graphics/tiff \ X ${LOCALBASE}/lib/libjpeg.a:${PORTSDIR}/graphics/jpeg X X.include END-of-iiview/Makefile echo x - iiview/distinfo sed 's/^X//' >iiview/distinfo << 'END-of-iiview/distinfo' XMD5 (iiview-0.26.tar.bz2) = 0d3599fc31d569b0d2b4d7cbc3dff658 XSHA256 (iiview-0.26.tar.bz2) = befb882e26eed6833279943115c63a9b65f725fcb52502c1a9c41e72046eb207 XSIZE (iiview-0.26.tar.bz2) = 34067 END-of-iiview/distinfo echo x - iiview/pkg-descr sed 's/^X//' >iiview/pkg-descr << 'END-of-iiview/pkg-descr' X XIIViewer is an application for X. It allows you to display Xpictures in a directory as thumbnails. Selected images can Xthen be shown in full size. It reads the most common graphic Xformats. X XWWW: http://sourceforge.net/projects/iiview X END-of-iiview/pkg-descr echo x - iiview/pkg-plist sed 's/^X//' >iiview/pkg-plist << 'END-of-iiview/pkg-plist' Xbin/iiview END-of-iiview/pkg-plist exit >Release-Note: >Audit-Trail: >Unformatted: