From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jan 12 00:50:00 2014 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B67F78C7 for ; Sun, 12 Jan 2014 00:50:00 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 90C70140F for ; Sun, 12 Jan 2014 00:50:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id s0C0o0ak090591 for ; Sun, 12 Jan 2014 00:50:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id s0C0o0Md090590; Sun, 12 Jan 2014 00:50:00 GMT (envelope-from gnats) Resent-Date: Sun, 12 Jan 2014 00:50:00 GMT Resent-Message-Id: <201401120050.s0C0o0Md090590@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, Rapenne Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 48531890 for ; Sun, 12 Jan 2014 00:44:02 +0000 (UTC) Received: from oldred.freebsd.org (oldred.freebsd.org [IPv6:2001:1900:2254:206a::50:4]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 285B213D3 for ; Sun, 12 Jan 2014 00:44:02 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id s0C0i1YV030740 for ; Sun, 12 Jan 2014 00:44:01 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id s0C0i1iT030734; Sun, 12 Jan 2014 00:44:01 GMT (envelope-from nobody) Message-Id: <201401120044.s0C0i1iT030734@oldred.freebsd.org> Date: Sun, 12 Jan 2014 00:44:01 GMT From: Rapenne To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/185672: New port: graphics/sxiv Lightweight image viewer X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Jan 2014 00:50:00 -0000 >Number: 185672 >Category: ports >Synopsis: New port: graphics/sxiv Lightweight image viewer >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: Sun Jan 12 00:50:00 UTC 2014 >Closed-Date: >Last-Modified: >Originator: Rapenne >Release: 10.0-RC5 >Organization: >Environment: >Description: A made a port for the lightweight image viewer "sxiv" which is a very simple image viewer. The git repository is active. More informations about sxiv on the github page : https://github.com/muennich/sxiv This is the first port I submit, I used portlint and everything seemed good. >How-To-Repeat: >Fix: Patch attached with submission follows: # 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: # # sxiv # sxiv/Makefile # sxiv/files # sxiv/files/patch-Makefile-man # sxiv/pkg-descr # sxiv/distinfo # echo c - sxiv mkdir -p sxiv > /dev/null 2>&1 echo x - sxiv/Makefile sed 's/^X//' >sxiv/Makefile << '8569dcdbb43b98a84e6b75ed2722c43b' X# Created by: Charles RAPENNE X# $FreeBSD: graphics/sxiv $ X XPORTNAME= sxiv XPORTVERSION= 1.1.1 XPORTREVISION= 1 XCATEGORIES= x11 XMASTER_SITES= https://github.com/muennich/sxiv/archive/ XDISTNAME= v${PORTVERSION} X XMAINTAINER= charles@bsd.zplay.eu XCOMMENT= Lightweight image viewer X XLICENSE= GPLv2 X XWRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/ XUSES= pkgconfig XUSE_XORG= x11 X XPLIST_FILES= bin/sxiv \ X share/man/man1/sxiv.1 \ X share/sxiv/exec/image-info X XNO_STAGE= yes X.include 8569dcdbb43b98a84e6b75ed2722c43b echo c - sxiv/files mkdir -p sxiv/files > /dev/null 2>&1 echo x - sxiv/files/patch-Makefile-man sed 's/^X//' >sxiv/files/patch-Makefile-man << '9d705c28cfd0cfe925b42c16f7a26626' X--- Makefile.orig 2014-01-05 18:30:38.000000000 +0100 X+++ Makefile 2014-01-05 18:31:27.000000000 +0100 X@@ -1,9 +1,9 @@ X VERSION = 1.1.1 X X PREFIX = /usr/local X-MANPREFIX = $(PREFIX)/share/man X+MANPREFIX = $(PREFIX)/man X X-CC = gcc X+CC = clang X CFLAGS = -std=c99 -Wall -pedantic -O2 -I$(PREFIX)/include -DHAVE_GIFLIB X LDFLAGS = -L$(PREFIX)/lib X LIBS = -lX11 -lImlib2 -lgif 9d705c28cfd0cfe925b42c16f7a26626 echo x - sxiv/pkg-descr sed 's/^X//' >sxiv/pkg-descr << '34e413c2750448e1381a36b23b036bef' XSimple X Image Viewer X Xsxiv is a light image viewer which as a few features : X X- Basic image operations, e.g. zooming, panning, rotating X- Customizable key and mouse button mappings (in config.h) X- Thumbnail mode: grid of selectable previews of all images X- Ability to cache thumbnails for fast re-loading X- Basic support for multi-frame images X- Load all frames from GIF files and play GIF animations X- Display image information in status bar X X Xhttps://github.com/muennich/sxiv 34e413c2750448e1381a36b23b036bef echo x - sxiv/distinfo sed 's/^X//' >sxiv/distinfo << 'f04260523c8664ee8fe207beec42cea9' XSHA256 (v1.1.1.tar.gz) = 30569b7cb1568a7f60d102f6eb21f25c93de42243a1c8ac3c1a521d58b08281f XSIZE (v1.1.1.tar.gz) = 37251 f04260523c8664ee8fe207beec42cea9 exit >Release-Note: >Audit-Trail: >Unformatted: