diff options
Diffstat (limited to 'network')
-rw-r--r-- | network/exim-html/README | 5 | ||||
-rw-r--r-- | network/exim-html/exim-html.SlackBuild | 41 | ||||
-rw-r--r-- | network/exim-html/exim-html.info | 10 | ||||
-rw-r--r-- | network/exim-html/slack-desc | 19 |
4 files changed, 0 insertions, 75 deletions
diff --git a/network/exim-html/README b/network/exim-html/README deleted file mode 100644 index 24dc59a0e8..0000000000 --- a/network/exim-html/README +++ /dev/null @@ -1,5 +0,0 @@ -Exim is a mail transfer agent (MTA) used on Unix-like operating systems. -It is freely available under the GNU GPL and it aims to be a general -and flexible mailer with extensive facilities for checking incoming e-mail. - -This package contains the full documentation in HTML format. diff --git a/network/exim-html/exim-html.SlackBuild b/network/exim-html/exim-html.SlackBuild deleted file mode 100644 index 9b490b31f7..0000000000 --- a/network/exim-html/exim-html.SlackBuild +++ /dev/null @@ -1,41 +0,0 @@ -#!/bin/sh - -# Slackware build script for the Exim HTML Documentation - -# Written by Thomas Morper <thomas@beingboiled.info> - -PRGNAM=exim-html -VERSION=${VERSION:-4.72} -ARCH=noarch -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 . -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 {} \; - -mkdir -p $PKG/usr/doc -cp -a doc/html $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.${PKGTYPE:-tgz} diff --git a/network/exim-html/exim-html.info b/network/exim-html/exim-html.info deleted file mode 100644 index dc93db2654..0000000000 --- a/network/exim-html/exim-html.info +++ /dev/null @@ -1,10 +0,0 @@ -PRGNAM="exim-html" -VERSION="4.72" -HOMEPAGE="http://www.exim.org/" -DOWNLOAD="ftp://ftp.exim.org/pub/exim/exim4/old/exim-html-4.72.tar.bz2" -MD5SUM="8b39be84de74b94bd4b5c3e7aad3fcdf" -DOWNLOAD_x86_64="" -MD5SUM_x86_64="" -MAINTAINER="Thomas Morper" -EMAIL="thomas@beingboiled.info" -APPROVED="rworkman" diff --git a/network/exim-html/slack-desc b/network/exim-html/slack-desc deleted file mode 100644 index d975044111..0000000000 --- a/network/exim-html/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------------------------------------------------------| -exim-html: exim-html (HTML-documentation for Exim) -exim-html: -exim-html: Exim is a mail transfer agent (MTA) used on Unix-like operating -exim-html: systems. It is freely available under the GNU GPL and it aims to be a -exim-html: general and flexible mailer with extensive facilities for checking -exim-html: incoming e-mail. -exim-html: -exim-html: This is the full documentation for Exim in HTML format. -exim-html: -exim-html: Homepage: http://www.exim.org/ -exim-html: |