From 8efd4f6f721f3ce83c7db338ce2f108df43a519a Mon Sep 17 00:00:00 2001 From: "Oleg O. Chukaev" Date: Tue, 23 Apr 2013 20:49:24 -0400 Subject: system/convmv: Updated for version 1.15. Signed-off-by: dsomero --- system/convmv/README | 3 --- system/convmv/convmv.SlackBuild | 4 +--- system/convmv/convmv.info | 6 +++--- system/convmv/slack-desc | 10 +++++----- 4 files changed, 9 insertions(+), 14 deletions(-) (limited to 'system/convmv') 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 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) -- cgit v1.2.3-65-gdbad