diff options
author | will <will@FreeBSD.org> | 2001-04-10 19:50:00 +0000 |
---|---|---|
committer | will <will@FreeBSD.org> | 2001-04-10 19:50:00 +0000 |
commit | 407fe531dabcd8f2dbe000237c1ca4ac87fead9c (patch) | |
tree | ceb2bf113eb160c4af327c6c117c1c4008c4d73e /graphics | |
parent | fd49e1156d445ce51cdb3ce43665f82f7f93e1ad (diff) | |
download | FreeBSD-ports-407fe531dabcd8f2dbe000237c1ca4ac87fead9c.zip FreeBSD-ports-407fe531dabcd8f2dbe000237c1ca4ac87fead9c.tar.gz |
Add imagesort 2.0, a flexible X utility for managing many image files.
PR: 26482
Submitted by: Mark Pulford <mark@kyne.com.au>
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/Makefile | 1 | ||||
-rw-r--r-- | graphics/imagesort/Makefile | 28 | ||||
-rw-r--r-- | graphics/imagesort/distinfo | 1 | ||||
-rw-r--r-- | graphics/imagesort/files/patch-Makefile | 20 | ||||
-rw-r--r-- | graphics/imagesort/pkg-comment | 1 | ||||
-rw-r--r-- | graphics/imagesort/pkg-descr | 6 | ||||
-rw-r--r-- | graphics/imagesort/pkg-plist | 3 |
7 files changed, 60 insertions, 0 deletions
diff --git a/graphics/Makefile b/graphics/Makefile index b09aaf9..bf2105f 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -86,6 +86,7 @@ SUBDIR += hppsmtools SUBDIR += hpscan SUBDIR += icod + SUBDIR += imagesort SUBDIR += imanager SUBDIR += imlib SUBDIR += imlib2 diff --git a/graphics/imagesort/Makefile b/graphics/imagesort/Makefile new file mode 100644 index 0000000..3f549a5 --- /dev/null +++ b/graphics/imagesort/Makefile @@ -0,0 +1,28 @@ +# New ports collection makefile for: imagesort +# Date created: Apr 10, 2001 +# Whom: Mark Pulford <mark@kyne.com.au> +# +# $FreeBSD$ +# + +PORTNAME= imagesort +PORTVERSION= 2.0 +CATEGORIES= graphics +MASTER_SITES= ${MASTER_SITE_SUNSITE} +MASTER_SITE_SUBDIR= apps/graphics/viewers/X + +MAINTAINER= mark@kyne.com.au + +LIB_DEPENDS= Imlib.5:${PORTSDIR}/graphics/imlib + +USE_X_PREFIX= yes + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/imagesort ${PREFIX}/bin +.if !defined(NOPORTDOCS) + ${MKDIR} ${PREFIX}/share/doc/imagesort + ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/imagesort + ${INSTALL_DATA} ${WRKSRC}/imagesortrc.sample ${PREFIX}/share/doc/imagesort +.endif + +.include <bsd.port.mk> diff --git a/graphics/imagesort/distinfo b/graphics/imagesort/distinfo new file mode 100644 index 0000000..6289008 --- /dev/null +++ b/graphics/imagesort/distinfo @@ -0,0 +1 @@ +MD5 (imagesort-2.0.tar.gz) = fcb4aff8239eeb3988064df19c3fc081 diff --git a/graphics/imagesort/files/patch-Makefile b/graphics/imagesort/files/patch-Makefile new file mode 100644 index 0000000..559dd89 --- /dev/null +++ b/graphics/imagesort/files/patch-Makefile @@ -0,0 +1,20 @@ +--- Makefile.orig Tue Apr 10 18:16:03 2001 ++++ Makefile Tue Apr 10 18:18:54 2001 +@@ -7,15 +7,14 @@ + + # you may need to change this if you lack gcc (in which case you may + # not be able to compile at all +-CC = gcc + + # you'll probably have to dick with the libs, depending on how your imlib + # is compiled. We default to including all of the extras supported by + # imlib 1.9 +-LIBS = -lX11 -lXext -lImlib -ljpeg -lm -lpng -ltiff -lz -lgif ++LIBS = -lX11 -lXext -lImlib -ljpeg -lm -lpng -ltiff -lz -lungif + #LIBS = -lImlib -lX11 -lXext -ljpeg -lgif -lm + +-CFLAGS = -g -L$(XDIR)/lib -I$(XDIR)/include ++CFLAGS += -L$(LOCALBASE)/lib -L$(X11BASE)/lib -I$(X11BASE)/include + + all: imagesort.o + diff --git a/graphics/imagesort/pkg-comment b/graphics/imagesort/pkg-comment new file mode 100644 index 0000000..ba8dec4 --- /dev/null +++ b/graphics/imagesort/pkg-comment @@ -0,0 +1 @@ +A flexible X utility for managing many image files diff --git a/graphics/imagesort/pkg-descr b/graphics/imagesort/pkg-descr new file mode 100644 index 0000000..ff0e1c1 --- /dev/null +++ b/graphics/imagesort/pkg-descr @@ -0,0 +1,6 @@ +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. + +WWW: http://sammy.net/~sammy/hacks/ diff --git a/graphics/imagesort/pkg-plist b/graphics/imagesort/pkg-plist new file mode 100644 index 0000000..a2458a0 --- /dev/null +++ b/graphics/imagesort/pkg-plist @@ -0,0 +1,3 @@ +bin/imagesort +%%PORTDOCS%%share/doc/imagesort/README +%%PORTDOCS%%share/doc/imagesort/imagesortrc.sample |