Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master z-rejected grimoire by Eric Sandall (e967d95ee666982a1377350a6ec87c1952a35991)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Eric Sandall <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master z-rejected grimoire by Eric Sandall (e967d95ee666982a1377350a6ec87c1952a35991)
  • Date: Thu, 17 Mar 2016 17:35:39 +0000

GIT changes to master z-rejected grimoire by Eric Sandall
<sandalle AT sourcemage.org>:

z-graphics/povray/BUILD | 7 -----
z-graphics/povray/DEPENDS | 5 ---
z-graphics/povray/DETAILS | 16 ------------
z-graphics/povray/HISTORY | 60
---------------------------------------------
z-graphics/povray/PREPARE | 1
z-graphics/povray/TRIGGERS | 1
6 files changed, 90 deletions(-)

New commits:
commit e967d95ee666982a1377350a6ec87c1952a35991
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

povray: Moved to grimoire, now AGPL3 license (FSF friendly)

commit e33bc672c396a1eb988845b2495a94c2073a6fe0
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

povray: Updated to 3.7.0.0

License for 3.7+ is AGPL3, remove REJECTED, will move to proper grimoire
next
See http://www.povray.org/povlegal.html
Removed UPDATED
Requires CXX from gcc
Depends on boost
Depends on autoconf and automake for ./prebuild.sh in PRE_BUILD
No longer optionally uses svgalib
Optionally use X11, openexr, and sdl
This is some messed up build "system"
Set LIBS= for ./configure to find boost thread library
See
http://askubuntu.com/questions/420100/pov-ray-installation-configure-error

diff --git a/z-graphics/povray/BUILD b/z-graphics/povray/BUILD
deleted file mode 100755
index bbcf6d4..0000000
--- a/z-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 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
deleted file mode 100755
index 60a4e48..0000000
--- a/z-graphics/povray/DEPENDS
+++ /dev/null
@@ -1,5 +0,0 @@
-depends zlib &&
-depends libpng &&
-depends tiff &&
-depends JPEG &&
-optional_depends svgalib
diff --git a/z-graphics/povray/DETAILS b/z-graphics/povray/DETAILS
deleted file mode 100755
index e6b2902..0000000
--- a/z-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/povlegal.html
- REJECT="Non-GPL compatible software license"
- 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
deleted file mode 100644
index 3725d0a..0000000
--- a/z-graphics/povray/HISTORY
+++ /dev/null
@@ -1,60 +0,0 @@
-2010-11-03 Ladislav Hagara <hgr AT vabo.cz>
- * DEPENDS: jpeg -> JPEG
-
-2006-08-09 Flavien Bridault <vlaaad AT sourcemage.org>
- * DETAILS: fixed LICENSE[0], added REJECT
- * PREPARE: added to display reject message
-
-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 <sandalle AT sourcemage.org>
- * 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/PREPARE b/z-graphics/povray/PREPARE
deleted file mode 100755
index 4aeb4b1..0000000
--- a/z-graphics/povray/PREPARE
+++ /dev/null
@@ -1 +0,0 @@
-. $GRIMOIRE/REJECTED_MSG
diff --git a/z-graphics/povray/TRIGGERS b/z-graphics/povray/TRIGGERS
deleted file mode 100755
index 0bff07e..0000000
--- a/z-graphics/povray/TRIGGERS
+++ /dev/null
@@ -1 +0,0 @@
-on_cast zlib cast_self
diff --git a/z-graphics/povray/UNATTEND_SAFE b/z-graphics/povray/UNATTEND_SAFE
deleted file mode 100644
index e69de29..0000000



  • [SM-Commit] GIT changes to master z-rejected grimoire by Eric Sandall (e967d95ee666982a1377350a6ec87c1952a35991), Eric Sandall, 03/17/2016

Archive powered by MHonArc 2.6.24.

Top of Page