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 /vietnamese | |
parent | a3320c97eaefef345ad9c16493274ef6596c9028 (diff) | |
download | freebsd-ports-graphics-086aaa7065d7abc1a0163b0a7398dc941e28faee.tar.gz freebsd-ports-graphics-086aaa7065d7abc1a0163b0a7398dc941e28faee.tar.zst freebsd-ports-graphics-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 'vietnamese')
-rw-r--r-- | vietnamese/Makefile | 1 | ||||
-rw-r--r-- | vietnamese/libreoffice/Makefile | 13 | ||||
-rw-r--r-- | vietnamese/libreoffice/distinfo | 4 | ||||
-rw-r--r-- | vietnamese/libreoffice/pkg-descr | 3 |
4 files changed, 21 insertions, 0 deletions
diff --git a/vietnamese/Makefile b/vietnamese/Makefile index a9ec1b7c843..2c03c221e68 100644 --- a/vietnamese/Makefile +++ b/vietnamese/Makefile @@ -8,6 +8,7 @@ .if !defined(NO_VIET_KDE) SUBDIR += kde3-i18n .endif + SUBDIR += libreoffice SUBDIR += libviet SUBDIR += unicode-uhoai SUBDIR += urwvn diff --git a/vietnamese/libreoffice/Makefile b/vietnamese/libreoffice/Makefile new file mode 100644 index 00000000000..a998ea9d7fd --- /dev/null +++ b/vietnamese/libreoffice/Makefile @@ -0,0 +1,13 @@ +# New ports collection makefile for: libreoffice +# Date created: 2012-03-01 +# Whom: Baptiste Daroussin <bapt@FreeBSD.org> +# +# $FreeBSD$ +# + +LO_I18N= vi +LO_HAS_HELPPACK= yes + +.include "${.CURDIR}/../../editors/libreoffice/Makefile.common" + +.include <bsd.port.mk> diff --git a/vietnamese/libreoffice/distinfo b/vietnamese/libreoffice/distinfo new file mode 100644 index 00000000000..ce14ca2ad3d --- /dev/null +++ b/vietnamese/libreoffice/distinfo @@ -0,0 +1,4 @@ +SHA256 (libreoffice/i18n/LibO_3.5.2_Linux_x86_langpack-deb_vi.tar.gz) = 5819213980a964a1b2e0b8baed205f3751b9108e135f87948344170c1e3f0b0d +SIZE (libreoffice/i18n/LibO_3.5.2_Linux_x86_langpack-deb_vi.tar.gz) = 1799241 +SHA256 (libreoffice/i18n/LibO_3.5.2_Linux_x86_helppack-deb_vi.tar.gz) = 7f3dd082116c61b23acc035cdebb925999678ff97e3b69d5fc652ea2cf3205f4 +SIZE (libreoffice/i18n/LibO_3.5.2_Linux_x86_helppack-deb_vi.tar.gz) = 11289453 diff --git a/vietnamese/libreoffice/pkg-descr b/vietnamese/libreoffice/pkg-descr new file mode 100644 index 00000000000..4390538da4d --- /dev/null +++ b/vietnamese/libreoffice/pkg-descr @@ -0,0 +1,3 @@ +Localized messages and documentation for libreoffice + +WWW: http://www.libreoffice.org |