mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
- Add cs-hyphen 2.0
Czech hyphenation rules WWW: http://extensions.services.openoffice.org/en/project/czech-dictionary-pack-ceske-slovniky-cs-cz
This commit is contained in:
parent
7bdd37370c
commit
b41c8b5147
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=426853
4 changed files with 33 additions and 0 deletions
|
@ -93,6 +93,7 @@
|
|||
SUBDIR += crimson
|
||||
SUBDIR += cs-aspell
|
||||
SUBDIR += cs-hunspell
|
||||
SUBDIR += cs-hyphen
|
||||
SUBDIR += cs-mythes
|
||||
SUBDIR += csb-aspell
|
||||
SUBDIR += csv2latex
|
||||
|
|
26
textproc/cs-hyphen/Makefile
Normal file
26
textproc/cs-hyphen/Makefile
Normal file
|
@ -0,0 +1,26 @@
|
|||
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= hyphen
|
||||
PORTVERSION= 2.0
|
||||
CATEGORIES= textproc
|
||||
MASTER_SITES= SF/aoo-extensions/1078/0/
|
||||
PKGNAMEPREFIX= cs-
|
||||
DISTNAME= dict-cs-${PORTVERSION}
|
||||
EXTRACT_SUFX= .oxt
|
||||
DIST_SUBDIR= ${PORTNAME}
|
||||
|
||||
MAINTAINER= office@FreeBSD.org
|
||||
COMMENT= Czech hyphenation rules
|
||||
|
||||
NO_ARCH= yes
|
||||
NO_BUILD= yes
|
||||
NO_WRKSUBDIR= yes
|
||||
|
||||
PLIST_FILES= %%DATADIR%%/hyph_cs_CZ.dic
|
||||
|
||||
do-install:
|
||||
${MKDIR} ${STAGEDIR}${DATADIR}/
|
||||
${INSTALL_DATA} ${WRKSRC}/hyph_cs_CZ.dic ${STAGEDIR}${DATADIR}/
|
||||
|
||||
.include <bsd.port.mk>
|
3
textproc/cs-hyphen/distinfo
Normal file
3
textproc/cs-hyphen/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1479831358
|
||||
SHA256 (hyphen/dict-cs-2.0.oxt) = 5315491a315a5380326458a228f7cda304eb3b14c3f61bf9792efc8061925462
|
||||
SIZE (hyphen/dict-cs-2.0.oxt) = 1440618
|
3
textproc/cs-hyphen/pkg-descr
Normal file
3
textproc/cs-hyphen/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
|||
Czech hyphenation rules
|
||||
|
||||
WWW: http://extensions.services.openoffice.org/en/project/czech-dictionary-pack-ceske-slovniky-cs-cz
|
Loading…
Add table
Reference in a new issue