Import ispell-lt-1.3 as textproc/ispell-lt, originally imported to
pkgsrc-wip in 2004 by Chris Pinnock (cjep@users.sourceforge.net) References PR pkg/25023 This package provides the dictionaries and affix files for spellchecking of Lithuanian texts. The latest version of the affix tables and dictionaries can be found at ftp://ftp.akl.lt/ispell-lt/ . The mailing list of the project is available at https://lists.akl.lt/mailman/listinfo/ispell-lt . A browsable web interface to the project CVS repository is available at http://sraige.mif.vu.lt/cvs/ispell-lt/ The software is available under the provisions of a BSD-style license. The full text of the license is available in the COPYING file. The project has been sponsored by the Information Society Development Committee of the Government of Republic of Lithuania.
This commit is contained in:
parent
0b15a70670
commit
6c1f8538b8
4 changed files with 51 additions and 0 deletions
14
textproc/ispell-lt/DESCR
Normal file
14
textproc/ispell-lt/DESCR
Normal file
|
@ -0,0 +1,14 @@
|
|||
This package provides the dictionaries and affix files for spellchecking
|
||||
of Lithuanian texts.
|
||||
|
||||
The latest version of the affix tables and dictionaries can be found
|
||||
at ftp://ftp.akl.lt/ispell-lt/ . The mailing list of the project is
|
||||
available at https://lists.akl.lt/mailman/listinfo/ispell-lt . A
|
||||
browsable web interface to the project CVS repository is available at
|
||||
http://sraige.mif.vu.lt/cvs/ispell-lt/
|
||||
|
||||
The software is available under the provisions of a BSD-style license.
|
||||
The full text of the license is available in the COPYING file.
|
||||
|
||||
The project has been sponsored by the Information Society Development
|
||||
Committee of the Government of Republic of Lithuania.
|
29
textproc/ispell-lt/Makefile
Normal file
29
textproc/ispell-lt/Makefile
Normal file
|
@ -0,0 +1,29 @@
|
|||
# $NetBSD: Makefile,v 1.1 2013/04/24 03:05:33 rodent Exp $
|
||||
#
|
||||
|
||||
DISTNAME= ispell-lt-1.3
|
||||
CATEGORIES= textproc
|
||||
MASTER_SITES= ftp://ftp.akl.lt/ispell-lt/
|
||||
|
||||
MAINTAINER= tomas.furmonavicius@takas.lt
|
||||
HOMEPAGE= https://launchpad.net/ispell-lt
|
||||
COMMENT= Lithuanian dictionary for ispell
|
||||
LICENSE= modified-bsd
|
||||
|
||||
DEPENDS+= ispell-[0-9]*:../../textproc/ispell
|
||||
|
||||
USE_TOOLS+= gmake
|
||||
REPLACE_PYTHON+= tools/*.py
|
||||
|
||||
SUBST_CLASSES+= install
|
||||
SUBST_FILES.install= Makefile
|
||||
SUBST_MESSAGE.install= Fixing DESTDIR path and install user/group.
|
||||
SUBST_SED.install= -e "s|D_INSTALL = |D_INSTALL = ${DESTDIR}|1"
|
||||
SUBST_SED.install+= -e 's/-g 0 -o 0//g'
|
||||
SUBST_STAGE.install= pre-configure
|
||||
|
||||
BUILD_TARGET= lietuviu.hash
|
||||
INSTALLATION_DIRS+= lib
|
||||
|
||||
.include "../../lang/python/application.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
3
textproc/ispell-lt/PLIST
Normal file
3
textproc/ispell-lt/PLIST
Normal file
|
@ -0,0 +1,3 @@
|
|||
@comment $NetBSD: PLIST,v 1.1 2013/04/24 03:05:33 rodent Exp $
|
||||
lib/lietuviu.aff
|
||||
lib/lietuviu.hash
|
5
textproc/ispell-lt/distinfo
Normal file
5
textproc/ispell-lt/distinfo
Normal file
|
@ -0,0 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1 2013/04/24 03:05:33 rodent Exp $
|
||||
|
||||
SHA1 (ispell-lt-1.3.tar.gz) = 931def263afb54a8d41499a2af5da7beb80a7978
|
||||
RMD160 (ispell-lt-1.3.tar.gz) = 49aa4ded4951ee07a1fe3d0df15df00972dbb087
|
||||
Size (ispell-lt-1.3.tar.gz) = 648599 bytes
|
Loading…
Reference in a new issue