mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Add kn-aspell, aspell Kannada dictionary.
This commit is contained in:
parent
cc944d7a38
commit
863a55a7fa
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=273685
5 changed files with 32 additions and 0 deletions
|
@ -288,6 +288,7 @@
|
||||||
SUBDIR += kbedic
|
SUBDIR += kbedic
|
||||||
SUBDIR += kdiff3
|
SUBDIR += kdiff3
|
||||||
SUBDIR += kmflcomp
|
SUBDIR += kmflcomp
|
||||||
|
SUBDIR += kn-aspell
|
||||||
SUBDIR += ku-aspell
|
SUBDIR += ku-aspell
|
||||||
SUBDIR += ky-aspell
|
SUBDIR += ky-aspell
|
||||||
SUBDIR += l2a
|
SUBDIR += l2a
|
||||||
|
|
20
textproc/kn-aspell/Makefile
Normal file
20
textproc/kn-aspell/Makefile
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
# New ports collection makefile for: kn-aspell
|
||||||
|
# Date created: 05 May 2011
|
||||||
|
# Whom: Thierry Thomas <thierry@pompo.net>
|
||||||
|
#
|
||||||
|
# $FreeBSD$
|
||||||
|
#
|
||||||
|
|
||||||
|
PORTNAME= ${DICT}-aspell
|
||||||
|
DISTVERSION= 6-kn-0.01-1
|
||||||
|
CATEGORIES= textproc
|
||||||
|
|
||||||
|
MAINTAINER= thierry@FreeBSD.org
|
||||||
|
COMMENT= Aspell Kannada dictionary
|
||||||
|
|
||||||
|
DICT= kn
|
||||||
|
|
||||||
|
LICENSE= GPLv3
|
||||||
|
|
||||||
|
.include "${.CURDIR}/../../textproc/aspell/Makefile.inc"
|
||||||
|
.include <bsd.port.post.mk>
|
2
textproc/kn-aspell/distinfo
Normal file
2
textproc/kn-aspell/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
SHA256 (aspell6-kn-0.01-1.tar.bz2) = cb010b34a712f853fa53c4618cb801704b9f76c72db9390009ba914e3a075383
|
||||||
|
SIZE (aspell6-kn-0.01-1.tar.bz2) = 158004
|
3
textproc/kn-aspell/pkg-descr
Normal file
3
textproc/kn-aspell/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
Aspell Kannada dictionary.
|
||||||
|
|
||||||
|
WWW: https://gitorious.org/aspell-kn
|
6
textproc/kn-aspell/pkg-plist
Normal file
6
textproc/kn-aspell/pkg-plist
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
lib/aspell-%%VER%%/kn.dat
|
||||||
|
lib/aspell-%%VER%%/u-knda.cmap
|
||||||
|
lib/aspell-%%VER%%/u-knda.cset
|
||||||
|
share/aspell/kn.multi
|
||||||
|
share/aspell/kn.rws
|
||||||
|
share/aspell/kannada.alias
|
Loading…
Add table
Reference in a new issue