summaryrefslogtreecommitdiffstats
path: root/games/cowsay
diff options
context:
space:
mode:
author Johannes Schoepfer <slackbuilds[at]schoepfer[dot]info>2017-04-13 22:51:03 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2017-04-13 22:57:51 +0700
commit4294909e9fcae0687b69e4033d5b6afcdfe390fc (patch)
treee5e41e507a243dbb0aa065adbfb6f8c5b3992b67 /games/cowsay
parentcb70a7b91247ae9039acdf5eefc2419c47222829 (diff)
downloadslackbuilds-4294909e9fcae0687b69e4033d5b6afcdfe390fc.tar.gz
slackbuilds-4294909e9fcae0687b69e4033d5b6afcdfe390fc.tar.xz
games/cowsay: New maintainer.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/cowsay')
-rw-r--r--games/cowsay/README4
-rw-r--r--games/cowsay/cowsay.SlackBuild20
-rw-r--r--games/cowsay/cowsay.info6
3 files changed, 24 insertions, 6 deletions
diff --git a/games/cowsay/README b/games/cowsay/README
index b374f39994..b7442bf126 100644
--- a/games/cowsay/README
+++ b/games/cowsay/README
@@ -3,5 +3,5 @@ cowsay (A Configurable Speaking/Thinking Cow)
cowsay is basically a text filter. Send some text into it, and you get a
cow saying your text.
-All you need is a working installation of Perl 5. And if you think a talking
-cow isn't enough, cows can think too. All you have to do is run cowthink.
+If you think a talking cow isn't enough, cows can think too.
+All you have to do is run cowthink.
diff --git a/games/cowsay/cowsay.SlackBuild b/games/cowsay/cowsay.SlackBuild
index 74428f1a2d..39ffbf7104 100644
--- a/games/cowsay/cowsay.SlackBuild
+++ b/games/cowsay/cowsay.SlackBuild
@@ -3,8 +3,26 @@
# Slackware build script for cowsay
# Written by David Miller dave@frop.net
-# This script is released into the public domain
# Modified by the slackbuilds.org project.
+# Copyright 2017 Johannes Schoepfer
+# All rights reserved.
+#
+# Redistribution and use of this script, with or without modification, is
+# permitted provided that the following conditions are met:
+#
+# 1. Redistributions of this script must retain the above copyright
+# notice, this list of conditions and the following disclaimer.
+#
+# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ''AS IS'' AND ANY EXPRESS OR IMPLIED
+# WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
+# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO
+# EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
+# PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
+# OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
+# WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
+# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
+# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=cowsay
VERSION=${VERSION:-3.03}
diff --git a/games/cowsay/cowsay.info b/games/cowsay/cowsay.info
index fdfab5c3b7..d2cf2b5a3e 100644
--- a/games/cowsay/cowsay.info
+++ b/games/cowsay/cowsay.info
@@ -1,10 +1,10 @@
PRGNAM="cowsay"
VERSION="3.03"
-HOMEPAGE="http://www.nog.net/~tony/warez/cowsay.shtml"
+HOMEPAGE="https://github.com/schacon/cowsay/"
DOWNLOAD="http://pkgs.fedoraproject.org/repo/pkgs/cowsay/cowsay-3.03.tar.gz/b29169797359420dadb998079021a494/cowsay-3.03.tar.gz"
MD5SUM="b29169797359420dadb998079021a494"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""
-MAINTAINER="David Miller"
-EMAIL="dave@frop.net"
+MAINTAINER="Johannes Schoepfer"
+EMAIL="slackbuilds[at]schoepfer[dot]info"