summaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
author Daniel de Kok <danieldk@pobox.com>2010-05-11 19:44:48 +0200
committer Robby Workman <rworkman@slackbuilds.org>2010-05-11 19:44:48 +0200
commit0e9451f89cdf7c5899829457ff590f0af6815736 (patch)
treefaa96783610be247764b209c301d6153328fad2d /graphics
parentf9f5cee26c21534743cb9c6e6a6a0adf438260eb (diff)
downloadslackbuilds-0e9451f89cdf7c5899829457ff590f0af6815736.tar.gz
slackbuilds-0e9451f89cdf7c5899829457ff590f0af6815736.tar.xz
graphics/grap: Updated for version 1.40
Diffstat (limited to 'graphics')
-rw-r--r--graphics/grap/README4
-rw-r--r--graphics/grap/grap.SlackBuild4
-rw-r--r--graphics/grap/grap.info2
-rw-r--r--graphics/grap/slack-desc10
4 files changed, 12 insertions, 8 deletions
diff --git a/graphics/grap/README b/graphics/grap/README
index 282c29d8aa..8e70345802 100644
--- a/graphics/grap/README
+++ b/graphics/grap/README
@@ -4,7 +4,3 @@ an expressive language for describing graphs and incorporating them
in typeset documents. It is implemented as a preprocessor to
Kernigan's pic language for describing images, so any system that
can use pic can use grap. For sure, TeX and groff can use it.
-
-To be useful, the pic program from the groff package that is included
-in Slackware Linux is required.
-
diff --git a/graphics/grap/grap.SlackBuild b/graphics/grap/grap.SlackBuild
index e20efc0dcb..b8fe96d995 100644
--- a/graphics/grap/grap.SlackBuild
+++ b/graphics/grap/grap.SlackBuild
@@ -31,7 +31,7 @@ VERSION=1.40
ARCH=${ARCH:-i486}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
-CWD=`pwd`
+CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
@@ -68,7 +68,7 @@ make install DESTDIR=$PKG
( cd $PKG/usr/man
find . -type f -exec gzip -9 {} \;
- for i in `find . -type l` ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done
+ for i in $(find . -type l) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done
)
mkdir -p $PKG/install
diff --git a/graphics/grap/grap.info b/graphics/grap/grap.info
index e55b9ed397..b351a46bcd 100644
--- a/graphics/grap/grap.info
+++ b/graphics/grap/grap.info
@@ -5,4 +5,4 @@ DOWNLOAD="http://www.lunabase.org/~faber/Vault/software/grap/grap-1.40.tar.gz"
MD5SUM="a9d8ebef1ff6e788dbb136a03332f379"
MAINTAINER="Daniel de Kok"
EMAIL="danieldk@pobox.com"
-APPROVED="robw810"
+APPROVED="rworkman"
diff --git a/graphics/grap/slack-desc b/graphics/grap/slack-desc
index fd53a73e84..48490767d0 100644
--- a/graphics/grap/slack-desc
+++ b/graphics/grap/slack-desc
@@ -1,4 +1,12 @@
-grap: grap
+# 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------------------------------------------------------|
+grap: grap (anguage for typesetting graphs)
grap:
grap: Grap is a language for typesetting graphs specified and first
grap: implemented by Brian Kernighan and Jon Bentley at Bell Labs. It is