From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Aug 30 09:40:01 2013 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 ESMTP id 04F84D1F for ; Fri, 30 Aug 2013 09:40:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) 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 D5D4C25AC for ; Fri, 30 Aug 2013 09:40: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 r7U9e0oc089789 for ; Fri, 30 Aug 2013 09:40:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r7U9e0fv089777; Fri, 30 Aug 2013 09:40:00 GMT (envelope-from gnats) Resent-Date: Fri, 30 Aug 2013 09:40:00 GMT Resent-Message-Id: <201308300940.r7U9e0fv089777@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, Zsolt Udvari 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 ; 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 ; Fri, 30 Aug 2013 09:30:56 +0000 (UTC) Received: by mail-ee0-f48.google.com with SMTP id l10so783996eei.21 for ; 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 To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.114 Subject: ports/181676: New port: graphics/sxiv simple X image viewer X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Zsolt Udvari List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Aug 2013 09:40:01 -0000 >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 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: