From nobody@FreeBSD.org  Sun Jan 12 00:44:02 2014
Return-Path: <nobody@FreeBSD.org>
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 <freebsd-gnats-submit@FreeBSD.org>; 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 <freebsd-gnats-submit@FreeBSD.org>; 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 <freebsd-gnats-submit@FreeBSD.org>; 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 <charles@bsd.zplay.eu>
To: freebsd-gnats-submit@FreeBSD.org
Subject: New port: graphics/sxiv Lightweight image viewer
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         185672
>Category:       ports
>Synopsis:       New port: graphics/sxiv Lightweight image viewer
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    danilo
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jan 12 00:50:00 UTC 2014
>Closed-Date:    Fri Jan 17 16:12:26 UTC 2014
>Last-Modified:  Fri Jan 17 16:20:00 UTC 2014
>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 <charles@bsd.zplay.eu>
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 <bsd.port.mk>
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:

From: Baptiste Daroussin <bapt@freebsd.org>
To: bug-followup@freebsd.org, charles@bsd.zplay.eu
Cc:  
Subject: Re: ports/185672: New port: graphics/sxiv Lightweight image viewer
Date: Tue, 14 Jan 2014 11:35:12 +0100

 --e89a8f50297e7812e504efebc011
 Content-Type: text/plain; charset=ISO-8859-1
 
 Maintainer will update the PR with a new shar based on remarks made on irc
 
 --e89a8f50297e7812e504efebc011
 Content-Type: text/html; charset=ISO-8859-1
 
 <div dir="ltr">Maintainer will update the PR with a new shar based on remarks made on irc<br></div>
 
 --e89a8f50297e7812e504efebc011--
Responsible-Changed-From-To: freebsd-ports-bugs->danilo 
Responsible-Changed-By: danilo 
Responsible-Changed-When: Thu Jan 16 20:54:12 UTC 2014 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=185672 
State-Changed-From-To: open->closed 
State-Changed-By: danilo 
State-Changed-When: Fri Jan 17 16:12:25 UTC 2014 
State-Changed-Why:  
Committed, with minor changes. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=185672 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/185672: commit references a PR
Date: Fri, 17 Jan 2014 16:11:20 +0000 (UTC)

 Author: danilo
 Date: Fri Jan 17 16:11:11 2014
 New Revision: 340065
 URL: http://svnweb.freebsd.org/changeset/ports/340065
 QAT: https://qat.redports.org/buildarchive/r340065/
 
 Log:
   - Add new port graphics/sxiv
   
   sxiv is a light image viewer which as a few features :
   
   - Basic image operations, e.g. zooming, panning, rotating
   - Customizable key and mouse button mappings (in config.h)
   - Thumbnail mode: grid of selectable previews of all images
   - Ability to cache thumbnails for fast re-loading
   - Basic support for multi-frame images
   - Load all frames from GIF files and play GIF animations
   - Display image information in status bar
   
   PR:		ports/185672
   Submitted by:	Rapenne <charles@bsd.zplay.eu>
 
 Added:
   head/graphics/sxiv/
   head/graphics/sxiv/Makefile   (contents, props changed)
   head/graphics/sxiv/distinfo   (contents, props changed)
   head/graphics/sxiv/files/
   head/graphics/sxiv/files/patch-Makefile   (contents, props changed)
   head/graphics/sxiv/pkg-descr   (contents, props changed)
 Modified:
   head/graphics/Makefile
 
 Modified: head/graphics/Makefile
 ==============================================================================
 --- head/graphics/Makefile	Fri Jan 17 16:00:09 2014	(r340064)
 +++ head/graphics/Makefile	Fri Jan 17 16:11:11 2014	(r340065)
 @@ -989,6 +989,7 @@
      SUBDIR += swfdec
      SUBDIR += swfmill
      SUBDIR += swftools
 +    SUBDIR += sxiv
      SUBDIR += synaesthesia
      SUBDIR += synfigstudio
      SUBDIR += telak
 
 Added: head/graphics/sxiv/Makefile
 ==============================================================================
 --- /dev/null	00:00:00 1970	(empty, because file is newly added)
 +++ head/graphics/sxiv/Makefile	Fri Jan 17 16:11:11 2014	(r340065)
 @@ -0,0 +1,27 @@
 +# Created by: Charles RAPENNE <charles@bsd.zplay.eu>
 +# $FreeBSD$
 +
 +PORTNAME=	sxiv
 +PORTVERSION=	1.1.1
 +CATEGORIES=	graphics
 +MASTER_SITES=	https://github.com/muennich/sxiv/archive/
 +DISTNAME=	v${PORTVERSION}
 +
 +MAINTAINER=	charles@bsd.zplay.eu
 +COMMENT=	Lightweight image viewer
 +
 +LICENSE=	GPLv2
 +
 +LIB_DEPENDS=	libImlib2.so:${PORTSDIR}/graphics/imlib2
 +
 +WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}/
 +USES=		pkgconfig
 +USE_XORG=	x11
 +
 +PLIST_FILES=	bin/sxiv \
 +		man/man1/sxiv.1.gz \
 +		share/sxiv/exec/image-info
 +PLIST_DIRS=	share/sxiv/exec \
 +		share/sxiv
 +
 +.include <bsd.port.mk>
 
 Added: head/graphics/sxiv/distinfo
 ==============================================================================
 --- /dev/null	00:00:00 1970	(empty, because file is newly added)
 +++ head/graphics/sxiv/distinfo	Fri Jan 17 16:11:11 2014	(r340065)
 @@ -0,0 +1,2 @@
 +SHA256 (v1.1.1.tar.gz) = 30569b7cb1568a7f60d102f6eb21f25c93de42243a1c8ac3c1a521d58b08281f
 +SIZE (v1.1.1.tar.gz) = 37251
 
 Added: head/graphics/sxiv/files/patch-Makefile
 ==============================================================================
 --- /dev/null	00:00:00 1970	(empty, because file is newly added)
 +++ head/graphics/sxiv/files/patch-Makefile	Fri Jan 17 16:11:11 2014	(r340065)
 @@ -0,0 +1,13 @@
 +--- ./Makefile.orig	2013-06-02 07:04:40.000000000 -0300
 ++++ ./Makefile	2014-01-17 00:55:01.000000000 -0200
 +@@ -1,9 +1,8 @@
 + VERSION = 1.1.1
 + 
 + PREFIX    = /usr/local
 +-MANPREFIX = $(PREFIX)/share/man
 ++MANPREFIX = $(PREFIX)/man
 + 
 +-CC      = gcc
 + CFLAGS  = -std=c99 -Wall -pedantic -O2 -I$(PREFIX)/include -DHAVE_GIFLIB
 + LDFLAGS = -L$(PREFIX)/lib
 + LIBS    = -lX11 -lImlib2 -lgif
 
 Added: head/graphics/sxiv/pkg-descr
 ==============================================================================
 --- /dev/null	00:00:00 1970	(empty, because file is newly added)
 +++ head/graphics/sxiv/pkg-descr	Fri Jan 17 16:11:11 2014	(r340065)
 @@ -0,0 +1,13 @@
 +Simple X Image Viewer
 +
 +sxiv is a light image viewer which as a few features :
 +
 +- Basic image operations, e.g. zooming, panning, rotating
 +- Customizable key and mouse button mappings (in config.h)
 +- Thumbnail mode: grid of selectable previews of all images
 +- Ability to cache thumbnails for fast re-loading
 +- Basic support for multi-frame images
 +- Load all frames from GIF files and play GIF animations
 +- Display image information in status bar
 +
 +WWW: https://github.com/muennich/sxiv
 _______________________________________________
 svn-ports-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
 
>Unformatted:
