diff options
Diffstat (limited to 'graphics/imagesort')
-rw-r--r-- | graphics/imagesort/Makefile | 29 | ||||
-rw-r--r-- | graphics/imagesort/distinfo | 3 | ||||
-rw-r--r-- | graphics/imagesort/files/patch-Makefile | 20 | ||||
-rw-r--r-- | graphics/imagesort/pkg-descr | 6 | ||||
-rw-r--r-- | graphics/imagesort/pkg-plist | 4 |
5 files changed, 0 insertions, 62 deletions
diff --git a/graphics/imagesort/Makefile b/graphics/imagesort/Makefile deleted file mode 100644 index 957173fdc..000000000 --- a/graphics/imagesort/Makefile +++ /dev/null @@ -1,29 +0,0 @@ -# New ports collection makefile for: imagesort -# Date created: Apr 10, 2001 -# Whom: Mark Pulford <mark@kyne.com.au> -# -# $FreeBSD$ -# $MCom$ - -PORTNAME= imagesort -PORTVERSION= 2.0 -PORTREVISION= 4 -CATEGORIES= graphics -MASTER_SITES= ${MASTER_SITE_SUNSITE} -MASTER_SITE_SUBDIR= apps/graphics/viewers/X - -MAINTAINER= ports@FreeBSD.org -COMMENT= A flexible X utility for managing many image files - -USE_GNOME= imlib -CFLAGS:= ${CFLAGS} -I${LOCALBASE}/include - -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 deleted file mode 100644 index 5d414f8ab..000000000 --- a/graphics/imagesort/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (imagesort-2.0.tar.gz) = fcb4aff8239eeb3988064df19c3fc081 -SHA256 (imagesort-2.0.tar.gz) = 40f59fd2c40345dfd5589100c46e5097d042118186d8405fa82509ceb4b8bc18 -SIZE (imagesort-2.0.tar.gz) = 14778 diff --git a/graphics/imagesort/files/patch-Makefile b/graphics/imagesort/files/patch-Makefile deleted file mode 100644 index 559dd89e5..000000000 --- a/graphics/imagesort/files/patch-Makefile +++ /dev/null @@ -1,20 +0,0 @@ ---- 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-descr b/graphics/imagesort/pkg-descr deleted file mode 100644 index ff0e1c133..000000000 --- a/graphics/imagesort/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -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 deleted file mode 100644 index 5959c5f85..000000000 --- a/graphics/imagesort/pkg-plist +++ /dev/null @@ -1,4 +0,0 @@ -bin/imagesort -%%PORTDOCS%%share/doc/imagesort/README -%%PORTDOCS%%share/doc/imagesort/imagesortrc.sample -%%PORTDOCS%%@dirrm share/doc/imagesort |