diff options
author | roam <roam@FreeBSD.org> | 2002-02-06 16:11:30 +0800 |
---|---|---|
committer | roam <roam@FreeBSD.org> | 2002-02-06 16:11:30 +0800 |
commit | 562380cf4e4e1c70e3d8bc921da1d72af981e69e (patch) | |
tree | abb8a500d2335789a7d47a6bc0b45fb02393275d | |
parent | 5c5d3c4c5429dba2ce93dd8c6d60014117a9e13b (diff) | |
download | freebsd-ports-graphics-562380cf4e4e1c70e3d8bc921da1d72af981e69e.tar.gz freebsd-ports-graphics-562380cf4e4e1c70e3d8bc921da1d72af981e69e.tar.zst freebsd-ports-graphics-562380cf4e4e1c70e3d8bc921da1d72af981e69e.zip |
Add kbedic-2.1, a Bulgarian-to-English and English-to-Bulgarian dictionary.
PR: 33995
Submitted by: Angel Todorov <todorov_bg@gmx.net>
-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 f18d95fc06e..6d8e472b595 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 00000000000..89d4bfdbeac --- /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 00000000000..2c6a3662e34 --- /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 00000000000..e70d56a33dc --- /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 00000000000..371d89fc31f --- /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 00000000000..5e7a4895ec0 --- /dev/null +++ b/textproc/kbedic/pkg-plist @@ -0,0 +1,3 @@ +bin/kbedic +share/engbul.dat +share/buleng.dat |