diff options
author | Michiel van Wessem <michiel.van.wessem@gmail.com> | 2010-05-11 15:03:02 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-05-11 15:03:02 +0200 |
commit | 54c47f7da188c40405f7cfe870fbb42005cb486f (patch) | |
tree | 8c54bcb4955932eb6b4d80fa5ed457064c3fbdda /office/kdissert | |
parent | eb394292a723146106acc9b13cc923f4c0b09123 (diff) | |
download | slackbuilds-54c47f7da188c40405f7cfe870fbb42005cb486f.tar.gz |
office/kdissert: Initial import
Diffstat (limited to 'office/kdissert')
-rw-r--r-- | office/kdissert/README | 22 | ||||
-rw-r--r-- | office/kdissert/kdissert.SlackBuild | 65 | ||||
-rw-r--r-- | office/kdissert/kdissert.info | 8 | ||||
-rw-r--r-- | office/kdissert/slack-desc | 11 |
4 files changed, 106 insertions, 0 deletions
diff --git a/office/kdissert/README b/office/kdissert/README new file mode 100644 index 0000000000..c09a86d35c --- /dev/null +++ b/office/kdissert/README @@ -0,0 +1,22 @@ +Kdissert is a mindmapping-like tool to help students to produce complicated +documents very quickly and efficiently : presentations, dissertations, +thesis, reports. While targetted mostly at students, Kdissert can also help +teachers, decision maker, engineers and businessmen. + +Though this application shares some similarities with general-purpose +mindmapping tools like Freemind or Vym, the very first goal of Kdissert is +to create general-purpose documents, not mind-maps. + +The goal of Kdissert is to help to structure ideas and concepts. Ideas are +first layed down on a canvas and then associated into a tree. The tree is there +to help to see how the ideas interact, and then to develop them further (by +adding ramifications). + +An idea is represented by a shape which contains several a summary (visible +part), several text fields, and optional pictures and url links. + +A kdissert mind-map can be used to generate documents, or to create pictures. +The current generators are pdf documents (based on LaTeX : article, book), +pdf presentations (based on LaTeX : Beamer, Prosper), text processing +files (OpenOffice.org Writer), plain text and internet documents (html). + diff --git a/office/kdissert/kdissert.SlackBuild b/office/kdissert/kdissert.SlackBuild new file mode 100644 index 0000000000..fe289c94b8 --- /dev/null +++ b/office/kdissert/kdissert.SlackBuild @@ -0,0 +1,65 @@ +#!/bin/sh + +# Slackware build script for: kdissert +# Written by: Michiel van Wessem (BP{k}) <michiel@slackbuilds.org> +# Modified by the SlackBuilds.org project + +set -e + +PRGNAM=kdissert +VERSION=1.0.7 +ARCH=${ARCH:-i486} +BUILD=${BUILD:-1} +TAG=${TAG:-_SBo} +CWD=`pwd` +TMP=${TMP:-/tmp/SBo} +PKG=$TMP/package-$PRGNAM +OUTPUT=${OUTPUT:-/tmp} +DOCFILES="AUTHORS COPYING INSTALL README ROADMAP" + +# Reset the WAF build System dir to something more saner. +WAF_HOME=$TMP/$PRGNAM-$VERSION/waf-build +export WAF_HOME + +if [ "$ARCH" = "i486" ]; then + SLKCFLAGS="-O2 -march=i486 -mtune=i686" +elif [ "$ARCH" = "i686" ]; then + SLKCFLAGS="-O2 -march=i686 -mtune=i686" +fi + +rm -rf $PKG +mkdir -p $TMP $PKG $OUTPUT +cd $TMP +rm -rf $TMP/$PRGNAM-$VERSION +tar -xjvf $CWD/$PRGNAM-$VERSION.tar.bz2 +cd $PRGNAM-$VERSION +chown -R root:root . +chmod -R u+w,go+r-w,a-s . + +CFLAGS="$SLKCFLAGS" \ +CXXFLAGS="$SLKCFLAGS" \ +./waf configure \ + --prefix=/opt/kde \ + --destdir=$PKG + +./waf build +./waf install --destdir=$PKG + +# Clean up the WAF_HOME variable now we don't need it. +unset WAF_HOME + +( cd $PKG +find . | xargs file | grep "executable" | grep ELF | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null +find . | xargs file | grep "shared object" | grep ELF | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null +) + +mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION +cp -a $DOCFILES $PKG/usr/doc/$PRGNAM-$VERSION +cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild +find $PKG/usr/doc/$PRGNAM-$VERSION -type f -exec chmod 644 {} \; + +mkdir $PKG/install +cat $CWD/slack-desc > $PKG/install/slack-desc + +cd $PKG +/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.tgz diff --git a/office/kdissert/kdissert.info b/office/kdissert/kdissert.info new file mode 100644 index 0000000000..c4b3d93ef3 --- /dev/null +++ b/office/kdissert/kdissert.info @@ -0,0 +1,8 @@ +PRGNAM="kdissert" +VERSION="1.07" +HOMEPAGE="freehackers.org/~tnagy/kdissert/" +DOWNLOAD="http://freehackers.org/~tnagy/kdissert/kdissert-1.0.7.tar.bz2" +MD5SUM="88ad0d4f67bded1aac307434564215fc" +MAINTAINER="Michiel van Wessem" +EMAIL="michiel.van.wessem@gmail.com" +APPROVED="robw810" diff --git a/office/kdissert/slack-desc b/office/kdissert/slack-desc new file mode 100644 index 0000000000..f0e9691c55 --- /dev/null +++ b/office/kdissert/slack-desc @@ -0,0 +1,11 @@ +kdissert: kdissert (mindmapping-like tool) +kdissert: +kdissert: kdissert is a mindmapping-like tool to help to produce complicated +kdissert: documents very quickly and efficiently : presentations, disserations +kdissert: dissertations, thesis, reports.The concept: mindmaps produced are +kdissert: processed to output near-ready-to-use documents. While targetted +kdissert: mostly at students, kdissert can also help teachers, decision maker, +kdissert: engineers and businessmen. +kdissert: +kdissert: homepage: freehackers.org/~tnagy/kdissert/ +kdissert: |