diff options
author | bapt <bapt@FreeBSD.org> | 2011-07-21 18:27:38 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2011-07-21 18:27:38 +0800 |
commit | 775a4926afdba860ac1dfcc1ab532f09ec09a8b9 (patch) | |
tree | c7f48dc79b92c327b78a45f83eb4bce973fc5873 /textproc | |
parent | 145e13be82de8ec5894089b8eae576077c335823 (diff) | |
download | freebsd-ports-gnome-775a4926afdba860ac1dfcc1ab532f09ec09a8b9.tar.gz freebsd-ports-gnome-775a4926afdba860ac1dfcc1ab532f09ec09a8b9.tar.zst freebsd-ports-gnome-775a4926afdba860ac1dfcc1ab532f09ec09a8b9.zip |
Add Italian hyphenation rules
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/Makefile | 1 | ||||
-rw-r--r-- | textproc/it-hyphen/Makefile | 31 | ||||
-rw-r--r-- | textproc/it-hyphen/distinfo | 2 | ||||
-rw-r--r-- | textproc/it-hyphen/pkg-descr | 3 |
4 files changed, 37 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index dd76d5ca40cd..cce8571f2acd 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -296,6 +296,7 @@ SUBDIR += ispell SUBDIR += it-aspell SUBDIR += it-hunspell + SUBDIR += it-hyphen SUBDIR += it-ispell SUBDIR += jade SUBDIR += jakarta-commons-digester diff --git a/textproc/it-hyphen/Makefile b/textproc/it-hyphen/Makefile new file mode 100644 index 000000000000..d1af05ee4ef3 --- /dev/null +++ b/textproc/it-hyphen/Makefile @@ -0,0 +1,31 @@ +# New ports collection makefile for: it-hyphen +# Date created: 2011-07-21 +# Whom: Baptiste Daroussin <bapt@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= it-hyphen +PORTVERSION= 2007.11.26 +CATEGORIES= textproc +MASTER_SITES= http://ftp.osuosl.org/pub/openoffice/contrib/dictionaries/ +DISTNAME= hyph_it_IT + +MAINTAINER= bapt@FreeBSD.org +COMMENT= Italian hyphenation rules + +LICENSE= LGPL21 + +USE_ZIP= yes +NO_BUILD= yes + +PLIST_FILES= share/hyphen/hyph_it_IT.dic \ + share/hyphen/hyph_it_CH.dic +PLIST_DIRS= share/hyphen + +do-install: + @${MKDIR} ${PREFIX}/share/hyphen + @${INSTALL_DATA} ${WRKDIR}/hyph_it_IT.dic ${PREFIX}/share/hyphen + @cd ${PREFIX}/share/hyphen; ${LN} -s hyph_it_IT.dic hyph_it_CH.dic + +.include <bsd.port.mk> diff --git a/textproc/it-hyphen/distinfo b/textproc/it-hyphen/distinfo new file mode 100644 index 000000000000..290ac940b500 --- /dev/null +++ b/textproc/it-hyphen/distinfo @@ -0,0 +1,2 @@ +SHA256 (hyph_it_IT.zip) = 3e7961e7b1bc13e0c6f13826fccb415ceb37bbc68a2a83739db2b7a442a6e197 +SIZE (hyph_it_IT.zip) = 1616 diff --git a/textproc/it-hyphen/pkg-descr b/textproc/it-hyphen/pkg-descr new file mode 100644 index 000000000000..cbb616b3a6e9 --- /dev/null +++ b/textproc/it-hyphen/pkg-descr @@ -0,0 +1,3 @@ +Italian hyphenation rules + +WWW: http://linguistico.sourceforge.net/pages/start.html |