diff options
author | rodent <rodent> | 2013-04-24 03:05:33 +0000 |
---|---|---|
committer | rodent <rodent> | 2013-04-24 03:05:33 +0000 |
commit | c8990ab5d5f03f66faa77e85898c085db62681a3 (patch) | |
tree | c41222ca19e18c70182b1c83fecbc9cf10ffd4a1 /textproc/ispell-lt | |
parent | a8f80c275a103aa8791fe95e392c37424a5eb18f (diff) | |
download | pkgsrc-c8990ab5d5f03f66faa77e85898c085db62681a3.tar.gz |
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.
Diffstat (limited to 'textproc/ispell-lt')
-rw-r--r-- | textproc/ispell-lt/DESCR | 14 | ||||
-rw-r--r-- | textproc/ispell-lt/Makefile | 29 | ||||
-rw-r--r-- | textproc/ispell-lt/PLIST | 3 | ||||
-rw-r--r-- | textproc/ispell-lt/distinfo | 5 |
4 files changed, 51 insertions, 0 deletions
diff --git a/textproc/ispell-lt/DESCR b/textproc/ispell-lt/DESCR new file mode 100644 index 00000000000..54c47e6e2f9 --- /dev/null +++ b/textproc/ispell-lt/DESCR @@ -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. diff --git a/textproc/ispell-lt/Makefile b/textproc/ispell-lt/Makefile new file mode 100644 index 00000000000..f8b246762aa --- /dev/null +++ b/textproc/ispell-lt/Makefile @@ -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" diff --git a/textproc/ispell-lt/PLIST b/textproc/ispell-lt/PLIST new file mode 100644 index 00000000000..db81df6e961 --- /dev/null +++ b/textproc/ispell-lt/PLIST @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.1 2013/04/24 03:05:33 rodent Exp $ +lib/lietuviu.aff +lib/lietuviu.hash diff --git a/textproc/ispell-lt/distinfo b/textproc/ispell-lt/distinfo new file mode 100644 index 00000000000..de41fa516d5 --- /dev/null +++ b/textproc/ispell-lt/distinfo @@ -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 |