diff options
author | bapt <bapt@FreeBSD.org> | 2011-07-21 13:51:08 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2011-07-21 13:51:08 +0800 |
commit | b4a3f2034726b556769cf037bc7098b857c88c98 (patch) | |
tree | 9c76722730def4e095976c5624b7f4301a0df31b /textproc | |
parent | e189429fadc454a80a5b921d6bcd852a70b67663 (diff) | |
download | freebsd-ports-gnome-b4a3f2034726b556769cf037bc7098b857c88c98.tar.gz freebsd-ports-gnome-b4a3f2034726b556769cf037bc7098b857c88c98.tar.zst freebsd-ports-gnome-b4a3f2034726b556769cf037bc7098b857c88c98.zip |
Add Polish hunspell dictionaries
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/Makefile | 1 | ||||
-rw-r--r-- | textproc/pl-hunspell/Makefile | 35 | ||||
-rw-r--r-- | textproc/pl-hunspell/distinfo | 2 | ||||
-rw-r--r-- | textproc/pl-hunspell/pkg-descr | 3 |
4 files changed, 41 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index c13ece3db69b..03f279de9401 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1017,6 +1017,7 @@ SUBDIR += php52-xmlreader SUBDIR += php52-xmlwriter SUBDIR += php52-xsl + SUBDIR += pl-hunspell SUBDIR += po4a SUBDIR += pocketreader SUBDIR += pootle diff --git a/textproc/pl-hunspell/Makefile b/textproc/pl-hunspell/Makefile new file mode 100644 index 000000000000..011ed0900300 --- /dev/null +++ b/textproc/pl-hunspell/Makefile @@ -0,0 +1,35 @@ +# New ports collection makefile for: pl-hunspell +# Date created: 2011-07-21 +# Whom: Baptiste Daroussin <bapt@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= pl-hunspell +PORTVERSION= 20110721 +CATEGORIES= textproc +MASTER_SITES= http://sjp.pl/slownik/ort/ +DISTNAME= sjp-myspell-pl-${PORTVERSION} + +MAINTAINER= bapt@FreeBSD.org +COMMENT= Polish hunspell dictionaries + +LICENSE= LGPL21 GPLv2 MPL +LICENSE_COMB= dual + +USE_ZIP= yes +NO_BUILD= yes + +PLIST_FILES= share/hunspell/pl_PL.aff \ + share/hunspell/pl_PL.dic +PLIST_DIRS= share/hunspell + +post-extract: + @${MKDIR} ${WRKSRC} + @${EXTRACT_CMD} ${WRKDIR}/pl_PL.zip -d ${WRKSRC} + +do-install: + @${MKDIR} ${PREFIX}/share/hunspell + @${INSTALL_DATA} ${WRKSRC}/pl_PL.* ${PREFIX}/share/hunspell + +.include <bsd.port.mk> diff --git a/textproc/pl-hunspell/distinfo b/textproc/pl-hunspell/distinfo new file mode 100644 index 000000000000..b09229c09e87 --- /dev/null +++ b/textproc/pl-hunspell/distinfo @@ -0,0 +1,2 @@ +SHA256 (sjp-myspell-pl-20110721.zip) = 9419ec8bee3d0532b51defe061eaba91182688f2a4732abdc845ca7e1c241b74 +SIZE (sjp-myspell-pl-20110721.zip) = 1089486 diff --git a/textproc/pl-hunspell/pkg-descr b/textproc/pl-hunspell/pkg-descr new file mode 100644 index 000000000000..ea5162c89820 --- /dev/null +++ b/textproc/pl-hunspell/pkg-descr @@ -0,0 +1,3 @@ +Polish hunspell dictionaries + +WWW: http://www.kurnik.pl/dictionary/ |