Date: Wed, 11 Apr 2001 00:50:47 +0930 (CST) From: mark@kyne.com.au To: FreeBSD-gnats-submit@freebsd.org Subject: ports/26482: New port: graphics/imagesort: A flexible X utility for managing many image files Message-ID: <200104101520.f3AFKlX60708@aeris.kyne.com.au>
next in thread | raw e-mail | index | archive | help
>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 <mark@kyne.com.au> 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 <bsd.port.mk> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200104101520.f3AFKlX60708>