Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 3 Mar 2017 06:28:14 +0000 (UTC)
From:      Kirill Ponomarew <krion@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r435314 - in head/textproc: . ie-hunspell
Message-ID:  <201703030628.v236SEBK015276@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: krion
Date: Fri Mar  3 06:28:14 2017
New Revision: 435314
URL: https://svnweb.freebsd.org/changeset/ports/435314

Log:
  New port: textproc/ie-hunspell
  
    Interlingue spellchecking dictionary for use with Hunspell.
    WWW: https://github.com/Carmina16/hunspell-ie
  
  PR:		217380
  Submitted by:	mistresssilvara@hotmail.com
  Approved by:	mat (mentor)
  Differential Revision:	https://reviews.freebsd.org/D9815

Added:
  head/textproc/ie-hunspell/
  head/textproc/ie-hunspell/Makefile   (contents, props changed)
  head/textproc/ie-hunspell/distinfo   (contents, props changed)
  head/textproc/ie-hunspell/pkg-descr   (contents, props changed)
Modified:
  head/textproc/Makefile

Modified: head/textproc/Makefile
==============================================================================
--- head/textproc/Makefile	Fri Mar  3 06:24:05 2017	(r435313)
+++ head/textproc/Makefile	Fri Mar  3 06:28:14 2017	(r435314)
@@ -329,6 +329,7 @@
     SUBDIR += id-aspell
     SUBDIR += id-hyphen
     SUBDIR += idnits
+    SUBDIR += ie-hunspell
     SUBDIR += igor
     SUBDIR += iksemel
     SUBDIR += info2html

Added: head/textproc/ie-hunspell/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/ie-hunspell/Makefile	Fri Mar  3 06:28:14 2017	(r435314)
@@ -0,0 +1,28 @@
+# $FreeBSD$
+
+PORTNAME=	hunspell
+PORTVERSION=	0.6
+DISTVERSIONPREFIX=	v
+CATEGORIES=	textproc
+PKGNAMEPREFIX=	ie-
+
+MAINTAINER=	mistresssilvara@hotmail.com
+COMMENT=	Interlingue Hunspell dictionaries
+
+LICENSE=	APACHE20
+
+USE_GITHUB=	yes
+GH_ACCOUNT=	Carmina16
+GH_PROJECT=	hunspell-ie
+
+NO_ARCH=	yes
+NO_BUILD=	yes
+
+PLIST_FILES=	${DATADIR}/ie.aff \
+		${DATADIR}/ie.dic
+
+do-install:
+	${MKDIR} ${STAGEDIR}${DATADIR}
+	${INSTALL_DATA} ${WRKSRC}/ie.aff ${WRKSRC}/ie.dic ${STAGEDIR}${DATADIR}
+
+.include <bsd.port.mk>

Added: head/textproc/ie-hunspell/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/ie-hunspell/distinfo	Fri Mar  3 06:28:14 2017	(r435314)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1488480542
+SHA256 (Carmina16-hunspell-ie-v0.6_GH0.tar.gz) = 89e35f5ee8dbb231ecd58ac00941800c64ab9a16d40f458aa093f366df75477a
+SIZE (Carmina16-hunspell-ie-v0.6_GH0.tar.gz) = 92592

Added: head/textproc/ie-hunspell/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/ie-hunspell/pkg-descr	Fri Mar  3 06:28:14 2017	(r435314)
@@ -0,0 +1,3 @@
+Interlingue spellchecking dictionary for use with Hunspell.
+
+WWW: https://github.com/Carmina16/hunspell-ie



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