Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 10 Oct 2020 17:54:38 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r551936 - in head/textproc: . py-arabic-reshaper
Message-ID:  <202010101754.09AHsclk048831@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sat Oct 10 17:54:38 2020
New Revision: 551936
URL: https://svnweb.freebsd.org/changeset/ports/551936

Log:
  Add py-arabic-reshaper 2.1.0
  
  Python Arabic Reshaper reconstruct Arabic sentences to be used in applications
  that do not support Arabic script.
  
  WWW: https://github.com/mpcabd/python-arabic-reshaper

Added:
  head/textproc/py-arabic-reshaper/
  head/textproc/py-arabic-reshaper/Makefile   (contents, props changed)
  head/textproc/py-arabic-reshaper/distinfo   (contents, props changed)
  head/textproc/py-arabic-reshaper/pkg-descr   (contents, props changed)
Modified:
  head/textproc/Makefile

Modified: head/textproc/Makefile
==============================================================================
--- head/textproc/Makefile	Sat Oct 10 17:54:34 2020	(r551935)
+++ head/textproc/Makefile	Sat Oct 10 17:54:38 2020	(r551936)
@@ -1219,6 +1219,7 @@
     SUBDIR += py-agate-dbf
     SUBDIR += py-agate-excel
     SUBDIR += py-alabaster
+    SUBDIR += py-arabic-reshaper
     SUBDIR += py-asciinema
     SUBDIR += py-asonic
     SUBDIR += py-autopep8

Added: head/textproc/py-arabic-reshaper/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/py-arabic-reshaper/Makefile	Sat Oct 10 17:54:38 2020	(r551936)
@@ -0,0 +1,33 @@
+# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	arabic-reshaper
+PORTVERSION=	2.1.0
+DISTVERSIONPREFIX=	v
+CATEGORIES=	textproc python
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	sunpoet@FreeBSD.org
+COMMENT=	Reconstruct Arabic sentences to be used in applications that do not support Arabic
+
+LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}future>=0:devel/py-future@${PY_FLAVOR}
+
+USES=		python
+USE_PYTHON=	autoplist concurrent distutils
+
+NO_ARCH=	yes
+
+GH_ACCOUNT=	mpcabd
+GH_PROJECT=	python-arabic-reshaper
+USE_GITHUB=	yes
+
+.include <bsd.port.pre.mk>
+
+.if ${PYTHON_REL} < 3000
+RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}configparser>=0:devel/py-configparser@${PY_FLAVOR}
+.endif
+
+.include <bsd.port.post.mk>

Added: head/textproc/py-arabic-reshaper/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/py-arabic-reshaper/distinfo	Sat Oct 10 17:54:38 2020	(r551936)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1602317845
+SHA256 (mpcabd-python-arabic-reshaper-v2.1.0_GH0.tar.gz) = e0d34a4a5c7e594a6690b2582099e6ff2afd39c8d5665de3e336623c2781a904
+SIZE (mpcabd-python-arabic-reshaper-v2.1.0_GH0.tar.gz) = 21954

Added: head/textproc/py-arabic-reshaper/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/py-arabic-reshaper/pkg-descr	Sat Oct 10 17:54:38 2020	(r551936)
@@ -0,0 +1,4 @@
+Python Arabic Reshaper reconstruct Arabic sentences to be used in applications
+that do not support Arabic script.
+
+WWW: https://github.com/mpcabd/python-arabic-reshaper



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202010101754.09AHsclk048831>