diff options
author | bapt <bapt@FreeBSD.org> | 2011-07-21 18:31:37 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2011-07-21 18:31:37 +0800 |
commit | 78ca47bc0a2c0846cbd026c6d2b3d0c46a2299ba (patch) | |
tree | b1dc560a5b72a67f01395df2c94c74bba5b57029 | |
parent | 488721f030db035685af6b557de2406eb62948e6 (diff) | |
download | freebsd-ports-gnome-78ca47bc0a2c0846cbd026c6d2b3d0c46a2299ba.tar.gz freebsd-ports-gnome-78ca47bc0a2c0846cbd026c6d2b3d0c46a2299ba.tar.zst freebsd-ports-gnome-78ca47bc0a2c0846cbd026c6d2b3d0c46a2299ba.zip |
Add Romanian hyphenation rules
-rw-r--r-- | textproc/Makefile | 1 | ||||
-rw-r--r-- | textproc/ro-hyphen/Makefile | 30 | ||||
-rw-r--r-- | textproc/ro-hyphen/distinfo | 2 | ||||
-rw-r--r-- | textproc/ro-hyphen/pkg-descr | 3 |
4 files changed, 36 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index cf3e6b80c8da..7346665a43fe 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1128,6 +1128,7 @@ SUBDIR += rnv SUBDIR += ro-aspell SUBDIR += ro-hunspell + SUBDIR += ro-hyphen SUBDIR += roap SUBDIR += romdict SUBDIR += rot diff --git a/textproc/ro-hyphen/Makefile b/textproc/ro-hyphen/Makefile new file mode 100644 index 000000000000..14eac7065eff --- /dev/null +++ b/textproc/ro-hyphen/Makefile @@ -0,0 +1,30 @@ +# New ports collection makefile for: ro-hyphen +# Date created: 2011-07-21 +# Whom: Baptiste Daroussin <bapt@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= ro-hyphen +PORTVERSION= 3.3.6 +CATEGORIES= textproc +MASTER_SITES= SF/rospell/Romanian%20dictionaries/dict-${PORTVERSION}/ +DISTNAME= hyph_ro_RO.${PORTVERSION} + +MAINTAINER= bapt@FreeBSD.org +COMMENT= Romanian hyphenation rules + +LICENSE= LGPL21 GPLv2 MPL +LICENSE_COMB= dual + +USE_ZIP= yes +NO_BUILD= yes + +PLIST_FILES= share/hyphen/hyph_ro_RO.dic +PLIST_DIRS= share/hyphen + +do-install: + @${MKDIR} ${PREFIX}/share/hyphen + @${INSTALL_DATA} ${WRKDIR}/hyph_ro_RO.* ${PREFIX}/share/hyphen + +.include <bsd.port.mk> diff --git a/textproc/ro-hyphen/distinfo b/textproc/ro-hyphen/distinfo new file mode 100644 index 000000000000..f25d9f4802e2 --- /dev/null +++ b/textproc/ro-hyphen/distinfo @@ -0,0 +1,2 @@ +SHA256 (hyph_ro_RO.3.3.6.zip) = 80a7bd5abd2a0339272ce4e2be897ae7bc4458292e762cf5f9ca9cc641b2b381 +SIZE (hyph_ro_RO.3.3.6.zip) = 18439 diff --git a/textproc/ro-hyphen/pkg-descr b/textproc/ro-hyphen/pkg-descr new file mode 100644 index 000000000000..36bb477f0eb4 --- /dev/null +++ b/textproc/ro-hyphen/pkg-descr @@ -0,0 +1,3 @@ +Romanian hyphenation rules + +WWW: http://rospell.sourceforce.net |