From owner-freebsd-ports Tue Apr 10 8:20:10 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D517037B423 for ; Tue, 10 Apr 2001 08:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f3AFK1l41527; Tue, 10 Apr 2001 08:20:01 -0700 (PDT) (envelope-from gnats) Received: from hamster.kyne.com.au (kyneso.lnk.telstra.net [139.130.137.83]) by hub.freebsd.org (Postfix) with ESMTP id 3419A37B424 for ; Tue, 10 Apr 2001 08:16:58 -0700 (PDT) (envelope-from mark@aeris.kyne.com.au) Received: from aeris.kyne.com.au (root@aeris.kyne.com.au [203.38.180.166]) by hamster.kyne.com.au (8.9.3/8.9.3) with ESMTP id AAA30402 for ; Wed, 11 Apr 2001 00:46:56 +0930 Received: (from mark@localhost) by aeris.kyne.com.au (8.11.1/8.11.1) id f3AFKlX60708; Wed, 11 Apr 2001 00:50:47 +0930 (CST) (envelope-from mark) Message-Id: <200104101520.f3AFKlX60708@aeris.kyne.com.au> Date: Wed, 11 Apr 2001 00:50:47 +0930 (CST) From: mark@kyne.com.au Reply-To: mark@kyne.com.au To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/26482: New port: graphics/imagesort: A flexible X utility for managing many image files Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 26482 >Category: ports >Synopsis: New port: graphics/imagesort: A flexible X utility for managing many image files >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: Tue Apr 10 08:20:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Mark Pulford >Release: FreeBSD 4.2-STABLE i386 >Organization: none >Environment: >Description: Imagesort is a flexible utility for managing a large number of images. Via a configuration file (~/.imagesortrc) various commands are bound to keys allowing you to quickly process your images while you flick throught them. Documentation can be found in share/doc/imagesort. >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: # # imagesort # imagesort/Makefile # imagesort/distinfo # imagesort/files # imagesort/files/patch-Makefile # imagesort/pkg-descr # imagesort/pkg-comment # imagesort/pkg-plist # echo c - imagesort mkdir -p imagesort > /dev/null 2>&1 echo x - imagesort/Makefile sed 's/^X//' >imagesort/Makefile << 'END-of-imagesort/Makefile' X# New ports collection makefile for: imagesort X# Date created: Apr 10, 2001 X# Whom: Mark Pulford X# X# $FreeBSD$ X# X XPORTNAME= imagesort XPORTVERSION= 2.0 XCATEGORIES= graphics XMASTER_SITES= ${MASTER_SITE_SUNSITE} XMASTER_SITE_SUBDIR= apps/graphics/viewers/X X XMAINTAINER= mark@kyne.com.au X XLIB_DEPENDS= Imlib.5:${PORTSDIR}/graphics/imlib X XUSE_X_PREFIX= yes X Xdo-install: X ${INSTALL_PROGRAM} ${WRKSRC}/imagesort ${PREFIX}/bin X.if !defined(NOPORTDOCS) X ${MKDIR} ${PREFIX}/share/doc/imagesort X ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/imagesort X ${INSTALL_DATA} ${WRKSRC}/imagesortrc.sample ${PREFIX}/share/doc/imagesort X.endif X X.include END-of-imagesort/Makefile echo x - imagesort/distinfo sed 's/^X//' >imagesort/distinfo << 'END-of-imagesort/distinfo' XMD5 (imagesort-2.0.tar.gz) = fcb4aff8239eeb3988064df19c3fc081 END-of-imagesort/distinfo echo c - imagesort/files mkdir -p imagesort/files > /dev/null 2>&1 echo x - imagesort/files/patch-Makefile sed 's/^X//' >imagesort/files/patch-Makefile << 'END-of-imagesort/files/patch-Makefile' X--- Makefile.orig Tue Apr 10 18:16:03 2001 X+++ Makefile Tue Apr 10 18:18:54 2001 X@@ -7,15 +7,14 @@ X X # you may need to change this if you lack gcc (in which case you may X # not be able to compile at all X-CC = gcc X X # you'll probably have to dick with the libs, depending on how your imlib X # is compiled. We default to including all of the extras supported by X # imlib 1.9 X-LIBS = -lX11 -lXext -lImlib -ljpeg -lm -lpng -ltiff -lz -lgif X+LIBS = -lX11 -lXext -lImlib -ljpeg -lm -lpng -ltiff -lz -lungif X #LIBS = -lImlib -lX11 -lXext -ljpeg -lgif -lm X X-CFLAGS = -g -L$(XDIR)/lib -I$(XDIR)/include X+CFLAGS += -L$(LOCALBASE)/lib -L$(X11BASE)/lib -I$(X11BASE)/include X X all: imagesort.o X END-of-imagesort/files/patch-Makefile echo x - imagesort/pkg-descr sed 's/^X//' >imagesort/pkg-descr << 'END-of-imagesort/pkg-descr' XImagesort is a flexible utility for managing a large number of images. XVia a configuration file (~/.imagesortrc) various commands are bound Xto keys allowing you to quickly process your images while you flick Xthrought them. Documentation can be found in share/doc/imagesort. X XWWW: http://sammy.net/~sammy/hacks/ END-of-imagesort/pkg-descr echo x - imagesort/pkg-comment sed 's/^X//' >imagesort/pkg-comment << 'END-of-imagesort/pkg-comment' XA flexible X utility for managing many image files END-of-imagesort/pkg-comment echo x - imagesort/pkg-plist sed 's/^X//' >imagesort/pkg-plist << 'END-of-imagesort/pkg-plist' Xbin/imagesort X%%PORTDOCS%%share/doc/imagesort/README X%%PORTDOCS%%share/doc/imagesort/imagesortrc.sample END-of-imagesort/pkg-plist exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message