office/kdissert: Removed from 13.0 repository

This commit is contained in:
Heinz Wiesinger 2010-05-13 00:09:07 +02:00
parent 3eea79fd0d
commit 73c7293a7f
4 changed files with 0 additions and 120 deletions

View file

@ -1,24 +0,0 @@
Kdissert
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).

View file

@ -1,69 +0,0 @@
#!/bin/sh
# Slackware build script for: kdissert
# Written by: Michiel van Wessem (BP{k}) <michiel@slackbuilds.org>
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 .
KDEPREF=$(kde-config --prefix)
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
./waf configure \
--prefix=$KDEPREF \
--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
)
# Rewrite the kdissert dekstop file so kdissert is placed in Office
sed -i '#Categories=QT;KDE;Utility;X-KDE-More#Categories=QT;KDE;Office;#' $PKG/usr/share/applications/kde/$PRGNAM.desktop
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

View file

@ -1,8 +0,0 @@
PRGNAM="kdissert"
VERSION="1.0.7"
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="rworkman,BP{k}"

View file

@ -1,19 +0,0 @@
# HOW TO EDIT THIS FILE:
# The "handy ruler" below makes it easier to edit a package description. Line
# up the first '|' above the ':' following the base package name, and the '|'
# on the right side marks the last column you can put a character in. You must
# make exactly 11 lines for the formatting to be correct. It's also
# customary to leave one space after the ':'.
|-----handy-ruler------------------------------------------------------|
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: