diff options
author | garga <garga@FreeBSD.org> | 2010-08-31 23:18:58 +0800 |
---|---|---|
committer | garga <garga@FreeBSD.org> | 2010-08-31 23:18:58 +0800 |
commit | e80bf33b2be81a63ca04de64a4c26cbbd447c3a8 (patch) | |
tree | e95642d99440d936af203c9c2ae5bc012aa84d4b /graphics | |
parent | 3740256f4d40ed2bffc49fc86c931d268c5e6fa3 (diff) | |
download | freebsd-ports-gnome-e80bf33b2be81a63ca04de64a4c26cbbd447c3a8.tar.gz freebsd-ports-gnome-e80bf33b2be81a63ca04de64a4c26cbbd447c3a8.tar.zst freebsd-ports-gnome-e80bf33b2be81a63ca04de64a4c26cbbd447c3a8.zip |
Remove graphics/xfractint-devel, older than stable and unmaintained
Diffstat (limited to 'graphics')
21 files changed, 0 insertions, 377 deletions
diff --git a/graphics/Makefile b/graphics/Makefile index ce082dd0b404..6ec735c8e5f9 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -962,7 +962,6 @@ SUBDIR += xfig-devel SUBDIR += xfpovray SUBDIR += xfractint - SUBDIR += xfractint-devel SUBDIR += xglurbules SUBDIR += xgrasp SUBDIR += xli diff --git a/graphics/xfractint-devel/Makefile b/graphics/xfractint-devel/Makefile deleted file mode 100644 index 124d1589302f..000000000000 --- a/graphics/xfractint-devel/Makefile +++ /dev/null @@ -1,41 +0,0 @@ -# New ports collection makefile for: xfractint-devel -# Date created: 8 Sep 2009 -# Whom: onemda@gmail.com -# -# $FreeBSD$ -# - -PORTNAME= xfractint -PORTVERSION= 20.04p09 -CATEGORIES= graphics -MASTER_SITES= http://www.fractint.org/ftp/current/linux/ \ - http://twegner.dyndns.org/fractint/ftp/current/linux/ -PKGNAMESUFFIX= -devel -DISTNAME= ${PORTNAME}-${PORTVERSION} - -MAINTAINER= ports@FreeBSD.org -COMMENT= The Unix port of fractint, devel version - -USE_GMAKE= yes -USE_GZIP= yes -USE_XORG= x11 - -ALL_TARGET= ${PORTNAME} - -MAN1= ${PORTNAME}${PKGNAMESUFFIX}.1 - -DATADIR= ${PREFIX}/share/${PORTNAME}${PKGNAMESUFFIX} - -do-install: - @${INSTALL_PROGRAM} ${WRKSRC}/xfractint ${PREFIX}/bin/${PORTNAME}${PKGNAMESUFFIX} - @${INSTALL_MAN} ${WRKSRC}/unix/xfractint.man ${PREFIX}/man/man1/${MAN1} - @${MKDIR} ${DATADIR} - @${CP} ${WRKSRC}/fractint.hlp ${DATADIR} - @${CP} ${WRKSRC}/sstools.ini ${DATADIR} - @${CP} -R ${WRKSRC}/formulas ${DATADIR} - @${CP} -R ${WRKSRC}/ifs ${DATADIR} - @${CP} -R ${WRKSRC}/lsystem ${DATADIR} - @${CP} -R ${WRKSRC}/maps ${DATADIR} - @${CP} -R ${WRKSRC}/pars ${DATADIR} - -.include <bsd.port.mk> diff --git a/graphics/xfractint-devel/distinfo b/graphics/xfractint-devel/distinfo deleted file mode 100644 index b28781d81f98..000000000000 --- a/graphics/xfractint-devel/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (xfractint-20.04p09.tar.gz) = 098e5ef480a8e30146a977213b2c3a2d -SHA256 (xfractint-20.04p09.tar.gz) = 296e6da82a81210b2d9ccde0eb15059d27f561f23ef1221f39fbefe48ebe5d69 -SIZE (xfractint-20.04p09.tar.gz) = 1333141 diff --git a/graphics/xfractint-devel/files/patch-Makefile b/graphics/xfractint-devel/files/patch-Makefile deleted file mode 100644 index 5ba147847ab4..000000000000 --- a/graphics/xfractint-devel/files/patch-Makefile +++ /dev/null @@ -1,58 +0,0 @@ ---- ./Makefile.orig 2008-09-25 20:55:39.000000000 -0400 -+++ ./Makefile 2010-01-27 13:52:46.000000000 -0500 -@@ -27,8 +27,8 @@ - - # SRCDIR should be a path to the directory that will hold fractint.hlp - # SRCDIR should also hold the .par, .frm, etc. files --SRCDIR = $(DESTDIR)/share/xfractint --SHRDIR = $(PREFIX)/share/xfractint -+SRCDIR = $(PREFIX)/share/xfractint-devel -+SHRDIR = $(PREFIX)/share/xfractint-devel - # BINDIR is where you put your X11 binaries - BINDIR = $(DESTDIR)/bin - # MANDIR is where you put your chapter 1 man pages -@@ -116,22 +116,18 @@ - #For Solaris, use CFLAGS = -I. -I/usr/openwin/include $(DEFINES) -g - #If you have the nasm assembler on your system add -DNASM to CFLAGS - --ifeq ($(AS),/usr/bin/nasm) - --CFLAGS = -I$(HFD) $(DEFINES) -g -DBIG_ANSI_C -DLINUX -DNASM -fno-builtin - #CFLAGS = -I. -D_CONST $(DEFINES) - #CFLAGS = -I$(HFD) $(DEFINES) -g -DBIG_ANSI_C -DLINUX \ - # -march=$(ARCH) -DNASM -fno-builtin - #CFLAGS = -I. $(DEFINES) -g -DBIG_ANSI_C -DLINUX -Os -DNASM -fno-builtin - --else - --CFLAGS = -I$(HFD) $(DEFINES) -g -DBIG_ANSI_C -DLINUX -fno-builtin -+CFLAGS += -I$(PREFIX)/include -I$(HFD) $(DEFINES) -g -DBIG_ANSI_C -DLINUX -fno-builtin - #CFLAGS = -I$(HFD) $(DEFINES) -g -DBIG_ANSI_C -DLINUX \ - # -march=$(ARCH) -fno-builtin - #CFLAGS = -I. $(DEFINES) -g -DBIG_ANSI_C -DLINUX -Os -fno-builtin - --endif - - # Gcc is often the only compiler that works for this - # For HPUX, use CC = cc -Aa -D_HPUX_SOURCE -@@ -140,7 +136,6 @@ - # For Sun Solaris 2.x w/SparcCompilerC (cc), use CC = cc. - # For Sun Solaris 2.x w/GNU gcc, use CC = gcc - #CC = gcc --CC = /usr/bin/gcc - - # For HPUX, use LIBS = -L/usr/lib/X11R4 -lX11 -lm -lcurses -ltermcap - # For AIX or OSF/1, add -lbsd -@@ -152,11 +147,7 @@ - # LIBS = -L/usr/X11R6/lib -lX11 -lm -lncurses - # LIBS = -lX11 -lm -lcurses - --ifeq ($(ARCH),athlon64) --LIBS = -L/usr/X11R6/lib64 -lX11 -lm --else --LIBS = -L/usr/X11R6/lib -lX11 -lm --endif -+LIBS = -L${PREFIX}/lib -lX11 -lm - - ifeq ($(NCURSES),-DNCURSES) - LIBS += -lncurses diff --git a/graphics/xfractint-devel/files/patch-common__biginit.c b/graphics/xfractint-devel/files/patch-common__biginit.c deleted file mode 100644 index 1115230d646c..000000000000 --- a/graphics/xfractint-devel/files/patch-common__biginit.c +++ /dev/null @@ -1,12 +0,0 @@ ---- ./common/biginit.c.orig 2008-09-18 21:58:09.000000000 -0400 -+++ ./common/biginit.c 2010-01-27 13:52:46.000000000 -0500 -@@ -7,7 +7,9 @@ - */ - - #include <string.h> -+#ifndef BIG_ANSI_C - #include <malloc.h> -+#endif - /* see Fractint.c for a description of the "include" hierarchy */ - #include "port.h" - #include "prototyp.h" diff --git a/graphics/xfractint-devel/files/patch-common__fractalb.c b/graphics/xfractint-devel/files/patch-common__fractalb.c deleted file mode 100644 index d472b1fa36a5..000000000000 --- a/graphics/xfractint-devel/files/patch-common__fractalb.c +++ /dev/null @@ -1,11 +0,0 @@ ---- ./common/fractalb.c.orig 2008-09-17 21:52:35.000000000 -0400 -+++ ./common/fractalb.c 2010-01-27 13:52:46.000000000 -0500 -@@ -10,7 +10,7 @@ - #include <string.h> - #ifdef __TURBOC__ - #include <alloc.h> --#elif !defined(__386BSD__) -+#elif !defined(BIG_ANSI_C) - #include <malloc.h> - #endif - /* see Fractint.c for a description of the "include" hierarchy */ diff --git a/graphics/xfractint-devel/files/patch-common__fractals.c b/graphics/xfractint-devel/files/patch-common__fractals.c deleted file mode 100644 index ffe231c3c51b..000000000000 --- a/graphics/xfractint-devel/files/patch-common__fractals.c +++ /dev/null @@ -1,11 +0,0 @@ ---- ./common/fractals.c.orig 2008-09-17 21:52:35.000000000 -0400 -+++ ./common/fractals.c 2010-01-27 13:52:46.000000000 -0500 -@@ -41,7 +41,7 @@ - #include <string.h> - #ifdef __TURBOC__ - #include <alloc.h> --#elif !defined(__386BSD__) -+#elif !defined(BIG_ANSI_C) - #include <malloc.h> - #endif - /* see Fractint.c for a description of the "include" hierarchy */ diff --git a/graphics/xfractint-devel/files/patch-common__frasetup.c b/graphics/xfractint-devel/files/patch-common__frasetup.c deleted file mode 100644 index 2c756960162e..000000000000 --- a/graphics/xfractint-devel/files/patch-common__frasetup.c +++ /dev/null @@ -1,11 +0,0 @@ ---- ./common/frasetup.c.orig 2004-11-23 08:13:37.000000000 -0500 -+++ ./common/frasetup.c 2010-01-27 13:52:46.000000000 -0500 -@@ -2,7 +2,7 @@ - #include <string.h> - #ifdef __TURBOC__ - #include <alloc.h> --#elif !defined(__386BSD__) -+#elif !defined(BIG_ANSI_C) - #include <malloc.h> - #endif - /* see Fractint.c for a description of the "include" hierarchy */ diff --git a/graphics/xfractint-devel/files/patch-common__lsys.c b/graphics/xfractint-devel/files/patch-common__lsys.c deleted file mode 100644 index 9f00583c4263..000000000000 --- a/graphics/xfractint-devel/files/patch-common__lsys.c +++ /dev/null @@ -1,11 +0,0 @@ ---- ./common/lsys.c.orig 2005-12-21 21:15:40.000000000 -0500 -+++ ./common/lsys.c 2010-01-27 13:52:46.000000000 -0500 -@@ -2,7 +2,7 @@ - #include <string.h> - #ifdef __TURBOC__ - #include <alloc.h> --#else -+#elif !defined(BIG_ANSI_C) - #include <malloc.h> - #endif - diff --git a/graphics/xfractint-devel/files/patch-common__lsysf.c b/graphics/xfractint-devel/files/patch-common__lsysf.c deleted file mode 100644 index 1e1c479c5fb3..000000000000 --- a/graphics/xfractint-devel/files/patch-common__lsysf.c +++ /dev/null @@ -1,11 +0,0 @@ ---- ./common/lsysf.c.orig 2004-11-23 08:13:37.000000000 -0500 -+++ ./common/lsysf.c 2010-01-27 13:52:46.000000000 -0500 -@@ -1,7 +1,7 @@ - #include <string.h> - #ifdef __TURBOC__ - #include <alloc.h> --#else -+#elif !defined(BIG_ANSI_C) - #include <malloc.h> - #endif - diff --git a/graphics/xfractint-devel/files/patch-common__memory.c b/graphics/xfractint-devel/files/patch-common__memory.c deleted file mode 100644 index 3562852fd515..000000000000 --- a/graphics/xfractint-devel/files/patch-common__memory.c +++ /dev/null @@ -1,9 +0,0 @@ ---- ./common/memory.c.orig 2006-12-17 12:06:05.000000000 -0500 -+++ ./common/memory.c 2010-01-27 13:52:46.000000000 -0500 -@@ -1,6 +1,5 @@ - #include <string.h> - #include <limits.h> --#include <malloc.h> - - #if (!defined(XFRACT) && !defined(WINFRACT)) - #include <io.h> diff --git a/graphics/xfractint-devel/files/patch-common__miscres.c b/graphics/xfractint-devel/files/patch-common__miscres.c deleted file mode 100644 index 06451bc6451e..000000000000 --- a/graphics/xfractint-devel/files/patch-common__miscres.c +++ /dev/null @@ -1,10 +0,0 @@ ---- ./common/miscres.c.orig 2007-05-02 20:32:43.000000000 -0400 -+++ ./common/miscres.c 2010-01-27 13:52:46.000000000 -0500 -@@ -5,7 +5,6 @@ - #include <string.h> - #include <ctype.h> - #include <time.h> --#include <malloc.h> - - #ifndef XFRACT - #include <io.h> diff --git a/graphics/xfractint-devel/files/patch-common__prompts1.c b/graphics/xfractint-devel/files/patch-common__prompts1.c deleted file mode 100644 index 2415ddc5e9d9..000000000000 --- a/graphics/xfractint-devel/files/patch-common__prompts1.c +++ /dev/null @@ -1,11 +0,0 @@ ---- ./common/prompts1.c.orig 2008-08-04 21:44:54.000000000 -0400 -+++ ./common/prompts1.c 2010-01-27 13:52:46.000000000 -0500 -@@ -12,7 +12,7 @@ - #endif - #ifdef __TURBOC__ - #include <alloc.h> --#elif !defined(__386BSD__) -+#elif !defined(BIG_ANSI_C) - #include <malloc.h> - #endif - diff --git a/graphics/xfractint-devel/files/patch-common__prompts2.c b/graphics/xfractint-devel/files/patch-common__prompts2.c deleted file mode 100644 index cea9ae8748de..000000000000 --- a/graphics/xfractint-devel/files/patch-common__prompts2.c +++ /dev/null @@ -1,20 +0,0 @@ ---- ./common/prompts2.c.orig 2008-02-17 11:10:04.000000000 -0500 -+++ ./common/prompts2.c 2010-01-27 13:52:46.000000000 -0500 -@@ -12,7 +12,7 @@ - - #ifdef DIRENT - #include <dirent.h> --#elif !defined(__SVR4) -+#elif !defined(__SVR4) && !defined(__FreeBSD__) - #include <sys/dir.h> - #else - #include <dirent.h> -@@ -24,7 +24,7 @@ - #endif - #ifdef __TURBOC__ - #include <alloc.h> --#elif !defined(__386BSD__) -+#elif !defined(BIG_ANSI_C) - #include <malloc.h> - #endif - diff --git a/graphics/xfractint-devel/files/patch-common__soi.c b/graphics/xfractint-devel/files/patch-common__soi.c deleted file mode 100644 index 5e3675523756..000000000000 --- a/graphics/xfractint-devel/files/patch-common__soi.c +++ /dev/null @@ -1,21 +0,0 @@ ---- ./common/soi.c.orig 2004-11-23 08:13:37.000000000 -0500 -+++ ./common/soi.c 2010-01-27 13:52:46.000000000 -0500 -@@ -13,7 +13,9 @@ - */ - #include <time.h> - #include <string.h> -+#ifndef BIG_ANSI_C - #include <malloc.h> -+#endif - #include "port.h" - #include "prototyp.h" - -@@ -21,7 +23,7 @@ - #define FABS(x) fabsl(x) - /* the following needs to be changed back to frexpl once the portability - issue has been addressed JCO */ --#ifndef XFRACT -+#ifndef __FreeBSD__ - #define FREXP(x,y) frexpl(x,y) - #else - #define FREXP(x,y) frexp(x,y) diff --git a/graphics/xfractint-devel/files/patch-common__soi1.c b/graphics/xfractint-devel/files/patch-common__soi1.c deleted file mode 100644 index e086d8a0cc4d..000000000000 --- a/graphics/xfractint-devel/files/patch-common__soi1.c +++ /dev/null @@ -1,12 +0,0 @@ ---- ./common/soi1.c.orig 2004-11-23 08:13:37.000000000 -0500 -+++ ./common/soi1.c 2010-01-27 13:52:46.000000000 -0500 -@@ -13,7 +13,9 @@ - */ - #include <time.h> - #include <string.h> -+#ifndef BIG_ANSI_C - #include <malloc.h> -+#endif - #include "port.h" - #include "prototyp.h" - diff --git a/graphics/xfractint-devel/files/patch-headers__port.h b/graphics/xfractint-devel/files/patch-headers__port.h deleted file mode 100644 index a1d227fde511..000000000000 --- a/graphics/xfractint-devel/files/patch-headers__port.h +++ /dev/null @@ -1,20 +0,0 @@ ---- ./headers/port.h.orig 2008-02-17 17:26:16.000000000 -0500 -+++ ./headers/port.h 2010-01-27 13:52:46.000000000 -0500 -@@ -44,7 +44,7 @@ - /* If endian.h is not present, it can be handled in the code below, */ - /* but if you have this file, it can make it more fool proof. */ - #if (defined(XFRACT) && !defined(__sun)) --#if defined(sgi) -+#if defined(sgi) || defined(__FreeBSD__) - #include <sys/endian.h> - #else - #include <endian.h> -@@ -319,7 +319,7 @@ - /* HP-UX support long doubles and allows them to be read in with */ - /* scanf(), but does not support the functions sinl, cosl, fabsl, etc. */ - /* CAE added this 26Jan95 so it would compile (altered by Wes to new macro) */ --#ifdef _HPUX_SOURCE -+#if defined _HPUX_SOURCE || defined (__FreeBSD__) - #define DO_NOT_USE_LONG_DOUBLE - #endif - diff --git a/graphics/xfractint-devel/files/patch-unix__general.c b/graphics/xfractint-devel/files/patch-unix__general.c deleted file mode 100644 index 339bde92c8f7..000000000000 --- a/graphics/xfractint-devel/files/patch-unix__general.c +++ /dev/null @@ -1,11 +0,0 @@ ---- ./unix/general.c.orig 2008-04-11 10:36:28.000000000 -0400 -+++ ./unix/general.c 2010-01-27 13:52:46.000000000 -0500 -@@ -317,7 +317,7 @@ - static struct timeval delay; - delay.tv_sec = delaytime/1000; - delay.tv_usec = (delaytime%1000)*1000; --#if defined( __SVR4) || defined(LINUX) -+#if defined( __SVR4) || defined(LINUX) || defined(__FreeBSD__) - (void) select(0, (fd_set *) 0, (fd_set *) 0, (fd_set *) 0, &delay); - #else - (void) select(0, (int *) 0, (int *) 0, (int *) 0, &delay); diff --git a/graphics/xfractint-devel/files/patch-unix__unixscr.c b/graphics/xfractint-devel/files/patch-unix__unixscr.c deleted file mode 100644 index 6be470754ec8..000000000000 --- a/graphics/xfractint-devel/files/patch-unix__unixscr.c +++ /dev/null @@ -1,20 +0,0 @@ ---- ./unix/unixscr.c.orig 2008-05-03 13:52:03.000000000 -0400 -+++ ./unix/unixscr.c 2010-01-27 13:52:46.000000000 -0500 -@@ -54,7 +54,7 @@ - #define FNDELAY O_NDELAY - #endif - #endif --#ifdef __SVR4 -+#if defined (__SVR4) || defined(__FreeBSD__) - # include <sys/filio.h> - # define FNDELAY O_NONBLOCK - #endif -@@ -339,7 +339,7 @@ - initdacbox(); - - if (!simple_input) { -- signal(SIGINT,(SignalHandler)goodbye); -+ signal(SIGINT,(sig_t)goodbye); - } - signal(SIGFPE, fpe_handler); - /* diff --git a/graphics/xfractint-devel/pkg-descr b/graphics/xfractint-devel/pkg-descr deleted file mode 100644 index fe8ba5499bd2..000000000000 --- a/graphics/xfractint-devel/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -Xfractint - The Unix port of fractint, devel version - -Fractint is an IBM PC program to generate fractals, and was written by -the Stone Soup Group. - -The UNIX port was done by Ken Shirriff and modified by Scott D. Boyd. - -WWW: http://www.fractint.org diff --git a/graphics/xfractint-devel/pkg-plist b/graphics/xfractint-devel/pkg-plist deleted file mode 100644 index 583ee581f2fa..000000000000 --- a/graphics/xfractint-devel/pkg-plist +++ /dev/null @@ -1,65 +0,0 @@ -bin/xfractint-devel -%%DATADIR%%/fractint.hlp -%%DATADIR%%/sstools.ini -%%DATADIR%%/formulas/fract001.frm -%%DATADIR%%/formulas/fract002.frm -%%DATADIR%%/formulas/fract003.frm -%%DATADIR%%/formulas/fract196.frm -%%DATADIR%%/formulas/fract200.frm -%%DATADIR%%/formulas/fract_sy.frm -%%DATADIR%%/formulas/fractint.frm -%%DATADIR%%/formulas/ikenaga.frm -%%DATADIR%%/formulas/julitile.frm -%%DATADIR%%/formulas/new_if.frm -%%DATADIR%%/formulas/newton.frm -%%DATADIR%%/ifs/fract205.ifs -%%DATADIR%%/ifs/fractint.ifs -%%DATADIR%%/lsystem/fract205.l -%%DATADIR%%/lsystem/fractint.l -%%DATADIR%%/lsystem/penrose.l -%%DATADIR%%/lsystem/tiling.l -%%DATADIR%%/maps/altern.map -%%DATADIR%%/maps/blues.map -%%DATADIR%%/maps/chroma.map -%%DATADIR%%/maps/default.map -%%DATADIR%%/maps/defaultw.map -%%DATADIR%%/maps/firestrm.map -%%DATADIR%%/maps/froth3.map -%%DATADIR%%/maps/froth316.map -%%DATADIR%%/maps/froth6.map -%%DATADIR%%/maps/froth616.map -%%DATADIR%%/maps/gamma1.map -%%DATADIR%%/maps/gamma2.map -%%DATADIR%%/maps/glasses1.map -%%DATADIR%%/maps/glasses2.map -%%DATADIR%%/maps/goodega.map -%%DATADIR%%/maps/green.map -%%DATADIR%%/maps/grey.map -%%DATADIR%%/maps/grid.map -%%DATADIR%%/maps/headache.map -%%DATADIR%%/maps/landscap.map -%%DATADIR%%/maps/lyapunov.map -%%DATADIR%%/maps/neon.map -%%DATADIR%%/maps/paintjet.map -%%DATADIR%%/maps/royal.map -%%DATADIR%%/maps/topo.map -%%DATADIR%%/maps/volcano.map -%%DATADIR%%/pars/cellular.par -%%DATADIR%%/pars/demo.par -%%DATADIR%%/pars/fract18.par -%%DATADIR%%/pars/fract19.par -%%DATADIR%%/pars/fract200.par -%%DATADIR%%/pars/fract205.par -%%DATADIR%%/pars/fractint.par -%%DATADIR%%/pars/icons.par -%%DATADIR%%/pars/lyapunov.par -%%DATADIR%%/pars/music.par -%%DATADIR%%/pars/newphoen.par -%%DATADIR%%/pars/orbits.par -%%DATADIR%%/pars/phoenix.par -@dirrm %%DATADIR%%/formulas -@dirrm %%DATADIR%%/ifs -@dirrm %%DATADIR%%/lsystem -@dirrm %%DATADIR%%/maps -@dirrm %%DATADIR%%/pars -@dirrm %%DATADIR%% |