Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 14 Oct 2019 02:14:11 +0000 (UTC)
From:      =?UTF-8?Q?Romain_Tarti=c3=a8re?= <romain@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r514429 - in head/french: . py-grammalecte
Message-ID:  <201910140214.x9E2EB7J028876@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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/



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