Index: head/french/Makefile =================================================================== --- head/french/Makefile (revision 514428) +++ head/french/Makefile (revision 514429) @@ -1,22 +1,23 @@ # $FreeBSD$ # COMMENT = French support SUBDIR += aspell SUBDIR += aster SUBDIR += fortune-mod-zarathoustra SUBDIR += geonext SUBDIR += gimp-help SUBDIR += homard SUBDIR += hunspell SUBDIR += hyphen SUBDIR += jdictionary-fre-hun SUBDIR += libreoffice SUBDIR += med SUBDIR += mythes + SUBDIR += py-grammalecte SUBDIR += trytond28_account_fr SUBDIR += verbiste SUBDIR += wordpress .include Index: head/french/py-grammalecte/Makefile =================================================================== --- head/french/py-grammalecte/Makefile (nonexistent) +++ head/french/py-grammalecte/Makefile (revision 514429) @@ -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 Property changes on: head/french/py-grammalecte/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/french/py-grammalecte/distinfo =================================================================== --- head/french/py-grammalecte/distinfo (nonexistent) +++ head/french/py-grammalecte/distinfo (revision 514429) @@ -0,0 +1,3 @@ +TIMESTAMP = 1570049437 +SHA256 (Grammalecte-fr-v1.5.0.zip) = 1ff86675c66a6742be42226b5ba0e07ed21f03e06ad5779b14d8afabd029d02f +SIZE (Grammalecte-fr-v1.5.0.zip) = 3523111 Property changes on: head/french/py-grammalecte/distinfo ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/french/py-grammalecte/pkg-descr =================================================================== --- head/french/py-grammalecte/pkg-descr (nonexistent) +++ head/french/py-grammalecte/pkg-descr (revision 514429) @@ -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/ Property changes on: head/french/py-grammalecte/pkg-descr ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property