diff options
author | bapt <bapt@FreeBSD.org> | 2012-04-23 04:38:32 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2012-04-23 04:38:32 +0800 |
commit | 086aaa7065d7abc1a0163b0a7398dc941e28faee (patch) | |
tree | 2bb5a7c1aeca11c2a24c6084e303d1ad8fbf6fe0 /russian | |
parent | a3320c97eaefef345ad9c16493274ef6596c9028 (diff) | |
download | freebsd-ports-gnome-086aaa7065d7abc1a0163b0a7398dc941e28faee.tar.gz freebsd-ports-gnome-086aaa7065d7abc1a0163b0a7398dc941e28faee.tar.zst freebsd-ports-gnome-086aaa7065d7abc1a0163b0a7398dc941e28faee.zip |
- upgrade to 3.5.2
- switch and force compiler to clang using the one from base on 9 and CURRENT, the one
from ports if not found in base
- now only build en_US version, all localisation are available through separated
ports.
- Graphite smart font is now used by default
- Rebundle boost to easier upgrading boost
- Rebundle mdds the one from the ports seems incompatible with clang
- Unbundle all the fonts
Thank you to jgh and Kuan-Chung Chiu <buganini@gmail.com> for testings and
feedback
Thank you to iXsystems for providing resources to build/test libreoffice
Diffstat (limited to 'russian')
-rw-r--r-- | russian/Makefile | 1 | ||||
-rw-r--r-- | russian/libreoffice/Makefile | 14 | ||||
-rw-r--r-- | russian/libreoffice/distinfo | 4 | ||||
-rw-r--r-- | russian/libreoffice/pkg-descr | 3 |
4 files changed, 22 insertions, 0 deletions
diff --git a/russian/Makefile b/russian/Makefile index 1c4464d2c975..aa81444920fb 100644 --- a/russian/Makefile +++ b/russian/Makefile @@ -25,6 +25,7 @@ SUBDIR += koi8r-ps SUBDIR += ksocrat SUBDIR += libcyrillic + SUBDIR += libreoffice SUBDIR += mueller-dic SUBDIR += muttprint SUBDIR += mythes diff --git a/russian/libreoffice/Makefile b/russian/libreoffice/Makefile new file mode 100644 index 000000000000..93f63c3ce881 --- /dev/null +++ b/russian/libreoffice/Makefile @@ -0,0 +1,14 @@ +# New ports collection makefile for: libreoffice +# Date created: 2012-03-01 +# Whom: Baptiste Daroussin <bapt@FreeBSD.org> +# +# $FreeBSD$ +# + +LO_I18N= ru +LO_HAS_HELPPACK= yes +CATEGORIES= russian editors + +.include "${.CURDIR}/../../editors/libreoffice/Makefile.common" + +.include <bsd.port.mk> diff --git a/russian/libreoffice/distinfo b/russian/libreoffice/distinfo new file mode 100644 index 000000000000..4a0ab41f4ad0 --- /dev/null +++ b/russian/libreoffice/distinfo @@ -0,0 +1,4 @@ +SHA256 (libreoffice/i18n/LibO_3.5.2_Linux_x86_langpack-deb_ru.tar.gz) = 16afae108773885c80c681603278347266498058534d1fb349f62a9c643c385b +SIZE (libreoffice/i18n/LibO_3.5.2_Linux_x86_langpack-deb_ru.tar.gz) = 2750130 +SHA256 (libreoffice/i18n/LibO_3.5.2_Linux_x86_helppack-deb_ru.tar.gz) = dd3e5185a948544cadb4cc6b688c6de28565eb6f8f1a42cdb001443e01610a9c +SIZE (libreoffice/i18n/LibO_3.5.2_Linux_x86_helppack-deb_ru.tar.gz) = 11707731 diff --git a/russian/libreoffice/pkg-descr b/russian/libreoffice/pkg-descr new file mode 100644 index 000000000000..4390538da4dd --- /dev/null +++ b/russian/libreoffice/pkg-descr @@ -0,0 +1,3 @@ +Localized messages and documentation for libreoffice + +WWW: http://www.libreoffice.org |