pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc Added textproc/asciidir version 0.6



details:   https://anonhg.NetBSD.org/pkgsrc/rev/be2ec885346c
branches:  trunk
changeset: 310915:be2ec885346c
user:      manu <manu%pkgsrc.org@localhost>
date:      Thu Jul 26 14:27:23 2018 +0000

description:
Added textproc/asciidir version 0.6

asccidir recursively remove non-ASCII characters from file name.

By default, western languages accents are turned into plain ASCII
characters, and evertything else non ASCII is removed, but a
transliteration map can be provided for more complex translations.

diffstat:

 doc/CHANGES-2018           |   3 ++-
 textproc/Makefile          |   3 ++-
 textproc/asciidir/DESCR    |   5 +++++
 textproc/asciidir/Makefile |  17 +++++++++++++++++
 textproc/asciidir/PLIST    |   3 +++
 textproc/asciidir/distinfo |   6 ++++++
 6 files changed, 35 insertions(+), 2 deletions(-)

diffs (78 lines):

diff -r 9def70cd6424 -r be2ec885346c doc/CHANGES-2018
--- a/doc/CHANGES-2018  Thu Jul 26 14:21:48 2018 +0000
+++ b/doc/CHANGES-2018  Thu Jul 26 14:27:23 2018 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-2018,v 1.3350 2018/07/26 13:55:40 jaapb Exp $
+$NetBSD: CHANGES-2018,v 1.3351 2018/07/26 14:27:23 manu Exp $
 
 Changes to the packages collection and infrastructure in 2018:
 
@@ -4779,3 +4779,4 @@
        Added print/py-latexcodec version 1.0.5 [jaapb 2018-07-26]
        Updated www/php-nextcloud to 13.0.5 [ryoon 2018-07-26]
        Added textproc/py-pybtex version 0.21 [jaapb 2018-07-26]
+       Added textproc/asciidir version 0.6 [manu 2018-07-26]
diff -r 9def70cd6424 -r be2ec885346c textproc/Makefile
--- a/textproc/Makefile Thu Jul 26 14:21:48 2018 +0000
+++ b/textproc/Makefile Thu Jul 26 14:27:23 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.996 2018/07/26 13:56:08 jaapb Exp $
+# $NetBSD: Makefile,v 1.997 2018/07/26 14:27:23 manu Exp $
 #
 
 COMMENT=       Text processing utilities (does not include desktop publishing)
@@ -27,6 +27,7 @@
 SUBDIR+=       ansifilter
 SUBDIR+=       antiword
 SUBDIR+=       artha
+SUBDIR+=       asciidir
 SUBDIR+=       asciidoc
 SUBDIR+=       aspell
 SUBDIR+=       aspell-af
diff -r 9def70cd6424 -r be2ec885346c textproc/asciidir/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/asciidir/DESCR   Thu Jul 26 14:27:23 2018 +0000
@@ -0,0 +1,5 @@
+asccidir recursively remove non-ASCII characters from file name.
+
+By default, western languages accents are turned into plain ASCII
+characters, and evertything else non ASCII is removed, but a
+transliteration map can be provided for more complex translations.
diff -r 9def70cd6424 -r be2ec885346c textproc/asciidir/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/asciidir/Makefile        Thu Jul 26 14:27:23 2018 +0000
@@ -0,0 +1,17 @@
+# $NetBSD: Makefile,v 1.1 2018/07/26 14:27:23 manu Exp $
+
+DISTNAME=      asciidir-0.6
+CATEGORIES=    textproc
+MASTER_SITES=  https://ftp.espci.fr/pub/asciidir/
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://ftp.espci.fr/pub/asciidir/
+COMMENT=       Recursively remove non ASCII characters in file names
+LICENSE=       original-bsd
+
+USE_LIBTOOL=   yes
+USE_TOOLS+=    pkg-config
+GNU_CONFIGURE= yes
+
+.include       "../../converters/libiconv/buildlink3.mk"
+.include       "../../mk/bsd.pkg.mk"
diff -r 9def70cd6424 -r be2ec885346c textproc/asciidir/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/asciidir/PLIST   Thu Jul 26 14:27:23 2018 +0000
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST,v 1.1 2018/07/26 14:27:23 manu Exp $
+bin/asciidir
+man/man1/asciidir.1
diff -r 9def70cd6424 -r be2ec885346c textproc/asciidir/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/asciidir/distinfo        Thu Jul 26 14:27:23 2018 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2018/07/26 14:27:23 manu Exp $
+
+SHA1 (asciidir-0.6.tar.gz) = ea322d16e991de5da6c1ed8cdfad6ba29ad4b38f
+RMD160 (asciidir-0.6.tar.gz) = 469caef8356762e46d6a7aaff423016204631c99
+SHA512 (asciidir-0.6.tar.gz) = 67c8aca814ed0a9667040cf97c86bdcf99f492ae7fa8b2c5037b0bfad9c1bcf4fad1a077dd033ee7ff368db52691e6c16247e9195eea7dcc3d099570d70cb0d7
+Size (asciidir-0.6.tar.gz) = 137005 bytes



Home | Main Index | Thread Index | Old Index