summaryrefslogtreecommitdiffstats
path: root/graphics/bdfedit
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/bdfedit')
-rw-r--r--graphics/bdfedit/bdfedit.12
-rw-r--r--graphics/bdfedit/bdfedit.SlackBuild15
-rw-r--r--graphics/bdfedit/bdfedit.info6
-rw-r--r--graphics/bdfedit/bdfedit.pod2
4 files changed, 16 insertions, 9 deletions
diff --git a/graphics/bdfedit/bdfedit.1 b/graphics/bdfedit/bdfedit.1
index 5c281b91bd..aae33e48cf 100644
--- a/graphics/bdfedit/bdfedit.1
+++ b/graphics/bdfedit/bdfedit.1
@@ -117,5 +117,5 @@ Defaults to use for newly-created fonts. See \fB/usr/doc/bdfedit\-1.3/bdfedit.sa
.IX Header "AUTHOR"
\&\fBbdfedit\fR is © 2000 Thomas A. Fine.
.PP
-Man page created by B. Watson <yalhcru@gmail.com>, for the SlackBuilds.org project (but
+Man page created by B. Watson <urchlay@slackware.uk>, for the SlackBuilds.org project (but
it may be used by anyone).
diff --git a/graphics/bdfedit/bdfedit.SlackBuild b/graphics/bdfedit/bdfedit.SlackBuild
index 9b0289f35c..c97898ad97 100644
--- a/graphics/bdfedit/bdfedit.SlackBuild
+++ b/graphics/bdfedit/bdfedit.SlackBuild
@@ -1,8 +1,8 @@
-#!/bin/sh
+#!/bin/bash
# Slackware build script for bdfedit
-# Written by B. Watson (yalhcru@gmail.com)
+# Written by B. Watson (urchlay@slackware.uk)
# Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/
# for details.
@@ -16,15 +16,22 @@
# Yes, this is old software that hasn't been maintained in 12+ years,
# but it works fine.
+cd $(dirname $0) ; CWD=$(pwd)
+
PRGNAM=bdfedit
VERSION=${VERSION:-1.3}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
+PKGTYPE=${PKGTYPE:-tgz}
ARCH=noarch
# no CFLAGS or LIBDIRSUFFIX needed here
-CWD=$(pwd)
+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}
@@ -74,4 +81,4 @@ 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.${PKGTYPE:-tgz}
+/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE
diff --git a/graphics/bdfedit/bdfedit.info b/graphics/bdfedit/bdfedit.info
index 6a8c610114..fc13958890 100644
--- a/graphics/bdfedit/bdfedit.info
+++ b/graphics/bdfedit/bdfedit.info
@@ -1,10 +1,10 @@
PRGNAM="bdfedit"
VERSION="1.3"
-HOMEPAGE="http://hea-www.harvard.edu/~fine/Tech/bdfedit.html"
-DOWNLOAD="http://hea-www.harvard.edu/~fine/Tech/bdfedit1.3.tar.gz"
+HOMEPAGE="https://hea-www.harvard.edu/~fine/Tech/bdfedit.html"
+DOWNLOAD="https://hea-www.harvard.edu/~fine/Tech/bdfedit1.3.tar.gz"
MD5SUM="c29a74fa4d964e197f96c66777ccf18b"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""
MAINTAINER="B. Watson"
-EMAIL="yalhcru@gmail.com"
+EMAIL="urchlay@slackware.uk"
diff --git a/graphics/bdfedit/bdfedit.pod b/graphics/bdfedit/bdfedit.pod
index 809e2426b7..334874995e 100644
--- a/graphics/bdfedit/bdfedit.pod
+++ b/graphics/bdfedit/bdfedit.pod
@@ -48,5 +48,5 @@ Defaults to use for newly-created fonts. See B</usr/doc/bdfedit-1.3/bdfedit.samp
B<bdfedit> is © 2000 Thomas A. Fine.
-Man page created by B. Watson <yalhcru@gmail.com>, for the SlackBuilds.org project (but
+Man page created by B. Watson <urchlay@slackware.uk>, for the SlackBuilds.org project (but
it may be used by anyone).