aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/sw-hunspell
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2011-07-21 05:06:18 +0800
committerbapt <bapt@FreeBSD.org>2011-07-21 05:06:18 +0800
commit04ba232f4d41900a3159dfa11476536268fc8679 (patch)
tree68962f3ffabfbc3e9fb0aa9c5ffce00c927a08f0 /textproc/sw-hunspell
parentccf60b53c49e3730310206d9373d40bc63b4d7d8 (diff)
downloadfreebsd-ports-graphics-04ba232f4d41900a3159dfa11476536268fc8679.tar.gz
freebsd-ports-graphics-04ba232f4d41900a3159dfa11476536268fc8679.tar.zst
freebsd-ports-graphics-04ba232f4d41900a3159dfa11476536268fc8679.zip
Add Swedish hunspell dictionnaries
Diffstat (limited to 'textproc/sw-hunspell')
-rw-r--r--textproc/sw-hunspell/Makefile34
-rw-r--r--textproc/sw-hunspell/distinfo2
-rw-r--r--textproc/sw-hunspell/pkg-descr3
3 files changed, 39 insertions, 0 deletions
diff --git a/textproc/sw-hunspell/Makefile b/textproc/sw-hunspell/Makefile
new file mode 100644
index 00000000000..d63add5432c
--- /dev/null
+++ b/textproc/sw-hunspell/Makefile
@@ -0,0 +1,34 @@
+# New ports collection makefile for: sw-hunspell
+# Date created: 2011-07-20
+# Whom: Baptiste Daroussin <bapt@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= sw-hunspell
+PORTVERSION= 1.46
+CATEGORIES= textproc
+MASTER_SITES= GOOGLE_CODE
+DISTNAME= sv-${PORTVERSION}
+
+MAINTAINER= bapt@FreeBSD.org
+COMMENT= Swedish hunspell dictionaries
+
+PROJECTHOST= dsso
+USE_ZIP= yes
+NO_BUILD= yes
+
+PLIST_FILES= share/hunspell/sv_SE.aff \
+ share/hunspell/sv_SE.dic \
+ share/hunspell/sv_FI.aff \
+ share/hunspell/sv_FI.dic
+PLIST_DIRS= share/hunspell
+
+do-install:
+ @${MKDIR} ${PREFIX}/share/hunspell
+ @${INSTALL_DATA} ${WRKDIR}/sv_SE* ${PREFIX}/share/hunspell
+ @cd ${PREFIX}/share/hunspell; \
+ ${LN} -s sv_SE.aff sv_FI.aff; \
+ ${LN} -s sv_SE.dic sv_FI.dic
+
+.include <bsd.port.mk>
diff --git a/textproc/sw-hunspell/distinfo b/textproc/sw-hunspell/distinfo
new file mode 100644
index 00000000000..b106c6a557b
--- /dev/null
+++ b/textproc/sw-hunspell/distinfo
@@ -0,0 +1,2 @@
+SHA256 (sv-1.46.zip) = acd974002d6ddf9c27e31f4111ebd169ca3ee407cc5a46165b93c41d02ee402c
+SIZE (sv-1.46.zip) = 336191
diff --git a/textproc/sw-hunspell/pkg-descr b/textproc/sw-hunspell/pkg-descr
new file mode 100644
index 00000000000..f7ca4f3eb4f
--- /dev/null
+++ b/textproc/sw-hunspell/pkg-descr
@@ -0,0 +1,3 @@
+Swedish hunspell dictionnaries
+
+WWW: http://code.google.com/p/dsso/