diff options
author | bapt <bapt@FreeBSD.org> | 2011-07-21 16:13:03 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2011-07-21 16:13:03 +0800 |
commit | fa58528df18d7f1b8c2a8f6e00c743a48e042054 (patch) | |
tree | ce3991e3f7d14dc72fcfb9617b662e28960cc5b0 /textproc | |
parent | e5a2a44119484da983a44e17d448a4d2e23f23f6 (diff) | |
download | freebsd-ports-gnome-fa58528df18d7f1b8c2a8f6e00c743a48e042054.tar.gz freebsd-ports-gnome-fa58528df18d7f1b8c2a8f6e00c743a48e042054.tar.zst freebsd-ports-gnome-fa58528df18d7f1b8c2a8f6e00c743a48e042054.zip |
Add Bulgarian hyphenation rules
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/Makefile | 1 | ||||
-rw-r--r-- | textproc/bg-hyphen/Makefile | 30 | ||||
-rw-r--r-- | textproc/bg-hyphen/distinfo | 2 | ||||
-rw-r--r-- | textproc/bg-hyphen/pkg-descr | 3 |
4 files changed, 36 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 99876035639f..bb8e07d16223 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -35,6 +35,7 @@ SUBDIR += bedic-data SUBDIR += beediff SUBDIR += bg-aspell + SUBDIR += bg-hyphen SUBDIR += bib2html SUBDIR += bibtex2html SUBDIR += bibtool diff --git a/textproc/bg-hyphen/Makefile b/textproc/bg-hyphen/Makefile new file mode 100644 index 000000000000..6905f731aa4c --- /dev/null +++ b/textproc/bg-hyphen/Makefile @@ -0,0 +1,30 @@ +# New ports collection makefile for: bg-hyphen +# Date created: 2011-07-21 +# Whom: Baptiste Daroussin <bapt@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= bg-hyphen +PORTVERSION= 4.3 +CATEGORIES= textproc +MASTER_SITES= SF/bgoffice/OpenOffice.org%20Hyphenation%20BG/${PORTVERSION}/ +DISTNAME= OOo-hyph-bg-${PORTVERSION} + +MAINTAINER= bapt@FreeBSD.org +COMMENT= Bulgarian hyphenation rules + +LICENSE= GPLv2 LGPL21 MPL +LICENSE_COMB= dual + +USE_ZIP= yes +NO_BUILD= yes + +PLIST_FILES= share/hyphen/hyph_bg_BG.dic +PLIST_DIRS= share/hyphen + +do-install: + @${MKDIR} ${PREFIX}/share/hyphen/ + @${INSTALL_DATA} ${WRKSRC}/hyph_bg_BG.dic ${PREFIX}/share/hyphen + +.include <bsd.port.mk> diff --git a/textproc/bg-hyphen/distinfo b/textproc/bg-hyphen/distinfo new file mode 100644 index 000000000000..0bc876983d95 --- /dev/null +++ b/textproc/bg-hyphen/distinfo @@ -0,0 +1,2 @@ +SHA256 (OOo-hyph-bg-4.3.zip) = 496d08c5eb25f794f32dfce7352e349420bf40a1a92c7bc15e2f7a1e8c5106c7 +SIZE (OOo-hyph-bg-4.3.zip) = 41850 diff --git a/textproc/bg-hyphen/pkg-descr b/textproc/bg-hyphen/pkg-descr new file mode 100644 index 000000000000..3ecf1605a53e --- /dev/null +++ b/textproc/bg-hyphen/pkg-descr @@ -0,0 +1,3 @@ +Bulgarian hyphenation rules + +WWW: http://bgoffice.sourceforge.net |