summaryrefslogtreecommitdiffstats
path: root/development/colordiff
diff options
context:
space:
mode:
author Ryan P.C. McQuen <ryanpcmcquen@gmail.com>2014-05-27 13:06:16 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2014-05-28 23:45:41 +0700
commit029148aab8dbe466673d4bcd2f5e8118b21d1f3d (patch)
tree4051c6d6ce74e5dbc495940fad1ac7528b424821 /development/colordiff
parent2c7456dbefb07eaf3f3cabd80e48d8c675440f9e (diff)
downloadslackbuilds-029148aab8dbe466673d4bcd2f5e8118b21d1f3d.tar.gz
slackbuilds-029148aab8dbe466673d4bcd2f5e8118b21d1f3d.tar.xz
development/colordiff: Updated for version 1.0.13 + new maintainer.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/colordiff')
-rw-r--r--development/colordiff/colordiff.SlackBuild36
-rw-r--r--development/colordiff/colordiff.info12
2 files changed, 33 insertions, 15 deletions
diff --git a/development/colordiff/colordiff.SlackBuild b/development/colordiff/colordiff.SlackBuild
index 9354b689c4..01d0cb94f0 100644
--- a/development/colordiff/colordiff.SlackBuild
+++ b/development/colordiff/colordiff.SlackBuild
@@ -2,10 +2,30 @@
# Slackware build script for colordiff
-# Written by Grigorios Bouzakis (grbzks@gmail.com)
+# Originally by Grigorios Bouzakis (grbzks@gmail.com)
+
+# Ryan P.C. McQuen, WA, ryan.q@linux.com
+
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 3 of the License, or
+# (at your option) any later version, with the following exception:
+# the text of the GPL license may be omitted..
+
+# This program is distributed in the hope that it will be useful, but
+# without any warranty; without even the implied warranty of
+# merchantability or fitness for a particular purpose. Compiling,
+# interpreting, executing or merely reading the text of the program
+# may result in lapses of consciousness and/or very being, up to and
+# including the end of all existence and the Universe as we know it.
+# See the GNU General Public License for more details.
+
+# You may have received a copy of the GNU General Public License
+# along with this program (most likely, a file named COPYING). If
+# not, see <http://www.gnu.org/licenses/>.
PRGNAM=colordiff
-VERSION=${VERSION:-1.0.9}
+VERSION=${VERSION:-1.0.13}
ARCH=noarch
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -25,10 +45,10 @@ tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
cd $PRGNAM-$VERSION
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 {} \;
+ \( -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 640 -o -perm 600 -o -perm 444 \
+ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
mkdir -p $PKG/etc $PKG/usr/bin $PKG/usr/man/man1
install -m 644 colordiffrc $PKG/etc/colordiffrc.new
@@ -37,9 +57,7 @@ install -m 755 cdiff.sh $PKG/usr/bin/cdiff
gzip -9c colordiff.1 > $PKG/usr/man/man1/colordiff.1.gz
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
-cp -a \
- BUGS CHANGES COPYING INSTALL README TODO \
- $PKG/usr/doc/$PRGNAM-$VERSION
+cp -a BUGS CHANGES COPYING INSTALL README $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install
diff --git a/development/colordiff/colordiff.info b/development/colordiff/colordiff.info
index 4666084478..1b421594b2 100644
--- a/development/colordiff/colordiff.info
+++ b/development/colordiff/colordiff.info
@@ -1,10 +1,10 @@
PRGNAM="colordiff"
-VERSION="1.0.9"
-HOMEPAGE="http://colordiff.sourceforge.net"
-DOWNLOAD="http://colordiff.sourceforge.net/colordiff-1.0.9.tar.gz"
-MD5SUM="31864847eaa4e900f72bbb6bbc64f1ec"
+VERSION="1.0.13"
+HOMEPAGE="http://www.colordiff.org/"
+DOWNLOAD="http://www.colordiff.org/colordiff-1.0.13.tar.gz"
+MD5SUM="77093f7b31b84622bb59e75a12259ca5"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""
-MAINTAINER="Grigorios Bouzakis"
-EMAIL="grbzks@gmail.com"
+MAINTAINER="Ryan P.C. McQuen"
+EMAIL="ryan.q@linux.com"