Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 30 Aug 2013 11:30:23 +0200
From:      Zsolt Udvari <udvzsolt@gmail.com>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/181676: New port: graphics/sxiv simple X image viewer
Message-ID:  <5220664d.067e0e0a.580f.ffffb647@mx.google.com>
Resent-Message-ID: <201308300940.r7U9e0fv089777@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Aug 30 09:40:00 UTC 2013
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?5220664d.067e0e0a.580f.ffffb647>