From 81b92db77507cecf85470e0a3f8c97215dee4d00 Mon Sep 17 00:00:00 2001 From: thierry Date: Tue, 17 Mar 2009 18:05:42 +0000 Subject: Aspell Ancient Greek dictionary. http://www.himeros.eu/ --- textproc/Makefile | 1 + textproc/grc-aspell/Makefile | 18 ++++++++++++++++++ textproc/grc-aspell/distinfo | 3 +++ textproc/grc-aspell/pkg-descr | 3 +++ textproc/grc-aspell/pkg-plist | 5 +++++ 5 files changed, 30 insertions(+) create mode 100644 textproc/grc-aspell/Makefile create mode 100644 textproc/grc-aspell/distinfo create mode 100644 textproc/grc-aspell/pkg-descr create mode 100644 textproc/grc-aspell/pkg-plist (limited to 'textproc') diff --git a/textproc/Makefile b/textproc/Makefile index cfde2377452b..92704a27592f 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -189,6 +189,7 @@ SUBDIR += google-ctemplate SUBDIR += gpp SUBDIR += grap + SUBDIR += grc-aspell SUBDIR += gsed SUBDIR += gtk-doc SUBDIR += gtkdiff diff --git a/textproc/grc-aspell/Makefile b/textproc/grc-aspell/Makefile new file mode 100644 index 000000000000..38c016311440 --- /dev/null +++ b/textproc/grc-aspell/Makefile @@ -0,0 +1,18 @@ +# New ports collection makefile for: grc-aspell +# Date created: 17 March 2009 +# Whom: Thierry Thomas +# +# $FreeBSD$ +# + +PORTNAME= ${DICT}-aspell +DISTVERSION= 6-${DICT}-0.02-0 +CATEGORIES= textproc + +MAINTAINER= thierry@FreeBSD.org +COMMENT= Aspell Ancient Greek dictionary + +DICT= grc + +.include "${.CURDIR}/../../textproc/aspell/Makefile.inc" +.include diff --git a/textproc/grc-aspell/distinfo b/textproc/grc-aspell/distinfo new file mode 100644 index 000000000000..e0191cfe3939 --- /dev/null +++ b/textproc/grc-aspell/distinfo @@ -0,0 +1,3 @@ +MD5 (aspell6-grc-0.02-0.tar.bz2) = 9a4ecc08569e4de53d35f16d1da02099 +SHA256 (aspell6-grc-0.02-0.tar.bz2) = 2214883e2b9883f360b090948afd2cb0687bc6bba4e1e98011fb8c8d4a42b9ff +SIZE (aspell6-grc-0.02-0.tar.bz2) = 1435636 diff --git a/textproc/grc-aspell/pkg-descr b/textproc/grc-aspell/pkg-descr new file mode 100644 index 000000000000..06c5617214ae --- /dev/null +++ b/textproc/grc-aspell/pkg-descr @@ -0,0 +1,3 @@ +Aspell Ancient Greek dictionary. + +WWW: http://www.himeros.eu/ diff --git a/textproc/grc-aspell/pkg-plist b/textproc/grc-aspell/pkg-plist new file mode 100644 index 000000000000..f7c12523763c --- /dev/null +++ b/textproc/grc-aspell/pkg-plist @@ -0,0 +1,5 @@ +lib/aspell-%%VER%%/grc.dat +lib/aspell-%%VER%%/l-grc.cmap +lib/aspell-%%VER%%/l-grc.cset +share/aspell/grc.multi +share/aspell/grc.rws -- cgit