diff options
author | bapt <bapt@FreeBSD.org> | 2011-07-20 18:56:53 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2011-07-20 18:56:53 +0800 |
commit | 4d12db11f5b7daeebf62e900d503660cedfa644d (patch) | |
tree | 947ff29a7f7cfc55f51fb85ba671708d3844089e /hebrew | |
parent | c3c68d236b218f30d94d3324b03ed3a0bdd1b060 (diff) | |
download | freebsd-ports-gnome-4d12db11f5b7daeebf62e900d503660cedfa644d.tar.gz freebsd-ports-gnome-4d12db11f5b7daeebf62e900d503660cedfa644d.tar.zst freebsd-ports-gnome-4d12db11f5b7daeebf62e900d503660cedfa644d.zip |
Add hebrew hunspell dictionnary
Diffstat (limited to 'hebrew')
-rw-r--r-- | hebrew/Makefile | 1 | ||||
-rw-r--r-- | hebrew/hunspell/Makefile | 37 | ||||
-rw-r--r-- | hebrew/hunspell/distinfo | 2 | ||||
-rw-r--r-- | hebrew/hunspell/pkg-descr | 3 |
4 files changed, 43 insertions, 0 deletions
diff --git a/hebrew/Makefile b/hebrew/Makefile index a69cbbc87215..dff47b04dee0 100644 --- a/hebrew/Makefile +++ b/hebrew/Makefile @@ -8,6 +8,7 @@ SUBDIR += elmar-fonts SUBDIR += he2 SUBDIR += hspell + SUBDIR += hunspell SUBDIR += kde3-i18n SUBDIR += kde4-l10n SUBDIR += koffice-i18n diff --git a/hebrew/hunspell/Makefile b/hebrew/hunspell/Makefile new file mode 100644 index 000000000000..70376117167c --- /dev/null +++ b/hebrew/hunspell/Makefile @@ -0,0 +1,37 @@ +# New ports collection makefile for: hunspell +# Date created: 2011-07-20 +# Whom: Baptiste Daroussin <bapt@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= hunspell +PORTVERSION= 1.1 +CATEGORIES= hebrew textproc +MASTER_SITES= http://hspell.ivrix.org.il/ +DISTNAME= hspell-${PORTVERSION} + +MAINTAINER= bapt@FreeBSD.org +COMMENT= Hunspell hebrew dictionnary + +BUILD_DEPENDS= iconv:${PORTSDIR}/converters/libiconv + +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --enable-fatverb +USE_GMAKE= yes +USE_PERL5_BUILD= yes +ALL_TARGET= myspell + +PLIST_FILES= share/hunspell/he.aff \ + share/hunspell/he.dic +PLIST_DIRS= share/hunspell + +post-patch: + @${REINPLACE_CMD} 's|/usr/bin/perl|${PERL}|g' ${WRKSRC}/pmerge +do-install: + @${MKDIR} ${PREFIX}/share/hunspell + @${INSTALL_DATA} ${WRKSRC}/he.aff \ + ${WRKSRC}/he.dic \ + ${PREFIX}/share/hunspell/ + +.include <bsd.port.mk> diff --git a/hebrew/hunspell/distinfo b/hebrew/hunspell/distinfo new file mode 100644 index 000000000000..9f970e76b440 --- /dev/null +++ b/hebrew/hunspell/distinfo @@ -0,0 +1,2 @@ +SHA256 (hspell-1.1.tar.gz) = a65d339e0656c3cf2ed589b01f725377b6054719178341afbb41dd825fcca723 +SIZE (hspell-1.1.tar.gz) = 440190 diff --git a/hebrew/hunspell/pkg-descr b/hebrew/hunspell/pkg-descr new file mode 100644 index 000000000000..9fe92b5a29b8 --- /dev/null +++ b/hebrew/hunspell/pkg-descr @@ -0,0 +1,3 @@ +Hunspell hebrew dictionnary + +WWW: http://hspell.ivrix.org.il/ |