aboutsummaryrefslogtreecommitdiff
path: root/textproc/sw-hunspell
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2011-07-20 21:06:18 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2011-07-20 21:06:18 +0000
commitefcaea30e27e4ecd3018b6e3e68fded94e13c353 (patch)
treee0364d15a18bbaf2dead4b95d154887a38189b6d /textproc/sw-hunspell
parent946a43afd762ee05eb4e4e8a6e6bbdadcf238dcf (diff)
downloadports-efcaea30e27e4ecd3018b6e3e68fded94e13c353.tar.gz
ports-efcaea30e27e4ecd3018b6e3e68fded94e13c353.zip
Notes
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 000000000000..d63add5432c2
--- /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 000000000000..b106c6a557b8
--- /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 000000000000..f7ca4f3eb4f3
--- /dev/null
+++ b/textproc/sw-hunspell/pkg-descr
@@ -0,0 +1,3 @@
+Swedish hunspell dictionnaries
+
+WWW: http://code.google.com/p/dsso/