summaryrefslogtreecommitdiff
path: root/graphics/giram
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/giram')
-rw-r--r--graphics/giram/Makefile48
-rw-r--r--graphics/giram/distinfo2
-rw-r--r--graphics/giram/files/patch-configure10
-rw-r--r--graphics/giram/files/patch-src+filetypes+povray+LoadPov.c42
-rw-r--r--graphics/giram/files/patch-src+filetypes+povray+SavePov.c10
-rw-r--r--graphics/giram/files/patch-src+giramobjecteditor.c14
-rw-r--r--graphics/giram/files/patch-src+texture.c15
-rw-r--r--graphics/giram/files/patch-src+view.c13
-rw-r--r--graphics/giram/files/patch-src+widgets+gtkcolorbutton.c16
-rw-r--r--graphics/giram/pkg-descr6
-rw-r--r--graphics/giram/pkg-plist80
11 files changed, 0 insertions, 256 deletions
diff --git a/graphics/giram/Makefile b/graphics/giram/Makefile
deleted file mode 100644
index 86cd77284cdb..000000000000
--- a/graphics/giram/Makefile
+++ /dev/null
@@ -1,48 +0,0 @@
-# Created by: Brandon Fosdick <bfoz@glue.umd.edu>
-# $FreeBSD$
-
-PORTNAME= giram
-PORTVERSION= 0.3.5
-PORTREVISION= 20
-CATEGORIES= graphics
-MASTER_SITES= http://freebsd.nsu.ru/distfiles/
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= POV-Ray oriented modeller
-
-LICENSE= GPLv2+
-LICENSE_FILE= ${WRKSRC}/COPYING
-
-BROKEN= unfetchable
-DEPRECATED= Unfetchable, unmaintained
-EXPIRATION_DATE= 2019-10-16
-
-LIB_DEPENDS= lib3ds.so:graphics/lib3ds
-BUILD_DEPENDS= povray:graphics/povray-meta
-RUN_DEPENDS:= ${BUILD_DEPENDS}
-
-USES= gettext gmake libtool perl5 pkgconfig
-USE_PERL5= build
-USE_GNOME= gtk20
-GNU_CONFIGURE= yes
-CONFIGURE_ENV= INTLTOOL_PERL="${PERL}"
-CONFIGURE_ARGS= --datadir="${PREFIX}/lib" \
- --disable-static \
- --with-tutorial-path="${DOCSDIR}" \
- --with-lib3ds-prefix="${LOCALBASE}"
-CPPFLAGS+= -I${LOCALBASE}/include
-LIBS+= -L${LOCALBASE}/lib -lm
-
-OPTIONS_DEFINE= DOCS EXAMPLES
-
-post-patch:
- @${REINPLACE_CMD} '/^giram_LDADD =/s/$$/ -lgmodule-2.0/' \
- ${WRKSRC}/src/Makefile.in
- @${REINPLACE_CMD} '/DiscWithHoleFlag/d' ${WRKSRC}/src/tools/tool_disc.h
-
-post-install:
- @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/giram/0.3/modules/*.so
- @${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
- ${INSTALL_DATA} ${WRKSRC}/samples/*.pov ${STAGEDIR}${EXAMPLESDIR}
-
-.include <bsd.port.mk>
diff --git a/graphics/giram/distinfo b/graphics/giram/distinfo
deleted file mode 100644
index dd2687c7aefb..000000000000
--- a/graphics/giram/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (giram-0.3.5.tar.gz) = 8dc6edddb1437476626f9c1ae5e308ea10e5e5d064e441a310b32df763daddd8
-SIZE (giram-0.3.5.tar.gz) = 1028404
diff --git a/graphics/giram/files/patch-configure b/graphics/giram/files/patch-configure
deleted file mode 100644
index b12310a4ac90..000000000000
--- a/graphics/giram/files/patch-configure
+++ /dev/null
@@ -1,10 +0,0 @@
---- configure.orig Sat Mar 8 21:30:47 2003
-+++ configure Sun May 25 21:41:54 2003
-@@ -5843,7 +5843,6 @@
- fi
-
-
--CFLAGS="-g -Wall -DGTK_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DG_DISABLE_DEPRECATED $CFLAGS"
-
- if test -n "$DEBUGFLAG"; then
- CFLAGS="$DEBUGFLAG $CFLAGS"
diff --git a/graphics/giram/files/patch-src+filetypes+povray+LoadPov.c b/graphics/giram/files/patch-src+filetypes+povray+LoadPov.c
deleted file mode 100644
index 92f8ab6cceaf..000000000000
--- a/graphics/giram/files/patch-src+filetypes+povray+LoadPov.c
+++ /dev/null
@@ -1,42 +0,0 @@
---- src/filetypes/povray/LoadPov.c.orig Mon Dec 23 18:06:14 2002
-+++ src/filetypes/povray/LoadPov.c Tue Oct 26 17:04:03 2004
-@@ -1152,6 +1152,7 @@
- break;
- default:
- /* panic!!! */
-+ ;
- }
- get_token();
- }
-@@ -3238,6 +3239,7 @@
-
- default:
- /*Error("Mis-matched '#case' or '#range'.");*/
-+ ;
- }
- done = TRUE;
- break;
-@@ -3303,6 +3305,7 @@
-
- default:
- /* Error("Mis-matched '#end'.");*/
-+ ;
- }
- done = TRUE;
- break;
-@@ -4965,6 +4968,7 @@
- break;
- default:
- /* panic!!! */
-+ ;
- }
- get_token();
- }
-@@ -5111,6 +5115,7 @@
- PARSE_FLOAT(HoleRadius)
- break;
- default: /* nothing */
-+ ;
- }
-
- *pDisc = giram_disc_new(Center, Normal, Radius, HoleRadius);
diff --git a/graphics/giram/files/patch-src+filetypes+povray+SavePov.c b/graphics/giram/files/patch-src+filetypes+povray+SavePov.c
deleted file mode 100644
index b4ad20cb5fef..000000000000
--- a/graphics/giram/files/patch-src+filetypes+povray+SavePov.c
+++ /dev/null
@@ -1,10 +0,0 @@
---- src/filetypes/povray/SavePov.c.orig Fri Aug 9 18:17:09 2002
-+++ src/filetypes/povray/SavePov.c Tue Oct 26 17:04:03 2004
-@@ -799,6 +799,7 @@
-
- default:
- /* panic */
-+ ;
- }
- fprintf(OutFile, " location <%g, %g, %g>\n", Camera->Location[0],
- Camera->Location[1],
diff --git a/graphics/giram/files/patch-src+giramobjecteditor.c b/graphics/giram/files/patch-src+giramobjecteditor.c
deleted file mode 100644
index c46a259ab019..000000000000
--- a/graphics/giram/files/patch-src+giramobjecteditor.c
+++ /dev/null
@@ -1,14 +0,0 @@
---- src/giramobjecteditor.c.orig Tue Jul 23 00:32:37 2002
-+++ src/giramobjecteditor.c Tue Oct 26 17:04:03 2004
-@@ -19,10 +19,10 @@
- */
-
- #include <stdlib.h>
-+#include "widgets/gtkcolorbutton.h"
- #include "giram.h"
-
- #include "giramintl.h"
--#include "widgets/gtkcolorbutton.h"
- #include "widgets/giramfileselection.h"
-
- #include "widgets/giramvectorframe.h"
diff --git a/graphics/giram/files/patch-src+texture.c b/graphics/giram/files/patch-src+texture.c
deleted file mode 100644
index 1bc0d04ed7f6..000000000000
--- a/graphics/giram/files/patch-src+texture.c
+++ /dev/null
@@ -1,15 +0,0 @@
---- src/texture.c.orig Tue Jul 9 02:02:23 2002
-+++ src/texture.c Tue Oct 26 17:04:03 2004
-@@ -21,10 +21,10 @@
- #include <string.h>
- #undef GTK_DISABLE_DEPRECATED
- #warning GTK_DISABLE_DEPRECATED
--#include "giram.h"
--#include "utils.h"
- #include "widgets/gtkcolorbutton.h"
- #include "widgets/gtkcolormapbutton.h"
-+#include "giram.h"
-+#include "utils.h"
- #include "texture.h"
-
- #include "widgets/giramwidgets.h"
diff --git a/graphics/giram/files/patch-src+view.c b/graphics/giram/files/patch-src+view.c
deleted file mode 100644
index 339577bf34f7..000000000000
--- a/graphics/giram/files/patch-src+view.c
+++ /dev/null
@@ -1,13 +0,0 @@
---- src/view.c.orig Sat Aug 10 02:25:18 2002
-+++ src/view.c Tue Oct 26 17:04:03 2004
-@@ -22,8 +22,9 @@
- #include <unistd.h>
- #include <math.h>
- #include <string.h>
--#include "giram.h"
- #include <gdk/gdkkeysyms.h>
-+#include <gtk/gtkitemfactory.h>
-+#include "giram.h"
-
- #include "tools/tools.h"
- #include "tools/tool_select.h"
diff --git a/graphics/giram/files/patch-src+widgets+gtkcolorbutton.c b/graphics/giram/files/patch-src+widgets+gtkcolorbutton.c
deleted file mode 100644
index 2440d49fafd2..000000000000
--- a/graphics/giram/files/patch-src+widgets+gtkcolorbutton.c
+++ /dev/null
@@ -1,16 +0,0 @@
---- src/widgets/gtkcolorbutton.c.orig Wed Jul 3 19:47:16 2002
-+++ src/widgets/gtkcolorbutton.c Tue Oct 26 17:04:03 2004
-@@ -25,11 +25,11 @@
- #undef GTK_DISABLE_DEPRECATED
- #warning GTK_DISABLE_DEPRECATED
-
-+#include "gtkcolorbutton.h"
-+
- #include "giram.h"
-
- #include "giramintl.h"
--
--#include "gtkcolorbutton.h"
-
- static void gtk_color_button_destroy(GtkObject *object);
- static void gtk_color_button_clicked(GtkButton *button);
diff --git a/graphics/giram/pkg-descr b/graphics/giram/pkg-descr
deleted file mode 100644
index eb6aaa24fa09..000000000000
--- a/graphics/giram/pkg-descr
+++ /dev/null
@@ -1,6 +0,0 @@
-Giram Is a Renderer And a Modeller.
-
-It is a Persistance Of Vision (POV-Ray) oriented modeller, but may become
-more of a general modeller in the future.
-
-WWW: http://dindinx.net/giram/
diff --git a/graphics/giram/pkg-plist b/graphics/giram/pkg-plist
deleted file mode 100644
index 497242599e3c..000000000000
--- a/graphics/giram/pkg-plist
+++ /dev/null
@@ -1,80 +0,0 @@
-bin/giram
-bin/povfront
-etc/giram/0.3/giramrc
-etc/giram/0.3/giramrc_user
-etc/giram/0.3/gtkrc
-etc/giram/0.3/gtkrc_user
-etc/giram/0.3/ps-menurc
-lib/giram/0.3/color/color1.gcf
-lib/giram/0.3/finish/finish1
-lib/giram/0.3/giram_logo.ppm
-lib/giram/0.3/giram_splash.ppm
-lib/giram/0.3/modules/librender_flat.so
-lib/giram/0.3/modules/librender_gouraud.so
-lib/giram/0.3/modules/librender_hiddenfaces.so
-lib/giram/0.3/modules/librender_povray.so
-lib/giram/0.3/modules/librender_raytracing.so
-lib/giram/0.3/modules/librender_wireframe.so
-lib/giram/0.3/normal/normal1
-lib/giram/0.3/pigment/pigment1
-lib/giram/0.3/shape/shape1
-lib/giram/0.3/texture/texture1
-lib/giram/0.3/tips/giram_conseils.fr.txt
-lib/giram/0.3/tips/giram_tips.txt
-lib/giram/0.3/user_install
-libexec/giram/plug-ins/Box
-libexec/giram/plug-ins/Rotate
-libexec/giram/plug-ins/Spheres
-man/man1/giram.1.gz
-%%PORTDOCS%%%%DOCSDIR%%/Tutorial
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/Cone.pov
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/Disc.pov
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/Giram.pov
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/IntSphereBox1.pov
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/IntSphereBox2.pov
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/IntSphereBox3.pov
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/IntSpherePlane1.pov
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/IntSpherePlane2.pov
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/IntSpherePlane3.pov
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/Triangle.pov
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/basicvue.pov
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/basicvue2.pov
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/basicvue3.pov
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/basicvue4.pov
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/box.pov
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/checker.pov
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/lollipop.pov
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/superel1.pov
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/superel2.pov
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/superel3.pov
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test.pov
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/torus.pov
-share/locale/ca/LC_MESSAGES/giram.mo
-share/locale/cs/LC_MESSAGES/giram.mo
-share/locale/da/LC_MESSAGES/giram.mo
-share/locale/de/LC_MESSAGES/giram.mo
-share/locale/el/LC_MESSAGES/giram.mo
-share/locale/en_GB/LC_MESSAGES/giram.mo
-share/locale/es/LC_MESSAGES/giram.mo
-share/locale/fi/LC_MESSAGES/giram.mo
-share/locale/fr/LC_MESSAGES/giram.mo
-share/locale/ga/LC_MESSAGES/giram.mo
-share/locale/gl/LC_MESSAGES/giram.mo
-share/locale/hr/LC_MESSAGES/giram.mo
-share/locale/hu/LC_MESSAGES/giram.mo
-share/locale/it/LC_MESSAGES/giram.mo
-share/locale/ja/LC_MESSAGES/giram.mo
-share/locale/ko/LC_MESSAGES/giram.mo
-share/locale/nl/LC_MESSAGES/giram.mo
-share/locale/no/LC_MESSAGES/giram.mo
-share/locale/pl/LC_MESSAGES/giram.mo
-share/locale/pt_BR/LC_MESSAGES/giram.mo
-share/locale/ro/LC_MESSAGES/giram.mo
-share/locale/ru/LC_MESSAGES/giram.mo
-share/locale/sk/LC_MESSAGES/giram.mo
-share/locale/sv/LC_MESSAGES/giram.mo
-share/locale/tr/LC_MESSAGES/giram.mo
-share/locale/uk/LC_MESSAGES/giram.mo
-share/locale/zh_CN/LC_MESSAGES/giram.mo
-share/locale/zh_TW/LC_MESSAGES/giram.mo
-@dir lib/giram/0.3/color_map