mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
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
This commit is contained in:
parent
62a6a60c26
commit
57e1aab5f9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=63589
5 changed files with 42 additions and 0 deletions
|
@ -7,6 +7,7 @@
|
||||||
SUBDIR += antiword
|
SUBDIR += antiword
|
||||||
SUBDIR += ascii2pdf
|
SUBDIR += ascii2pdf
|
||||||
SUBDIR += aspell
|
SUBDIR += aspell
|
||||||
|
SUBDIR += bedic-data
|
||||||
SUBDIR += bibtex2html
|
SUBDIR += bibtex2html
|
||||||
SUBDIR += br-ispell
|
SUBDIR += br-ispell
|
||||||
SUBDIR += british-ispell
|
SUBDIR += british-ispell
|
||||||
|
|
35
textproc/bedic-data/Makefile
Normal file
35
textproc/bedic-data/Makefile
Normal file
|
@ -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>
|
1
textproc/bedic-data/distinfo
Normal file
1
textproc/bedic-data/distinfo
Normal file
|
@ -0,0 +1 @@
|
||||||
|
MD5 (bedic-data.tar.gz) = 4ff72f149c2f3fad91b547c7b70eb932
|
1
textproc/bedic-data/pkg-comment
Normal file
1
textproc/bedic-data/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
||||||
|
Data (dictionary) files for the kbedic and cbedic ports
|
4
textproc/bedic-data/pkg-descr
Normal file
4
textproc/bedic-data/pkg-descr
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
These are the dictionary files used by the textproc/kbedic and
|
||||||
|
textproc/cbedic ports.
|
||||||
|
|
||||||
|
WWW: http://kbedic.sourceforge.net/
|
Loading…
Add table
Reference in a new issue