summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormanu <manu@pkgsrc.org>2018-07-26 14:27:23 +0000
committermanu <manu@pkgsrc.org>2018-07-26 14:27:23 +0000
commit0370f2c4af77f5cf6d9a4e1470826dd6ec7b60bc (patch)
tree2d599ff34706a498031819ea1c1ae3ca61b1e387
parenta4bdd23199edbbf7bb8b1d4564fd3b243fec9e26 (diff)
downloadpkgsrc-0370f2c4af77f5cf6d9a4e1470826dd6ec7b60bc.tar.gz
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.
-rw-r--r--doc/CHANGES-20183
-rw-r--r--textproc/Makefile3
-rw-r--r--textproc/asciidir/DESCR5
-rw-r--r--textproc/asciidir/Makefile17
-rw-r--r--textproc/asciidir/PLIST3
-rw-r--r--textproc/asciidir/distinfo6
6 files changed, 35 insertions, 2 deletions
diff --git a/doc/CHANGES-2018 b/doc/CHANGES-2018
index 024a14f46a7..ede7a1bf223 100644
--- a/doc/CHANGES-2018
+++ b/doc/CHANGES-2018
@@ -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 @@ Changes to the packages collection and infrastructure in 2018:
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 --git a/textproc/Makefile b/textproc/Makefile
index 795a30f4c0b..46b7e278349 100644
--- a/textproc/Makefile
+++ b/textproc/Makefile
@@ -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+= aiksaurus
SUBDIR+= ansifilter
SUBDIR+= antiword
SUBDIR+= artha
+SUBDIR+= asciidir
SUBDIR+= asciidoc
SUBDIR+= aspell
SUBDIR+= aspell-af
diff --git a/textproc/asciidir/DESCR b/textproc/asciidir/DESCR
new file mode 100644
index 00000000000..136183d0ced
--- /dev/null
+++ b/textproc/asciidir/DESCR
@@ -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 --git a/textproc/asciidir/Makefile b/textproc/asciidir/Makefile
new file mode 100644
index 00000000000..4688eebfc83
--- /dev/null
+++ b/textproc/asciidir/Makefile
@@ -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
+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 --git a/textproc/asciidir/PLIST b/textproc/asciidir/PLIST
new file mode 100644
index 00000000000..9aabce5f122
--- /dev/null
+++ b/textproc/asciidir/PLIST
@@ -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 --git a/textproc/asciidir/distinfo b/textproc/asciidir/distinfo
new file mode 100644
index 00000000000..1d84772ee7b
--- /dev/null
+++ b/textproc/asciidir/distinfo
@@ -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