From c6fd5aa4cf338ba5a07f6bf80d39e42d1b085e79 Mon Sep 17 00:00:00 2001 From: "Andreas V. 'netrunner' Meier" Date: Wed, 26 Jan 2005 15:51:57 +0000 Subject: [PATCH] Andreas V. Meier: add package prosper [2005010117452519927] (https://www.rocklinux.net/submaster) git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@5487 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc --- package/avm/prosper/prosper.conf | 17 ++++++++++++ package/avm/prosper/prosper.desc | 46 ++++++++++++++++++++++++++++++++ 2 files changed, 63 insertions(+) create mode 100644 package/avm/prosper/prosper.conf create mode 100644 package/avm/prosper/prosper.desc diff --git a/package/avm/prosper/prosper.conf b/package/avm/prosper/prosper.conf new file mode 100644 index 000000000..632b5f4b6 --- /dev/null +++ b/package/avm/prosper/prosper.conf @@ -0,0 +1,17 @@ +prosper_cm() { + for f in $archdir/*; do + echo "extracting $f ($taropt)" + tar $taropt $f + done + find *prosper* -type d -exec chown -c root.root '{}' \; \ + -exec chmod -c 755 '{}' \; + find *prosper* -type f -exec chown -c root.root '{}' \; \ + -exec chmod -c 644 '{}' \; + rm -rfv /usr/share/texmf/tex/latex/contrib-prosper* + rm -rfv /usr/share/texmf/tex/latex/prosper* + cp -av contrib-prosper* /usr/share/texmf/tex/latex + cp -av prosper* /usr/share/texmf/tex/latex +} + +custmain="prosper_cm" +autoextract=0 diff --git a/package/avm/prosper/prosper.desc b/package/avm/prosper/prosper.desc new file mode 100644 index 000000000..1134425d0 --- /dev/null +++ b/package/avm/prosper/prosper.desc @@ -0,0 +1,46 @@ + +[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/avm/prosper/prosper.desc +[COPY] ROCK Linux is Copyright (C) 1998 - 2004 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 feature-rich latex class to create nice slides + +[T] Prosper is a LaTeX class for writing transparencies. It aims at +[T] offering an environment for easily creating slides for both presentations +[T] with an overhead projector and a video projector. Slides prepared for a +[T] presentation with a computer and a video projector may integrate animation +[T] effects, incremental display, etc. + +[U] http://prosper.sf.net/ + +[A] Frederic Goualard +[M] Andreas V. 'netrunner' Meier + +[C] extra/office + +[L] GPL +[S] Stable +[V] 1.00.4 +[P] X -----5---9 800.000 + +[D] 75319121 prosper-1.00.4.tar.gz http://dl.sourceforge.net/prosper/ +[D] 1454768933 contrib-prosper-1.0.0.tar.gz http://dl.sourceforge.net/prosper/ +