From udvzsolt@gmail.com  Fri Aug 30 09:30:57 2013
Return-Path: <udvzsolt@gmail.com>
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 ESMTP id 0FBECB44
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 30 Aug 2013 09:30:57 +0000 (UTC)
	(envelope-from udvzsolt@gmail.com)
Received: from mail-ee0-x230.google.com (mail-ee0-x230.google.com [IPv6:2a00:1450:4013:c00::230])
	(using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits))
	(No client certificate requested)
	by mx1.freebsd.org (Postfix) with ESMTPS id 9B109252C
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 30 Aug 2013 09:30:56 +0000 (UTC)
Received: by mail-ee0-f48.google.com with SMTP id l10so783996eei.21
        for <FreeBSD-gnats-submit@freebsd.org>; Fri, 30 Aug 2013 02:30:54 -0700 (PDT)
Received: from bsd-zsolt ([77.111.103.149])
        by mx.google.com with ESMTPSA id a6sm53093340eei.10.1969.12.31.16.00.00
        (version=TLSv1 cipher=RC4-SHA bits=128/128);
        Fri, 30 Aug 2013 02:30:53 -0700 (PDT)
Received: by bsd-zsolt (sSMTP sendmail emulation); Fri, 30 Aug 2013 11:30:23 +0200
Message-Id: <5220664d.067e0e0a.580f.ffffb647@mx.google.com>
Date: Fri, 30 Aug 2013 11:30:23 +0200
From: Zsolt Udvari <udvzsolt@gmail.com>
Reply-To: Zsolt Udvari <udvzsolt@gmail.com>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: New port: graphics/sxiv simple X image viewer
X-Send-Pr-Version: 3.114
X-GNATS-Notify:

>Number:         181676
>Category:       ports
>Synopsis:       New port: graphics/sxiv simple X image viewer
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Aug 30 09:40:00 UTC 2013
>Closed-Date:    Fri Jan 17 23:29:53 UTC 2014
>Last-Modified:  Fri Jan 17 23:29:53 UTC 2014
>Originator:     Zsolt Udvari
>Release:        FreeBSD 9.2-RC3 amd64
>Organization:
>Environment:
System: FreeBSD bsd-zsolt 9.2-RC3 FreeBSD 9.2-RC3 #0 r254795: Sat Aug 24 20:25:04 UTC 2013 root@bake.isc.freebsd.org:/usr/obj/usr/src/sys/GENERIC amd64
>Description:
    A simple X image viewer, like graphics/feh but sxiv supports gif files.
>How-To-Repeat:
>Fix:

--- sxiv.shar begins here ---
# 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/pkg-plist
#	sxiv/Makefile
#	sxiv/distinfo
#	sxiv/pkg-descr
#
echo c - sxiv
mkdir -p sxiv > /dev/null 2>&1
echo x - sxiv/pkg-plist
sed 's/^X//' >sxiv/pkg-plist << '9724e2d98bba4bbeb4f172d012dc6fd4'
Xbin/sxiv
X%%DATADIR%%/sxiv/exec/image-info
X
9724e2d98bba4bbeb4f172d012dc6fd4
echo x - sxiv/Makefile
sed 's/^X//' >sxiv/Makefile << '8569dcdbb43b98a84e6b75ed2722c43b'
XPORTNAME=		sxiv
XPORTVERSION=	1.1.1
XDISTNAME=		v${PORTVERSION}
XCATEGORIES=		graphics
XMASTER_SITES=	https://github.com/muennich/sxiv/archive/
XWRKSRC=${WRKDIR}/${PORTNAME}-${PORTVERSION}
X
XLIB_DEPENDS=	gif:${PORTSDIR}/graphics/giflib\
X				Imlib2:${PORTSDIR}/graphics/imlib2
X
XMAINTAINER=		udvzsolt@gmail.com
XCOMMENT=		Simple X Image Viewer
X
XMAN1=			sxiv.1
X
Xpost-patch:
X	@${REINPLACE_CMD} -e 's|share/man|man|' ${WRKSRC}/Makefile
X
X.include <bsd.port.mk>
X
8569dcdbb43b98a84e6b75ed2722c43b
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
echo x - sxiv/pkg-descr
sed 's/^X//' >sxiv/pkg-descr << '34e413c2750448e1381a36b23b036bef'
Xsxiv is an alternative to feh and qiv. 
XIt's only dependencies besides xlib are imlib2 and giflib. 
XThe primary goal for writing sxiv is to create an image viewer, 
Xwhich only has the most basic features required for fast image 
Xviewing (the ones I want). It has vi key bindings and works nicely 
Xwith tiling window managers. 
XIt's code base should be kept small and clean to make it easy for 
Xyou to dig into it and customize it for your needs.
34e413c2750448e1381a36b23b036bef
exit
--- sxiv.shar ends here ---


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: mandree 
State-Changed-When: Fri Jan 17 23:29:52 UTC 2014 
State-Changed-Why:  
Port already exists. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=181676 
>Unformatted:
