diff options
author | Dave Woodfall <dave@slackbuilds.org> | 2022-02-28 06:58:22 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-03-01 19:35:38 +0700 |
commit | 4e563e48521928d26b5cf79885e3a11dd469e6e0 (patch) | |
tree | 512b0c627d26ec6e8671ace9c24534ca0bd377b7 | |
parent | 95ceaad98d917e9667917b9efb061d1a106edc7c (diff) |
network/emacs-w3m: Removed.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | network/emacs-w3m/README | 5 | ||||
-rw-r--r-- | network/emacs-w3m/emacs-w3m.SlackBuild | 97 | ||||
-rw-r--r-- | network/emacs-w3m/emacs-w3m.info | 10 | ||||
-rw-r--r-- | network/emacs-w3m/slack-desc | 19 |
4 files changed, 0 insertions, 131 deletions
diff --git a/network/emacs-w3m/README b/network/emacs-w3m/README deleted file mode 100644 index 2d82a1d8b336..000000000000 --- a/network/emacs-w3m/README +++ /dev/null @@ -1,5 +0,0 @@ -simple Emacs interface of w3m - -Emacs-w3m is an interface program of w3m, a pager with WWW -capability. It can be used as a lightweight WWW browser on -emacsen. diff --git a/network/emacs-w3m/emacs-w3m.SlackBuild b/network/emacs-w3m/emacs-w3m.SlackBuild deleted file mode 100644 index 96a4b0618c8e..000000000000 --- a/network/emacs-w3m/emacs-w3m.SlackBuild +++ /dev/null @@ -1,97 +0,0 @@ -#!/bin/bash - -# Slackware build script for emacs-w3m - -# Written by Felix Pfeifer (pfeifer[dot]felix[at]googlemail[dot]com - -cd $(dirname $0) ; CWD=$(pwd) - -PRGNAM=emacs-w3m -VERSION=${VERSION:-cvs_1.4.569_0.20170110} -BUILD=${BUILD:-1} -TAG=${TAG:-_SBo} -PKGTYPE=${PKGTYPE:-tgz} - -if [ -z "$ARCH" ]; then - case "$( uname -m )" in - i?86) ARCH=i586 ;; - arm*) ARCH=arm ;; - *) ARCH=$( uname -m ) ;; - esac -fi - -# If the variable PRINT_PACKAGE_NAME is set, then this script will report what -# the name of the created package would be, and then exit. This information -# could be useful to other scripts. -if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then - echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE" - exit 0 -fi - -TMP=${TMP:-/tmp/SBo} -PKG=$TMP/package-$PRGNAM -OUTPUT=${OUTPUT:-/tmp} - -if [ "$ARCH" = "i586" ]; then - SLKCFLAGS="-O2 -march=i586 -mtune=i686" - LIBDIRSUFFIX="" -elif [ "$ARCH" = "i686" ]; then - SLKCFLAGS="-O2 -march=i686 -mtune=i686" - LIBDIRSUFFIX="" -elif [ "$ARCH" = "x86_64" ]; then - SLKCFLAGS="-O2 -fPIC" - LIBDIRSUFFIX="64" -else - SLKCFLAGS="-O2" - LIBDIRSUFFIX="" -fi - -set -e - -rm -rf $PKG -mkdir -p $TMP $PKG $OUTPUT -cd $TMP -rm -rf w3m-el-snapshot-1.4.569+0.20170110.orig -tar xvf $CWD/w3m-el-snapshot_1.4.569+0.20170110.orig.tar.gz -cd w3m-el-snapshot-1.4.569+0.20170110.orig -chown -R root:root . -find -L . \ - \( -perm 777 -o -perm 775 -o -perm 750 -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 {} \; - -autoconf -CFLAGS="$SLKCFLAGS" \ -CXXFLAGS="$SLKCFLAGS" \ -./configure \ - --prefix=/usr \ - --libdir=/usr/lib${LIBDIRSUFFIX} \ - --sysconfdir=/etc \ - --localstatedir=/var \ - --mandir=/usr/man \ - --infodir=$PKG/usr/info \ - --docdir=/usr/doc/$PRGNAM-$VERSION \ - --build=$ARCH-slackware-linux - -make -make install prefix=$PKG/usr - -find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \ - | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true - -rm -f $PKG/usr/info/dir -gzip -9 $PKG/usr/info/*.info* - -mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -cp -a \ - [BCNR]* \ - $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 - diff --git a/network/emacs-w3m/emacs-w3m.info b/network/emacs-w3m/emacs-w3m.info deleted file mode 100644 index 10349a11bc59..000000000000 --- a/network/emacs-w3m/emacs-w3m.info +++ /dev/null @@ -1,10 +0,0 @@ -PRGNAM="emacs-w3m" -VERSION="cvs_1.4.569_0.20170110" -HOMEPAGE="http://emacs-w3m.namazu.org/" -DOWNLOAD="http://ponce.cc/slackware/sources/repo/w3m-el-snapshot_1.4.569+0.20170110.orig.tar.gz" -MD5SUM="f8bb143de0b009038d6fc73295af40c7" -DOWNLOAD_x86_64="" -MD5SUM_x86_64="" -REQUIRES="w3m" -MAINTAINER="Felix Pfeifer" -EMAIL="pfeifer[dot]felix[at]googlemail[dot]com" diff --git a/network/emacs-w3m/slack-desc b/network/emacs-w3m/slack-desc deleted file mode 100644 index 63ade2db34b3..000000000000 --- a/network/emacs-w3m/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 ':' except on otherwise blank lines. - - |-----handy-ruler------------------------------------------------------| -emacs-w3m: emacs-w3m (simple Emacs interface of w3m) -emacs-w3m: -emacs-w3m: Emacs-w3m is an interface program of w3m, a pager with WWW -emacs-w3m: capability. It can be used as a lightweight WWW browser on -emacs-w3m: emacsen. -emacs-w3m: -emacs-w3m: -emacs-w3m: -emacs-w3m: -emacs-w3m: -emacs-w3m: |