Date: Wed, 9 Sep 1998 17:48:54 -0400 (EDT) From: Bill Fumerola <billf@jade.chc-chimes.com> To: FreeBSD-gnats-submit@FreeBSD.ORG Subject: ports/7874: new port: graphics/qiv Message-ID: <199809092148.RAA27802@jade.chc-chimes.com>
next in thread | raw e-mail | index | archive | help
>Number: 7874 >Category: ports >Synopsis: new port: graphics/qiv >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Sep 9 15:00:00 PDT 1998 >Last-Modified: >Originator: Bill Fumerola >Organization: Computer Horizons Corp >Release: FreeBSD 2.2.7-STABLE i386 >Environment: FreeBSD jade.chc-chimes.com 2.2.7-STABLE FreeBSD 2.2.7-STABLE #0: Mon Aug 17 10:00:36 EDT 1998 billf@jade.chc-chimes.com:/usr/cvs-update/src/sys/compile/JADED i386 requires imlib and gtk. >Description: A little(and I mean little) command line viewer for X. handles multiple files well, a _really_ nice program. billf@jade$ ls -l `which qiv` -rwxr-xr-x 1 root wheel 16384 Sep 9 17:42 /usr/local/bin/qiv It also consists of one source file, which needless to say was easy to port. Regardless, this is one tool that anyone who runs X should have. >How-To-Repeat: >Fix: # 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: # # . # ./Makefile # ./files # ./files/md5 # ./pkg # ./pkg/PLIST # ./pkg/COMMENT # ./pkg/DESCR # echo c - . mkdir -p . > /dev/null 2>&1 echo x - ./Makefile sed 's/^X//' >./Makefile << 'END-of-./Makefile' X# New ports collection makefile for: qiv X# Version required: 0.6 X# Date created: 9 September 1998 X# Whom: Bill Fumerola <billf@chc-chimes.com> X# X# $Id: $ X# X XDISTNAME= qiv-0.6 XCATEGORIES= net XMASTER_SITES= http://www.idnet.de/~AdamK/software/ XEXTRACT_SUFX= .tgz X XMAINTAINER= billf@chc-chimes.com X XLIB_DEPENDS= gtk\\.1\\.5:${PORTSDIR}/x11-toolkits/gtk XBUILD_DEPENDS= imlib-config:${PORTSDIR}/graphics/imlib X XUSE_X11= yes X X.include <bsd.port.mk> END-of-./Makefile echo c - ./files mkdir -p ./files > /dev/null 2>&1 echo x - ./files/md5 sed 's/^X//' >./files/md5 << 'END-of-./files/md5' XMD5 (qiv-0.6.tgz) = 0c501900a366d674fae52b4169ddf52f END-of-./files/md5 echo c - ./pkg mkdir -p ./pkg > /dev/null 2>&1 echo x - ./pkg/PLIST sed 's/^X//' >./pkg/PLIST << 'END-of-./pkg/PLIST' Xbin/qiv END-of-./pkg/PLIST echo x - ./pkg/COMMENT sed 's/^X//' >./pkg/COMMENT << 'END-of-./pkg/COMMENT' Xa very small and pretty fast GDK/Imlib image viewer END-of-./pkg/COMMENT echo x - ./pkg/DESCR sed 's/^X//' >./pkg/DESCR << 'END-of-./pkg/DESCR' XQuick Image Viewer (qiv) is a very small and pretty fast GDK/Imlib image Xviewer. Features include zoom and auto_resize plus it's command line only. X Xhttp://www.idnet.de/~AdamK X XBill Fumerola (billf@chc-chimes.com) END-of-./pkg/DESCR exit >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199809092148.RAA27802>