summaryrefslogtreecommitdiffstats
path: root/system
diff options
context:
space:
mode:
author Oleg O. Chukaev2013-04-24 02:49:24 +0200
committer Niels Horn2013-04-28 17:29:54 +0200
commit8efd4f6f721f3ce83c7db338ce2f108df43a519a (patch)
tree7516e965a6419bb0a5014aab5d374ecb4f3fbfa2 /system
parentb34140a82c214f14446586bfce10074a7cc2824b (diff)
downloadslackbuilds-8efd4f6f721f3ce83c7db338ce2f108df43a519a.tar.gz
system/convmv: Updated for version 1.15.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'system')
-rw-r--r--system/convmv/README3
-rw-r--r--system/convmv/convmv.SlackBuild4
-rw-r--r--system/convmv/convmv.info6
-rw-r--r--system/convmv/slack-desc10
4 files changed, 9 insertions, 14 deletions
diff --git a/system/convmv/README b/system/convmv/README
index 174199b364..35baf1a9f4 100644
--- a/system/convmv/README
+++ b/system/convmv/README
@@ -3,6 +3,3 @@ whole filesystems to a different encoding. Though it's primary written
to convert from/to UTF-8 it can also be used with almost any other
charset encoding. Convmv can also be used for case conversion from
upper to lower case and vice versa with virtually any charset.
-
-ATTENTION: Perl 5.10 seems to have a broken from_to() function so that
-convmv can not convert files to UTF-8 without using the --nosmart switch!
diff --git a/system/convmv/convmv.SlackBuild b/system/convmv/convmv.SlackBuild
index f23ad0a4b1..441588321c 100644
--- a/system/convmv/convmv.SlackBuild
+++ b/system/convmv/convmv.SlackBuild
@@ -4,16 +4,14 @@
# Written by Oleg O. Chukaev <oleg.chukaev@mail.ru>
PRGNAM=convmv
-VERSION=1.14
+VERSION=1.15
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
-# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
i?86) ARCH=i486 ;;
arm*) ARCH=arm ;;
- # Unless $ARCH is already set, use uname -m for all other archs:
*) ARCH=$( uname -m ) ;;
esac
fi
diff --git a/system/convmv/convmv.info b/system/convmv/convmv.info
index e2924c1415..c1f59b673c 100644
--- a/system/convmv/convmv.info
+++ b/system/convmv/convmv.info
@@ -1,8 +1,8 @@
PRGNAM="convmv"
-VERSION="1.14"
+VERSION="1.15"
HOMEPAGE="http://www.j3e.de/linux/convmv/"
-DOWNLOAD="http://www.j3e.de/linux/convmv/convmv-1.14.tar.gz"
-MD5SUM="d41238051c13b2e6c0cc2310a8f69d68"
+DOWNLOAD="http://www.j3e.de/linux/convmv/convmv-1.15.tar.gz"
+MD5SUM="b1bb703c08c6355868d15890ff193f7d"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""
diff --git a/system/convmv/slack-desc b/system/convmv/slack-desc
index 7c4f66cc84..f403f13577 100644
--- a/system/convmv/slack-desc
+++ b/system/convmv/slack-desc
@@ -1,9 +1,9 @@
# 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 ':'.
+# 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------------------------------------------------------|
convmv: convmv (convert filenames to utf8 or any other charset)