Adding Aspell Turkmen dictionary.
This commit is contained in:
parent
f6af717efc
commit
52ec88fef9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=208475
5 changed files with 29 additions and 0 deletions
|
@ -991,6 +991,7 @@
|
|||
SUBDIR += texi2html
|
||||
SUBDIR += textogif
|
||||
SUBDIR += tinyxml
|
||||
SUBDIR += tk-aspell
|
||||
SUBDIR += tkdiff
|
||||
SUBDIR += tkxmlive
|
||||
SUBDIR += tl-aspell
|
||||
|
|
18
textproc/tk-aspell/Makefile
Normal file
18
textproc/tk-aspell/Makefile
Normal file
|
@ -0,0 +1,18 @@
|
|||
# New ports collection makefile for: tk-aspell
|
||||
# Date created: 5 March 2008
|
||||
# Whom: Thierry Thomas <thierry@pompo.net>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= ${DICT}-aspell
|
||||
DISTVERSION= 5-tk-0.01-0
|
||||
CATEGORIES= textproc
|
||||
|
||||
MAINTAINER= thierry@FreeBSD.org
|
||||
COMMENT= Aspell Turkmen dictionary
|
||||
|
||||
DICT= tk
|
||||
|
||||
.include "${.CURDIR}/../../textproc/aspell/Makefile.inc"
|
||||
.include <bsd.port.post.mk>
|
3
textproc/tk-aspell/distinfo
Normal file
3
textproc/tk-aspell/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
MD5 (aspell5-tk-0.01-0.tar.bz2) = acf208c098538eeacef444baf123ea3c
|
||||
SHA256 (aspell5-tk-0.01-0.tar.bz2) = 86f24209cab61a54ed85ad3020915d8ce1dec13fbfe012f1bf1d648825696a0b
|
||||
SIZE (aspell5-tk-0.01-0.tar.bz2) = 29930
|
3
textproc/tk-aspell/pkg-descr
Normal file
3
textproc/tk-aspell/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
|||
Aspell Turkmen dictionary.
|
||||
|
||||
WWW: http://borel.slu.edu/crubadan/
|
4
textproc/tk-aspell/pkg-plist
Normal file
4
textproc/tk-aspell/pkg-plist
Normal file
|
@ -0,0 +1,4 @@
|
|||
lib/aspell-%%VER%%/tk.dat
|
||||
share/aspell/tk.multi
|
||||
share/aspell/tk.rws
|
||||
share/aspell/turkmen.alias
|
Loading…
Reference in a new issue