summaryrefslogtreecommitdiffstats
path: root/development/diakonos
diff options
context:
space:
mode:
author Heinz Wiesinger <pprkut@slackbuilds.org>2010-05-13 00:07:01 +0200
committer Heinz Wiesinger <pprkut@slackbuilds.org>2010-05-13 00:07:01 +0200
commit5b8e267ebe431e546f62774ae30eb1f1575baac3 (patch)
tree5fcc997a47b1505be4c02dc88ca556c074e0b55a /development/diakonos
parentb1b24978c06a65e2126b35a1a9c0896ee776ed2c (diff)
downloadslackbuilds-5b8e267ebe431e546f62774ae30eb1f1575baac3.tar.gz
slackbuilds-5b8e267ebe431e546f62774ae30eb1f1575baac3.tar.xz
development/diakonos: Removed from 13.0 repository
Diffstat (limited to 'development/diakonos')
-rw-r--r--development/diakonos/README18
-rw-r--r--development/diakonos/diakonos.SlackBuild51
-rw-r--r--development/diakonos/diakonos.info8
-rw-r--r--development/diakonos/doinst.sh15
-rw-r--r--development/diakonos/slack-desc19
5 files changed, 0 insertions, 111 deletions
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 <pc_warner@yahoo.com>
-
-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: