diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2010-02-28 20:03:41 +0000 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2010-02-28 20:03:41 +0000 |
commit | 1a2f1e848389bc9d0ae949a393b85eed416f7559 (patch) | |
tree | 07e9bc8b815c1eadb1fd90bcdfb05b313b1be319 /russian | |
parent | 54f500030e14a908a127079ba000debf3ed17dee (diff) | |
download | ports-1a2f1e848389bc9d0ae949a393b85eed416f7559.tar.gz ports-1a2f1e848389bc9d0ae949a393b85eed416f7559.zip |
Notes
Diffstat (limited to 'russian')
-rw-r--r-- | russian/stardict-mueller7/Makefile | 17 | ||||
-rw-r--r-- | russian/stardict-mueller7/distinfo | 3 | ||||
-rw-r--r-- | russian/stardict-mueller7/files/Makefile.common | 16 | ||||
-rw-r--r-- | russian/stardict-mueller7/files/pkg-message | 11 | ||||
-rw-r--r-- | russian/stardict-mueller7/pkg-descr | 3 | ||||
-rw-r--r-- | russian/stardict-mueller7/pkg-plist | 5 |
6 files changed, 55 insertions, 0 deletions
diff --git a/russian/stardict-mueller7/Makefile b/russian/stardict-mueller7/Makefile new file mode 100644 index 000000000000..49a4833024a8 --- /dev/null +++ b/russian/stardict-mueller7/Makefile @@ -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> diff --git a/russian/stardict-mueller7/distinfo b/russian/stardict-mueller7/distinfo new file mode 100644 index 000000000000..2a72bf20b1eb --- /dev/null +++ b/russian/stardict-mueller7/distinfo @@ -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 diff --git a/russian/stardict-mueller7/files/Makefile.common b/russian/stardict-mueller7/files/Makefile.common new file mode 100644 index 000000000000..267ad2be300c --- /dev/null +++ b/russian/stardict-mueller7/files/Makefile.common @@ -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} diff --git a/russian/stardict-mueller7/files/pkg-message b/russian/stardict-mueller7/files/pkg-message new file mode 100644 index 000000000000..a9e52148eeb0 --- /dev/null +++ b/russian/stardict-mueller7/files/pkg-message @@ -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) + +===================================================================== diff --git a/russian/stardict-mueller7/pkg-descr b/russian/stardict-mueller7/pkg-descr new file mode 100644 index 000000000000..96ba7e895bb0 --- /dev/null +++ b/russian/stardict-mueller7/pkg-descr @@ -0,0 +1,3 @@ +The 7th edition of Mueller English-Russian dictionary. + +WWW: http://stardict.sourceforge.net/Dictionaries_dictd-www.mova.org.php diff --git a/russian/stardict-mueller7/pkg-plist b/russian/stardict-mueller7/pkg-plist new file mode 100644 index 000000000000..7a2cb4c45b35 --- /dev/null +++ b/russian/stardict-mueller7/pkg-plist @@ -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 |