Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F140573768
D9815.id54425.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
D9815.id54425.diff
View Options
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
Details
Attached
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)
Attached To
Mode
D9815: New port: textproc/ie-hunspell
Attached
Detach File
Event Timeline
Log In to Comment