pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
p5-Libencode-Arabic: move to p5-Encode-Arabic
Module Name: pkgsrc-wip
Committed By: Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By: wiz
Date: Wed Sep 20 13:08:58 2017 +0200
Changeset: 86f0f3d4388bfe796df4944c584e33f4bcd00884
Modified Files:
Makefile
Added Files:
p5-Encode-Arabic/DESCR
p5-Encode-Arabic/Makefile
p5-Encode-Arabic/distinfo
Removed Files:
p5-Libencode-Arabic/DESCR
p5-Libencode-Arabic/Makefile
p5-Libencode-Arabic/distinfo
Log Message:
p5-Libencode-Arabic: move to p5-Encode-Arabic
to match PKGNAME
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=86f0f3d4388bfe796df4944c584e33f4bcd00884
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
Makefile | 2 +-
p5-Encode-Arabic/DESCR | 4 ++++
p5-Encode-Arabic/Makefile | 18 ++++++++++++++++++
p5-Encode-Arabic/distinfo | 6 ++++++
p5-Libencode-Arabic/DESCR | 4 ----
p5-Libencode-Arabic/Makefile | 18 ------------------
p5-Libencode-Arabic/distinfo | 6 ------
7 files changed, 29 insertions(+), 29 deletions(-)
diffs:
diff --git a/Makefile b/Makefile
index 8469d27791..b8af52b146 100644
--- a/Makefile
+++ b/Makefile
@@ -2395,6 +2395,7 @@ SUBDIR+= p5-Devel-Profiler
SUBDIR+= p5-Egg-Plugin-Crypt-CBC
SUBDIR+= p5-Email-AddressParser
SUBDIR+= p5-Email-Outlook-Message
+SUBDIR+= p5-Encode-Arabic
SUBDIR+= p5-Encode-IMAPUTF7
SUBDIR+= p5-Encode-compat
SUBDIR+= p5-Exception-Base
@@ -2426,7 +2427,6 @@ SUBDIR+= p5-Iterator-Util
SUBDIR+= p5-JSON-WebToken
SUBDIR+= p5-KyotoCabinet
SUBDIR+= p5-LWP-Protocol-socks
-SUBDIR+= p5-Libencode-Arabic
SUBDIR+= p5-Lingua-Stem-Snowball-No
SUBDIR+= p5-Lingua-Stem-Snowball-Se
SUBDIR+= p5-Lingua-StopWords
diff --git a/p5-Encode-Arabic/DESCR b/p5-Encode-Arabic/DESCR
new file mode 100644
index 0000000000..7fc7eeccff
--- /dev/null
+++ b/p5-Encode-Arabic/DESCR
@@ -0,0 +1,4 @@
+Encode::Arabic is a wrapper for various implementations of the encoding systems
+used for the Arabic language and covering even some non-Arabic extensions to
+the Arabic script. The included modules fit in the philosophy of
+Encode::Encoding and can be used directly with the Encode module
diff --git a/p5-Encode-Arabic/Makefile b/p5-Encode-Arabic/Makefile
new file mode 100644
index 0000000000..aa4c69b5c6
--- /dev/null
+++ b/p5-Encode-Arabic/Makefile
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.2 2012/10/04 18:42:20 asau Exp $
+
+DISTNAME= Encode-Arabic-14.2
+PKGNAME= p5-${DISTNAME}
+CATEGORIES= converters perl5
+MASTER_SITES= http://search.cpan.org/CPAN/authors/id/S/SM/SMRZ/
+
+MAINTAINER= kamelderouiche%yahoo.com@localhost
+HOMEPAGE= http://search.cpan.org/dist/Encode-Arabic/
+COMMENT= Perl5 implementation for Arabic encodings
+LICENSE= ${PERL5_LICENSE}
+
+PERL5_MODULE_TYPE= Module::Build
+PERL5_PACKLIST= auto/Encode/Arabic/.packlist
+USE_LANGUAGES= # none
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/p5-Encode-Arabic/distinfo b/p5-Encode-Arabic/distinfo
new file mode 100644
index 0000000000..47c72ca922
--- /dev/null
+++ b/p5-Encode-Arabic/distinfo
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1.1.1 2010/09/07 00:56:29 jihbed Exp $
+
+SHA1 (Encode-Arabic-14.2.tar.gz) = f78b9db1268e2156d66a8186f3cc0a69d63e4c0b
+RMD160 (Encode-Arabic-14.2.tar.gz) = d21f5b34b6b3954ac5ea3727522fea243540dad4
+SHA512 (Encode-Arabic-14.2.tar.gz) = 0c1613dd88763a049c7cd4395b18dc5c33496a5b6e64c2156733d564423e25249e68f0f28f7bc9c074678218521fee72e4d3ddc2a4c3897d83727cdc08054cf8
+Size (Encode-Arabic-14.2.tar.gz) = 89893 bytes
diff --git a/p5-Libencode-Arabic/DESCR b/p5-Libencode-Arabic/DESCR
deleted file mode 100644
index 7fc7eeccff..0000000000
--- a/p5-Libencode-Arabic/DESCR
+++ /dev/null
@@ -1,4 +0,0 @@
-Encode::Arabic is a wrapper for various implementations of the encoding systems
-used for the Arabic language and covering even some non-Arabic extensions to
-the Arabic script. The included modules fit in the philosophy of
-Encode::Encoding and can be used directly with the Encode module
diff --git a/p5-Libencode-Arabic/Makefile b/p5-Libencode-Arabic/Makefile
deleted file mode 100644
index aa4c69b5c6..0000000000
--- a/p5-Libencode-Arabic/Makefile
+++ /dev/null
@@ -1,18 +0,0 @@
-# $NetBSD: Makefile,v 1.2 2012/10/04 18:42:20 asau Exp $
-
-DISTNAME= Encode-Arabic-14.2
-PKGNAME= p5-${DISTNAME}
-CATEGORIES= converters perl5
-MASTER_SITES= http://search.cpan.org/CPAN/authors/id/S/SM/SMRZ/
-
-MAINTAINER= kamelderouiche%yahoo.com@localhost
-HOMEPAGE= http://search.cpan.org/dist/Encode-Arabic/
-COMMENT= Perl5 implementation for Arabic encodings
-LICENSE= ${PERL5_LICENSE}
-
-PERL5_MODULE_TYPE= Module::Build
-PERL5_PACKLIST= auto/Encode/Arabic/.packlist
-USE_LANGUAGES= # none
-
-.include "../../lang/perl5/module.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/p5-Libencode-Arabic/distinfo b/p5-Libencode-Arabic/distinfo
deleted file mode 100644
index 47c72ca922..0000000000
--- a/p5-Libencode-Arabic/distinfo
+++ /dev/null
@@ -1,6 +0,0 @@
-$NetBSD: distinfo,v 1.1.1.1 2010/09/07 00:56:29 jihbed Exp $
-
-SHA1 (Encode-Arabic-14.2.tar.gz) = f78b9db1268e2156d66a8186f3cc0a69d63e4c0b
-RMD160 (Encode-Arabic-14.2.tar.gz) = d21f5b34b6b3954ac5ea3727522fea243540dad4
-SHA512 (Encode-Arabic-14.2.tar.gz) = 0c1613dd88763a049c7cd4395b18dc5c33496a5b6e64c2156733d564423e25249e68f0f28f7bc9c074678218521fee72e4d3ddc2a4c3897d83727cdc08054cf8
-Size (Encode-Arabic-14.2.tar.gz) = 89893 bytes
Home |
Main Index |
Thread Index |
Old Index