diff options
author | roam <roam@FreeBSD.org> | 2002-07-26 19:42:03 +0800 |
---|---|---|
committer | roam <roam@FreeBSD.org> | 2002-07-26 19:42:03 +0800 |
commit | 4d8b8907e8b0f8f95177be910f0344454bd06a11 (patch) | |
tree | c334ffc38244ca3d524529aa6cb40d9a09a899ac /textproc/bedic-data | |
parent | 715ad5b305dc0a5e1ea748ce55aa0b54a56bb216 (diff) | |
download | freebsd-ports-graphics-4d8b8907e8b0f8f95177be910f0344454bd06a11.tar.gz freebsd-ports-graphics-4d8b8907e8b0f8f95177be910f0344454bd06a11.tar.zst freebsd-ports-graphics-4d8b8907e8b0f8f95177be910f0344454bd06a11.zip |
Add bedic-data, a port containing the dictionary database for
both textproc/kbedic and the soon-to-come textproc/cbedic
Bulgarian-to-English and English-to-Bulgarian dictionaries.
Approved by: the maintainer of textproc/kbedic
Diffstat (limited to 'textproc/bedic-data')
-rw-r--r-- | textproc/bedic-data/Makefile | 35 | ||||
-rw-r--r-- | textproc/bedic-data/distinfo | 1 | ||||
-rw-r--r-- | textproc/bedic-data/pkg-comment | 1 | ||||
-rw-r--r-- | textproc/bedic-data/pkg-descr | 4 |
4 files changed, 41 insertions, 0 deletions
diff --git a/textproc/bedic-data/Makefile b/textproc/bedic-data/Makefile new file mode 100644 index 00000000000..fa1b0d7b8c1 --- /dev/null +++ b/textproc/bedic-data/Makefile @@ -0,0 +1,35 @@ +# New ports collection makefile for: bedic-data +# Date created: 15 April 2002 +# Whom: Peter Pentchev <roam@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= bedic-data +PORTVERSION= 0.1.b1 +CATEGORIES= textproc +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ + http://kbedic.search.bg/download/ +MASTER_SITE_SUBDIR=kbedic +DISTNAME= ${PORTNAME} + +MAINTAINER= todorov_bg@gmx.net + +NO_BUILD= yes +PLIST= ${WRKDIR}/pkg-plist + +DICT_ALL= buleng.dat engbul.dat +DICT_DIR?= ${PREFIX}/share +DICTIONARIES?= ${DICT_ALL} + +pre-fetch: + @${ECHO_MSG} "You may set the DICTIONARIES variable to specify which dictionaries" + @${ECHO_MSG} "should be installed; currently, it is set to ${DICTIONARIES}" + @${ECHO_MSG} "Set it to one or more of the following: ${DICT_ALL}" + +do-install: + ${ECHO_CMD} ${DICTIONARIES} | ${TR} ' ' '\n' | ${SED} 's,^,share/,' > ${PLIST} + ${MKDIR} ${DICT_DIR} + ${INSTALL} ${DICTIONARIES:S,^,${WRKSRC}/,} ${DICT_DIR}/ + +.include <bsd.port.mk> diff --git a/textproc/bedic-data/distinfo b/textproc/bedic-data/distinfo new file mode 100644 index 00000000000..3624d1674c5 --- /dev/null +++ b/textproc/bedic-data/distinfo @@ -0,0 +1 @@ +MD5 (bedic-data.tar.gz) = 4ff72f149c2f3fad91b547c7b70eb932 diff --git a/textproc/bedic-data/pkg-comment b/textproc/bedic-data/pkg-comment new file mode 100644 index 00000000000..1abcd14a21a --- /dev/null +++ b/textproc/bedic-data/pkg-comment @@ -0,0 +1 @@ +Data (dictionary) files for the kbedic and cbedic ports diff --git a/textproc/bedic-data/pkg-descr b/textproc/bedic-data/pkg-descr new file mode 100644 index 00000000000..39457f4c08c --- /dev/null +++ b/textproc/bedic-data/pkg-descr @@ -0,0 +1,4 @@ +These are the dictionary files used by the textproc/kbedic and +textproc/cbedic ports. + +WWW: http://kbedic.sourceforge.net/ |