From 45b9902148f6130585198945a496da851ecd87b7 Mon Sep 17 00:00:00 2001 From: Heinz Wiesinger Date: Thu, 13 May 2010 00:09:12 +0200 Subject: office/tth: Removed from 13.0 repository --- office/tth/README | 8 ------- office/tth/slack-desc | 19 ---------------- office/tth/tth.SlackBuild | 57 ----------------------------------------------- office/tth/tth.info | 8 ------- 4 files changed, 92 deletions(-) delete mode 100644 office/tth/README delete mode 100644 office/tth/slack-desc delete mode 100644 office/tth/tth.SlackBuild delete mode 100644 office/tth/tth.info (limited to 'office') diff --git a/office/tth/README b/office/tth/README deleted file mode 100644 index e7804ddd45..0000000000 --- a/office/tth/README +++ /dev/null @@ -1,8 +0,0 @@ -TTH: the TeX to HTML translator - -TTH translates TeX, the predominant mark-up language for -expressing mathematics, into HTML, the language of world-wide-web -browsers. It thereby enables mathematical documents to be made -available on the web. Document structure, using either the Plain -or LaTeX macro packages, is also translated and incorporated in -the form of hyperlinks. diff --git a/office/tth/slack-desc b/office/tth/slack-desc deleted file mode 100644 index dd1005e299..0000000000 --- a/office/tth/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------------------------------------------------------| -tth: TTH (TeX to HTML translator) -tth: -tth: TTH translates TeX, the predominant mark-up language for -tth: expressing mathematics, into HTML, the language of world-wide-web -tth: browsers. It thereby enables mathematical documents to be made -tth: available on the web. Document structure, using either the Plain -tth: or LaTeX macro packages, is also translated and incorporated in -tth: the form of hyperlinks. -tth: -tth: Homepage: http://hutchinson.belmont.ma.us/tth/ -tth: diff --git a/office/tth/tth.SlackBuild b/office/tth/tth.SlackBuild deleted file mode 100644 index 50bb1b194a..0000000000 --- a/office/tth/tth.SlackBuild +++ /dev/null @@ -1,57 +0,0 @@ -#!/bin/sh - -# Slackware build script for tth -# Written by Peter Drauden (pjdraud@ilstu.edu) -# Modified by the SlackBuilds.org project -# (assumed to be public domain per our submission policy) - -# Exit on most errors -set -e - -PRGNAM=tth -VERSION=3.77 -ARCH=${ARCH:-i486} -BUILD=${BUILD:-1} -TAG=${TAG:-_SBo} -CWD=$(pwd) -TMP=${TMP:-/tmp/SBo} -PKG=$TMP/package-$PRGNAM -OUTPUT=${OUTPUT:-/tmp} - -SRCDIR=tth_C - -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 $SRCDIR -tar -xzvf $CWD/tth_C.tgz -cd $SRCDIR -chown -R root:root . -chmod -R u+w,go+r-w,a-s . - -# Compile and strip unneeded symbols from the binary -gcc $SLKCFLAGS -o tth tth.c -strip --strip-unneeded tth 2> /dev/null - -mkdir -p $PKG/usr/{bin,man/man1,share/pixmaps} -cp -a tth ps2gif ps2png latex2gif $PKG/usr/bin/ -cp -a tth.gif $PKG/usr/share/pixmaps - -# Install and compress man page -cat tth.1 | gzip -9c > $PKG/usr/man/man1/tth.1.gz - -mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -cp -a CHANGES tth_manual.html license.txt $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 - -cd $PKG -/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.tgz diff --git a/office/tth/tth.info b/office/tth/tth.info deleted file mode 100644 index 108ddf6c5d..0000000000 --- a/office/tth/tth.info +++ /dev/null @@ -1,8 +0,0 @@ -PRGNAM="tth" -VERSION="3.77" -HOMEPAGE="http://hutchinson.belmont.ma.us/tth/" -DOWNLOAD="http://hutchinson.belmont.ma.us/tth/tth-noncom/tth_C.tgz" -MD5SUM="bafcfeb2050a7c5acf4394682b3b85ed" -MAINTAINER="Peter Drauden" -EMAIL="pjdraud@ilstu.edu" -APPROVED="rworkman" -- cgit v1.2.3