summaryrefslogtreecommitdiffstats
path: root/development
diff options
context:
space:
mode:
author Heinz Wiesinger <pprkut@slackbuilds.org>2010-05-13 00:07:09 +0200
committer Heinz Wiesinger <pprkut@slackbuilds.org>2010-05-13 00:07:09 +0200
commit51f08950275a43ab5ec8cf43a5fd0c1cb668dd51 (patch)
tree08603e59c7c20688e1208975a510355b87c8a331 /development
parent989937edaf8e69ed3a6cac9d794621df6519b707 (diff)
downloadslackbuilds-51f08950275a43ab5ec8cf43a5fd0c1cb668dd51.tar.gz
slackbuilds-51f08950275a43ab5ec8cf43a5fd0c1cb668dd51.tar.xz
development/jasspa: Removed from 13.0 repository
Diffstat (limited to 'development')
-rw-r--r--development/jasspa/README13
-rw-r--r--development/jasspa/doinst.sh3
-rw-r--r--development/jasspa/jasspa.SlackBuild66
-rw-r--r--development/jasspa/jasspa.desktop10
-rw-r--r--development/jasspa/jasspa.info8
-rw-r--r--development/jasspa/more-info.txt16
-rw-r--r--development/jasspa/slack-desc19
7 files changed, 0 insertions, 135 deletions
diff --git a/development/jasspa/README b/development/jasspa/README
deleted file mode 100644
index 2196d2b0d5..0000000000
--- a/development/jasspa/README
+++ /dev/null
@@ -1,13 +0,0 @@
-jasspa (enhanced microemacs text editor)
-
-Jasspa's MicroEmacs is an Emacs editor biased towards UNIX users,
-working across platforms by providing a consistent interface under
-UNIX, Microsoft Windows 3.1/'95/'98/NT/2K/XP and DOS operating
-systems.
-It features syntax highlighling, folding, multiple undo/redo, macro
-languge, organizer, mailer, calendar, multiple frames and windows and
-much more See it's internal help for full list of features.
-
-In addtion to a file listed in jasspa.info you need the macro package from
-http://www.jasspa.com/release_20060909/jasspa-metree-20060909-2.tar.gz
-to be able to compile and use jasspa.
diff --git a/development/jasspa/doinst.sh b/development/jasspa/doinst.sh
deleted file mode 100644
index 37f8fcb218..0000000000
--- a/development/jasspa/doinst.sh
+++ /dev/null
@@ -1,3 +0,0 @@
-if [ -x usr/bin/update-desktop-database ]; then
- ./usr/bin/update-desktop-database ./usr/share/applications > /dev/null 2>&1
-fi
diff --git a/development/jasspa/jasspa.SlackBuild b/development/jasspa/jasspa.SlackBuild
deleted file mode 100644
index a31e7ba171..0000000000
--- a/development/jasspa/jasspa.SlackBuild
+++ /dev/null
@@ -1,66 +0,0 @@
-#!/bin/sh
-
-# Slackware build script for jasspa
-
-# Written by Ferenc Deak <ferenc.deak@gmail.com>
-
-set -e
-
-PRGNAM=jasspa
-VERSION=060909
-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 me$VERSION
-tar xzf $CWD/$PRGNAM-mesrc-20$VERSION-2.tar.gz
-cd me$VERSION
-chown -R root:root .
-chmod -R u+w,go+r-w,a-s .
-
-cd src
-sed -i -e "s/\\(COPTIMISE\\s*=\\s*\\)-O3\\(.*\\)/\\1$SLKCFLAGS\\2/" linux2.gmk
-sed -i -e "s/\\(COPTIMISE\\s*=\\s*\\)-O3\\(.*\\)/\\1$SLKCFLAGS\\2/" linux26.gmk
-./build
-install -D -m 755 me $PKG/usr/bin/me
-
-mkdir -p $PKG/usr/share
-# extract macros under /usr/share
-tar xzf $CWD/$PRGNAM-metree-20$VERSION-2.tar.gz -C $PKG/usr/share
-chown -R root:root $PKG/usr/share/$PRGNAM
-chmod -R u+w,go+r-w,a-s $PKG/usr/share/$PRGNAM
-
-( 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 ../{COPYING,change.log,faq.txt,license.txt,readme.txt} \
- $PKG/usr/doc/$PRGNAM-$VERSION
-cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
-
-mkdir -p $PKG/usr/share/applications
-cat $CWD/$PRGNAM.desktop > $PKG/usr/share/applications/$PRGNAM.desktop
-
-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/jasspa/jasspa.desktop b/development/jasspa/jasspa.desktop
deleted file mode 100644
index 00b99007d9..0000000000
--- a/development/jasspa/jasspa.desktop
+++ /dev/null
@@ -1,10 +0,0 @@
-[Desktop Entry]
-Name=Jasspa
-Comment=Enhanced Microemacs Text Editor
-Exec=me
-Icon=/usr/share/jasspa/pixmaps/me_l.png
-Terminal=false
-Type=Application
-Categories=Application;Utility
-StartupNotify=false
-Encoding=UTF-8
diff --git a/development/jasspa/jasspa.info b/development/jasspa/jasspa.info
deleted file mode 100644
index 6f0f9f9c33..0000000000
--- a/development/jasspa/jasspa.info
+++ /dev/null
@@ -1,8 +0,0 @@
-PRGNAM="jasspa"
-VERSION="060909"
-HOMEPAGE="http://www.jasspa.com/"
-DOWNLOAD="http://www.jasspa.com/release_20060909/jasspa-mesrc-20060909-2.tar.gz"
-MD5SUM="6606ec40da39352e5cbb644090a13820"
-MAINTAINER="Ferenc Deak"
-EMAIL="ferenc.deak@gmail.com"
-APPROVED="BP{k}"
diff --git a/development/jasspa/more-info.txt b/development/jasspa/more-info.txt
deleted file mode 100644
index da8cbcb33b..0000000000
--- a/development/jasspa/more-info.txt
+++ /dev/null
@@ -1,16 +0,0 @@
-- jasspa is a descendant of the original microemacs, with a lot of additions
-
-- there is a 'build' script in the distribution which autodetects a few
- things, so I use this script.
- - but if I use this script I have to patch linux2.gmk and linux26.gmk
-
-- there is a macro package called jasspa-metree-20$VERSION-2.tar.gz which is
- needed to use the editor. (link in README)
-
-- there is a special version called nanoemacs (ne) which is a small macro-less
- minimal version. I do not build this version because I think it is not so
- useful.
-
-- this is my second editor after vim
-
-
diff --git a/development/jasspa/slack-desc b/development/jasspa/slack-desc
deleted file mode 100644
index aedddd9cc4..0000000000
--- a/development/jasspa/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------------------------------------------------------|
-jasspa: jasspa (enhanced microemacs text editor)
-jasspa:
-jasspa: Jasspa's MicroEmacs is an Emacs editor biased towards UNIX users,
-jasspa: working across platforms by providing a consistent interface under
-jasspa: UNIX, Microsoft Windows 3.1/'95/'98/NT/2K/XP and DOS operating
-jasspa: systems.
-jasspa: It features syntax highlighling, folding, multiple undo/redo, macro
-jasspa: languge, organizer, mailer, calendar, multiple frames and windows and
-jasspa: much more See it's internal help for full list of features.
-jasspa:
-jasspa: