diff options
author | bapt <bapt@FreeBSD.org> | 2011-03-22 19:43:30 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2011-03-22 19:43:30 +0800 |
commit | 3ca3172d1d936fa251b864ad4221bcaba8894c5e (patch) | |
tree | 9c0cc8481030df61203b8e34a1584aff51272c21 /editors/libreoffice | |
parent | 43fed0b0ae834c05e71ae8298c99dbe5eca4c3e5 (diff) | |
download | freebsd-ports-gnome-3ca3172d1d936fa251b864ad4221bcaba8894c5e.tar.gz freebsd-ports-gnome-3ca3172d1d936fa251b864ad4221bcaba8894c5e.tar.zst freebsd-ports-gnome-3ca3172d1d936fa251b864ad4221bcaba8894c5e.zip |
- update to 3.3.2
- reduce number of runtime dependencies (no change for build dependencies)
- workaround the fact that the package didn't provide some directories the ports did
Special thanks to iXsystems for providing me a build machine for libreoffice.
Diffstat (limited to 'editors/libreoffice')
-rw-r--r-- | editors/libreoffice/Makefile | 101 | ||||
-rw-r--r-- | editors/libreoffice/distinfo | 84 |
2 files changed, 102 insertions, 83 deletions
diff --git a/editors/libreoffice/Makefile b/editors/libreoffice/Makefile index 46e248d4d830..cddf0663dadd 100644 --- a/editors/libreoffice/Makefile +++ b/editors/libreoffice/Makefile @@ -6,14 +6,13 @@ # PORTNAME= libreoffice -PORTVERSION= 3.3.1 +PORTVERSION= 3.3.2 LOVERSION= ${PORTVERSION}.2 CATEGORIES= editors MASTER_SITES= http://download.documentfoundation.org/libreoffice/src/ \ http://humppa.hu/libreoffice/ \ http://download.go-oo.org/3.3/ \ http://download.go-oo.org/src/ \ - http://hg.services.openoffice.org/binaries/:OOo \ http://www.numbertext.org/linux/:OOoDTP MAINTAINER= bapt@FreeBSD.org @@ -46,28 +45,25 @@ ONLY_FOR_ARCH= i386 amd64 EXTRACT_ONLY:= ${DISTFILES} -#additionnal components from OOo -DISTFILES+= fdb27bfe2dbe2e7b57ae194d9bf36bab-SampleICC-1.3.2.tar.gz:OOo \ - 1756c4fa6c616ae15973c104cd8cb256-Adobe-Core35_AFMs-314.tar.gz:OOo \ - cf8a6967f7de535ae257fa411c98eb88-mdds_0.3.0.tar.bz2:OOo \ - d0b5af6e408b8d2958f3d83b5244f5e8-hyphen-2.4.tar.gz:OOo \ - 067201ea8b126597670b5eff72e1f66c-mythes-1.2.0.tar.gz:OOo \ - 37282537d0ed1a087b1c8f050dc812d9-dejavu-fonts-ttf-2.32.zip:OOo \ - ca4870d899fd7e943ffc310a5421ad4d-liberation-fonts-ttf-1.06.0.20100721.tar.gz:OOo \ - 35efabc239af896dfb79be7ebdd6e6b9-gentiumbasic-fonts-1.10.zip:OOo \ +#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 \ 881af2b7dca9b8259abbca00bbbc004d-LinLibertineG-20110101.zip:OOoDTP # rely on bsdtar ability to extract .gz and .bz2 archives EXTRACT_CMD= ${CAT} EXTRACT_BEFORE_ARGS= -LIB_DEPENDS= mdbsql.0:${PORTSDIR}/databases/mdbtools \ - cairo.2:${PORTSDIR}/graphics/cairo \ - boost_regex:${PORTSDIR}/devel/boost-libs \ +LIB_DEPENDS= cairo.2:${PORTSDIR}/graphics/cairo \ xml2.5:${PORTSDIR}/textproc/libxml2 \ expat.6:${PORTSDIR}/textproc/expat2 \ icutu.46:${PORTSDIR}/devel/icu \ - vigraimpex.2:${PORTSDIR}/graphics/vigra \ jpeg.11:${PORTSDIR}/graphics/jpeg \ curl.6:${PORTSDIR}/ftp/curl \ hunspell-1.2.0:${PORTSDIR}/hungarian/hunspell \ @@ -77,8 +73,7 @@ LIB_DEPENDS= mdbsql.0:${PORTSDIR}/databases/mdbtools \ wps-0.2.2:${PORTSDIR}/textproc/libwps \ rdf.0:${PORTSDIR}/textproc/redland \ textcat.0:${PORTSDIR}/textproc/libtextcat \ - lpsolve55.1:${PORTSDIR}/math/lp_solve \ - cppunit:${PORTSDIR}/devel/cppunit + lpsolve55:${PORTSDIR}/math/lp_solve BUILD_DEPENDS= zip:${PORTSDIR}/archivers/zip \ unzip:${PORTSDIR}/archivers/unzip \ @@ -86,7 +81,11 @@ BUILD_DEPENDS= zip:${PORTSDIR}/archivers/zip \ gpatch:${PORTSDIR}/devel/patch \ bash:${PORTSDIR}/shells/bash \ ${SITE_PERL}/Archive/Zip.pm:${PORTSDIR}/archivers/p5-Archive-Zip \ - ${LOCALBASE}/bin/gperf:${PORTSDIR}/devel/gperf + ${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}/lib/libvigraimpex.a:${PORTSDIR}/graphics/vigra USE_BDB= yes USE_PERL5_BUILD= yes @@ -222,29 +221,29 @@ CONFIGURE_ARGS+= --disable-gconf --disable-gnome-vfs .if defined(WITH_JAVA) #additionnal distfiles needed for java -DISTFILES+= 798b2ffdc8bcfe7bca2cf92b62caf685-rhino1_5R5.zip:OOo \ - 17410483b5b5f267aa18b7e00b65e6e0-hsqldb_1_8_0.zip:OOo \ - 2a177023f9ea8ec8bd00837605c5df1b-jakarta-tomcat-5.0.30-src.tar.gz:OOo \ - 48d8169acc35f97e05d8dcdfd45be7f2-lucene-2.3.2.tar.gz:OOo \ - a7983f859eafb2677d7ff386a023bc40-xsltml_2.1.2.zip:OOo \ - af3c3acf618de6108d65fcdc92b492e1-commons-codec-1.3-src.tar.gz:OOo \ - 3c219630e4302863a9a83d0efde889db-commons-logging-1.1.1-src.tar.gz:OOo \ - 2ae988b339daec234019a7066f96733e-commons-lang-2.3-src.tar.gz:OOo \ - 2c9b0f83ed5890af02c0df1c1776f39b-commons-httpclient-3.1-src.tar.gz:OOo \ - ea570af93c284aa9e5621cd563f54f4d-bsh-2.0b1-src.tar.gz:OOo \ - ada24d37d8d638b3d8a9985e80bc2978-source-9.0.0.7-bj.zip:OOo \ - 8ea307d71d11140574bfb9fcc2487e33-libbase.zip:OOo \ - 35c94d2df8893241173de1d16b6034c0-swingExSrc.zip:OOo \ - 39bb3fcea1514f1369fcfc87542390fd-sacjava-1.3.zip:OOo \ - a06a496d7a43cbdc35e69dbe678efadb-libloader.zip:OOo \ - f3e2febd267c8e4b13df00dac211dd6d-flute.zip:OOo \ - 5aba06ede2daa9f2c11892fbd7bc3057-libserializer.zip:OOo \ - d1a3205871c3c52e8a50c9f18510ae12-libformula.zip:OOo \ - f7925ba8491fe570e5164d2c72791358-libfonts.zip:OOo \ - 67b42915c8432abf0a922438f00860a2-libxml.zip:OOo \ - dbb3757275dc5cc80820c0b4dd24ed95-librepository.zip:OOo \ - 79600e696a98ff95c2eba976f7a8dfbb-liblayout.zip:OOo \ - d4c4d91ab3a8e52a2e69d48d34ef4df4-core.zip:OOo +DISTFILES+= 798b2ffdc8bcfe7bca2cf92b62caf685-rhino1_5R5.zip \ + 17410483b5b5f267aa18b7e00b65e6e0-hsqldb_1_8_0.zip \ + 2a177023f9ea8ec8bd00837605c5df1b-jakarta-tomcat-5.0.30-src.tar.gz \ + 48d8169acc35f97e05d8dcdfd45be7f2-lucene-2.3.2.tar.gz \ + a7983f859eafb2677d7ff386a023bc40-xsltml_2.1.2.zip \ + af3c3acf618de6108d65fcdc92b492e1-commons-codec-1.3-src.tar.gz \ + 3c219630e4302863a9a83d0efde889db-commons-logging-1.1.1-src.tar.gz \ + 2ae988b339daec234019a7066f96733e-commons-lang-2.3-src.tar.gz \ + 2c9b0f83ed5890af02c0df1c1776f39b-commons-httpclient-3.1-src.tar.gz \ + ea570af93c284aa9e5621cd563f54f4d-bsh-2.0b1-src.tar.gz \ + ada24d37d8d638b3d8a9985e80bc2978-source-9.0.0.7-bj.zip \ + 8ea307d71d11140574bfb9fcc2487e33-libbase.zip \ + 35c94d2df8893241173de1d16b6034c0-swingExSrc.zip \ + 39bb3fcea1514f1369fcfc87542390fd-sacjava-1.3.zip \ + a06a496d7a43cbdc35e69dbe678efadb-libloader.zip \ + f3e2febd267c8e4b13df00dac211dd6d-flute.zip \ + 5aba06ede2daa9f2c11892fbd7bc3057-libserializer.zip \ + d1a3205871c3c52e8a50c9f18510ae12-libformula.zip \ + f7925ba8491fe570e5164d2c72791358-libfonts.zip \ + 67b42915c8432abf0a922438f00860a2-libxml.zip \ + dbb3757275dc5cc80820c0b4dd24ed95-librepository.zip \ + 79600e696a98ff95c2eba976f7a8dfbb-liblayout.zip \ + d4c4d91ab3a8e52a2e69d48d34ef4df4-core.zip USE_JAVA= 1.4+ BUILD_DEPENDS+= ant:${PORTSDIR}/devel/apache-ant \ @@ -267,6 +266,25 @@ BUILD_DEPENDS+= xsltproc:${PORTSDIR}/textproc/libxslt CONFIGURE_ARGS+= --without-java .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 + +.for LANG in ${LOCALIZED_LANG} +EMPTYDIRS+= libreoffice/basis3.3/share/samples/${LANG} +.endfor + .include <bsd.port.pre.mk> pre-fetch: @${ECHO_CMD} @@ -320,6 +338,7 @@ post-install: .for component in base calc draw math impress writer @cd ${LODESTDIR}/${PREFIX}/share/applications; ${LN} -s ../../lib/${PORTNAME}/share/xdg/${component}.desktop ${PORTNAME}-${component}.desktop .endfor + @for dir in ${EMPTYDIRS}; do ${TOUCH} ${LODESTDIR}/${PREFIX}/lib/$$dir/.keep; done @cd ${LODESTDIR}/${PREFIX}/lib && ${FIND} -H -s * -type f -o -type l | \ ${SED} -e 's|^|lib/|' >> ${PLISTF} diff --git a/editors/libreoffice/distinfo b/editors/libreoffice/distinfo index 0d6321f3a328..663d741c490a 100644 --- a/editors/libreoffice/distinfo +++ b/editors/libreoffice/distinfo @@ -1,45 +1,45 @@ -SHA256 (libreoffice/libreoffice-build-3.3.1.2.tar.gz) = d0e41398b90edf40125597c0b743c9824b976fabcbd5d578c886ae8e69393cea -SIZE (libreoffice/libreoffice-build-3.3.1.2.tar.gz) = 14364811 -SHA256 (libreoffice/libreoffice-artwork-3.3.1.2.tar.bz2) = 79bff5dc790e13a3782043fb0b0a2c22edbda924b2f1690a562650a3761712be -SIZE (libreoffice/libreoffice-artwork-3.3.1.2.tar.bz2) = 21989190 -SHA256 (libreoffice/libreoffice-base-3.3.1.2.tar.bz2) = bf585502b317831797b4ebb48f0b54633e8fda451985bf4111189cd29a4716b0 -SIZE (libreoffice/libreoffice-base-3.3.1.2.tar.bz2) = 2081385 -SHA256 (libreoffice/libreoffice-bootstrap-3.3.1.2.tar.bz2) = f8511b5459b9d6cd7f9d0bcdafc13b3e48649ddda91ce8fcd729525832a44a17 -SIZE (libreoffice/libreoffice-bootstrap-3.3.1.2.tar.bz2) = 2752061 -SHA256 (libreoffice/libreoffice-calc-3.3.1.2.tar.bz2) = 48ff8cfacbcc4d407302f04543a4ccd800de45d6d99b2ceecdfad046a1ce92cf -SIZE (libreoffice/libreoffice-calc-3.3.1.2.tar.bz2) = 9412067 -SHA256 (libreoffice/libreoffice-components-3.3.1.2.tar.bz2) = 04d27ef5ddbd25c0ff4eab821fa223bcab4b034ccec14704a1cfd0394ac17b6f -SIZE (libreoffice/libreoffice-components-3.3.1.2.tar.bz2) = 5125538 -SHA256 (libreoffice/libreoffice-extensions-3.3.1.2.tar.bz2) = dc85149bcd44eaf6aac49eaaf67e63ddf3fc7ed8f6ae5a6889620b895004b7f6 -SIZE (libreoffice/libreoffice-extensions-3.3.1.2.tar.bz2) = 4199525 -SHA256 (libreoffice/libreoffice-extras-3.3.1.2.tar.bz2) = 692a0b26d5f4b6a1d0a6925c90895c6df730251e766b625d152376e9cd177852 -SIZE (libreoffice/libreoffice-extras-3.3.1.2.tar.bz2) = 38706932 -SHA256 (libreoffice/libreoffice-filters-3.3.1.2.tar.bz2) = c65a8bcb7a44fa2db9b9b833b7dd455a9b856a7c67e38f9204f1409a8adff51d -SIZE (libreoffice/libreoffice-filters-3.3.1.2.tar.bz2) = 11949571 -SHA256 (libreoffice/libreoffice-help-3.3.1.2.tar.bz2) = 606b6d2d739c8f6b4b413d05bd00671b753be953f2d96cb15a9b70a61eec31a7 -SIZE (libreoffice/libreoffice-help-3.3.1.2.tar.bz2) = 1913332 -SHA256 (libreoffice/libreoffice-impress-3.3.1.2.tar.bz2) = eab9c215c6e087debb3f26cf4e327967cd85f8aeb5beccf5f332864c810467bb -SIZE (libreoffice/libreoffice-impress-3.3.1.2.tar.bz2) = 2605925 -SHA256 (libreoffice/libreoffice-l10n-3.3.1.2.tar.bz2) = fd8279d71d20d9cae08ca661ea92aba0ae5234f7db023e77b7a07c98ff16f562 -SIZE (libreoffice/libreoffice-l10n-3.3.1.2.tar.bz2) = 80244657 -SHA256 (libreoffice/libreoffice-libs-core-3.3.1.2.tar.bz2) = 7a2e8b763230cb7b95938cc4655759b3ebd7237c7fbf5ea2cc25a4af5dabec9e -SIZE (libreoffice/libreoffice-libs-core-3.3.1.2.tar.bz2) = 16695271 -SHA256 (libreoffice/libreoffice-libs-extern-3.3.1.2.tar.bz2) = 87009a8522071ff72e8080f43e5e98917268f9cafad1f8808626c4f2cff3a676 -SIZE (libreoffice/libreoffice-libs-extern-3.3.1.2.tar.bz2) = 629139 -SHA256 (libreoffice/libreoffice-libs-extern-sys-3.3.1.2.tar.bz2) = 98d91dcb09eb2111eb95a970d20c286266d077e050b22d13647254d77f52a5c7 -SIZE (libreoffice/libreoffice-libs-extern-sys-3.3.1.2.tar.bz2) = 37033208 -SHA256 (libreoffice/libreoffice-libs-gui-3.3.1.2.tar.bz2) = 5566da268018efa3a9b0ff0ca624faabd04350c8e44b753722c2d55d625cb734 -SIZE (libreoffice/libreoffice-libs-gui-3.3.1.2.tar.bz2) = 10833093 -SHA256 (libreoffice/libreoffice-postprocess-3.3.1.2.tar.bz2) = e30a59adbbbb6acb732bcd76bfee471f4e59a27593219dbbb01ae6365e7d5dd9 -SIZE (libreoffice/libreoffice-postprocess-3.3.1.2.tar.bz2) = 43094 -SHA256 (libreoffice/libreoffice-sdk-3.3.1.2.tar.bz2) = ad0a73593dda2512acb91aeaeccc41cf7e7b1587f577124bc74bb79aa2f5535c -SIZE (libreoffice/libreoffice-sdk-3.3.1.2.tar.bz2) = 1711153 -SHA256 (libreoffice/libreoffice-testing-3.3.1.2.tar.bz2) = 94b07675759dba9c6a6e8f7b5c384dd30b8e13babb5c0f79afbdca1484cf82ba -SIZE (libreoffice/libreoffice-testing-3.3.1.2.tar.bz2) = 50946803 -SHA256 (libreoffice/libreoffice-ure-3.3.1.2.tar.bz2) = 99978e7977449a578925620ecd2cfff744668ebae05fd0ff5370cad031c9bbdd -SIZE (libreoffice/libreoffice-ure-3.3.1.2.tar.bz2) = 6166982 -SHA256 (libreoffice/libreoffice-writer-3.3.1.2.tar.bz2) = 2a1d8836eaa738a4378bbab27accb2d6af1218a6d601354558adb12f2342509b -SIZE (libreoffice/libreoffice-writer-3.3.1.2.tar.bz2) = 6776894 +SHA256 (libreoffice/libreoffice-build-3.3.2.2.tar.gz) = be754033eacb59dd79234ac60b3c3a0a9c08eac510daa0fb16ed16abe2cf5e3e +SIZE (libreoffice/libreoffice-build-3.3.2.2.tar.gz) = 14466234 +SHA256 (libreoffice/libreoffice-artwork-3.3.2.2.tar.bz2) = 81b087bf616b521ece2be1922c532917be0cb564ffec1a8043219d2cf9b5aa6d +SIZE (libreoffice/libreoffice-artwork-3.3.2.2.tar.bz2) = 21989346 +SHA256 (libreoffice/libreoffice-base-3.3.2.2.tar.bz2) = 32a03ea3897f978bc98d67a03cae60f2c9b6e395e1aa8c8cca06f62979efcf15 +SIZE (libreoffice/libreoffice-base-3.3.2.2.tar.bz2) = 2082264 +SHA256 (libreoffice/libreoffice-bootstrap-3.3.2.2.tar.bz2) = 8799545dd696be0288e690ae066b4a91bdd4979b4947a9faf36f21c1500ae044 +SIZE (libreoffice/libreoffice-bootstrap-3.3.2.2.tar.bz2) = 2751299 +SHA256 (libreoffice/libreoffice-calc-3.3.2.2.tar.bz2) = cba5e46ad4899e68dceefd655f3607e752186f699cff50af9fddc7220082f996 +SIZE (libreoffice/libreoffice-calc-3.3.2.2.tar.bz2) = 9407394 +SHA256 (libreoffice/libreoffice-components-3.3.2.2.tar.bz2) = 8c554f9266eb92b1bdd09379bde83ece2180bdf132f6f45f59c2d509884c5e71 +SIZE (libreoffice/libreoffice-components-3.3.2.2.tar.bz2) = 5123213 +SHA256 (libreoffice/libreoffice-extensions-3.3.2.2.tar.bz2) = f5ad77b09cf174bd73b107805e09c6bd6ddadd5348908861f4e730dee62347ff +SIZE (libreoffice/libreoffice-extensions-3.3.2.2.tar.bz2) = 4198856 +SHA256 (libreoffice/libreoffice-extras-3.3.2.2.tar.bz2) = 74bb20a2ce2c3139ca7b35c4d82390b26c745e09e7b7596521e7a80d73459b4d +SIZE (libreoffice/libreoffice-extras-3.3.2.2.tar.bz2) = 38706912 +SHA256 (libreoffice/libreoffice-filters-3.3.2.2.tar.bz2) = 7ab895b5873b2a9f1d6d631d6af1fbbbf8c8d520564d46c30440658e2833e58a +SIZE (libreoffice/libreoffice-filters-3.3.2.2.tar.bz2) = 11950736 +SHA256 (libreoffice/libreoffice-help-3.3.2.2.tar.bz2) = f3d105f2e4eae770ba87b8ecb7b425a2479aa3bcfca4b95bb0de4cd50f5b2da8 +SIZE (libreoffice/libreoffice-help-3.3.2.2.tar.bz2) = 1914229 +SHA256 (libreoffice/libreoffice-impress-3.3.2.2.tar.bz2) = 93a879bb15bb1995d3f0c33a623639c4f0917fa3909fe998865001546d6575cf +SIZE (libreoffice/libreoffice-impress-3.3.2.2.tar.bz2) = 2607403 +SHA256 (libreoffice/libreoffice-l10n-3.3.2.2.tar.bz2) = a0f705de7cdabcde047545b9240a295eb2002e7fcfec81f2a12262b6937c578d +SIZE (libreoffice/libreoffice-l10n-3.3.2.2.tar.bz2) = 80784635 +SHA256 (libreoffice/libreoffice-libs-core-3.3.2.2.tar.bz2) = 66b1924fac13fc0a293b59abf55cc1d28dd0e8af085b758d166e7f1d3997323a +SIZE (libreoffice/libreoffice-libs-core-3.3.2.2.tar.bz2) = 16698853 +SHA256 (libreoffice/libreoffice-libs-extern-3.3.2.2.tar.bz2) = 6f55e4c1cfe6ce179448342f117030f8e0016b154d0a68ead52d5a48f5af8222 +SIZE (libreoffice/libreoffice-libs-extern-3.3.2.2.tar.bz2) = 628888 +SHA256 (libreoffice/libreoffice-libs-extern-sys-3.3.2.2.tar.bz2) = b63de5e7bb8274fa3e82a0a028dff56c985b6c3d44517b7840973be980d8a8b5 +SIZE (libreoffice/libreoffice-libs-extern-sys-3.3.2.2.tar.bz2) = 38822520 +SHA256 (libreoffice/libreoffice-libs-gui-3.3.2.2.tar.bz2) = c9264c0f7b292bf131f74c8b54f380350f29f9e4d3e4da203483c6d2c20cf15f +SIZE (libreoffice/libreoffice-libs-gui-3.3.2.2.tar.bz2) = 10833350 +SHA256 (libreoffice/libreoffice-postprocess-3.3.2.2.tar.bz2) = 2e7ab60dac2c520c9d709b34f631bb2ce30cbc9ae04f58dbb32314a683c65762 +SIZE (libreoffice/libreoffice-postprocess-3.3.2.2.tar.bz2) = 43106 +SHA256 (libreoffice/libreoffice-sdk-3.3.2.2.tar.bz2) = 95699df280e7ec022ec4659448359040fb00d47f680ee808b4a9554153490b29 +SIZE (libreoffice/libreoffice-sdk-3.3.2.2.tar.bz2) = 1710897 +SHA256 (libreoffice/libreoffice-testing-3.3.2.2.tar.bz2) = 0b67a06192fe157e9fe0c0f70acc96897db53add936baf4d3b5f1a7552e81ed3 +SIZE (libreoffice/libreoffice-testing-3.3.2.2.tar.bz2) = 50946350 +SHA256 (libreoffice/libreoffice-ure-3.3.2.2.tar.bz2) = 37b340c3b476e1c7a95c4406228848d8afe0b5f8188af7a4f01f7fa5772232ea +SIZE (libreoffice/libreoffice-ure-3.3.2.2.tar.bz2) = 6165456 +SHA256 (libreoffice/libreoffice-writer-3.3.2.2.tar.bz2) = 3b7fe1fa2a889b5358a958c8e669505fa81251164c773d3dad650ce53009a973 +SIZE (libreoffice/libreoffice-writer-3.3.2.2.tar.bz2) = 6778875 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 |