Page MenuHomeFreeBSD

D9815.id54425.diff
No OneTemporary

D9815.id54425.diff

Index: head/textproc/Makefile
===================================================================
--- head/textproc/Makefile
+++ head/textproc/Makefile
@@ -329,6 +329,7 @@
SUBDIR += id-aspell
SUBDIR += id-hyphen
SUBDIR += idnits
+ SUBDIR += ie-hunspell
SUBDIR += igor
SUBDIR += iksemel
SUBDIR += info2html
Index: head/textproc/ie-hunspell/Makefile
===================================================================
--- head/textproc/ie-hunspell/Makefile
+++ head/textproc/ie-hunspell/Makefile
@@ -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>
Index: head/textproc/ie-hunspell/distinfo
===================================================================
--- head/textproc/ie-hunspell/distinfo
+++ head/textproc/ie-hunspell/distinfo
@@ -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
Index: head/textproc/ie-hunspell/pkg-descr
===================================================================
--- head/textproc/ie-hunspell/pkg-descr
+++ head/textproc/ie-hunspell/pkg-descr
@@ -0,0 +1,3 @@
+Interlingue spellchecking dictionary for use with Hunspell.
+
+WWW: https://github.com/Carmina16/hunspell-ie

File Metadata

Mime Type
text/plain
Expires
Fri, Dec 26, 11:15 AM (1 h, 5 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
27281238
Default Alt Text
D9815.id54425.diff (1 KB)

Event Timeline