summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2006-02-16 14:16:08 +0000
committerRenato Botelho <garga@FreeBSD.org>2006-02-16 14:16:08 +0000
commit7ce45e8227ef93ffbbc3d698f9c4e23f53793877 (patch)
tree7d15eae7dadc2a87d852dfc69788430f4fd2d219
parentRemove expired port graphics/animabob (diff)
Remove expired port graphics/deep_zoom
Notes
Notes: svn path=/head/; revision=156168
-rw-r--r--MOVED1
-rw-r--r--graphics/Makefile1
-rw-r--r--graphics/deep_zoom/Makefile41
-rw-r--r--graphics/deep_zoom/distinfo3
-rw-r--r--graphics/deep_zoom/files/patch-file-io.c10
-rw-r--r--graphics/deep_zoom/pkg-descr15
6 files changed, 1 insertions, 70 deletions
diff --git a/MOVED b/MOVED
index feb4aa32de1d..29cdc83fc720 100644
--- a/MOVED
+++ b/MOVED
@@ -2201,3 +2201,4 @@ editors/semi113-emacs19||2006-02-16|Remove expired port editors/custom-emacs and
devel/pcl-cvs-emacs||2006-02-16|Remove expired port editors/custom-emacs and all dependant ports
editors/custom-emacs||2006-02-16|Remove expired port editors/custom-emacs and all dependant ports
graphics/animabob||2006-02-16|Remove expired port
+graphics/deep_zoom||2006-02-16|Remove expired port
diff --git a/graphics/Makefile b/graphics/Makefile
index c767b31a4a97..a17c9e87c37c 100644
--- a/graphics/Makefile
+++ b/graphics/Makefile
@@ -67,7 +67,6 @@
SUBDIR += dc20pack
SUBDIR += dc3play
SUBDIR += dcraw
- SUBDIR += deep_zoom
SUBDIR += demeter
SUBDIR += devil
SUBDIR += dia
diff --git a/graphics/deep_zoom/Makefile b/graphics/deep_zoom/Makefile
deleted file mode 100644
index 66e1f22ea4e0..000000000000
--- a/graphics/deep_zoom/Makefile
+++ /dev/null
@@ -1,41 +0,0 @@
-# ex:ts=8
-# Ports collection makefile for: deep_zoom
-# Date created: Aug 12, 2002
-# Whom: ijliao
-#
-# $FreeBSD$
-#
-
-PORTNAME= deep_zoom
-PORTVERSION= 0.3
-PORTREVISION= 3
-CATEGORIES= graphics
-MASTER_SITES= #
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Generate very highly zoomed fractals
-
-DEPRECATED= mastersite disappeared, no longer maintained by author
-EXPIRATION_DATE= 2006-02-16
-
-BUILD_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig
-LIB_DEPENDS= Imlib2.3:${PORTSDIR}/graphics/imlib2 \
- gmp.6:${PORTSDIR}/math/libgmp4
-
-IMLIB2_CONFIG= ${LOCALBASE}/bin/imlib2-config
-USE_REINPLACE= yes
-USE_GNOME= glib12
-USE_GMAKE= yes
-CFLAGS+= -I${LOCALBASE}/include `${IMLIB2_CONFIG} --cflags`
-MAKE_ENV= CC=${CXX} LDFLAGS="`${IMLIB2_CONFIG} --libs`"
-PLIST_FILES= bin/deep_zoom
-
-post-patch:
- @${REINPLACE_CMD} -e "s|^CC|#CC|g" -e "s|^CFLAGS=|CFLAGS+=|g" \
- -e "s|^LDFLAGS=|LDFLAGS+=|g" -e "s|imlib2||g" \
- -e "s|^CONFIG_CFLAGS|#CONFIG_CFLAGS|g" ${WRKSRC}/Makefile
-
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/deep_zoom ${PREFIX}/bin
-
-.include <bsd.port.mk>
diff --git a/graphics/deep_zoom/distinfo b/graphics/deep_zoom/distinfo
deleted file mode 100644
index f507ca1b9777..000000000000
--- a/graphics/deep_zoom/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (deep_zoom-0.3.tar.gz) = b7808d21a23d7a68dd6285f283dea032
-SHA256 (deep_zoom-0.3.tar.gz) = 3df2187be66d1648895573e56960e7e860d077d6b957ace36e83a8d04a34acc7
-SIZE (deep_zoom-0.3.tar.gz) = 18982
diff --git a/graphics/deep_zoom/files/patch-file-io.c b/graphics/deep_zoom/files/patch-file-io.c
deleted file mode 100644
index bf6e04007cda..000000000000
--- a/graphics/deep_zoom/files/patch-file-io.c
+++ /dev/null
@@ -1,10 +0,0 @@
---- file-io.c.orig Mon Aug 12 15:30:44 2002
-+++ file-io.c Mon Aug 12 15:30:55 2002
-@@ -1,6 +1,7 @@
- /* the functions to read and write fractal calculations to a file */
-
- #include "deep_zoom.h"
-+#include <cstring>
-
- // writes an mpf_t to the file as the overall information followed by the data
-
diff --git a/graphics/deep_zoom/pkg-descr b/graphics/deep_zoom/pkg-descr
deleted file mode 100644
index 3319ac89b2e0..000000000000
--- a/graphics/deep_zoom/pkg-descr
+++ /dev/null
@@ -1,15 +0,0 @@
-The program works by generating a low resolution fractal (400 points) for a
-particular range. Then the fractal is divided into quarters. The each quarter
-is given a score based on the number of colours active in it. This method is
-fairly effective at keeping the program focused on an active area of the
-fractal, although there is much improvement to be done. There is also an
-option (on by default) to select a randomly choosen quadrant than the one with
-the highest score if the randomly choosen quadrant has a score that is at least
-80% of the highest score. This process of selecting a quadrant is repeated a
-fixed number of times (by default, 10 times). At this point, a high resolution
-(in terms of floating point precision), image is created and saved to disk.
-The cutoff value is very high, which is required for deep_zooms. To help avoid
-endless cylces a binary tree of the hashes of all previous iterations is stored
-and checked against the current iteration.
-
-WWW: http://members.rogers.com/rowley-c/deep_zoom/