summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlavien Bridault2006-08-15 17:14:22 +0200
committerFlavien Bridault2006-08-15 17:14:22 +0200
commit2911f384fc04d7bcab6b26678597e0bd883afb98 (patch)
tree5ca7f328db25ed0f55411d1f51227522415648cc
parentfd0f298f197525d81fb3d5bcc9a1569c835d0372 (diff)
Removal of megapov and povray - http://bugs.sourcemage.org/show_bug.cgi?id=12963
-rwxr-xr-xgraphics/megapov/BUILD9
-rwxr-xr-xgraphics/megapov/DEPENDS6
-rwxr-xr-xgraphics/megapov/DETAILS17
-rw-r--r--graphics/megapov/HISTORY26
-rwxr-xr-xgraphics/megapov/TRIGGERS1
-rw-r--r--graphics/megapov/megapov-1.2.1.tar.bz2.sigbin536 -> 0 bytes
-rwxr-xr-xgraphics/povray/BUILD7
-rwxr-xr-xgraphics/povray/DEPENDS5
-rwxr-xr-xgraphics/povray/DETAILS16
-rw-r--r--graphics/povray/HISTORY53
-rwxr-xr-xgraphics/povray/TRIGGERS1
11 files changed, 0 insertions, 141 deletions
diff --git a/graphics/megapov/BUILD b/graphics/megapov/BUILD
deleted file mode 100755
index 556b647310..0000000000
--- a/graphics/megapov/BUILD
+++ /dev/null
@@ -1,9 +0,0 @@
-sedit "s/#error.*//g" source/optout.h &&
-sedit "s/FILL IN NAME HERE........................./Source Mage GNU\/Linux, email graphics@sourcemage.org with bugs/g" source/optout.h &&
-./configure --prefix=/usr COMPILED_BY="graphics@sourcemage.org"\
- $OPTS &&
-#fixup the config files so that megapov is usable.
-sedit "s:/usr/local/share/:/usr/share/:g" povray.conf &&
-sedit '$a\
-Library_Path="/usr/share/povray-3.6/include"' povray.ini.in &&
-make
diff --git a/graphics/megapov/DEPENDS b/graphics/megapov/DEPENDS
deleted file mode 100755
index 180548dad4..0000000000
--- a/graphics/megapov/DEPENDS
+++ /dev/null
@@ -1,6 +0,0 @@
-depends zlib &&
-depends libpng &&
-depends jpeg &&
-depends tiff &&
-depends povray
-
diff --git a/graphics/megapov/DETAILS b/graphics/megapov/DETAILS
deleted file mode 100755
index fa9d61ce15..0000000000
--- a/graphics/megapov/DETAILS
+++ /dev/null
@@ -1,17 +0,0 @@
- SPELL=megapov
- VERSION=1.2.1
- SOURCE=${SPELL}-${VERSION}.tar.bz2
-SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
- SOURCE_URL[0]=http://megapov.inetart.net/packages/unix/${SOURCE}
- SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
- LICENSE[0]=http://www.povray.org/copyright.html
- WEB_SITE=http://megapov.inetart.net/
- ENTERED=20030805
- UPDATED=20030805
- KEYWORDS="graphics"
- SHORT='Mega-POV Add on for POVRAY'
-cat << EOF
-MegaPOV is a collection of unofficial extensions for the freeware
-raytracer POV-Ray. It is maintained by a group of POV-Community
-members - the MegaPOV Team.
-EOF
diff --git a/graphics/megapov/HISTORY b/graphics/megapov/HISTORY
deleted file mode 100644
index 53b7176e3f..0000000000
--- a/graphics/megapov/HISTORY
+++ /dev/null
@@ -1,26 +0,0 @@
-2006-03-12 Karsten Behrmann <BearPerson@sourcemage.org>
- * DETAILS: (automated) Add KEYWORDS
-
-2005-12-09 Robin Cook <rcook@wyrms.net>
- * DETAILS: updated VERSION to 1.2.1
- converted SOURCEHASH to SOURCE_GPG
- corrected SOURCE_URL
-
-2005-11-29 Seth Woolley <seth@tautology.org>
- * DETAILS: MD5 -> SHA512
-
-2004-09-01 David Braaten <xiticix47@hotmail.com>
- * DETAILS: version 1.1. build api 2.
- * BUILD: same as povray BUILD , now.
- * povray.conf: removed.
- * povray.ini: removed.
-
-2003-10-11 David Braaten <xiticix47@hotmail.com>
- * DEPENDS: removed svgalib.
- * BUILD: tweaked for disabling display support and supplying conf+ini files and the megapov includes.
- * povray.conf: a conf file that works with megapov.
- * povray.ini: an ini file that works with megapov.
-
-2003-08-05 Robin Cook <rcook@wyrms.net>
- * HISTORY: Initial spell based on the povray spell
-
diff --git a/graphics/megapov/TRIGGERS b/graphics/megapov/TRIGGERS
deleted file mode 100755
index 0bff07e1c5..0000000000
--- a/graphics/megapov/TRIGGERS
+++ /dev/null
@@ -1 +0,0 @@
-on_cast zlib cast_self
diff --git a/graphics/megapov/megapov-1.2.1.tar.bz2.sig b/graphics/megapov/megapov-1.2.1.tar.bz2.sig
deleted file mode 100644
index e88cc7d3d7..0000000000
--- a/graphics/megapov/megapov-1.2.1.tar.bz2.sig
+++ /dev/null
Binary files differ
diff --git a/graphics/povray/BUILD b/graphics/povray/BUILD
deleted file mode 100755
index bbcf6d4aaa..0000000000
--- a/graphics/povray/BUILD
+++ /dev/null
@@ -1,7 +0,0 @@
-# there is no source/config.h in 3.6, so I don't know if this is needed for a different file.
-#sedit "s/DEFAULT_OUTPUT_FORMAT 't'/DEFAULT_OUTPUT_FORMAT 'n'/g" src/config.h &&
-sedit "s/#error.*//g" source/optout.h &&
-sedit "s/FILL IN NAME HERE........................./Source Mage GNU\/Linux, email graphics@sourcemage.org with bugs/g" source/optout.h &&
-./configure --prefix=/usr COMPILED_BY="graphics@sourcemage.org"\
- $OPTS &&
-make
diff --git a/graphics/povray/DEPENDS b/graphics/povray/DEPENDS
deleted file mode 100755
index 693a9501ee..0000000000
--- a/graphics/povray/DEPENDS
+++ /dev/null
@@ -1,5 +0,0 @@
-depends zlib &&
-depends libpng &&
-depends tiff &&
-depends jpeg &&
-optional_depends svgalib
diff --git a/graphics/povray/DETAILS b/graphics/povray/DETAILS
deleted file mode 100755
index 944c2df1ea..0000000000
--- a/graphics/povray/DETAILS
+++ /dev/null
@@ -1,16 +0,0 @@
- SPELL=povray
- VERSION=3.6.1
- SOURCE=$SPELL-${VERSION%.1}.tar.bz2
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
- SOURCE_URL[0]=ftp://ftp.povray.org/pub/povray/Official/Unix/$SOURCE
- WEB_SITE=http://www.povray.org
- ENTERED=20020415
- UPDATED=20021025
- SOURCE_HASH=sha512:400bbf5c15fff7ca98087a49e8492d332967f33d628a3bd3d4ddc3bdd8b2957113b6f12cb11216cbb1d6241a1aa4af2c83a0dbb5e86ebe398bc706b88fbf10fb
- LICENSE[0]=http://www.povray.org/copyright.html
- MAINTAINER=sandalle@yahoo.com
- KEYWORDS="graphics"
- SHORT='Persistence of Vision Raytracer for Linux'
-cat << EOF
-The Persistence of Vision Raytracer is a high-quality, totally free tool for creating stunning three-dimensional graphics.
-EOF
diff --git a/graphics/povray/HISTORY b/graphics/povray/HISTORY
deleted file mode 100644
index eef0a523b8..0000000000
--- a/graphics/povray/HISTORY
+++ /dev/null
@@ -1,53 +0,0 @@
-2006-03-12 Karsten Behrmann <BearPerson@sourcemage.org>
- * DETAILS: (automated) Add KEYWORDS
-
-2005-11-29 Seth Woolley <seth@tautology.org>
- * DETAILS: MD5 -> SHA512
-
-2004-08-22 David Braaten <xiticix47@hotmail.com>
- * DETAILS: version 3.6.1, SOURCE_URL+SOURCE updated. BUILD_API=2.
- * BUILD: updated. make check removed due to user intervention required
- (to click on the test render window)
- * DEPENDS: remove Seth's nasty source hack thing.
- * povray.ini: removed.
-
-2003-02-02 Jason Flatt <jasonflatt@wizard.com>
- * Added $OPTS to BUILD.
- Changed jpeg from optional_depends to depends as povray will not compile w/o jpeg.
- Changed the previous two entries from 2002 to 2003. :^)
-
-2003-01-17 Seth Woolley <seth@tautology.org>
- * Major DEPENDS hack addition, please remove the part just
- added when you upgrade to 3.50d! (note to self)
-
-2003-01-12 Seth Woolley <seth@tautology.org>
- * Fixed from /usr/lib to /usr/share in .ini file
- Fixed tiff from optional to required dependency
-
-2002-10-25 Seth Woolley <seth@tautology.org>
- * Added TRIGGERS file for zlib
- UPDATED incremented to force recompile for zlib
-
-2002-10-23 Seth Woolley <seth@tautology.org>
- * Updated from 3.5b to 3.5c
- Updated md5
- Added logic to depends to wipe old source file
- as it is the same filename as previous versions
- so summon didn't download it.
-
-2002-10-05 Seth Woolley <seth@tautology.org>
- * Update to 3.5
- Total rewrite due to new make system.
- Happened to make Eric's changes kind of obsolete.
-
-2002-09-17 Eric Sandall <eric@sandall.us>
- * Removed optional dependency for xfree86
-
-2002-04-15 Eric Sandall <sandalle@yahoo.com>
- * Modified makefile so that it uses the systems
- libpng and zlib instead of POVRay's.
- * Modifed povrayrc so that POVRay's libs are in /usr/lib
- rather than the default (/usr/local/lib).
- * Added option to ask SA if he/she wants a copy of
- /etc/povrayrc put in every users directory.
-
diff --git a/graphics/povray/TRIGGERS b/graphics/povray/TRIGGERS
deleted file mode 100755
index 0bff07e1c5..0000000000
--- a/graphics/povray/TRIGGERS
+++ /dev/null
@@ -1 +0,0 @@
-on_cast zlib cast_self