summaryrefslogtreecommitdiffstats
path: root/office
diff options
context:
space:
mode:
author Heinz Wiesinger <pprkut@slackbuilds.org>2010-05-13 00:09:04 +0200
committer Heinz Wiesinger <pprkut@slackbuilds.org>2010-05-13 00:09:04 +0200
commit84ebf7332563b59a21089b1026119cfe8d10fe67 (patch)
tree61fcfecde2594dfc410d228fcf093b5e97561559 /office
parent3cd00509390d367e47e1761d7614e1023621ee69 (diff)
downloadslackbuilds-84ebf7332563b59a21089b1026119cfe8d10fe67.tar.gz
slackbuilds-84ebf7332563b59a21089b1026119cfe8d10fe67.tar.xz
office/basket: Removed from 13.0 repository
Diffstat (limited to 'office')
-rw-r--r--office/basket/README26
-rw-r--r--office/basket/basket.SlackBuild78
-rw-r--r--office/basket/basket.info8
-rw-r--r--office/basket/slack-desc19
4 files changed, 0 insertions, 131 deletions
diff --git a/office/basket/README b/office/basket/README
deleted file mode 100644
index ac483846f4..0000000000
--- a/office/basket/README
+++ /dev/null
@@ -1,26 +0,0 @@
-BasKet Note Pads is a note-taking application that makes it easy to write down
-ideas as you think and quickly find them again later. Organizing your notes
-has never been so easy.
-
-There are plenty of flat note-taking applications that only let you write
-text. BasKet Note Pads offers more freedom by collecting any type of data.
-It is ideal to bring together all the information about a project in one
-place: you can take images, group needed documents, link to email addresses of
-the project members, link to various interesting websites, and more...
-
-This multi-purpose note-taking application can helps you to:
- * Easily take all sort of notes
- * Collect research results and share them
- * Centralize your project data and re-use them
- * Quickly organize your toughts in idea boxes
- * Keep track of your information in a smart way
- * Make intelligent To Do lists
- * Intergrate with KDE Kontact as well as stand alone
- * And a lot more...
-
-basket can optionally use gpgme, which is also available from SlackBuilds.org.
-
-There is a script to convert your notes to UTF-8 format - get it from:
-http://basket.kde.org/downloads/?file=convert-baskets-to-utf8.bash.tar.gz
-Quit BasKet Note Pads, edit the script to replace "latin1" with your own
-local encoding, run the script in a console, and restart BasKet Note Pads.
diff --git a/office/basket/basket.SlackBuild b/office/basket/basket.SlackBuild
deleted file mode 100644
index 78560a9d8f..0000000000
--- a/office/basket/basket.SlackBuild
+++ /dev/null
@@ -1,78 +0,0 @@
-#!/bin/sh
-
-# Slackware build script for: basket
-# Copyright 2007-2008 Michiel van Wessem, Manchester, United Kingdom
-# All rights reserved.
-#
-# Redistribution and use in source and binary forms, with or without
-# modification, are permitted provided that the following conditions are
-# met:
-#
-# * Redistributions of source code must retain the above copyright
-# notice, this list of conditions and the following disclaimer.
-#
-# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
-# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
-# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
-# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
-# OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
-# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
-# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
-# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
-# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
-# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
-# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-
-PRGNAM=basket
-VERSION=1.0.3.1
-ARCH=${ARCH:-i486}
-BUILD=${BUILD:-1}
-TAG=${TAG:-_SBo}
-
-CWD=$(pwd)
-TMP=${TMP:-/tmp/SBo}
-PKG=$TMP/package-$PRGNAM
-OUTPUT=${OUTPUT:-/tmp}
-
-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 -xzvf $CWD/$PRGNAM-$VERSION.tar.gz
-cd $PRGNAM-$VERSION
-chown -R root:root .
-find . \
- \( -perm 777 -o -perm 775 -o -perm 711 -o -perm 555 -o -perm 511 \) \
- -exec chmod 755 {} \; -o \
- \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
- -exec chmod 644 {} \;
-
-CFLAGS="$SLKCFLAGS" \
-CXXFLAGS="$SLKCFLAGS" \
-./configure \
- --prefix=/usr \
- --localstatedir=/var \
- --sysconfdir=/etc \
- --mandir=/usr/man \
- --disable-debug
-
-make
-make install-strip DESTDIR=$PKG
-
-mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
-cp -a AUTHORS COPYING ChangeLog INSTALL NEWS README TODO \
- $PKG/usr/doc/$PRGNAM-$VERSION
-cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
-
-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/basket/basket.info b/office/basket/basket.info
deleted file mode 100644
index ac970e1adf..0000000000
--- a/office/basket/basket.info
+++ /dev/null
@@ -1,8 +0,0 @@
-PRGNAM="basket"
-VERSION="1.0.3.1"
-HOMEPAGE="http://basket.kde.org/"
-DOWNLOAD="http://basket.kde.org/downloads/basket-1.0.3.1.tar.gz"
-MD5SUM="5a58bbe69c4a80a40747ed80ebb5b3b9"
-MAINTAINER="Michiel van Wessem"
-EMAIL="michiel@slackbuilds.org"
-APPROVED="David Somero"
diff --git a/office/basket/slack-desc b/office/basket/slack-desc
deleted file mode 100644
index f84d16ef2b..0000000000
--- a/office/basket/slack-desc
+++ /dev/null
@@ -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------------------------------------------------------|
-basket: basket (KDE note-taking application)
-basket:
-basket: basket makes it easy to write down ideas as you think and quickly find
-basket: them later. Organizing your notes has never been so easy. There are
-basket: enough flat note-taking applications that only let you write text -
-basket: BasKet Note Pads offers more freedom by collecting any type of data.
-basket:
-basket: It is ideal to bring together all the information about a project in
-basket: one place - you can take images, group needed documents, link to email
-basket: addresses of the members, link to various interesting websites...
-basket: