diff options
author | Peter Pentchev <roam@FreeBSD.org> | 2002-02-06 08:11:30 +0000 |
---|---|---|
committer | Peter Pentchev <roam@FreeBSD.org> | 2002-02-06 08:11:30 +0000 |
commit | 9bf42c285988916dd22deb33e4fd6f13570f552d (patch) | |
tree | 9a1ef42a01d211a7a7f9927f2bf1349c073657f1 /textproc | |
parent | * Assume maintainership by agreement. (diff) |
Add kbedic-2.1, a Bulgarian-to-English and English-to-Bulgarian dictionary.
PR: 33995
Submitted by: Angel Todorov <todorov_bg@gmx.net>
Notes
Notes:
svn path=/head/; revision=54258
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/Makefile | 1 | ||||
-rw-r--r-- | textproc/kbedic/Makefile | 23 | ||||
-rw-r--r-- | textproc/kbedic/distinfo | 1 | ||||
-rw-r--r-- | textproc/kbedic/pkg-comment | 1 | ||||
-rw-r--r-- | textproc/kbedic/pkg-descr | 21 | ||||
-rw-r--r-- | textproc/kbedic/pkg-plist | 3 |
6 files changed, 50 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index f18d95fc06ed..6d8e472b595b 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -79,6 +79,7 @@ SUBDIR += ispell SUBDIR += jade SUBDIR += java2html + SUBDIR += kbedic SUBDIR += kdoc SUBDIR += latex2html SUBDIR += latte diff --git a/textproc/kbedic/Makefile b/textproc/kbedic/Makefile new file mode 100644 index 000000000000..89d4bfdbeac1 --- /dev/null +++ b/textproc/kbedic/Makefile @@ -0,0 +1,23 @@ +# New ports collection makefile for: kbedic +# Date created: 17 January 2002 +# Whom: Angel Todorov <todorov_bg@gmx.net> +# +# $FreeBSD$ +# + +PORTNAME= kbedic +PORTVERSION= 2.1 +CATEGORIES= textproc +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ + http://kbedic.search.bg/download/ +MASTER_SITE_SUBDIR=kbedic + +MAINTAINER= todorov_bg@gmx.net + +USE_QT_VER= 2 +USE_X_PREFIX= yes +USE_GMAKE= yes +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --with-x + +.include <bsd.port.mk> diff --git a/textproc/kbedic/distinfo b/textproc/kbedic/distinfo new file mode 100644 index 000000000000..2c6a3662e348 --- /dev/null +++ b/textproc/kbedic/distinfo @@ -0,0 +1 @@ +MD5 (kbedic-2.1.tar.gz) = 216f900be275a79285919d68c8694b65 diff --git a/textproc/kbedic/pkg-comment b/textproc/kbedic/pkg-comment new file mode 100644 index 000000000000..e70d56a33dc9 --- /dev/null +++ b/textproc/kbedic/pkg-comment @@ -0,0 +1 @@ +An English-to-Bulgarian and Bulgarian-to-English dictionary diff --git a/textproc/kbedic/pkg-descr b/textproc/kbedic/pkg-descr new file mode 100644 index 000000000000..371d89fc31f1 --- /dev/null +++ b/textproc/kbedic/pkg-descr @@ -0,0 +1,21 @@ + KBE Dictionary has been first written for Linux. +It resembles the popular dictionary SA Dictionary, but +after some time it has developed into an independent project. +The words database of KBE Dictionary has been taken from the +database of Otto Dictionary and changed with the database of +SA Dictionary. At the moment KBE Dictionary possesses maybe +the largest Bulgarian-to-English and English-to-Bulgarian database. + The abbreviation KBE is derived from the words - KDE Bulgarian +English. When we add dictionary, the name becomes kbedic. To +use that program it is not necessary to have KDE installed, +only the Qt libraries are required. + KBE dictionary 2.1 has been written in C/C++ and has many +advantages and enhancements in comparison with the older +versions - it works faster, the database contains more words +and the bugs are less. There is also a console version of the +product called cbedic. + +WWW: http://kbedic.sourceforge.net + +-Angel +todorov_bg@gmx.net diff --git a/textproc/kbedic/pkg-plist b/textproc/kbedic/pkg-plist new file mode 100644 index 000000000000..5e7a4895ec08 --- /dev/null +++ b/textproc/kbedic/pkg-plist @@ -0,0 +1,3 @@ +bin/kbedic +share/engbul.dat +share/buleng.dat |