Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master z-rejected grimoire by Flavien Bridault (e181d0bfcdfabb996fd93d70a7bf2b91d46d0c49)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Flavien Bridault <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master z-rejected grimoire by Flavien Bridault (e181d0bfcdfabb996fd93d70a7bf2b91d46d0c49)
  • Date: Wed, 9 Aug 2006 08:06:49 -0500

GIT changes to master z-rejected grimoire by Flavien Bridault
<vlaaad AT sourcemage.org>:

ChangeLog | 4 ++
z-graphics/megapov/BUILD | 9 ++++
z-graphics/megapov/DEPENDS | 6 +++
z-graphics/megapov/DETAILS | 17 ++++++++
z-graphics/megapov/HISTORY | 26 +++++++++++++
z-graphics/megapov/TRIGGERS | 1
z-graphics/megapov/megapov-1.2.1.tar.bz2.sig |binary
z-graphics/povray/BUILD | 7 +++
z-graphics/povray/DEPENDS | 5 ++
z-graphics/povray/DETAILS | 16 ++++++++
z-graphics/povray/HISTORY | 53
+++++++++++++++++++++++++++
z-graphics/povray/TRIGGERS | 1
12 files changed, 145 insertions(+)

New commits:
commit e181d0bfcdfabb996fd93d70a7bf2b91d46d0c49
Author: Flavien Bridault <vlaaad AT sourcemage.org>
Commit: Flavien Bridault <vlaaad AT sourcemage.org>

Moved povray and megapov from test, have licensing issues (bug #12963)

diff --git a/ChangeLog b/ChangeLog
index 48f6a3f..e1e62e2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2006-08-09 Flavien Bridault <vlaaad AT sourcemage.org>
+ * z-graphics/povray,megapov: moved from test/graphics,
+ have licensing issues (bug #12963)
+
2006-08-09 Juuso Alasuutari <iuso AT sourcemage.org>
* z-audio/VST23_WARNING: Added, message about downloading
Steinberg's VST SDK 2.3 sources for spells that require them.
diff --git a/z-graphics/megapov/BUILD b/z-graphics/megapov/BUILD
new file mode 100755
index 0000000..556b647
--- /dev/null
+++ b/z-graphics/megapov/BUILD
@@ -0,0 +1,9 @@
+sedit "s/#error.*//g" source/optout.h &&
+sedit "s/FILL IN NAME HERE........................./Source Mage GNU\/Linux,
email graphics AT sourcemage.org with bugs/g" source/optout.h &&
+./configure --prefix=/usr COMPILED_BY="graphics AT 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/z-graphics/megapov/DEPENDS b/z-graphics/megapov/DEPENDS
new file mode 100755
index 0000000..180548d
--- /dev/null
+++ b/z-graphics/megapov/DEPENDS
@@ -0,0 +1,6 @@
+depends zlib &&
+depends libpng &&
+depends jpeg &&
+depends tiff &&
+depends povray
+
diff --git a/z-graphics/megapov/DETAILS b/z-graphics/megapov/DETAILS
new file mode 100755
index 0000000..fa9d61c
--- /dev/null
+++ b/z-graphics/megapov/DETAILS
@@ -0,0 +1,17 @@
+ 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/z-graphics/megapov/HISTORY b/z-graphics/megapov/HISTORY
new file mode 100644
index 0000000..53b7176
--- /dev/null
+++ b/z-graphics/megapov/HISTORY
@@ -0,0 +1,26 @@
+2006-03-12 Karsten Behrmann <BearPerson AT sourcemage.org>
+ * DETAILS: (automated) Add KEYWORDS
+
+2005-12-09 Robin Cook <rcook AT wyrms.net>
+ * DETAILS: updated VERSION to 1.2.1
+ converted SOURCEHASH to SOURCE_GPG
+ corrected SOURCE_URL
+
+2005-11-29 Seth Woolley <seth AT tautology.org>
+ * DETAILS: MD5 -> SHA512
+
+2004-09-01 David Braaten <xiticix47 AT 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 AT 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 AT wyrms.net>
+ * HISTORY: Initial spell based on the povray spell
+
diff --git a/z-graphics/megapov/TRIGGERS b/z-graphics/megapov/TRIGGERS
new file mode 100755
index 0000000..0bff07e
--- /dev/null
+++ b/z-graphics/megapov/TRIGGERS
@@ -0,0 +1 @@
+on_cast zlib cast_self
diff --git a/z-graphics/megapov/megapov-1.2.1.tar.bz2.sig
b/z-graphics/megapov/megapov-1.2.1.tar.bz2.sig
new file mode 100644
index 0000000..e88cc7d
Binary files /dev/null and b/z-graphics/megapov/megapov-1.2.1.tar.bz2.sig
differ
diff --git a/z-graphics/povray/BUILD b/z-graphics/povray/BUILD
new file mode 100755
index 0000000..bbcf6d4
--- /dev/null
+++ b/z-graphics/povray/BUILD
@@ -0,0 +1,7 @@
+# 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 AT sourcemage.org with bugs/g" source/optout.h &&
+./configure --prefix=/usr COMPILED_BY="graphics AT sourcemage.org"\
+ $OPTS &&
+make
diff --git a/z-graphics/povray/DEPENDS b/z-graphics/povray/DEPENDS
new file mode 100755
index 0000000..693a950
--- /dev/null
+++ b/z-graphics/povray/DEPENDS
@@ -0,0 +1,5 @@
+depends zlib &&
+depends libpng &&
+depends tiff &&
+depends jpeg &&
+optional_depends svgalib
diff --git a/z-graphics/povray/DETAILS b/z-graphics/povray/DETAILS
new file mode 100755
index 0000000..944c2df
--- /dev/null
+++ b/z-graphics/povray/DETAILS
@@ -0,0 +1,16 @@
+ 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 AT 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/z-graphics/povray/HISTORY b/z-graphics/povray/HISTORY
new file mode 100644
index 0000000..eef0a52
--- /dev/null
+++ b/z-graphics/povray/HISTORY
@@ -0,0 +1,53 @@
+2006-03-12 Karsten Behrmann <BearPerson AT sourcemage.org>
+ * DETAILS: (automated) Add KEYWORDS
+
+2005-11-29 Seth Woolley <seth AT tautology.org>
+ * DETAILS: MD5 -> SHA512
+
+2004-08-22 David Braaten <xiticix47 AT 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 AT 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 AT 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 AT 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 AT tautology.org>
+ * Added TRIGGERS file for zlib
+ UPDATED incremented to force recompile for zlib
+
+2002-10-23 Seth Woolley <seth AT 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 AT 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 AT sandall.us>
+ * Removed optional dependency for xfree86
+
+2002-04-15 Eric Sandall <sandalle AT 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/z-graphics/povray/TRIGGERS b/z-graphics/povray/TRIGGERS
new file mode 100755
index 0000000..0bff07e
--- /dev/null
+++ b/z-graphics/povray/TRIGGERS
@@ -0,0 +1 @@
+on_cast zlib cast_self



  • [SM-Commit] GIT changes to master z-rejected grimoire by Flavien Bridault (e181d0bfcdfabb996fd93d70a7bf2b91d46d0c49), Flavien Bridault, 08/09/2006

Archive powered by MHonArc 2.6.24.

Top of Page