diff options
author | Romain Tartière <romain@FreeBSD.org> | 2019-10-14 02:14:11 +0000 |
---|---|---|
committer | Romain Tartière <romain@FreeBSD.org> | 2019-10-14 02:14:11 +0000 |
commit | 8f693be4c3c8119ac14ef982bc53b3db267393d9 (patch) | |
tree | f99500edf4266320dc15cd475ddab65e0aae5729 /french | |
parent | 60c49a71ffc6ffea9665aa09e5d9f30d82d4fae4 (diff) | |
download | ports-8f693be4c3c8119ac14ef982bc53b3db267393d9.tar.gz ports-8f693be4c3c8119ac14ef982bc53b3db267393d9.zip |
Notes
Diffstat (limited to 'french')
-rw-r--r-- | french/Makefile | 1 | ||||
-rw-r--r-- | french/py-grammalecte/Makefile | 21 | ||||
-rw-r--r-- | french/py-grammalecte/distinfo | 3 | ||||
-rw-r--r-- | french/py-grammalecte/pkg-descr | 5 |
4 files changed, 30 insertions, 0 deletions
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 <bsd.port.mk> 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/ |