diff --git a/package/esden/povray31/config.hlp b/package/esden/povray31/config.hlp deleted file mode 100644 index c8ff2ceb0..000000000 --- a/package/esden/povray31/config.hlp +++ /dev/null @@ -1,26 +0,0 @@ -# --- ROCK-COPYRIGHT-NOTE-BEGIN --- -# -# This copyright note is auto-generated by ./scripts/Create-CopyPatch. -# Please add additional copyright information _after_ the line containing -# the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by -# the ./scripts/Create-CopyPatch script. Do not edit this copyright text! -# -# ROCK Linux: rock-src/package/esden/povray31/config.hlp -# ROCK Linux is Copyright (C) 1998 - 2005 Clifford Wolf -# -# This program is free software; you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 2 of the License, or -# (at your option) any later version. A copy of the GNU General Public -# License can be found at Documentation/COPYING. -# -# Many people helped and are helping developing ROCK Linux. Please -# have a look at http://www.rocklinux.org/ and the Documentation/TEAM -# file for details. -# -# --- ROCK-COPYRIGHT-NOTE-END --- - -ROCKCFG_PKG_POVRAY31_XBINARY - This option tells the povray3.1 package to compile the x-povray binary. This - is the binary containing x11 display support. If you are not building - anything that could provide x11 librarys you should disable this option. diff --git a/package/esden/povray31/config.in b/package/esden/povray31/config.in deleted file mode 100644 index b4d8f7637..000000000 --- a/package/esden/povray31/config.in +++ /dev/null @@ -1,29 +0,0 @@ -# --- ROCK-COPYRIGHT-NOTE-BEGIN --- -# -# This copyright note is auto-generated by ./scripts/Create-CopyPatch. -# Please add additional copyright information _after_ the line containing -# the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by -# the ./scripts/Create-CopyPatch script. Do not edit this copyright text! -# -# ROCK Linux: rock-src/package/esden/povray31/config.in -# ROCK Linux is Copyright (C) 1998 - 2005 Clifford Wolf -# -# This program is free software; you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 2 of the License, or -# (at your option) any later version. A copy of the GNU General Public -# License can be found at Documentation/COPYING. -# -# Many people helped and are helping developing ROCK Linux. Please -# have a look at http://www.rocklinux.org/ and the Documentation/TEAM -# file for details. -# -# --- ROCK-COPYRIGHT-NOTE-END --- - -if pkgcheck povray31 X -then - menu_begin MENU_PKG_POVRAY 'POV Ray 3.1x Options' - bool 'Build x-povray31 binary' ROCKCFG_PKG_POVRAY31_XBINARY 1 - menu_end -fi - diff --git a/package/esden/povray31/config.patch b/package/esden/povray31/config.patch deleted file mode 100644 index 30431a78f..000000000 --- a/package/esden/povray31/config.patch +++ /dev/null @@ -1,37 +0,0 @@ -# --- ROCK-COPYRIGHT-NOTE-BEGIN --- -# -# This copyright note is auto-generated by ./scripts/Create-CopyPatch. -# Please add additional copyright information _after_ the line containing -# the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by -# the ./scripts/Create-CopyPatch script. Do not edit this copyright text! -# -# ROCK Linux: rock-src/package/esden/povray31/config.patch -# ROCK Linux is Copyright (C) 1998 - 2005 Clifford Wolf -# -# This patch file is dual-licensed. It is available under the license the -# patched project is licensed under, as long as it is an OpenSource license -# as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms -# of the GNU General Public License as published by the Free Software -# Foundation; either version 2 of the License, or (at your option) any later -# version. -# -# --- ROCK-COPYRIGHT-NOTE-END --- - ---- ./source/unix/makefile.orig Sat May 25 13:26:05 2002 -+++ ./source/unix/makefile Sat May 25 13:26:20 2002 -@@ -47,13 +47,13 @@ - LFLAGS = $(LIBPNGLIB) $(ZLIBLIB) -lm - - # Linux compiler flags, generic --#CFLAGS = -O6 -finline-functions -ffast-math -c -ansi -DCOMPILER_VER=\".`uname`.$(CC)\" -DPOV_LIB_DIR=\"$(POVLIBDIR)\" $(SRCINC) $(LIBPNGINC) $(ZLIBINC) -+CFLAGS = -O6 -finline-functions -ffast-math -c -ansi -DCOMPILER_VER=\".`uname`.$(CC)\" -DPOV_LIB_DIR=\"$(POVLIBDIR)\" $(SRCINC) $(LIBPNGINC) $(ZLIBINC) - - # Linux compiler flags, Pentium optimized - #CFLAGS = -O6 -finline-functions -ffast-math -c -ansi -m386 -DCPU=586 -DCOMPILER_VER=\".`uname`.$(CC)\" -DPOV_LIB_DIR=\"$(POVLIBDIR)\" $(SRCINC) $(LIBPNGINC) $(ZLIBINC) - - # Linux compiler flags, Pentium II optimized --CFLAGS = -O6 -finline-functions -ffast-math -c -ansi -m386 -DCPU=686 -DCOMPILER_VER=\".`uname`.$(CC)\" -DPOV_LIB_DIR=\"$(POVLIBDIR)\" $(SRCINC) $(LIBPNGINC) $(ZLIBINC) -+#CFLAGS = -O6 -finline-functions -ffast-math -c -ansi -m386 -DCPU=686 -DCOMPILER_VER=\".`uname`.$(CC)\" -DPOV_LIB_DIR=\"$(POVLIBDIR)\" $(SRCINC) $(LIBPNGINC) $(ZLIBINC) - - # HPUX compiler flags - #CFLAGS = +O2 -finline-functions -c -Aa -D_HPUX_SOURCE -DCOMPILER_VER=\".`uname`.$(CC)\" $(SRCINC) $(LIBPNGINC) $(ZLIBINC) diff --git a/package/esden/povray31/distribution_message.patch b/package/esden/povray31/distribution_message.patch deleted file mode 100644 index 0d98c1f6a..000000000 --- a/package/esden/povray31/distribution_message.patch +++ /dev/null @@ -1,30 +0,0 @@ -# --- ROCK-COPYRIGHT-NOTE-BEGIN --- -# -# This copyright note is auto-generated by ./scripts/Create-CopyPatch. -# Please add additional copyright information _after_ the line containing -# the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by -# the ./scripts/Create-CopyPatch script. Do not edit this copyright text! -# -# ROCK Linux: rock-src/package/esden/povray31/distribution_message.patch -# ROCK Linux is Copyright (C) 1998 - 2005 Clifford Wolf -# -# This patch file is dual-licensed. It is available under the license the -# patched project is licensed under, as long as it is an OpenSource license -# as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms -# of the GNU General Public License as published by the Free Software -# Foundation; either version 2 of the License, or (at your option) any later -# version. -# -# --- ROCK-COPYRIGHT-NOTE-END --- - ---- ./source/optout.h~ Mon Nov 22 04:24:23 1999 -+++ ./source/optout.h Thu Sep 12 05:57:41 2002 -@@ -36,7 +36,7 @@ - #define POV_RAY_VERSION "3.1g" - - #define DISTRIBUTION_MESSAGE_1 "This is an unofficial version compiled by:" --#define DISTRIBUTION_MESSAGE_2 "FILL IN NAME HERE........................." -+#define DISTRIBUTION_MESSAGE_2 "--- the ROCK Linux build scripts ... ( http://www.rocklinux.org ) ---" - #define DISTRIBUTION_MESSAGE_3 "The POV-Ray Team(tm) is not responsible for supporting this version." - - /* Number of help pages (numbered 0 to MAX_HELP_PAGE). */ diff --git a/package/esden/povray31/man.patch b/package/esden/povray31/man.patch deleted file mode 100644 index afe844b96..000000000 --- a/package/esden/povray31/man.patch +++ /dev/null @@ -1,66 +0,0 @@ -# --- ROCK-COPYRIGHT-NOTE-BEGIN --- -# -# This copyright note is auto-generated by ./scripts/Create-CopyPatch. -# Please add additional copyright information _after_ the line containing -# the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by -# the ./scripts/Create-CopyPatch script. Do not edit this copyright text! -# -# ROCK Linux: rock-src/package/esden/povray31/man.patch -# ROCK Linux is Copyright (C) 1998 - 2005 Clifford Wolf -# -# This patch file is dual-licensed. It is available under the license the -# patched project is licensed under, as long as it is an OpenSource license -# as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms -# of the GNU General Public License as published by the Free Software -# Foundation; either version 2 of the License, or (at your option) any later -# version. -# -# --- ROCK-COPYRIGHT-NOTE-END --- - ---- ./source/unix/makefile.orig Thu Sep 12 05:12:26 2002 -+++ ./source/unix/makefile Thu Sep 12 05:14:03 2002 -@@ -1591,7 +1591,7 @@ - -@$(RM) $(ODIR)/svga$(OBJ) $(UTARGET) $(XTARGET) $(STARGET) - - install: -- -@cp povray.1 $(POVPATH)/man/man1 -+ -@cp povray.1 $(POVPATH)/man/man1/povray31.1 - -@if \ - [ -x $(UTARGET) ]; \ - then \ ---- ./source/unix/povray.1~ Mon Nov 22 02:08:53 1999 -+++ ./source/unix/povray.1 Thu Sep 12 05:49:49 2002 -@@ -3,26 +3,26 @@ - .\" - - .SH NAME --povray, x\-povray, s\-povray \- POV\-Ray: The Persistence of Vision Ray Tracer -+povray31, x\-povray31, s\-povray31 \- POV\-Ray: The Persistence of Vision Ray Tracer - - .SH SYNOPSIS --\fBpovray\fP [\fB+i\fP\fIinput_file\fP] [\fB+o\fP\fIoutput_file\fP] -+\fBpovray31\fP [\fB+i\fP\fIinput_file\fP] [\fB+o\fP\fIoutput_file\fP] - [\fB+/\-option\fP...] [\fIINI_file\fP ...] - .LP --\fBx\-povray\fP [\fB+i\fP\fIinput_file\fP] [\fB+o\fP\fIoutput_file\fP] -+\fBx\-povray31\fP [\fB+i\fP\fIinput_file\fP] [\fB+o\fP\fIoutput_file\fP] - [\fB+/\-option\fP...] [\fIINI_file\fP ...] - .LP --\fBs\-povray\fP [\fB+i\fP\fIinput_file\fP] [\fB+o\fP\fIoutput_file\fP] -+\fBs\-povray31\fP [\fB+i\fP\fIinput_file\fP] [\fB+o\fP\fIoutput_file\fP] - [\fB+/\-option\fP...] [\fIINI_file\fP ...] - - - .SH DESCRIPTION - \fBPOV\-Ray\fP is a free, full\-featured ray tracer, written and maintained - by a team of volunteers on the Internet. On the Unix platform \fBPOV\-Ray\fP --can be either a text\-mode only program (\fBpovray\fP), or can optionally --have preview capabilities using the \fIX Window System\fP (\fBx\-povray\fP). -+can be either a text\-mode only program (\fBpovray31\fP), or can optionally -+have preview capabilities using the \fIX Window System\fP (\fBx\-povray31\fP). - Under Linux, \fBPOV\-Ray\fP can optionally use the SVGA library --(\fBs\-povray\fP) to preview renderings. -+(\fBs\-povray31\fP) to preview renderings. - .LP - This manual page only lists the basic \fBPOV\-Ray\fP and Unix specific - features and command\-line options for this version of \fBPOV\-Ray\fP. diff --git a/package/esden/povray31/povray31.cache b/package/esden/povray31/povray31.cache deleted file mode 100644 index ee020e1cb..000000000 --- a/package/esden/povray31/povray31.cache +++ /dev/null @@ -1,40 +0,0 @@ -[COPY] --- ROCK-COPYRIGHT-NOTE-BEGIN --- -[COPY] -[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch. -[COPY] Please add additional copyright information _after_ the line containing -[COPY] the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by -[COPY] the ./scripts/Create-CopyPatch script. Do not edit this copyright text! -[COPY] -[COPY] ROCK Linux: rock-src/package/esden/povray31/povray31.cache -[COPY] ROCK Linux is Copyright (C) 1998 - 2005 Clifford Wolf -[COPY] -[COPY] This program is free software; you can redistribute it and/or modify -[COPY] it under the terms of the GNU General Public License as published by -[COPY] the Free Software Foundation; either version 2 of the License, or -[COPY] (at your option) any later version. A copy of the GNU General Public -[COPY] License can be found at Documentation/COPYING. -[COPY] -[COPY] Many people helped and are helping developing ROCK Linux. Please -[COPY] have a look at http://www.rocklinux.org/ and the Documentation/TEAM -[COPY] file for details. -[COPY] -[COPY] --- ROCK-COPYRIGHT-NOTE-END --- - -[TIMESTAMP] 1132999063 Sat Nov 26 10:57:43 2005 (5) -[TIMESTAMP] 1133223183 Tue Nov 29 01:13:03 2005 (9) - -[CONFIG-ID] TRUNK-x86-reference -[ROCKVER] TRUNK - -[LOGS] 5-povray31.log 9-povray31.log - -[BUILDTIME] 3025 (5) -[BUILDTIME] 3598 (9) -[SIZE] 4.19 MB, 425 files - -[DEP] 00-dirtree bash2 binutils bzip2 coreutils findutils gawk gcc34 -[DEP] gcc34:dev glibc23 glibc23:dev grep libpng make mktemp patch sed -[DEP] sysfiles tar xorg xorg:dev zlib:dev - -[PROVIDES] povray31 x-povray31 - diff --git a/package/esden/povray31/povray31.conf b/package/esden/povray31/povray31.conf deleted file mode 100644 index 0deec82f3..000000000 --- a/package/esden/povray31/povray31.conf +++ /dev/null @@ -1,51 +0,0 @@ -# --- ROCK-COPYRIGHT-NOTE-BEGIN --- -# -# This copyright note is auto-generated by ./scripts/Create-CopyPatch. -# Please add additional copyright information _after_ the line containing -# the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by -# the ./scripts/Create-CopyPatch script. Do not edit this copyright text! -# -# ROCK Linux: rock-src/package/esden/povray31/povray31.conf -# ROCK Linux is Copyright (C) 1998 - 2005 Clifford Wolf -# -# This program is free software; you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 2 of the License, or -# (at your option) any later version. A copy of the GNU General Public -# License can be found at Documentation/COPYING. -# -# Many people helped and are helping developing ROCK Linux. Please -# have a look at http://www.rocklinux.org/ and the Documentation/TEAM -# file for details. -# -# --- ROCK-COPYRIGHT-NOTE-END --- - -main() { -tar $taropt $archdir/povuni_d-$ver.tbz2 -C $root/$prefix/lib -tar $taropt $archdir/povuni_s-$ver.tbz2 -cd povray31/ - -for x in $patchfiles ; do - patch $patchopt -i $x -done - -cd source/unix - -sed -i "s,/usr/local/lib/povray31,$root/$prefix/lib/povray31," povrayrc - -sed -i "s,/usr/local/lib/povray31,$root/$prefix/lib/povray31," $root/$prefix/lib/povray31/povray.ini - -if [ "$ROCKCFG_PKG_POVRAY31_XBINARY" == 1 ] ; then makesteps="newunix newxwin install" ; else makesteps="newunix install" ; fi - -echo "makesteps=$makesteps" - -for x in $makesteps ; do - echo "making=$x" - eval $MAKE POVLIBDIR=$root/$prefix/lib/povray31 POVPATH=$root/$prefix UTARGET=povray31 XTARGET=x-povray31 $x -done -} - -autoextract=0 -createdocs=0 -custmain=main - diff --git a/package/esden/povray31/povray31.desc b/package/esden/povray31/povray31.desc deleted file mode 100644 index f2cde6e71..000000000 --- a/package/esden/povray31/povray31.desc +++ /dev/null @@ -1,46 +0,0 @@ - -[COPY] --- ROCK-COPYRIGHT-NOTE-BEGIN --- -[COPY] -[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch. -[COPY] Please add additional copyright information _after_ the line containing -[COPY] the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by -[COPY] the ./scripts/Create-CopyPatch script. Do not edit this copyright text! -[COPY] -[COPY] ROCK Linux: rock-src/package/esden/povray31/povray31.desc -[COPY] ROCK Linux is Copyright (C) 1998 - 2005 Clifford Wolf -[COPY] -[COPY] This program is free software; you can redistribute it and/or modify -[COPY] it under the terms of the GNU General Public License as published by -[COPY] the Free Software Foundation; either version 2 of the License, or -[COPY] (at your option) any later version. A copy of the GNU General Public -[COPY] License can be found at Documentation/COPYING. -[COPY] -[COPY] Many people helped and are helping developing ROCK Linux. Please -[COPY] have a look at http://www.rocklinux.org/ and the Documentation/TEAM -[COPY] file for details. -[COPY] -[COPY] --- ROCK-COPYRIGHT-NOTE-END --- - -[I] A free raytracer - -[T] The Persistence of Vision Raytracer is a high-quality, totally free -[T] tool for creating stunning three-dimensional graphics. -[T] This is an older version that is not compatible with 3.5 that is -[T] currently the newest official POVRay version. For most purposes 3.5 -[T] should be the right choice. - -[U] http://www.povray.org/ - -[A] POV-Ray Team(tm) (see AUTHORS file in the source tarball of povray) -[M] Piotr Esden-Tempski - -[C] extra/multimedia - -[L] OpenSource -[S] Stable -[V] 3.1g -[P] X -?---5---9 134.100 - -[D] 1432706323 povuni_d-3.1g.tgz !ftp://ftp.povray.org/pub/povray/Old-Versions/Official-3.1g/Unix/povuni_d.tgz -[D] 1911352300 povuni_s-3.1g.tgz !ftp://ftp.povray.org/pub/povray/Old-Versions/Official-3.1g/Unix/povuni_s.tgz - diff --git a/package/esden/povray35/distribution_message.patch b/package/esden/povray35/distribution_message.patch deleted file mode 100644 index e2429f4ac..000000000 --- a/package/esden/povray35/distribution_message.patch +++ /dev/null @@ -1,31 +0,0 @@ -# --- ROCK-COPYRIGHT-NOTE-BEGIN --- -# -# This copyright note is auto-generated by ./scripts/Create-CopyPatch. -# Please add additional copyright information _after_ the line containing -# the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by -# the ./scripts/Create-CopyPatch script. Do not edit this copyright text! -# -# ROCK Linux: rock-src/package/esden/povray35/distribution_message.patch -# ROCK Linux is Copyright (C) 1998 - 2005 Clifford Wolf -# -# This patch file is dual-licensed. It is available under the license the -# patched project is licensed under, as long as it is an OpenSource license -# as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms -# of the GNU General Public License as published by the Free Software -# Foundation; either version 2 of the License, or (at your option) any later -# version. -# -# --- ROCK-COPYRIGHT-NOTE-END --- - ---- ./src/optout.h.orig Tue Sep 3 00:56:58 2002 -+++ ./src/optout.h Tue Sep 3 00:57:51 2002 -@@ -46,8 +46,7 @@ - #define OFFICIAL_VERSION_NUMBER 350 - - #define DISTRIBUTION_MESSAGE_1 "This is an unofficial version compiled by:" --#error You must complete the following DISTRIBUTION_MESSAGE macro --#define DISTRIBUTION_MESSAGE_2 " FILL IN NAME HERE........................." -+#define DISTRIBUTION_MESSAGE_2 "--- the ROCK Linux build scripts ... ( http://www.rocklinux.org ) ---" - #define DISTRIBUTION_MESSAGE_3 " The POV-Ray Team(tm) is not responsible for supporting this version." - - /* Number of help pages (numbered 0 to MAX_HELP_PAGE). */ diff --git a/package/esden/povray35/povray35.cache b/package/esden/povray35/povray35.cache deleted file mode 100644 index c86a46991..000000000 --- a/package/esden/povray35/povray35.cache +++ /dev/null @@ -1,42 +0,0 @@ -[COPY] --- ROCK-COPYRIGHT-NOTE-BEGIN --- -[COPY] -[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch. -[COPY] Please add additional copyright information _after_ the line containing -[COPY] the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by -[COPY] the ./scripts/Create-CopyPatch script. Do not edit this copyright text! -[COPY] -[COPY] ROCK Linux: rock-src/package/esden/povray35/povray35.cache -[COPY] ROCK Linux is Copyright (C) 1998 - 2005 Clifford Wolf -[COPY] -[COPY] This program is free software; you can redistribute it and/or modify -[COPY] it under the terms of the GNU General Public License as published by -[COPY] the Free Software Foundation; either version 2 of the License, or -[COPY] (at your option) any later version. A copy of the GNU General Public -[COPY] License can be found at Documentation/COPYING. -[COPY] -[COPY] Many people helped and are helping developing ROCK Linux. Please -[COPY] have a look at http://www.rocklinux.org/ and the Documentation/TEAM -[COPY] file for details. -[COPY] -[COPY] --- ROCK-COPYRIGHT-NOTE-END --- - -[TIMESTAMP] 1132999186 Sat Nov 26 10:59:46 2005 (5) -[TIMESTAMP] 1133223331 Tue Nov 29 01:15:31 2005 (9) - -[CONFIG-ID] TRUNK-x86-reference -[ROCKVER] TRUNK - -[LOGS] 5-povray35.log 9-povray35.log - -[BUILDTIME] 10485 (5) -[BUILDTIME] 11499 (9) -[SIZE] 4.74 MB, 577 files - -[DEP] 00-dirtree autoconf automake19 bash2 binutils bzip2 coreutils -[DEP] diffutils findutils gawk gcc34 gcc34:dev glibc23 glibc23:dev -[DEP] grep libjpeg libjpeg:dev libpng libpng:dev libtiff libtiff:dev -[DEP] linux26-header:dev make mktemp net-tools patch perl5 sed svgalib -[DEP] svgalib:dev sysfiles tar texinfo xorg xorg:dev zlib:dev - -[PROVIDES] povray - diff --git a/package/esden/povray35/povray35.conf b/package/esden/povray35/povray35.conf deleted file mode 100644 index a85004ae6..000000000 --- a/package/esden/povray35/povray35.conf +++ /dev/null @@ -1,24 +0,0 @@ -# --- ROCK-COPYRIGHT-NOTE-BEGIN --- -# -# This copyright note is auto-generated by ./scripts/Create-CopyPatch. -# Please add additional copyright information _after_ the line containing -# the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by -# the ./scripts/Create-CopyPatch script. Do not edit this copyright text! -# -# ROCK Linux: rock-src/package/esden/povray35/povray35.conf -# ROCK Linux is Copyright (C) 1998 - 2005 Clifford Wolf -# -# This program is free software; you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 2 of the License, or -# (at your option) any later version. A copy of the GNU General Public -# License can be found at Documentation/COPYING. -# -# Many people helped and are helping developing ROCK Linux. Please -# have a look at http://www.rocklinux.org/ and the Documentation/TEAM -# file for details. -# -# --- ROCK-COPYRIGHT-NOTE-END --- - -confopt="$confopt --with-x" -createdocs=0 diff --git a/package/esden/povray35/povray35.desc b/package/esden/povray35/povray35.desc deleted file mode 100644 index 10b60dff8..000000000 --- a/package/esden/povray35/povray35.desc +++ /dev/null @@ -1,42 +0,0 @@ - -[COPY] --- ROCK-COPYRIGHT-NOTE-BEGIN --- -[COPY] -[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch. -[COPY] Please add additional copyright information _after_ the line containing -[COPY] the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by -[COPY] the ./scripts/Create-CopyPatch script. Do not edit this copyright text! -[COPY] -[COPY] ROCK Linux: rock-src/package/esden/povray35/povray35.desc -[COPY] ROCK Linux is Copyright (C) 1998 - 2005 Clifford Wolf -[COPY] -[COPY] This program is free software; you can redistribute it and/or modify -[COPY] it under the terms of the GNU General Public License as published by -[COPY] the Free Software Foundation; either version 2 of the License, or -[COPY] (at your option) any later version. A copy of the GNU General Public -[COPY] License can be found at Documentation/COPYING. -[COPY] -[COPY] Many people helped and are helping developing ROCK Linux. Please -[COPY] have a look at http://www.rocklinux.org/ and the Documentation/TEAM -[COPY] file for details. -[COPY] -[COPY] --- ROCK-COPYRIGHT-NOTE-END --- - -[I] A free raytracer - -[T] The Persistence of Vision Raytracer is a high-quality, totally free -[T] tool for creating stunning three-dimensional graphics. - -[U] http://www.povray.org/ - -[A] POV-Ray Team(tm) (see AUTHORS file in the source tarball of povray) -[M] Piotr Esden-Tempski - -[C] extra/multimedia - -[L] OpenSource -[S] Stable -[V] 3.5 -[P] X -?---5---9 134.200 - -[D] 2438530522 povuni_s-3.5.tgz !ftp://ftp.povray.org/pub/povray/Official/Unix/povuni_s.tgz -