From 5b8e267ebe431e546f62774ae30eb1f1575baac3 Mon Sep 17 00:00:00 2001 From: Heinz Wiesinger Date: Thu, 13 May 2010 00:07:01 +0200 Subject: development/diakonos: Removed from 13.0 repository --- development/diakonos/README | 18 ----------- development/diakonos/diakonos.SlackBuild | 51 -------------------------------- development/diakonos/diakonos.info | 8 ----- development/diakonos/doinst.sh | 15 ---------- development/diakonos/slack-desc | 19 ------------ 5 files changed, 111 deletions(-) delete mode 100644 development/diakonos/README delete mode 100644 development/diakonos/diakonos.SlackBuild delete mode 100644 development/diakonos/diakonos.info delete mode 100644 development/diakonos/doinst.sh delete mode 100644 development/diakonos/slack-desc (limited to 'development/diakonos') diff --git a/development/diakonos/README b/development/diakonos/README deleted file mode 100644 index f679870c70..0000000000 --- a/development/diakonos/README +++ /dev/null @@ -1,18 +0,0 @@ -Diakonos is a customizable, usable console-based text editor written in Ruby. It -has been made with the intention of being easier to configure and use than emacs, -more powerful than pico and nano, and not as cryptic as vi or ex. - -Features - * scripting in any language - * macro recording and playback - * multi-element clipboard - * multi-level undo - * parsed ("smart") indentation - * customizable multilingual syntax highlighting - * bookmarking, named and unnamed - * regular expression searching - * a customizable status line - * limited ctags support - * hooks - * code block selection and navigation modes - * line numbering diff --git a/development/diakonos/diakonos.SlackBuild b/development/diakonos/diakonos.SlackBuild deleted file mode 100644 index af41627bbc..0000000000 --- a/development/diakonos/diakonos.SlackBuild +++ /dev/null @@ -1,51 +0,0 @@ -#!/bin/sh - -# Slackware build script for diakonos -# Written by Phillip Warner - -PRGNAM=diakonos -VERSION=0.8.8 -ARCH=noarch # It is written in Ruby (leave this alone) -BUILD=${BUILD:-1} -TAG=${TAG:-_SBo} - -CWD=$(pwd) -TMP=${TMP:-/tmp/SBo} -PKG=$TMP/package-$PRGNAM -OUTPUT=${OUTPUT:-/tmp} - -set -e - -rm -rf $PKG -mkdir -p $TMP $PKG $OUTPUT -cd $TMP -rm -rf $PRGNAM-$VERSION -tar xvf $CWD/$PRGNAM-$VERSION.tar.bz2 -cd $PRGNAM-$VERSION -chown -R root:root . -chmod -R a-s,u+rw,go-w . - -ruby install.rb \ - --prefix /usr \ - --conf-dir /etc \ - --doc-dir /usr/doc/$PRGNAM-$VERSION \ - --dest-dir $PKG \ - --verbose - -# Don't clobber existing config files -mv $PKG/etc/$PRGNAM.conf $PKG/etc/$PRGNAM.conf.new - -# This really is not necessary. -rm $PKG/etc/diakonos-256-colour.conf - -# Instead copy them to the docs folder -cp -a diakonos*.conf $PKG/usr/doc/$PRGNAM-$VERSION - -cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild - -mkdir -p $PKG/install -cat $CWD/slack-desc > $PKG/install/slack-desc -cat $CWD/doinst.sh > $PKG/install/doinst.sh - -cd $PKG -/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.tgz diff --git a/development/diakonos/diakonos.info b/development/diakonos/diakonos.info deleted file mode 100644 index d328df8365..0000000000 --- a/development/diakonos/diakonos.info +++ /dev/null @@ -1,8 +0,0 @@ -PRGNAM="diakonos" -VERSION="0.8.8" -HOMEPAGE="http://purepistos.net/diakonos" -DOWNLOAD="http://purepistos.net/diakonos/diakonos-0.8.8.tar.bz2" -MD5SUM="556ed0dc74f0591e8ba36489f84d8808" -MAINTAINER="Phillip Warner" -EMAIL="pc_warner@yahoo.com" -APPROVED="dsomero" diff --git a/development/diakonos/doinst.sh b/development/diakonos/doinst.sh deleted file mode 100644 index 9d207adff1..0000000000 --- a/development/diakonos/doinst.sh +++ /dev/null @@ -1,15 +0,0 @@ -config() { - NEW="$1" - OLD="$(dirname $NEW)/$(basename $NEW .new)" - # If there's no config file by that name, mv it over: - if [ ! -r $OLD ]; then - mv $NEW $OLD - elif [ "$(cat $OLD|md5sum)" = "$(cat $NEW|md5sum)" ]; then - # toss the redundant copy - rm $NEW - fi - # Otherwise, we leave the .new copy for the admin to consider... -} - -config etc/diakonos.conf.new - diff --git a/development/diakonos/slack-desc b/development/diakonos/slack-desc deleted file mode 100644 index 331e805dfd..0000000000 --- a/development/diakonos/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-----------------------------------------------------| -diakonos: diakonos (advanced console text editor) -diakonos: -diakonos: Diakonos is a customizable, usable console-based text editor written -diakonos: in Ruby. It has been made with the intention of being easier to -diakonos: configure and use than emacs, more powerful than pico and nano, and -diakonos: not as cryptic as vi or ex. -diakonos: -diakonos: http://purepistos.net/diakonos -diakonos: -diakonos: -diakonos: -- cgit v1.2.3-65-gdbad