svn commit: r514429 - in head/french: . py-grammalecte
Romain Tartière
romain at FreeBSD.org
Mon Oct 14 02:14:12 UTC 2019
Author: romain
Date: Mon Oct 14 02:14:11 2019
New Revision: 514429
URL: https://svnweb.freebsd.org/changeset/ports/514429
Log:
New port: french/py-grammalecte: French grammar and typographic corrector
Added:
head/french/py-grammalecte/
head/french/py-grammalecte/Makefile (contents, props changed)
head/french/py-grammalecte/distinfo (contents, props changed)
head/french/py-grammalecte/pkg-descr (contents, props changed)
Modified:
head/french/Makefile
Modified: head/french/Makefile
==============================================================================
--- head/french/Makefile Mon Oct 14 01:38:50 2019 (r514428)
+++ head/french/Makefile Mon Oct 14 02:14:11 2019 (r514429)
@@ -15,6 +15,7 @@
SUBDIR += libreoffice
SUBDIR += med
SUBDIR += mythes
+ SUBDIR += py-grammalecte
SUBDIR += trytond28_account_fr
SUBDIR += verbiste
SUBDIR += wordpress
Added: head/french/py-grammalecte/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/french/py-grammalecte/Makefile Mon Oct 14 02:14:11 2019 (r514429)
@@ -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 at 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>
Added: head/french/py-grammalecte/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/french/py-grammalecte/distinfo Mon Oct 14 02:14:11 2019 (r514429)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1570049437
+SHA256 (Grammalecte-fr-v1.5.0.zip) = 1ff86675c66a6742be42226b5ba0e07ed21f03e06ad5779b14d8afabd029d02f
+SIZE (Grammalecte-fr-v1.5.0.zip) = 3523111
Added: head/french/py-grammalecte/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/french/py-grammalecte/pkg-descr Mon Oct 14 02:14:11 2019 (r514429)
@@ -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/
More information about the svn-ports-all
mailing list