mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
Add new port:
The 7th edition of Mueller English-Russian dictionary. WWW: http://stardict.sourceforge.net/Dictionaries_dictd-www.mova.org.php Feature safe: yes
This commit is contained in:
parent
54f500030e
commit
1a2f1e8483
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=250423
17
russian/stardict-mueller7/Makefile
Normal file
17
russian/stardict-mueller7/Makefile
Normal file
@ -0,0 +1,17 @@
|
||||
# New ports collection makefile for: stardict-mueller7
|
||||
# Date created: 2010-02-27
|
||||
# Whom: Max Brazhnikov <makc@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= stardict-mueller7
|
||||
PORTVERSION= 2.4.2
|
||||
CATEGORIES= russian
|
||||
MASTER_SITES= SF/stardict/stardict-dictionaries-mova/${PORTVERSION}
|
||||
|
||||
MAINTAINER= makc@FreeBSD.org
|
||||
COMMENT= Mueller English-Russian dictionary
|
||||
|
||||
.include "${.CURDIR}/../stardict-mueller7/files/Makefile.common"
|
||||
.include <bsd.port.mk>
|
3
russian/stardict-mueller7/distinfo
Normal file
3
russian/stardict-mueller7/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (stardict/stardict-mueller7-2.4.2.tar.bz2) = 096f25252d2809191ff4fea041364841
|
||||
SHA256 (stardict/stardict-mueller7-2.4.2.tar.bz2) = 59c71e967601066b84d54542d9fa1ac7593b09d0b7111ec03e4ec5505e03a938
|
||||
SIZE (stardict/stardict-mueller7-2.4.2.tar.bz2) = 3086467
|
16
russian/stardict-mueller7/files/Makefile.common
Normal file
16
russian/stardict-mueller7/files/Makefile.common
Normal file
@ -0,0 +1,16 @@
|
||||
DIST_SUBDIR= stardict
|
||||
|
||||
USE_BZIP2= yes
|
||||
NO_BUILD= yes
|
||||
PKGMESSAGE?= ${.CURDIR}/../../russian/stardict-mueller7/files/pkg-message
|
||||
|
||||
DICTDIR= share/stardict/dic
|
||||
|
||||
do-install:
|
||||
${MKDIR} ${PREFIX}/${DICTDIR}
|
||||
cd ${WRKSRC} && ${COPYTREE_SHARE} . ${PREFIX}/${DICTDIR}
|
||||
|
||||
post-install: echo-pkgmessage
|
||||
|
||||
echo-pkgmessage:
|
||||
@${CAT} ${PKGMESSAGE}
|
11
russian/stardict-mueller7/files/pkg-message
Normal file
11
russian/stardict-mueller7/files/pkg-message
Normal file
@ -0,0 +1,11 @@
|
||||
=====================================================================
|
||||
|
||||
This dictionary can be used with any of the following dictionary
|
||||
programs (consider to install one of them):
|
||||
|
||||
textproc/qstardict StarDict clone written in Qt4
|
||||
textproc/stardict2 StarDict 2.x (GTK2)
|
||||
textproc/stardict3 StarDict 3.x (GTK2)
|
||||
textproc/goldendict Goldendict (Qt4)
|
||||
|
||||
=====================================================================
|
3
russian/stardict-mueller7/pkg-descr
Normal file
3
russian/stardict-mueller7/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
The 7th edition of Mueller English-Russian dictionary.
|
||||
|
||||
WWW: http://stardict.sourceforge.net/Dictionaries_dictd-www.mova.org.php
|
5
russian/stardict-mueller7/pkg-plist
Normal file
5
russian/stardict-mueller7/pkg-plist
Normal file
@ -0,0 +1,5 @@
|
||||
share/stardict/dic/Mueller7GPL.dict.dz
|
||||
share/stardict/dic/Mueller7GPL.idx
|
||||
share/stardict/dic/Mueller7GPL.ifo
|
||||
@dirrmtry share/stardict/dic
|
||||
@dirrmtry share/stardict
|
Loading…
Reference in New Issue
Block a user