aboutsummaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2011-08-22 10:05:37 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2011-08-22 10:05:37 +0000
commit3efd1f67e3eeaed8551620589b22e05d64e3dd75 (patch)
tree41b0e22b209a508ac712e9d2d690508841517b5e /editors
parent55bb3b31b868b1a01c19459c1f15170552c5a256 (diff)
downloadports-3efd1f67e3eeaed8551620589b22e05d64e3dd75.tar.gz
ports-3efd1f67e3eeaed8551620589b22e05d64e3dd75.zip
Notes
Diffstat (limited to 'editors')
-rw-r--r--editors/libreoffice/Makefile269
-rw-r--r--editors/libreoffice/distinfo130
2 files changed, 207 insertions, 192 deletions
diff --git a/editors/libreoffice/Makefile b/editors/libreoffice/Makefile
index 212787c1e9ec..8e6d5e3035f4 100644
--- a/editors/libreoffice/Makefile
+++ b/editors/libreoffice/Makefile
@@ -6,12 +6,10 @@
#
PORTNAME= libreoffice
-PORTVERSION= 3.3.3
-PORTREVISION= 2
-LOVERSION= ${PORTVERSION}.1
+PORTVERSION= 3.4.2
+LOVERSION= ${PORTVERSION}.3
CATEGORIES= editors
MASTER_SITES= http://ftp.osuosl.org/pub/tdf/libreoffice/src/ \
- http://download.go-oo.org/3.3/ \
http://ftp.rediris.es/mirror/TDF/libreoffice/src/ \
http://mirrors.supportex.net/tdf/libreoffice/src/ \
http://mirror.netcologne.de/tdf/libreoffice/src/ \
@@ -31,30 +29,34 @@ MASTER_SITES= http://ftp.osuosl.org/pub/tdf/libreoffice/src/ \
http://ftp.unicamp.br/pub/tdf/libreoffice/src/ \
http://mirror.yongbok.net/tdf/libreoffice/src/ \
http://mirror3.mirrors.tds.net/pub/documentfoundation.org/libreoffice/src/ \
- http://download.go-oo.org/src/ \
- http://hg.services.openoffice.org/binaries/:hgOOo \
+ http://download.go-oo.org/src/:GoOOSrc \
+ http://download.go-oo.org/extern/:GoOOExtern \
http://www.numbertext.org/linux/:OOoDTP
-MAINTAINER= office@FreeBSD.org
+MAINTAINER= bapt@FreeBSD.org
COMMENT= Full integrated office productivity suite
-LOFFICE_COMPONENTS= artwork base bootstrap calc components extensions \
- extras filters help impress l10n libs-core libs-extern \
- libs-extern-sys libs-gui postprocess sdk testing \
- ure writer
+LO_COMPONENTS= artwork base calc components extensions \
+ extras filters help impress libs-core libs-extern \
+ libs-extern-sys libs-gui postprocess sdk testing \
+ ure writer translations
+
+USE_BZIP2= yes
+#l10n
+INSTALL_TARGET= distro-pack-install
DIST_SUBDIR= libreoffice
-DISTFILES+= ${PORTNAME}-build-${LOVERSION}.tar.gz
-WRKSRC= ${WRKDIR}/${PORTNAME}-build-${LOVERSION}
+DISTFILES+= ${PORTNAME}-bootstrap-${LOVERSION}${EXTRACT_SUFX}
+WRKSRC= ${WRKDIR}/${PORTNAME}-bootstrap-${LOVERSION}
LODESTDIR= ${WRKDIR}/loinstall
-.for components in ${LOFFICE_COMPONENTS}
-DISTFILES+= ${PORTNAME}-${components}-${LOVERSION}.tar.bz2
+.for components in ${LO_COMPONENTS}
+DISTFILES+= ${PORTNAME}-${components}-${LOVERSION}${EXTRACT_SUFX}
.endfor
-LICENSE_COMB= dual
LICENSE= LGPL3 MPL
+LICENSE_COMB= dual
# for dynamic plist generation
PLISTD?= ${WRKDIR}/plist_dirs
@@ -66,20 +68,15 @@ ONLY_FOR_ARCH= i386 amd64
EXTRACT_ONLY:= ${DISTFILES}
#additionnal components
-DISTFILES+= fdb27bfe2dbe2e7b57ae194d9bf36bab-SampleICC-1.3.2.tar.gz \
- 1756c4fa6c616ae15973c104cd8cb256-Adobe-Core35_AFMs-314.tar.gz \
- cf8a6967f7de535ae257fa411c98eb88-mdds_0.3.0.tar.bz2 \
- d0b5af6e408b8d2958f3d83b5244f5e8-hyphen-2.4.tar.gz \
- 067201ea8b126597670b5eff72e1f66c-mythes-1.2.0.tar.gz \
- 37282537d0ed1a087b1c8f050dc812d9-dejavu-fonts-ttf-2.32.zip \
- ca4870d899fd7e943ffc310a5421ad4d-liberation-fonts-ttf-1.06.0.20100721.tar.gz \
- 35efabc239af896dfb79be7ebdd6e6b9-gentiumbasic-fonts-1.10.zip \
+DISTFILES+= fdb27bfe2dbe2e7b57ae194d9bf36bab-SampleICC-1.3.2.tar.gz:GoOOSrc \
+ 1756c4fa6c616ae15973c104cd8cb256-Adobe-Core35_AFMs-314.tar.gz:GoOOSrc \
+ 0ff7d225d087793c8c2c680d77aac3e7-mdds_0.5.3.tar.bz2:GoOOSrc \
+ 37282537d0ed1a087b1c8f050dc812d9-dejavu-fonts-ttf-2.32.zip:GoOOSrc \
+ ca4870d899fd7e943ffc310a5421ad4d-liberation-fonts-ttf-1.06.0.20100721.tar.gz:GoOOSrc \
+ 35efabc239af896dfb79be7ebdd6e6b9-gentiumbasic-fonts-1.10.zip:GoOOSrc \
881af2b7dca9b8259abbca00bbbc004d-LinLibertineG-20110101.zip:OOoDTP
# rely on bsdtar ability to extract .gz and .bz2 archives
-EXTRACT_CMD= ${CAT}
-EXTRACT_BEFORE_ARGS=
-
LIB_DEPENDS= cairo.2:${PORTSDIR}/graphics/cairo \
xml2.5:${PORTSDIR}/textproc/libxml2 \
expat.6:${PORTSDIR}/textproc/expat2 \
@@ -87,6 +84,8 @@ LIB_DEPENDS= cairo.2:${PORTSDIR}/graphics/cairo \
jpeg.11:${PORTSDIR}/graphics/jpeg \
curl.6:${PORTSDIR}/ftp/curl \
hunspell-1.3.0:${PORTSDIR}/textproc/hunspell \
+ mythes-1.2.0:${PORTSDIR}/textproc/mythes \
+ hyphen.2:${PORTSDIR}/textproc/hyphen \
poppler.6:${PORTSDIR}/graphics/poppler \
wpd-0.9.9:${PORTSDIR}/textproc/libwpd \
wpg-0.2.2:${PORTSDIR}/graphics/libwpg \
@@ -95,17 +94,20 @@ LIB_DEPENDS= cairo.2:${PORTSDIR}/graphics/cairo \
textcat.0:${PORTSDIR}/textproc/libtextcat \
lpsolve55:${PORTSDIR}/math/lp_solve
+
+# dmake can't be used from ports
+
BUILD_DEPENDS= zip:${PORTSDIR}/archivers/zip \
- unzip:${PORTSDIR}/archivers/unzip \
- gcp:${PORTSDIR}/sysutils/coreutils \
gpatch:${PORTSDIR}/devel/patch \
+ unzip:${PORTSDIR}/archivers/unzip \
bash:${PORTSDIR}/shells/bash \
+ oo2po:${PORTSDIR}/textproc/translate-toolkit \
+ dmake:${PORTSDIR}/devel/dmake \
${SITE_PERL}/Archive/Zip.pm:${PORTSDIR}/archivers/p5-Archive-Zip \
${LOCALBASE}/bin/gperf:${PORTSDIR}/devel/gperf \
${LOCALBASE}/lib/libcppunit.so:${PORTSDIR}/devel/cppunit \
- ${LOCALBASE}/lib/libmdbsql.a:${PORTSDIR}/databases/mdbtools \
${LOCALBASE}/lib/libboost_regex.a:${PORTSDIR}/devel/boost-libs \
- ${LOCALBASE}/bin/vigra-config:${PORTSDIR}/graphics/vigra
+ vigra-config:${PORTSDIR}/graphics/vigra
USE_BDB= yes
USE_PERL5_BUILD= yes
@@ -114,7 +116,6 @@ USE_GMAKE= yes
USE_PYTHON= yes
USE_OPENSSL= yes
WANT_GNOME= yes
-USE_BISON= build
USE_GSTREAMER= yes
USE_XORG= xaw
USE_GL= gl glu
@@ -125,29 +126,23 @@ OPTIONS= WEBDAV "Support webdav protocol" off \
CUPS "Support cups for printing" on \
KDE4 "With Qt4/KDE4 vclplug support" off \
GNOME "Better integration in gnome environnement" off \
- JAVA "Add Java support (XML Filters, macros)" off
+ JAVA "Add Java support (XML Filters, macros)" off \
+ SDK "Build with SDK" off
-LOCALIZED_LANG?= en-US
+CONFIGURE_ENV= GPERF=${LOCALBASE}/bin/gperf \
+ DMAKE=${LOCALBASE}/bin/dmake \
+ LDFLAGS="" \
+ OPENSSL_CFLAGS="-I${OPENSSLINC}" \
+ OPENSSL_LIBS="-L${OPENSSLLIB} -lssl"
-CONFIGURE_ARGS+= --without-download \
- --with-binsuffix=no \
- --with-dict="${LOCALIZED_LANG}" \
- --with-myspell-dicts \
- --with-lang="${LOCALIZED_LANG}"\
- --disable-odk \
+CONFIGURE_ARGS+= --with-unix-wrapper="libreoffice" \
+ --disable-fetch-external \
--with-build-version="FreeBSD ports ${PKGVERSION}" \
--with-vendor="FreeBSD ports ${PKGVERSION}" \
--exec-prefix=${PREFIX} \
- --with-num-cpus=${MAKE_JOBS_NUMBER} \
- --with-installed-ooo-dirname=${PORTNAME} \
- --without-git \
- --with-ooo-builddir=${WRKSRC}/build/${PORTNAME} \
- --with-srcdir=${DISTDIR}/${DIST_SUBDIR} \
+ --with-max-jobs=${MAKE_JOBS_NUMBER} \
--with-external-tar=${DISTDIR}/${DIST_SUBDIR} \
- --with-docdir=${DOCSDIR} \
--with-gnu-patch=${LOCALBASE}/bin/gpatch \
- --with-gnu-cp=${LOCALBASE}/bin/gcp \
- --enable-openxml \
--with-system-libxml \
--with-system-cairo --enable-cairo \
--with-system-boost \
@@ -166,44 +161,59 @@ CONFIGURE_ARGS+= --without-download \
--with-system-poppler \
--with-system-redland \
--with-system-hunspell \
+ --with-system-mythes \
+ --with-system-altlinuxhyph \
--with-system-libtextcat \
--with-system-lpsolve \
--with-system-vigra \
- --with-system-mdbtools \
--with-fonts \
--with-alloc=system \
--with-system-stdlibs \
--with-system-xrender-headers \
--with-system-mesa-headers \
--disable-epm \
- --disable-hids \
- --disable-post-install-scripts \
--disable-mozilla \
--disable-build-mozilla \
--disable-kde \
--without-stlport \
--disable-nss-module \
- --without-system-mozilla
+ --without-system-mozilla \
+ --with-system-translate-toolkit \
+ --with-system-dicts \
+ --with-external-thes-dir=${LOCALBASE}/share/mythes \
+ --with-external-hyph-dir=${LOCALBASE}/share/hyphen \
+ --with-external-dict-dir=${LOCALBASE}/share/hunspell
+
+.if defined(LOCALIZED_LANG)
+CONFIGURE_ARGS+= --with-lang="${LOCALIZED_LANG}"
+.endif
# extensions
-
CONFIGURE_ARGS+= --enable-ext-pdfimport \
- --enable-ext-wiki-publisher \
--enable-ext-report-builder
# --enable-extra-gallery \
# --enable-extra-template \
# --enable-extra-sample \
# --enable-extra-font
-MAN1= libreoffice.1 \
- unopkg.1
+MAN1= lobase.1 \
+ lomath.1 \
+ loffice.1 \
+ localc.1 \
+ unopkg.1 \
+ loweb.1 \
+ lowriter.1 \
+ libreoffice.1 \
+ lodraw.1 \
+ lofromtemplate.1 \
+ loimpress.1
+
+MANCOMPRESSED= yes
.include <bsd.port.options.mk>
-MAKE_ENV+= GPERF=${LOCALBASE}/bin/gperf \
- X_LIBS=-L${LOCALBASE}/lib \
- OPENSSL_CFLAGS=-I${OPENSSLINC} OPENSSL_LIBS=-L${OPENSSLLIB} \
- LD_LIBRARY_PATH=. DESTDIR=${LODESTDIR}
+LDFLAGS=
+MAKE_ENV+= USE_GMAKE=1 DESTDIR=${LODESTDIR}
CFLAGS+= -I${LOCALBASE}/include -I${LOCALBASE}/include/db${BDB_VER} -L${LOCALBASE}/lib
@@ -242,31 +252,34 @@ CONFIGURE_ARGS+= --disable-gconf --disable-gnome-vfs
.if defined(WITH_JAVA)
#additionnal distfiles needed for java
-DISTFILES+= 798b2ffdc8bcfe7bca2cf92b62caf685-rhino1_5R5.zip:hgOOo \
- 17410483b5b5f267aa18b7e00b65e6e0-hsqldb_1_8_0.zip:hgOOo \
- 2a177023f9ea8ec8bd00837605c5df1b-jakarta-tomcat-5.0.30-src.tar.gz:hgOOo \
- 48d8169acc35f97e05d8dcdfd45be7f2-lucene-2.3.2.tar.gz:hgOOo \
- a7983f859eafb2677d7ff386a023bc40-xsltml_2.1.2.zip:hgOOo \
- af3c3acf618de6108d65fcdc92b492e1-commons-codec-1.3-src.tar.gz:hgOOo \
- 3c219630e4302863a9a83d0efde889db-commons-logging-1.1.1-src.tar.gz:hgOOo \
- 2ae988b339daec234019a7066f96733e-commons-lang-2.3-src.tar.gz:hgOOo \
- 2c9b0f83ed5890af02c0df1c1776f39b-commons-httpclient-3.1-src.tar.gz \
- ea570af93c284aa9e5621cd563f54f4d-bsh-2.0b1-src.tar.gz:hgOOo \
- ada24d37d8d638b3d8a9985e80bc2978-source-9.0.0.7-bj.zip:hgOOo \
- 8ea307d71d11140574bfb9fcc2487e33-libbase.zip:hgOOo \
- 35c94d2df8893241173de1d16b6034c0-swingExSrc.zip:hgOOo \
- 39bb3fcea1514f1369fcfc87542390fd-sacjava-1.3.zip:hgOOo \
- a06a496d7a43cbdc35e69dbe678efadb-libloader.zip:hgOOo \
- f3e2febd267c8e4b13df00dac211dd6d-flute.zip:hgOOo \
- 5aba06ede2daa9f2c11892fbd7bc3057-libserializer.zip:hgOOo \
- d1a3205871c3c52e8a50c9f18510ae12-libformula.zip:hgOOo \
- f7925ba8491fe570e5164d2c72791358-libfonts.zip:hgOOo \
- 67b42915c8432abf0a922438f00860a2-libxml.zip:hgOOo \
- dbb3757275dc5cc80820c0b4dd24ed95-librepository.zip:hgOOo \
- 79600e696a98ff95c2eba976f7a8dfbb-liblayout.zip:hgOOo \
- d4c4d91ab3a8e52a2e69d48d34ef4df4-core.zip:hgOOo
-
-USE_JAVA= 1.4+
+DISTFILES+= 798b2ffdc8bcfe7bca2cf92b62caf685-rhino1_5R5.zip:GoOOSrc \
+ 17410483b5b5f267aa18b7e00b65e6e0-hsqldb_1_8_0.zip:GoOOSrc \
+ 2a177023f9ea8ec8bd00837605c5df1b-jakarta-tomcat-5.0.30-src.tar.gz:GoOOSrc \
+ 48d8169acc35f97e05d8dcdfd45be7f2-lucene-2.3.2.tar.gz:GoOOSrc \
+ a7983f859eafb2677d7ff386a023bc40-xsltml_2.1.2.zip:GoOOSrc \
+ af3c3acf618de6108d65fcdc92b492e1-commons-codec-1.3-src.tar.gz:GoOOSrc \
+ 3c219630e4302863a9a83d0efde889db-commons-logging-1.1.1-src.tar.gz:GoOOSrc \
+ 2ae988b339daec234019a7066f96733e-commons-lang-2.3-src.tar.gz:GoOOSrc \
+ 2c9b0f83ed5890af02c0df1c1776f39b-commons-httpclient-3.1-src.tar.gz:GoOOSrc \
+ ea570af93c284aa9e5621cd563f54f4d-bsh-2.0b1-src.tar.gz:GoOOSrc \
+ ada24d37d8d638b3d8a9985e80bc2978-source-9.0.0.7-bj.zip:GoOOSrc \
+ eeb2c7ddf0d302fba4bfc6e97eac9624-libbase-1.1.6.zip:GoOOSrc \
+ 35c94d2df8893241173de1d16b6034c0-swingExSrc.zip:GoOOSrc \
+ 39bb3fcea1514f1369fcfc87542390fd-sacjava-1.3.zip:GoOOSrc \
+ 97b2d4dba862397f446b217e2b623e71-libloader-1.1.6.zip:GoOOSrc \
+ d8bd5eed178db6e2b18eeed243f85aa8-flute-1.1.6.zip:GoOOSrc \
+ f94d9870737518e3b597f9265f4e9803-libserializer-1.1.6.zip:GoOOSrc \
+ 3404ab6b1792ae5f16bbd603bd1e1d03-libformula-1.1.7.zip:GoOOSrc \
+ 3bdf40c0d199af31923e900d082ca2dd-libfonts-1.1.6.zip:GoOOSrc \
+ ace6ab49184e329db254e454a010f56d-libxml-1.1.7.zip:GoOOSrc \
+ 8ce2fcd72becf06c41f7201d15373ed9-librepository-1.1.6.zip:GoOOSrc \
+ db60e4fde8dd6d6807523deb71ee34dc-liblayout-0.2.10.zip:GoOOSrc \
+ ba2930200c9f019c2d93a8c88c651a0f-flow-engine-0.9.4.zip:GoOOSrc
+
+# LibreOffice works only with Java 6 -- which may not be the default
+# if you specify the JAVA_VENDOR variable
+USE_JAVA= yes
+JAVA_VERSION= 1.6
BUILD_DEPENDS+= ant:${PORTSDIR}/devel/apache-ant \
${JAVALIBDIR}/junit.jar:${PORTSDIR}/java/junit \
${JAVALIBDIR}/xercesImpl.jar:${PORTSDIR}/textproc/xerces-j \
@@ -281,33 +294,44 @@ CONFIGURE_ARGS+= --with-ant-home=${LOCALBASE}/share/java/apache-ant/ \
--with-xml-apis-jar=/${JAVALIBDIR}/xml-apis.jar \
--with-system-xalan \
--with-xalan-jar=${JAVALIBDIR}/xalan.jar \
- --with-serializer-jar=${JAVALIBDIR}/serializer.jar
+ --with-serializer-jar=${JAVALIBDIR}/serializer.jar \
+ --enable-ext-wiki-publisher
.else
BUILD_DEPENDS+= xsltproc:${PORTSDIR}/textproc/libxslt
CONFIGURE_ARGS+= --without-java
.endif
+.if defined(WITH_SDK)
+CONFIGURE_ARGS+= --enable-odk
+.else
+CONFIGURE_ARGS+= --disable-odk
+.endif
+
EMPTYDIRS= libreoffice/share/uno_packages/cache \
libreoffice/share/prereg \
- libreoffice/basis3.3/program/plugin \
- libreoffice/basis3.3/program/addin \
- libreoffice/basis3.3/presets/wordbook \
- libreoffice/basis3.3/presets/uno_packages/cache \
- libreoffice/basis3.3/presets/template \
- libreoffice/basis3.3/presets/temp \
- libreoffice/basis3.3/presets/store \
- libreoffice/basis3.3/presets/psprint/fontmetric \
- libreoffice/basis3.3/presets/psprint/driver \
- libreoffice/basis3.3/presets/Scripts \
- libreoffice/basis3.3/presets/autocorr \
- libreoffice/basis3.3/presets/backup
+ libreoffice/basis3.4/program/plugin \
+ libreoffice/basis3.4/program/addin \
+ libreoffice/basis3.4/presets/wordbook \
+ libreoffice/basis3.4/presets/uno_packages/cache \
+ libreoffice/basis3.4/presets/template \
+ libreoffice/basis3.4/presets/temp \
+ libreoffice/basis3.4/presets/store \
+ libreoffice/basis3.4/presets/psprint/fontmetric \
+ libreoffice/basis3.4/presets/psprint/driver \
+ libreoffice/basis3.4/presets/Scripts \
+ libreoffice/basis3.4/presets/autocorr \
+ libreoffice/basis3.4/presets/backup
.for LANG in ${LOCALIZED_LANG}
-EMPTYDIRS+= libreoffice/basis3.3/share/samples/${LANG}
+EMPTYDIRS+= libreoffice/basis3.4/share/samples/${LANG}
.endfor
+.if !defined(LOCALIZED_LANG)
+EMPTYDIRS+= libreoffice/basis3.4/share/samples/en-US
+.endif
.include <bsd.port.pre.mk>
pre-fetch:
+.if !defined(LOCALIZED_LANG)
@${ECHO_CMD}
@${ECHO_CMD} "you can build a localized version of libreoffice by setting"
@${ECHO_CMD} "LOCALIZED_LANG=xx"
@@ -320,44 +344,43 @@ pre-fetch:
@${ECHO_CMD} "zh-CN zh-TW zu"
@${ECHO_CMD}
@${ECHO_CMD} "Current setting: ${LOCALIZED_LANG}"
+.endif
post-extract:
- @${MKDIR} ${WRKSRC}/build/${PORTNAME}
-.for component in ${LOFFICE_COMPONENTS}
- @${MV} ${WRKDIR}/${PORTNAME}-${component}-${LOVERSION}/* ${WRKSRC}/build/${PORTNAME}/
- @${RMDIR} ${WRKDIR}/${PORTNAME}-${component}-${LOVERSION}/
-.endfor
- @${TOUCH} ${WRKSRC}/build/${PORTNAME}/unpack
@${MKDIR} ${WRKSRC}/clone
+ @${MKDIR} ${WRKSRC}/src
+.for component in ${LO_COMPONENTS}
+ @${MV} ${WRKDIR}/${PORTNAME}-${component}-${LOVERSION} ${WRKSRC}/clone/${component}
+.endfor
@${TOUCH} ${WRKSRC}/clone/repos_changed
post-patch:
@${REINPLACE_CMD} -e 's#-5.1#${BDB_VER}#g' \
-e 's#5.1#${BDB_LIB_NAME:S/db//}#g' \
- ${WRKSRC}/build/${PORTNAME}/configure.in
+ ${WRKSRC}/configure.in
.if defined(WITH_KDE4)
@${REINPLACE_CMD} -e 's#moc,#moc-qt4,#g' \
- ${WRKSRC}/build/${PORTNAME}/configure.in
+ ${WRKSRC}/configure.in
.endif
- @${LN} -s ${MD5} ${WRKSRC}/bin/md5sum
+# @${LN} -s ${MD5} ${WRKSRC}/bin/md5sum
.if defined(WITH_JAVA)
@${REINPLACE_CMD} -e 's/^ANT_OPT/#ANT_OPT/g' \
- ${WRKSRC}/build/${PORTNAME}/apache-commons/java/codec/makefile.mk \
- ${WRKSRC}/build/${PORTNAME}/apache-commons/java/httpclient/makefile.mk \
- ${WRKSRC}/build/${PORTNAME}/apache-commons/java/lang/makefile.mk \
- ${WRKSRC}/build/${PORTNAME}/apache-commons/java/logging/makefile.mk
+ ${WRKSRC}/clone/extensions/apache-commons/java/codec/makefile.mk \
+ ${WRKSRC}/clone/extensions/apache-commons/java/httpclient/makefile.mk \
+ ${WRKSRC}/clone/extensions/apache-commons/java/lang/makefile.mk \
+ ${WRKSRC}/clone/extensions/apache-commons/java/logging/makefile.mk
.endif
+post-configure:
+ @cd ${WRKSRC} && ./bin/create_bootstrap_links
+ @${TOUCH} ${WRKSRC}/src.downloaded
+
post-install:
@${RM} -f ${PLISTF} ${PLISTD}
- @${RM} ${LODESTDIR}/${PREFIX}/share/applications/*.desktop
- @${MV} ${LODESTDIR}/${PREFIX}/share/mime/packages/openoffice.xml ${LODESTDIR}/${PREFIX}/share/mime/packages/libreoffice.xml
-
- @for img in ${LODESTDIR}/${PREFIX}/share/icons/hicolor/*/apps/ooo-*; do ${MV} $$img `${ECHO_CMD} $$img | ${SED} "s/ooo-/libreoffice-/"`; done
- @for pix in ${LODESTDIR}/${PREFIX}/share/pixmaps/ooo-*; do ${RM} $$pix; ${LN} -sf ${PREFIX}/share/icons/hicolor/48x48/`${BASENAME} $$pix | ${SED} "s/ooo-/libreoffice-/"` ${LODESTDIR}/${PREFIX}/share/pixmaps/; done
-.for component in base calc draw math impress writer startcenter
- @cd ${LODESTDIR}/${PREFIX}/share/applications; ${LN} -s ../../lib/${PORTNAME}/share/xdg/${component}.desktop ${PORTNAME}-${component}.desktop
+ @${MKDIR} ${LODESTDIR}/${PREFIX}/share/applications
+.for component in writer printeradmin math javafilter base calc startcenter qstart draw impress
+ @cd ${LODESTDIR}/${PREFIX}/share/applications; ${LN} -s ../../lib/${PORTNAME}/share/xdg/${component}.desktop ${component}.desktop
.endfor
@for dir in ${EMPTYDIRS}; do ${TOUCH} ${LODESTDIR}/${PREFIX}/lib/$$dir/.keep; done
@@ -366,10 +389,8 @@ post-install:
@cd ${LODESTDIR}/${PREFIX}/lib && ${FIND} -d * -type d | \
${SED} -e 's|^|@dirrm lib/|' >> ${PLISTD}
-.for subdir in icons pixmaps mime applications
- @cd ${LODESTDIR}/${PREFIX}/share/${subdir} && ${FIND} -H -s * -type f -o -type l | \
- ${SED} -e 's|^|share/${subdir}/|' >> ${PLISTF}
-.endfor
+ @cd ${LODESTDIR}/${PREFIX}/share/applications && ${FIND} -H -s * -type f -o -type l | \
+ ${SED} -e 's|^|share/applications/|' >> ${PLISTF}
@${ECHO_CMD} "@unexec ${RMDIR} %D/share/applications 2>/dev/null || ${TRUE}" >> ${PLISTD}
@@ -381,7 +402,7 @@ post-install:
@${SORT} ${WRKDIR}/plist_files >> ${TMPPLIST}
@${SORT} -r ${WRKDIR}/plist_dirs >> ${TMPPLIST}
- @cd ${LODESTDIR}/${PREFIX} ; ${FIND} . -print | ${CPIO} -adpm --quiet ${PREFIX}
+ @cd ${LODESTDIR}/${PREFIX} ; ${TAR} cfp - . | ${TAR} xfp - -C ${PREFIX}
@${LOCALBASE}/bin/update-desktop-database 2>/dev/null || ${TRUE}
.include <bsd.port.post.mk>
diff --git a/editors/libreoffice/distinfo b/editors/libreoffice/distinfo
index 5e006a63934a..497ba094c6f3 100644
--- a/editors/libreoffice/distinfo
+++ b/editors/libreoffice/distinfo
@@ -1,55 +1,49 @@
-SHA256 (libreoffice/libreoffice-build-3.3.3.1.tar.gz) = 2b7b35e461697aa3379bf53181dc05ecc00bfc9b83d366e2f81837ca8d464f13
-SIZE (libreoffice/libreoffice-build-3.3.3.1.tar.gz) = 14608755
-SHA256 (libreoffice/libreoffice-artwork-3.3.3.1.tar.bz2) = a09c65f1db0a953b6f68c7a63190da75fc07edc4cb6122c13317ae17471be62e
-SIZE (libreoffice/libreoffice-artwork-3.3.3.1.tar.bz2) = 21988711
-SHA256 (libreoffice/libreoffice-base-3.3.3.1.tar.bz2) = 0f26d3ffd42a184480bb59a089ea0068fcb9c2ef02a745dacf428e0b428ad54a
-SIZE (libreoffice/libreoffice-base-3.3.3.1.tar.bz2) = 2082833
-SHA256 (libreoffice/libreoffice-bootstrap-3.3.3.1.tar.bz2) = f51f0cef73b5657b5a0bb49c67da402e1a96e061da20a1ede35dcf41b3d7461f
-SIZE (libreoffice/libreoffice-bootstrap-3.3.3.1.tar.bz2) = 2751295
-SHA256 (libreoffice/libreoffice-calc-3.3.3.1.tar.bz2) = f13ecea9a05f02aab8320f5d3edbec2b53838d5d7620b0295ee39f5a0011ebac
-SIZE (libreoffice/libreoffice-calc-3.3.3.1.tar.bz2) = 9404500
-SHA256 (libreoffice/libreoffice-components-3.3.3.1.tar.bz2) = 77238933fce5cb442e60117732be3a5fc5c95b04a83a23d0d32b678d5a69cc34
-SIZE (libreoffice/libreoffice-components-3.3.3.1.tar.bz2) = 5126030
-SHA256 (libreoffice/libreoffice-extensions-3.3.3.1.tar.bz2) = 7721fa9fb53608ffcf9358de6f69b0f763b676334794f11b068d475f9824ada5
-SIZE (libreoffice/libreoffice-extensions-3.3.3.1.tar.bz2) = 4202583
-SHA256 (libreoffice/libreoffice-extras-3.3.3.1.tar.bz2) = c2e9c6a3f6e5756b714b8fd300dedf51012ee41b31a99a096998b95557fd8707
-SIZE (libreoffice/libreoffice-extras-3.3.3.1.tar.bz2) = 38706769
-SHA256 (libreoffice/libreoffice-filters-3.3.3.1.tar.bz2) = 57b48f5f2acf3bd7a1c0e6403201939b9416367e5967a292a5f4908fdb85c932
-SIZE (libreoffice/libreoffice-filters-3.3.3.1.tar.bz2) = 11949559
-SHA256 (libreoffice/libreoffice-help-3.3.3.1.tar.bz2) = 4dba3ee1f58f6c34004ffa3e7e3f88dd2e20e46018119105fe4e7fb295b0ce28
-SIZE (libreoffice/libreoffice-help-3.3.3.1.tar.bz2) = 1928379
-SHA256 (libreoffice/libreoffice-impress-3.3.3.1.tar.bz2) = 30340e8878118ed1f26f6b0be39022c378385e2c8a84a80127c501adfdddbd72
-SIZE (libreoffice/libreoffice-impress-3.3.3.1.tar.bz2) = 2606174
-SHA256 (libreoffice/libreoffice-l10n-3.3.3.1.tar.bz2) = db8fc1cfa0701e5b4f518ecfed7d0f3dd2a9000eda5f1ad9f8ded35c79984780
-SIZE (libreoffice/libreoffice-l10n-3.3.3.1.tar.bz2) = 80826598
-SHA256 (libreoffice/libreoffice-libs-core-3.3.3.1.tar.bz2) = a7002e77ecf778b109ba1e82220dc5574db6a7ce6cc77bb063fe9d2cf977c5fd
-SIZE (libreoffice/libreoffice-libs-core-3.3.3.1.tar.bz2) = 16651698
-SHA256 (libreoffice/libreoffice-libs-extern-3.3.3.1.tar.bz2) = 0372a48153bb3931d0300e89de42b5e54d408d8a5552e60fb2eb3ebe44cd27a6
-SIZE (libreoffice/libreoffice-libs-extern-3.3.3.1.tar.bz2) = 629622
-SHA256 (libreoffice/libreoffice-libs-extern-sys-3.3.3.1.tar.bz2) = 00e1e504a350cbb8a94dc66d3ae6f69961121c146033c1af696857ce76b4d3f0
-SIZE (libreoffice/libreoffice-libs-extern-sys-3.3.3.1.tar.bz2) = 38823514
-SHA256 (libreoffice/libreoffice-libs-gui-3.3.3.1.tar.bz2) = a3e9c1482f653c8db796519294a5aed3e0f3f945da3d1925a83dcb7a78b43e30
-SIZE (libreoffice/libreoffice-libs-gui-3.3.3.1.tar.bz2) = 10833787
-SHA256 (libreoffice/libreoffice-postprocess-3.3.3.1.tar.bz2) = 6c9cebfb3e7f3d2e8f3a354bcada28552a84c0806ea20255b28e4376406ebd07
-SIZE (libreoffice/libreoffice-postprocess-3.3.3.1.tar.bz2) = 42994
-SHA256 (libreoffice/libreoffice-sdk-3.3.3.1.tar.bz2) = e5795ba600e84a8565b75131975d63b29fddad1ec4b8ee5416f2ce88282e1935
-SIZE (libreoffice/libreoffice-sdk-3.3.3.1.tar.bz2) = 1710604
-SHA256 (libreoffice/libreoffice-testing-3.3.3.1.tar.bz2) = 47b2632cc564080008649e4ed5a071fb3a1feb6f8b209236aee1e1c304701a1b
-SIZE (libreoffice/libreoffice-testing-3.3.3.1.tar.bz2) = 50945720
-SHA256 (libreoffice/libreoffice-ure-3.3.3.1.tar.bz2) = ddf053aa2c5db4b41e461f1009eb9d0ff218aadb0b4fa492e627dba06873ea2b
-SIZE (libreoffice/libreoffice-ure-3.3.3.1.tar.bz2) = 6163742
-SHA256 (libreoffice/libreoffice-writer-3.3.3.1.tar.bz2) = 7d91da3cfc31595a6c0fa0835a27735e2934bd27c1c214b5abbd92c845ce4b68
-SIZE (libreoffice/libreoffice-writer-3.3.3.1.tar.bz2) = 6777324
+SHA256 (libreoffice/libreoffice-bootstrap-3.4.2.3.tar.bz2) = 577d85b6aca3b5b3cf72db6545ef79a9a53014c90ec62fd1932a1eeeb40e95be
+SIZE (libreoffice/libreoffice-bootstrap-3.4.2.3.tar.bz2) = 2712799
+SHA256 (libreoffice/libreoffice-artwork-3.4.2.3.tar.bz2) = b380f286fe95bfc4168aa73f410c5fffb94baad3ea0533bb0a692e3811f6829f
+SIZE (libreoffice/libreoffice-artwork-3.4.2.3.tar.bz2) = 13539965
+SHA256 (libreoffice/libreoffice-base-3.4.2.3.tar.bz2) = 2e08042babcf4cea9e75fe70eb5f41b09010282d3d8a46a4762eb84b0eec8365
+SIZE (libreoffice/libreoffice-base-3.4.2.3.tar.bz2) = 2069337
+SHA256 (libreoffice/libreoffice-calc-3.4.2.3.tar.bz2) = 401d81e1cf8588187ff5988f911c354d5aa340c237412a54097c8000317bedcf
+SIZE (libreoffice/libreoffice-calc-3.4.2.3.tar.bz2) = 9522743
+SHA256 (libreoffice/libreoffice-components-3.4.2.3.tar.bz2) = 2fe9b564fe5754a2b67195d0114ded2584e6370f17e40a71e7c27eb10d920df9
+SIZE (libreoffice/libreoffice-components-3.4.2.3.tar.bz2) = 5095585
+SHA256 (libreoffice/libreoffice-extensions-3.4.2.3.tar.bz2) = 191ca347026f4f258f6fd6b8b5c40947ef7e42fc6389f8f5d85f6b53513b2496
+SIZE (libreoffice/libreoffice-extensions-3.4.2.3.tar.bz2) = 4216328
+SHA256 (libreoffice/libreoffice-extras-3.4.2.3.tar.bz2) = 7488464823ecf557ac485ee3f5655e9356730ddfc168945e7a0009319b7e9dd7
+SIZE (libreoffice/libreoffice-extras-3.4.2.3.tar.bz2) = 38644416
+SHA256 (libreoffice/libreoffice-filters-3.4.2.3.tar.bz2) = bc03c2fa71f9d06dfba1c1e3aa29a41f5e3e5096e4eb13ce7e5364f01e3dfcd5
+SIZE (libreoffice/libreoffice-filters-3.4.2.3.tar.bz2) = 11777347
+SHA256 (libreoffice/libreoffice-help-3.4.2.3.tar.bz2) = 0adcdd0080de859263e9260b2357e66c3f478cd5f510811e9d2f49dbe7185867
+SIZE (libreoffice/libreoffice-help-3.4.2.3.tar.bz2) = 1846361
+SHA256 (libreoffice/libreoffice-impress-3.4.2.3.tar.bz2) = a9c5447924e47312b6db80f36dfa1f4c5046a897416a7f7497f51b5116904ec6
+SIZE (libreoffice/libreoffice-impress-3.4.2.3.tar.bz2) = 2651052
+SHA256 (libreoffice/libreoffice-libs-core-3.4.2.3.tar.bz2) = 22f938b2f47a4c254b98fb88ba33a21943a6b7e2ca3cc9d835850448e80a0b63
+SIZE (libreoffice/libreoffice-libs-core-3.4.2.3.tar.bz2) = 15589730
+SHA256 (libreoffice/libreoffice-libs-extern-3.4.2.3.tar.bz2) = 7cc3c817cd0aca856e01c447ddfeb22803f5da187295d16e39c948ece9f6527c
+SIZE (libreoffice/libreoffice-libs-extern-3.4.2.3.tar.bz2) = 637916
+SHA256 (libreoffice/libreoffice-libs-extern-sys-3.4.2.3.tar.bz2) = f90d2915645eb3d3968a6a162c9ddec9d7a4a9b892c7d80b9685eae230d273df
+SIZE (libreoffice/libreoffice-libs-extern-sys-3.4.2.3.tar.bz2) = 40016513
+SHA256 (libreoffice/libreoffice-libs-gui-3.4.2.3.tar.bz2) = 93be03e42c2add347db8ccfbfe3fee065e44959e771f7b3083f64644e5d505cc
+SIZE (libreoffice/libreoffice-libs-gui-3.4.2.3.tar.bz2) = 10857198
+SHA256 (libreoffice/libreoffice-postprocess-3.4.2.3.tar.bz2) = b782a00f6d3fdeb9a44e59ec9b0fdb2c59c28b1501c203fb26bb256ffd423ecc
+SIZE (libreoffice/libreoffice-postprocess-3.4.2.3.tar.bz2) = 50845
+SHA256 (libreoffice/libreoffice-sdk-3.4.2.3.tar.bz2) = 173abff22599da24c32e3e03b8744dd16fa77795bc7c9c6d9b5f682a84017b1d
+SIZE (libreoffice/libreoffice-sdk-3.4.2.3.tar.bz2) = 1721383
+SHA256 (libreoffice/libreoffice-testing-3.4.2.3.tar.bz2) = 4eb94d47d4d48bff41f1998c0dad96d49231301a99d8a987bebdb91f04777a42
+SIZE (libreoffice/libreoffice-testing-3.4.2.3.tar.bz2) = 50846459
+SHA256 (libreoffice/libreoffice-ure-3.4.2.3.tar.bz2) = 5ed8cf111331e1da4c205320dda16b4a63102458b12b251b71f1681860097b5f
+SIZE (libreoffice/libreoffice-ure-3.4.2.3.tar.bz2) = 6213202
+SHA256 (libreoffice/libreoffice-writer-3.4.2.3.tar.bz2) = 5f80890e0493849080ea521848a521aae0964c1d8f6df1e0da6c9525721663b7
+SIZE (libreoffice/libreoffice-writer-3.4.2.3.tar.bz2) = 7294695
+SHA256 (libreoffice/libreoffice-translations-3.4.2.3.tar.bz2) = 1f21d4a1eb517653c22dabc93ae45a9d4c3ae46663d202db156ad9323e81e22f
+SIZE (libreoffice/libreoffice-translations-3.4.2.3.tar.bz2) = 137568946
SHA256 (libreoffice/fdb27bfe2dbe2e7b57ae194d9bf36bab-SampleICC-1.3.2.tar.gz) = e6bcbfc521d23899511799c912ce21fbc003d55c3d56408e3c8dabf20fea8256
SIZE (libreoffice/fdb27bfe2dbe2e7b57ae194d9bf36bab-SampleICC-1.3.2.tar.gz) = 547217
SHA256 (libreoffice/1756c4fa6c616ae15973c104cd8cb256-Adobe-Core35_AFMs-314.tar.gz) = 6e6c53064ef6f40891ad72c06fab9f3c8fdcda80e03c9d0b21244cb1d4bf030b
SIZE (libreoffice/1756c4fa6c616ae15973c104cd8cb256-Adobe-Core35_AFMs-314.tar.gz) = 315122
-SHA256 (libreoffice/cf8a6967f7de535ae257fa411c98eb88-mdds_0.3.0.tar.bz2) = 4d28548468bb63edf630ebfc8c14f80531f12265f8fa5694c01b401594d01dff
-SIZE (libreoffice/cf8a6967f7de535ae257fa411c98eb88-mdds_0.3.0.tar.bz2) = 43041
-SHA256 (libreoffice/d0b5af6e408b8d2958f3d83b5244f5e8-hyphen-2.4.tar.gz) = 03b9d0af693190d95bbf159df69cd34ec93ac4373cc922d902fc6b579c8617d1
-SIZE (libreoffice/d0b5af6e408b8d2958f3d83b5244f5e8-hyphen-2.4.tar.gz) = 638806
-SHA256 (libreoffice/067201ea8b126597670b5eff72e1f66c-mythes-1.2.0.tar.gz) = 9d29cba4312812a26b14effda2cf56284e70226cdccc90a83844297e3b7498ee
-SIZE (libreoffice/067201ea8b126597670b5eff72e1f66c-mythes-1.2.0.tar.gz) = 4893724
+SHA256 (libreoffice/0ff7d225d087793c8c2c680d77aac3e7-mdds_0.5.3.tar.bz2) = a19205ac076973b55d9c5d3c8b664735d5b89fe793629ec10c110caa98e0bc1d
+SIZE (libreoffice/0ff7d225d087793c8c2c680d77aac3e7-mdds_0.5.3.tar.bz2) = 92050
SHA256 (libreoffice/37282537d0ed1a087b1c8f050dc812d9-dejavu-fonts-ttf-2.32.zip) = d78e33142ae37a1e085c6d1b0f0171abcd8fa626acc6d6da24212d8193df5685
SIZE (libreoffice/37282537d0ed1a087b1c8f050dc812d9-dejavu-fonts-ttf-2.32.zip) = 4706244
SHA256 (libreoffice/ca4870d899fd7e943ffc310a5421ad4d-liberation-fonts-ttf-1.06.0.20100721.tar.gz) = 9cdea85d1ee40160cf48fc482fbd9038b07b47d909f2091039338d39b0bb7d2f
@@ -80,27 +74,27 @@ SHA256 (libreoffice/ea570af93c284aa9e5621cd563f54f4d-bsh-2.0b1-src.tar.gz) = 648
SIZE (libreoffice/ea570af93c284aa9e5621cd563f54f4d-bsh-2.0b1-src.tar.gz) = 726942
SHA256 (libreoffice/ada24d37d8d638b3d8a9985e80bc2978-source-9.0.0.7-bj.zip) = 64f8d737c32756713d60c22efe3978a59fa167cdeaa2d3d0a1646b1f2232b825
SIZE (libreoffice/ada24d37d8d638b3d8a9985e80bc2978-source-9.0.0.7-bj.zip) = 2732347
-SHA256 (libreoffice/8ea307d71d11140574bfb9fcc2487e33-libbase.zip) = 9d6a8da4a4f6e201d3d7eb6293a5c01b5686d67c6df8f3cf9458df449c75846c
-SIZE (libreoffice/8ea307d71d11140574bfb9fcc2487e33-libbase.zip) = 161294
+SHA256 (libreoffice/eeb2c7ddf0d302fba4bfc6e97eac9624-libbase-1.1.6.zip) = 75c80359c9ce343c20aab8a36a45cb3b9ee7c61cf92c13ae45399d854423a9ba
+SIZE (libreoffice/eeb2c7ddf0d302fba4bfc6e97eac9624-libbase-1.1.6.zip) = 427800
SHA256 (libreoffice/35c94d2df8893241173de1d16b6034c0-swingExSrc.zip) = 64585ac36a81291a58269ec5347e7e3e2e8596dbacb9221015c208191333c6e1
SIZE (libreoffice/35c94d2df8893241173de1d16b6034c0-swingExSrc.zip) = 9796
SHA256 (libreoffice/39bb3fcea1514f1369fcfc87542390fd-sacjava-1.3.zip) = 085f2112c51fa8c1783fac12fbd452650596415121348393bb51f0f7e85a9045
SIZE (libreoffice/39bb3fcea1514f1369fcfc87542390fd-sacjava-1.3.zip) = 153157
-SHA256 (libreoffice/a06a496d7a43cbdc35e69dbe678efadb-libloader.zip) = 54092554adf14b90d32ea0fdf2ea3de50e22644cfc1f930a3abd8b7df9633c8e
-SIZE (libreoffice/a06a496d7a43cbdc35e69dbe678efadb-libloader.zip) = 166507
-SHA256 (libreoffice/f3e2febd267c8e4b13df00dac211dd6d-flute.zip) = 13968a9ade310ee464be04380fecbeb2f591a3a462e4048ad1ebc4dae65538f5
-SIZE (libreoffice/f3e2febd267c8e4b13df00dac211dd6d-flute.zip) = 83503
-SHA256 (libreoffice/5aba06ede2daa9f2c11892fbd7bc3057-libserializer.zip) = b1c123f73fe5c48092576b1f15eee6e374697b2b361ee8b0f7762e4036ab1911
-SIZE (libreoffice/5aba06ede2daa9f2c11892fbd7bc3057-libserializer.zip) = 44748
-SHA256 (libreoffice/d1a3205871c3c52e8a50c9f18510ae12-libformula.zip) = 41099b1a7f53c9af816a1eba8a3ad9a05a3345935ae4c5697013d846477f3910
-SIZE (libreoffice/d1a3205871c3c52e8a50c9f18510ae12-libformula.zip) = 516667
-SHA256 (libreoffice/f7925ba8491fe570e5164d2c72791358-libfonts.zip) = 40549fb2995749f1c57455d1226b1e1fa1cfca635ce9d79d8de9ec625e4a82b9
-SIZE (libreoffice/f7925ba8491fe570e5164d2c72791358-libfonts.zip) = 1336993
-SHA256 (libreoffice/67b42915c8432abf0a922438f00860a2-libxml.zip) = 26b8d0f8613054120c2ea3718de88ae9ef16845d08d5a3f7a7045ab75cf363c1
-SIZE (libreoffice/67b42915c8432abf0a922438f00860a2-libxml.zip) = 101837
-SHA256 (libreoffice/dbb3757275dc5cc80820c0b4dd24ed95-librepository.zip) = 0f4cc8f5a1fb233f8101c86d5b118ef1c910c623e759da108cb729743deb1ff8
-SIZE (libreoffice/dbb3757275dc5cc80820c0b4dd24ed95-librepository.zip) = 89510
-SHA256 (libreoffice/79600e696a98ff95c2eba976f7a8dfbb-liblayout.zip) = a7907d558d77b6c980542b31546b199adf2fc8fc7ee2bb0ba3cfaf94fba57902
-SIZE (libreoffice/79600e696a98ff95c2eba976f7a8dfbb-liblayout.zip) = 1449297
-SHA256 (libreoffice/d4c4d91ab3a8e52a2e69d48d34ef4df4-core.zip) = c8e14bb686e113b126dc802d922fbafcf8fca592ea230ffc07c4672a3ab0a979
-SIZE (libreoffice/d4c4d91ab3a8e52a2e69d48d34ef4df4-core.zip) = 764464
+SHA256 (libreoffice/97b2d4dba862397f446b217e2b623e71-libloader-1.1.6.zip) = 3d853b19b1d94a6efa69e7af90f7f2b09ecf302913bee3da796c15ecfebcfac8
+SIZE (libreoffice/97b2d4dba862397f446b217e2b623e71-libloader-1.1.6.zip) = 2938721
+SHA256 (libreoffice/d8bd5eed178db6e2b18eeed243f85aa8-flute-1.1.6.zip) = 1b5b24f7bc543c0362b667692f78db8bab4ed6dafc6172f104d0bd3757d8a133
+SIZE (libreoffice/d8bd5eed178db6e2b18eeed243f85aa8-flute-1.1.6.zip) = 207563
+SHA256 (libreoffice/f94d9870737518e3b597f9265f4e9803-libserializer-1.1.6.zip) = 05640a1f6805b2b2d7e2cb9c50db9a5cb084e3c52ab1a71ce015239b4a1d4343
+SIZE (libreoffice/f94d9870737518e3b597f9265f4e9803-libserializer-1.1.6.zip) = 211919
+SHA256 (libreoffice/3404ab6b1792ae5f16bbd603bd1e1d03-libformula-1.1.7.zip) = 5826d1551bf599b85742545f6e01a0079b93c1b2c8434bf409eddb3a29e4726b
+SIZE (libreoffice/3404ab6b1792ae5f16bbd603bd1e1d03-libformula-1.1.7.zip) = 1180582
+SHA256 (libreoffice/3bdf40c0d199af31923e900d082ca2dd-libfonts-1.1.6.zip) = e0531091787c0f16c83965fdcbc49162c059d7f0c64669e7f119699321549743
+SIZE (libreoffice/3bdf40c0d199af31923e900d082ca2dd-libfonts-1.1.6.zip) = 5750610
+SHA256 (libreoffice/ace6ab49184e329db254e454a010f56d-libxml-1.1.7.zip) = 7d2797fe9f79a77009721e3f14fa4a1dec17a6d706bdc93f85f1f01d124fab66
+SIZE (libreoffice/ace6ab49184e329db254e454a010f56d-libxml-1.1.7.zip) = 2929311
+SHA256 (libreoffice/8ce2fcd72becf06c41f7201d15373ed9-librepository-1.1.6.zip) = abe2c57ac12ba45d83563b02e240fa95d973376de2f720aab8fe11f2e621c095
+SIZE (libreoffice/8ce2fcd72becf06c41f7201d15373ed9-librepository-1.1.6.zip) = 762419
+SHA256 (libreoffice/db60e4fde8dd6d6807523deb71ee34dc-liblayout-0.2.10.zip) = e1fb87f3f7b980d33414473279615c4644027e013012d156efa538bc2b031772
+SIZE (libreoffice/db60e4fde8dd6d6807523deb71ee34dc-liblayout-0.2.10.zip) = 1396007
+SHA256 (libreoffice/ba2930200c9f019c2d93a8c88c651a0f-flow-engine-0.9.4.zip) = 233f66e8d25c5dd971716d4200203a612a407649686ef3b52075d04b4c9df0dd
+SIZE (libreoffice/ba2930200c9f019c2d93a8c88c651a0f-flow-engine-0.9.4.zip) = 743031