From 8f693be4c3c8119ac14ef982bc53b3db267393d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Romain=20Tarti=C3=A8re?= Date: Mon, 14 Oct 2019 02:14:11 +0000 Subject: New port: french/py-grammalecte: French grammar and typographic corrector --- french/Makefile | 1 + french/py-grammalecte/Makefile | 21 +++++++++++++++++++++ french/py-grammalecte/distinfo | 3 +++ french/py-grammalecte/pkg-descr | 5 +++++ 4 files changed, 30 insertions(+) create mode 100644 french/py-grammalecte/Makefile create mode 100644 french/py-grammalecte/distinfo create mode 100644 french/py-grammalecte/pkg-descr (limited to 'french') diff --git a/french/Makefile b/french/Makefile index d3b94ea26304..4663181d8e5e 100644 --- a/french/Makefile +++ b/french/Makefile @@ -15,6 +15,7 @@ SUBDIR += libreoffice SUBDIR += med SUBDIR += mythes + SUBDIR += py-grammalecte SUBDIR += trytond28_account_fr SUBDIR += verbiste SUBDIR += wordpress diff --git a/french/py-grammalecte/Makefile b/french/py-grammalecte/Makefile new file mode 100644 index 000000000000..ef0b96826443 --- /dev/null +++ b/french/py-grammalecte/Makefile @@ -0,0 +1,21 @@ +# $FreeBSD$ + +PORTNAME= grammalecte +PORTVERSION= 1.5.0 +CATEGORIES= french python +MASTER_SITES= http://www.dicollecte.org/grammalecte/zip/ +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= Grammalecte-fr-v${PORTVERSION} + +MAINTAINER= romain@FreeBSD.org +COMMENT= French grammar and typographic corrector + +LICENSE= GPLv3 +LICENSE_FILE= ${WRKSRC}/LICENSE.txt + +USES= python:3.4+ zip +USE_PYTHON= autoplist distutils + +WRKSRC= ${WRKDIR} + +.include diff --git a/french/py-grammalecte/distinfo b/french/py-grammalecte/distinfo new file mode 100644 index 000000000000..6366e7e3a8f4 --- /dev/null +++ b/french/py-grammalecte/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1570049437 +SHA256 (Grammalecte-fr-v1.5.0.zip) = 1ff86675c66a6742be42226b5ba0e07ed21f03e06ad5779b14d8afabd029d02f +SIZE (Grammalecte-fr-v1.5.0.zip) = 3523111 diff --git a/french/py-grammalecte/pkg-descr b/french/py-grammalecte/pkg-descr new file mode 100644 index 000000000000..e1ab7ecb5c61 --- /dev/null +++ b/french/py-grammalecte/pkg-descr @@ -0,0 +1,5 @@ +Grammalecte is an Open Source grammar and typographic corrector dedicated to +the French language. It attempts to help writing French without spoiling +users' attention with false alarms. + +WWW: https://grammalecte.net/ -- cgit v1.2.3