├── .cirrus.yml ├── .gitignore ├── README.md ├── arabic └── libreoffice │ ├── Makefile │ └── distinfo ├── chinese ├── libreoffice-zh_CN │ ├── Makefile │ └── distinfo └── libreoffice-zh_TW │ ├── Makefile │ └── distinfo ├── devel ├── liborcus │ ├── Makefile │ ├── distinfo │ ├── pkg-descr │ └── pkg-plist └── mdds │ ├── Makefile │ ├── distinfo │ ├── pkg-descr │ └── pkg-plist ├── editors ├── libreoffice-af │ ├── Makefile │ └── distinfo ├── libreoffice-am │ ├── Makefile │ └── distinfo ├── libreoffice-as │ ├── Makefile │ └── distinfo ├── libreoffice-ast │ ├── Makefile │ └── distinfo ├── libreoffice-be │ ├── Makefile │ └── distinfo ├── libreoffice-bg │ ├── Makefile │ └── distinfo ├── libreoffice-bn │ ├── Makefile │ └── distinfo ├── libreoffice-bn_IN │ ├── Makefile │ └── distinfo ├── libreoffice-bo │ ├── Makefile │ └── distinfo ├── libreoffice-br │ ├── Makefile │ └── distinfo ├── libreoffice-brx │ ├── Makefile │ └── distinfo ├── libreoffice-bs │ ├── Makefile │ └── distinfo ├── libreoffice-ca │ ├── Makefile │ └── distinfo ├── libreoffice-ca_valencia │ ├── Makefile │ └── distinfo ├── libreoffice-ckb │ ├── Makefile │ └── distinfo ├── libreoffice-cs │ ├── Makefile │ └── distinfo ├── libreoffice-cy │ ├── Makefile │ └── distinfo ├── libreoffice-da │ ├── Makefile │ └── distinfo ├── libreoffice-dgo │ ├── Makefile │ └── distinfo ├── libreoffice-dsb │ ├── Makefile │ └── distinfo ├── libreoffice-dz │ ├── Makefile │ └── distinfo ├── libreoffice-el │ ├── Makefile │ └── distinfo ├── libreoffice-en_GB │ ├── Makefile │ └── distinfo ├── libreoffice-en_ZA │ ├── Makefile │ └── distinfo ├── libreoffice-eo │ ├── Makefile │ └── distinfo ├── libreoffice-es │ ├── Makefile │ └── distinfo ├── libreoffice-et │ ├── Makefile │ └── distinfo ├── libreoffice-eu │ ├── Makefile │ └── distinfo ├── libreoffice-fa │ ├── Makefile │ └── distinfo ├── libreoffice-fi │ ├── Makefile │ └── distinfo ├── libreoffice-fur │ ├── Makefile │ └── distinfo ├── libreoffice-fy │ ├── Makefile │ └── distinfo ├── libreoffice-ga │ ├── Makefile │ └── distinfo ├── libreoffice-gd │ ├── Makefile │ └── distinfo ├── libreoffice-gl │ ├── Makefile │ └── distinfo ├── libreoffice-gu │ ├── Makefile │ └── distinfo ├── libreoffice-gug │ ├── Makefile │ └── distinfo ├── libreoffice-hi │ ├── Makefile │ └── distinfo ├── libreoffice-hr │ ├── Makefile │ └── distinfo ├── libreoffice-hsb │ ├── Makefile │ └── distinfo ├── libreoffice-hy │ ├── Makefile │ └── distinfo ├── libreoffice-i18n │ ├── Makefile │ └── pkg-descr ├── libreoffice-id │ ├── Makefile │ └── distinfo ├── libreoffice-is │ ├── Makefile │ └── distinfo ├── libreoffice-it │ ├── Makefile │ └── distinfo ├── libreoffice-ka │ ├── Makefile │ └── distinfo ├── libreoffice-kab │ ├── Makefile │ └── distinfo ├── libreoffice-kk │ ├── Makefile │ └── distinfo ├── libreoffice-km │ ├── Makefile │ └── distinfo ├── libreoffice-kmr_Latn │ ├── Makefile │ └── distinfo ├── libreoffice-kn │ ├── Makefile │ └── distinfo ├── libreoffice-kok │ ├── Makefile │ └── distinfo ├── libreoffice-ks │ ├── Makefile │ └── distinfo ├── libreoffice-lb │ ├── Makefile │ └── distinfo ├── libreoffice-lo │ ├── Makefile │ └── distinfo ├── libreoffice-lt │ ├── Makefile │ └── distinfo ├── libreoffice-lv │ ├── Makefile │ └── distinfo ├── libreoffice-mai │ ├── Makefile │ └── distinfo ├── libreoffice-mk │ ├── Makefile │ └── distinfo ├── libreoffice-ml │ ├── Makefile │ └── distinfo ├── libreoffice-mn │ ├── Makefile │ └── distinfo ├── libreoffice-mni │ ├── Makefile │ └── distinfo ├── libreoffice-mr │ ├── Makefile │ └── distinfo ├── libreoffice-my │ ├── Makefile │ └── distinfo ├── libreoffice-nb │ ├── Makefile │ └── distinfo ├── libreoffice-ne │ ├── Makefile │ └── distinfo ├── libreoffice-nl │ ├── Makefile │ └── distinfo ├── libreoffice-nn │ ├── Makefile │ └── distinfo ├── libreoffice-nr │ ├── Makefile │ └── distinfo ├── libreoffice-nso │ ├── Makefile │ └── distinfo ├── libreoffice-oc │ ├── Makefile │ └── distinfo ├── libreoffice-om │ ├── Makefile │ └── distinfo ├── libreoffice-or │ ├── Makefile │ └── distinfo ├── libreoffice-pa_IN │ ├── Makefile │ └── distinfo ├── libreoffice-ro │ ├── Makefile │ └── distinfo ├── libreoffice-rw │ ├── Makefile │ └── distinfo ├── libreoffice-sa_IN │ ├── Makefile │ └── distinfo ├── libreoffice-sat │ ├── Makefile │ └── distinfo ├── libreoffice-sd │ ├── Makefile │ └── distinfo ├── libreoffice-si │ ├── Makefile │ └── distinfo ├── libreoffice-sid │ ├── Makefile │ └── distinfo ├── libreoffice-sk │ ├── Makefile │ └── distinfo ├── libreoffice-sl │ ├── Makefile │ └── distinfo ├── libreoffice-sq │ ├── Makefile │ └── distinfo ├── libreoffice-sr │ ├── Makefile │ └── distinfo ├── libreoffice-sr_Latn │ ├── Makefile │ └── distinfo ├── libreoffice-ss │ ├── Makefile │ └── distinfo ├── libreoffice-st │ ├── Makefile │ └── distinfo ├── libreoffice-sv │ ├── Makefile │ └── distinfo ├── libreoffice-sw_TZ │ ├── Makefile │ └── distinfo ├── libreoffice-szl │ ├── Makefile │ └── distinfo ├── libreoffice-ta │ ├── Makefile │ └── distinfo ├── libreoffice-te │ ├── Makefile │ └── distinfo ├── libreoffice-tg │ ├── Makefile │ └── distinfo ├── libreoffice-th │ ├── Makefile │ └── distinfo ├── libreoffice-tn │ ├── Makefile │ └── distinfo ├── libreoffice-tr │ ├── Makefile │ └── distinfo ├── libreoffice-ts │ ├── Makefile │ └── distinfo ├── libreoffice-tt │ ├── Makefile │ └── distinfo ├── libreoffice-ug │ ├── Makefile │ └── distinfo ├── libreoffice-uz │ ├── Makefile │ └── distinfo ├── libreoffice-ve │ ├── Makefile │ └── distinfo ├── libreoffice-vec │ ├── Makefile │ └── distinfo ├── libreoffice-xh │ ├── Makefile │ └── distinfo ├── libreoffice-zu │ ├── Makefile │ └── distinfo └── libreoffice │ ├── Makefile │ ├── Makefile.common │ ├── Makefile.i18n │ ├── distinfo │ ├── files │ ├── patch-Makefile.in │ ├── patch-RepositoryExternal.mk │ ├── patch-basic_source_classes_sbxmod.cxx │ ├── patch-basic_source_runtime_methods.cxx │ ├── patch-bin_distro-install-desktop-integration │ ├── patch-bin_distro-install-sdk │ ├── patch-bridges_source_cpp__uno_gcc3__linux__aarch64_uno2cpp.cxx │ ├── patch-bridges_source_cpp__uno_gcc3__linux__intel_except.cxx │ ├── patch-bridges_source_cpp__uno_gcc3__linux__x86-64_except.cxx │ ├── patch-configure │ ├── patch-desktop_source_app_app.cxx │ ├── patch-external_pdfium_Library__pdfium.mk │ ├── patch-external_pdfium_UnpackedTarball__pdfium.mk │ ├── patch-external_pdfium_pdfium-bsd.patch │ ├── patch-external_skia_Library__skia.mk │ ├── patch-external_skia_UnpackedTarball__skia.mk │ ├── patch-external_skia_freebsd-limits.h.patch.0 │ ├── patch-helpcontent2_CustomTarget__html.mk │ ├── patch-idl_source_objects_types.cxx │ ├── patch-libreofficekit_qa_gtktiledviewer_gtv-lok-dialog.cxx │ ├── patch-libreofficekit_qa_gtktiledviewer_gtv-main-toolbar.cxx │ ├── patch-powerpc64 │ ├── patch-sal_cppunittester_cppunittester.cxx │ ├── patch-sal_osl_unx_process.cxx │ ├── patch-sal_osl_unx_socket.cxx │ ├── patch-shell_source_unix_exec_shellexec.cxx │ ├── patch-solenv_gbuild_UnpackedTarball.mk │ ├── patch-solenv_gbuild_platform_FREEBSD__AARCH64__GCC.mk │ ├── patch-solenv_gbuild_platform_FREEBSD__INTEL__GCC.mk │ ├── patch-solenv_gbuild_platform_FREEBSD__POWERPC64__GCC.mk │ ├── patch-solenv_gbuild_platform_FREEBSD__POWERPC__GCC.mk │ ├── patch-solenv_gbuild_platform_FREEBSD__X86__64__GCC.mk │ ├── patch-solenv_gbuild_platform_unxgcc.mk │ ├── patch-svtools_source_svrtf_parrtf.cxx │ ├── patch-svx_Executable__gengal.mk │ ├── patch-sysui_desktop_share_create__tree.sh │ ├── patch-ucb_source_ucp_webdav_DateTimeHelper.cxx │ ├── patch-unoidl_source_sourceprovider-parser.y │ ├── patch-vcl_qa_cppunit_pdfexport_pdfexport.cxx │ ├── patch-vcl_qt5_QtInstance.cxx │ ├── patch-vcl_source_app_salplug.cxx │ └── pathc-vcl_workben_vcldemo.cxx │ ├── pkg-descr │ └── pkg-descr.i18n ├── french └── libreoffice │ ├── Makefile │ └── distinfo ├── german └── libreoffice │ ├── Makefile │ └── distinfo ├── graphics └── libetonyek01 │ ├── Makefile │ ├── distinfo │ ├── files │ ├── patch-configure │ └── patch-src_lib_IWORKTable.cpp │ ├── pkg-descr │ └── pkg-plist ├── hebrew └── libreoffice │ ├── Makefile │ └── distinfo ├── hungarian └── libreoffice │ ├── Makefile │ └── distinfo ├── japanese └── libreoffice │ ├── Makefile │ └── distinfo ├── korean └── libreoffice │ ├── Makefile │ └── distinfo ├── list.txt ├── math └── glm │ ├── Makefile │ ├── distinfo │ ├── files │ ├── patch-glm_gtx_bit.hpp │ └── patch-test_CMakeLists.txt │ ├── pkg-descr │ └── pkg-plist ├── new-work.sh ├── polish └── libreoffice │ ├── Makefile │ └── distinfo ├── porttest.sh ├── portuguese ├── libreoffice-pt_BR │ ├── Makefile │ └── distinfo └── libreoffice │ ├── Makefile │ └── distinfo ├── russian └── libreoffice │ ├── Makefile │ └── distinfo ├── security └── xmlsec1 │ ├── Makefile │ ├── distinfo │ ├── files │ ├── patch-Makefile.in │ └── patch-src-openssl-app.c │ ├── pkg-descr │ └── pkg-plist ├── sync-out.sh ├── sync.sh ├── textproc ├── libixion │ ├── Makefile │ ├── distinfo │ ├── pkg-descr │ └── pkg-plist └── libvisio01 │ ├── Makefile │ ├── distinfo │ ├── files │ └── patch-src__lib__VSDMetaData.cpp │ ├── pkg-descr │ └── pkg-plist ├── ukrainian └── libreoffice │ ├── Makefile │ └── distinfo └── vietnamese └── libreoffice ├── Makefile └── distinfo /.cirrus.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freebsd/freebsd-ports-libreoffice/HEAD/.cirrus.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freebsd/freebsd-ports-libreoffice/HEAD/.gitignore -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freebsd/freebsd-ports-libreoffice/HEAD/README.md -------------------------------------------------------------------------------- /arabic/libreoffice/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freebsd/freebsd-ports-libreoffice/HEAD/arabic/libreoffice/Makefile -------------------------------------------------------------------------------- /arabic/libreoffice/distinfo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freebsd/freebsd-ports-libreoffice/HEAD/arabic/libreoffice/distinfo -------------------------------------------------------------------------------- /chinese/libreoffice-zh_CN/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freebsd/freebsd-ports-libreoffice/HEAD/chinese/libreoffice-zh_CN/Makefile -------------------------------------------------------------------------------- /chinese/libreoffice-zh_CN/distinfo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freebsd/freebsd-ports-libreoffice/HEAD/chinese/libreoffice-zh_CN/distinfo -------------------------------------------------------------------------------- /chinese/libreoffice-zh_TW/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freebsd/freebsd-ports-libreoffice/HEAD/chinese/libreoffice-zh_TW/Makefile -------------------------------------------------------------------------------- /chinese/libreoffice-zh_TW/distinfo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freebsd/freebsd-ports-libreoffice/HEAD/chinese/libreoffice-zh_TW/distinfo -------------------------------------------------------------------------------- /devel/liborcus/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freebsd/freebsd-ports-libreoffice/HEAD/devel/liborcus/Makefile -------------------------------------------------------------------------------- /devel/liborcus/distinfo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freebsd/freebsd-ports-libreoffice/HEAD/devel/liborcus/distinfo -------------------------------------------------------------------------------- /devel/liborcus/pkg-descr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freebsd/freebsd-ports-libreoffice/HEAD/devel/liborcus/pkg-descr -------------------------------------------------------------------------------- /devel/liborcus/pkg-plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freebsd/freebsd-ports-libreoffice/HEAD/devel/liborcus/pkg-plist -------------------------------------------------------------------------------- /devel/mdds/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freebsd/freebsd-ports-libreoffice/HEAD/devel/mdds/Makefile -------------------------------------------------------------------------------- /devel/mdds/distinfo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freebsd/freebsd-ports-libreoffice/HEAD/devel/mdds/distinfo -------------------------------------------------------------------------------- /devel/mdds/pkg-descr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freebsd/freebsd-ports-libreoffice/HEAD/devel/mdds/pkg-descr -------------------------------------------------------------------------------- /devel/mdds/pkg-plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freebsd/freebsd-ports-libreoffice/HEAD/devel/mdds/pkg-plist -------------------------------------------------------------------------------- /editors/libreoffice-af/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freebsd/freebsd-ports-libreoffice/HEAD/editors/libreoffice-af/Makefile -------------------------------------------------------------------------------- /editors/libreoffice-af/distinfo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freebsd/freebsd-ports-libreoffice/HEAD/editors/libreoffice-af/distinfo -------------------------------------------------------------------------------- /editors/libreoffice-am/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freebsd/freebsd-ports-libreoffice/HEAD/editors/libreoffice-am/Makefile -------------------------------------------------------------------------------- /editors/libreoffice-am/distinfo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freebsd/freebsd-ports-libreoffice/HEAD/editors/libreoffice-am/distinfo -------------------------------------------------------------------------------- /editors/libreoffice-as/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freebsd/freebsd-ports-libreoffice/HEAD/editors/libreoffice-as/Makefile -------------------------------------------------------------------------------- /editors/libreoffice-as/distinfo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freebsd/freebsd-ports-libreoffice/HEAD/editors/libreoffice-as/distinfo -------------------------------------------------------------------------------- /editors/libreoffice-ast/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freebsd/freebsd-ports-libreoffice/HEAD/editors/libreoffice-ast/Makefile -------------------------------------------------------------------------------- /editors/libreoffice-ast/distinfo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freebsd/freebsd-ports-libreoffice/HEAD/editors/libreoffice-ast/distinfo -------------------------------------------------------------------------------- /editors/libreoffice-be/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freebsd/freebsd-ports-libreoffice/HEAD/editors/libreoffice-be/Makefile -------------------------------------------------------------------------------- /editors/libreoffice-be/distinfo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freebsd/freebsd-ports-libreoffice/HEAD/editors/libreoffice-be/distinfo -------------------------------------------------------------------------------- /editors/libreoffice-bg/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freebsd/freebsd-ports-libreoffice/HEAD/editors/libreoffice-bg/Makefile -------------------------------------------------------------------------------- /editors/libreoffice-bg/distinfo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freebsd/freebsd-ports-libreoffice/HEAD/editors/libreoffice-bg/distinfo -------------------------------------------------------------------------------- /editors/libreoffice-bn/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freebsd/freebsd-ports-libreoffice/HEAD/editors/libreoffice-bn/Makefile -------------------------------------------------------------------------------- /editors/libreoffice-bn/distinfo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freebsd/freebsd-ports-libreoffice/HEAD/editors/libreoffice-bn/distinfo -------------------------------------------------------------------------------- /editors/libreoffice-bn_IN/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freebsd/freebsd-ports-libreoffice/HEAD/editors/libreoffice-bn_IN/Makefile -------------------------------------------------------------------------------- /editors/libreoffice-bn_IN/distinfo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freebsd/freebsd-ports-libreoffice/HEAD/editors/libreoffice-bn_IN/distinfo -------------------------------------------------------------------------------- /editors/libreoffice-bo/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freebsd/freebsd-ports-libreoffice/HEAD/editors/libreoffice-bo/Makefile -------------------------------------------------------------------------------- /editors/libreoffice-bo/distinfo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freebsd/freebsd-ports-libreoffice/HEAD/editors/libreoffice-bo/distinfo -------------------------------------------------------------------------------- /editors/libreoffice-br/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freebsd/freebsd-ports-libreoffice/HEAD/editors/libreoffice-br/Makefile -------------------------------------------------------------------------------- /editors/libreoffice-br/distinfo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freebsd/freebsd-ports-libreoffice/HEAD/editors/libreoffice-br/distinfo -------------------------------------------------------------------------------- /editors/libreoffice-brx/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freebsd/freebsd-ports-libreoffice/HEAD/editors/libreoffice-brx/Makefile -------------------------------------------------------------------------------- /editors/libreoffice-brx/distinfo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freebsd/freebsd-ports-libreoffice/HEAD/editors/libreoffice-brx/distinfo -------------------------------------------------------------------------------- /editors/libreoffice-bs/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freebsd/freebsd-ports-libreoffice/HEAD/editors/libreoffice-bs/Makefile -------------------------------------------------------------------------------- /editors/libreoffice-bs/distinfo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freebsd/freebsd-ports-libreoffice/HEAD/editors/libreoffice-bs/distinfo -------------------------------------------------------------------------------- /editors/libreoffice-ca/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freebsd/freebsd-ports-libreoffice/HEAD/editors/libreoffice-ca/Makefile -------------------------------------------------------------------------------- /editors/libreoffice-ca/distinfo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freebsd/freebsd-ports-libreoffice/HEAD/editors/libreoffice-ca/distinfo -------------------------------------------------------------------------------- /editors/libreoffice-ca_valencia/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freebsd/freebsd-ports-libreoffice/HEAD/editors/libreoffice-ca_valencia/Makefile -------------------------------------------------------------------------------- /editors/libreoffice-ca_valencia/distinfo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freebsd/freebsd-ports-libreoffice/HEAD/editors/libreoffice-ca_valencia/distinfo -------------------------------------------------------------------------------- /editors/libreoffice-ckb/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freebsd/freebsd-ports-libreoffice/HEAD/editors/libreoffice-ckb/Makefile -------------------------------------------------------------------------------- /editors/libreoffice-ckb/distinfo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freebsd/freebsd-ports-libreoffice/HEAD/editors/libreoffice-ckb/distinfo -------------------------------------------------------------------------------- /editors/libreoffice-cs/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freebsd/freebsd-ports-libreoffice/HEAD/editors/libreoffice-cs/Makefile -------------------------------------------------------------------------------- /editors/libreoffice-cs/distinfo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freebsd/freebsd-ports-libreoffice/HEAD/editors/libreoffice-cs/distinfo -------------------------------------------------------------------------------- /editors/libreoffice-cy/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freebsd/freebsd-ports-libreoffice/HEAD/editors/libreoffice-cy/Makefile -------------------------------------------------------------------------------- /editors/libreoffice-cy/distinfo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freebsd/freebsd-ports-libreoffice/HEAD/editors/libreoffice-cy/distinfo -------------------------------------------------------------------------------- /editors/libreoffice-da/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freebsd/freebsd-ports-libreoffice/HEAD/editors/libreoffice-da/Makefile -------------------------------------------------------------------------------- /editors/libreoffice-da/distinfo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freebsd/freebsd-ports-libreoffice/HEAD/editors/libreoffice-da/distinfo -------------------------------------------------------------------------------- /editors/libreoffice-dgo/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freebsd/freebsd-ports-libreoffice/HEAD/editors/libreoffice-dgo/Makefile -------------------------------------------------------------------------------- /editors/libreoffice-dgo/distinfo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freebsd/freebsd-ports-libreoffice/HEAD/editors/libreoffice-dgo/distinfo -------------------------------------------------------------------------------- /editors/libreoffice-dsb/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freebsd/freebsd-ports-libreoffice/HEAD/editors/libreoffice-dsb/Makefile -------------------------------------------------------------------------------- /editors/libreoffice-dsb/distinfo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freebsd/freebsd-ports-libreoffice/HEAD/editors/libreoffice-dsb/distinfo -------------------------------------------------------------------------------- /editors/libreoffice-dz/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freebsd/freebsd-ports-libreoffice/HEAD/editors/libreoffice-dz/Makefile -------------------------------------------------------------------------------- /editors/libreoffice-dz/distinfo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freebsd/freebsd-ports-libreoffice/HEAD/editors/libreoffice-dz/distinfo -------------------------------------------------------------------------------- /editors/libreoffice-el/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freebsd/freebsd-ports-libreoffice/HEAD/editors/libreoffice-el/Makefile -------------------------------------------------------------------------------- /editors/libreoffice-el/distinfo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freebsd/freebsd-ports-libreoffice/HEAD/editors/libreoffice-el/distinfo -------------------------------------------------------------------------------- /editors/libreoffice-en_GB/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freebsd/freebsd-ports-libreoffice/HEAD/editors/libreoffice-en_GB/Makefile -------------------------------------------------------------------------------- /editors/libreoffice-en_GB/distinfo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freebsd/freebsd-ports-libreoffice/HEAD/editors/libreoffice-en_GB/distinfo -------------------------------------------------------------------------------- /editors/libreoffice-en_ZA/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freebsd/freebsd-ports-libreoffice/HEAD/editors/libreoffice-en_ZA/Makefile -------------------------------------------------------------------------------- /editors/libreoffice-en_ZA/distinfo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freebsd/freebsd-ports-libreoffice/HEAD/editors/libreoffice-en_ZA/distinfo -------------------------------------------------------------------------------- /editors/libreoffice-eo/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freebsd/freebsd-ports-libreoffice/HEAD/editors/libreoffice-eo/Makefile -------------------------------------------------------------------------------- /editors/libreoffice-eo/distinfo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freebsd/freebsd-ports-libreoffice/HEAD/editors/libreoffice-eo/distinfo -------------------------------------------------------------------------------- /editors/libreoffice-es/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freebsd/freebsd-ports-libreoffice/HEAD/editors/libreoffice-es/Makefile -------------------------------------------------------------------------------- /editors/libreoffice-es/distinfo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freebsd/freebsd-ports-libreoffice/HEAD/editors/libreoffice-es/distinfo -------------------------------------------------------------------------------- /editors/libreoffice-et/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freebsd/freebsd-ports-libreoffice/HEAD/editors/libreoffice-et/Makefile -------------------------------------------------------------------------------- /editors/libreoffice-et/distinfo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freebsd/freebsd-ports-libreoffice/HEAD/editors/libreoffice-et/distinfo -------------------------------------------------------------------------------- /editors/libreoffice-eu/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freebsd/freebsd-ports-libreoffice/HEAD/editors/libreoffice-eu/Makefile -------------------------------------------------------------------------------- /editors/libreoffice-eu/distinfo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freebsd/freebsd-ports-libreoffice/HEAD/editors/libreoffice-eu/distinfo -------------------------------------------------------------------------------- /editors/libreoffice-fa/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freebsd/freebsd-ports-libreoffice/HEAD/editors/libreoffice-fa/Makefile -------------------------------------------------------------------------------- /editors/libreoffice-fa/distinfo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freebsd/freebsd-ports-libreoffice/HEAD/editors/libreoffice-fa/distinfo -------------------------------------------------------------------------------- /editors/libreoffice-fi/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freebsd/freebsd-ports-libreoffice/HEAD/editors/libreoffice-fi/Makefile -------------------------------------------------------------------------------- /editors/libreoffice-fi/distinfo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freebsd/freebsd-ports-libreoffice/HEAD/editors/libreoffice-fi/distinfo -------------------------------------------------------------------------------- /editors/libreoffice-fur/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freebsd/freebsd-ports-libreoffice/HEAD/editors/libreoffice-fur/Makefile -------------------------------------------------------------------------------- /editors/libreoffice-fur/distinfo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freebsd/freebsd-ports-libreoffice/HEAD/editors/libreoffice-fur/distinfo -------------------------------------------------------------------------------- /editors/libreoffice-fy/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freebsd/freebsd-ports-libreoffice/HEAD/editors/libreoffice-fy/Makefile -------------------------------------------------------------------------------- /editors/libreoffice-fy/distinfo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freebsd/freebsd-ports-libreoffice/HEAD/editors/libreoffice-fy/distinfo -------------------------------------------------------------------------------- /editors/libreoffice-ga/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freebsd/freebsd-ports-libreoffice/HEAD/editors/libreoffice-ga/Makefile -------------------------------------------------------------------------------- /editors/libreoffice-ga/distinfo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freebsd/freebsd-ports-libreoffice/HEAD/editors/libreoffice-ga/distinfo -------------------------------------------------------------------------------- /editors/libreoffice-gd/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freebsd/freebsd-ports-libreoffice/HEAD/editors/libreoffice-gd/Makefile -------------------------------------------------------------------------------- /editors/libreoffice-gd/distinfo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freebsd/freebsd-ports-libreoffice/HEAD/editors/libreoffice-gd/distinfo -------------------------------------------------------------------------------- /editors/libreoffice-gl/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freebsd/freebsd-ports-libreoffice/HEAD/editors/libreoffice-gl/Makefile -------------------------------------------------------------------------------- /editors/libreoffice-gl/distinfo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freebsd/freebsd-ports-libreoffice/HEAD/editors/libreoffice-gl/distinfo -------------------------------------------------------------------------------- /editors/libreoffice-gu/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freebsd/freebsd-ports-libreoffice/HEAD/editors/libreoffice-gu/Makefile -------------------------------------------------------------------------------- /editors/libreoffice-gu/distinfo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freebsd/freebsd-ports-libreoffice/HEAD/editors/libreoffice-gu/distinfo -------------------------------------------------------------------------------- /editors/libreoffice-gug/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freebsd/freebsd-ports-libreoffice/HEAD/editors/libreoffice-gug/Makefile -------------------------------------------------------------------------------- /editors/libreoffice-gug/distinfo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freebsd/freebsd-ports-libreoffice/HEAD/editors/libreoffice-gug/distinfo -------------------------------------------------------------------------------- /editors/libreoffice-hi/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freebsd/freebsd-ports-libreoffice/HEAD/editors/libreoffice-hi/Makefile -------------------------------------------------------------------------------- /editors/libreoffice-hi/distinfo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freebsd/freebsd-ports-libreoffice/HEAD/editors/libreoffice-hi/distinfo -------------------------------------------------------------------------------- /editors/libreoffice-hr/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freebsd/freebsd-ports-libreoffice/HEAD/editors/libreoffice-hr/Makefile -------------------------------------------------------------------------------- /editors/libreoffice-hr/distinfo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freebsd/freebsd-ports-libreoffice/HEAD/editors/libreoffice-hr/distinfo -------------------------------------------------------------------------------- /editors/libreoffice-hsb/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freebsd/freebsd-ports-libreoffice/HEAD/editors/libreoffice-hsb/Makefile -------------------------------------------------------------------------------- /editors/libreoffice-hsb/distinfo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freebsd/freebsd-ports-libreoffice/HEAD/editors/libreoffice-hsb/distinfo -------------------------------------------------------------------------------- /editors/libreoffice-hy/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freebsd/freebsd-ports-libreoffice/HEAD/editors/libreoffice-hy/Makefile -------------------------------------------------------------------------------- /editors/libreoffice-hy/distinfo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freebsd/freebsd-ports-libreoffice/HEAD/editors/libreoffice-hy/distinfo -------------------------------------------------------------------------------- /editors/libreoffice-i18n/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freebsd/freebsd-ports-libreoffice/HEAD/editors/libreoffice-i18n/Makefile -------------------------------------------------------------------------------- /editors/libreoffice-i18n/pkg-descr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freebsd/freebsd-ports-libreoffice/HEAD/editors/libreoffice-i18n/pkg-descr -------------------------------------------------------------------------------- /editors/libreoffice-id/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freebsd/freebsd-ports-libreoffice/HEAD/editors/libreoffice-id/Makefile -------------------------------------------------------------------------------- /editors/libreoffice-id/distinfo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freebsd/freebsd-ports-libreoffice/HEAD/editors/libreoffice-id/distinfo -------------------------------------------------------------------------------- /editors/libreoffice-is/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freebsd/freebsd-ports-libreoffice/HEAD/editors/libreoffice-is/Makefile -------------------------------------------------------------------------------- /editors/libreoffice-is/distinfo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freebsd/freebsd-ports-libreoffice/HEAD/editors/libreoffice-is/distinfo -------------------------------------------------------------------------------- /editors/libreoffice-it/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freebsd/freebsd-ports-libreoffice/HEAD/editors/libreoffice-it/Makefile -------------------------------------------------------------------------------- /editors/libreoffice-it/distinfo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freebsd/freebsd-ports-libreoffice/HEAD/editors/libreoffice-it/distinfo -------------------------------------------------------------------------------- /editors/libreoffice-ka/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freebsd/freebsd-ports-libreoffice/HEAD/editors/libreoffice-ka/Makefile -------------------------------------------------------------------------------- /editors/libreoffice-ka/distinfo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freebsd/freebsd-ports-libreoffice/HEAD/editors/libreoffice-ka/distinfo -------------------------------------------------------------------------------- /editors/libreoffice-kab/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freebsd/freebsd-ports-libreoffice/HEAD/editors/libreoffice-kab/Makefile -------------------------------------------------------------------------------- /editors/libreoffice-kab/distinfo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freebsd/freebsd-ports-libreoffice/HEAD/editors/libreoffice-kab/distinfo -------------------------------------------------------------------------------- /editors/libreoffice-kk/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freebsd/freebsd-ports-libreoffice/HEAD/editors/libreoffice-kk/Makefile -------------------------------------------------------------------------------- /editors/libreoffice-kk/distinfo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freebsd/freebsd-ports-libreoffice/HEAD/editors/libreoffice-kk/distinfo -------------------------------------------------------------------------------- /editors/libreoffice-km/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freebsd/freebsd-ports-libreoffice/HEAD/editors/libreoffice-km/Makefile -------------------------------------------------------------------------------- /editors/libreoffice-km/distinfo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freebsd/freebsd-ports-libreoffice/HEAD/editors/libreoffice-km/distinfo -------------------------------------------------------------------------------- /editors/libreoffice-kmr_Latn/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freebsd/freebsd-ports-libreoffice/HEAD/editors/libreoffice-kmr_Latn/Makefile -------------------------------------------------------------------------------- /editors/libreoffice-kmr_Latn/distinfo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freebsd/freebsd-ports-libreoffice/HEAD/editors/libreoffice-kmr_Latn/distinfo -------------------------------------------------------------------------------- /editors/libreoffice-kn/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freebsd/freebsd-ports-libreoffice/HEAD/editors/libreoffice-kn/Makefile -------------------------------------------------------------------------------- /editors/libreoffice-kn/distinfo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freebsd/freebsd-ports-libreoffice/HEAD/editors/libreoffice-kn/distinfo -------------------------------------------------------------------------------- /editors/libreoffice-kok/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freebsd/freebsd-ports-libreoffice/HEAD/editors/libreoffice-kok/Makefile -------------------------------------------------------------------------------- /editors/libreoffice-kok/distinfo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freebsd/freebsd-ports-libreoffice/HEAD/editors/libreoffice-kok/distinfo -------------------------------------------------------------------------------- /editors/libreoffice-ks/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freebsd/freebsd-ports-libreoffice/HEAD/editors/libreoffice-ks/Makefile -------------------------------------------------------------------------------- /editors/libreoffice-ks/distinfo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freebsd/freebsd-ports-libreoffice/HEAD/editors/libreoffice-ks/distinfo -------------------------------------------------------------------------------- /editors/libreoffice-lb/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freebsd/freebsd-ports-libreoffice/HEAD/editors/libreoffice-lb/Makefile -------------------------------------------------------------------------------- /editors/libreoffice-lb/distinfo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freebsd/freebsd-ports-libreoffice/HEAD/editors/libreoffice-lb/distinfo -------------------------------------------------------------------------------- /editors/libreoffice-lo/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freebsd/freebsd-ports-libreoffice/HEAD/editors/libreoffice-lo/Makefile -------------------------------------------------------------------------------- /editors/libreoffice-lo/distinfo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freebsd/freebsd-ports-libreoffice/HEAD/editors/libreoffice-lo/distinfo -------------------------------------------------------------------------------- /editors/libreoffice-lt/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freebsd/freebsd-ports-libreoffice/HEAD/editors/libreoffice-lt/Makefile -------------------------------------------------------------------------------- /editors/libreoffice-lt/distinfo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freebsd/freebsd-ports-libreoffice/HEAD/editors/libreoffice-lt/distinfo -------------------------------------------------------------------------------- /editors/libreoffice-lv/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freebsd/freebsd-ports-libreoffice/HEAD/editors/libreoffice-lv/Makefile -------------------------------------------------------------------------------- /editors/libreoffice-lv/distinfo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freebsd/freebsd-ports-libreoffice/HEAD/editors/libreoffice-lv/distinfo -------------------------------------------------------------------------------- /editors/libreoffice-mai/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freebsd/freebsd-ports-libreoffice/HEAD/editors/libreoffice-mai/Makefile -------------------------------------------------------------------------------- /editors/libreoffice-mai/distinfo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freebsd/freebsd-ports-libreoffice/HEAD/editors/libreoffice-mai/distinfo -------------------------------------------------------------------------------- /editors/libreoffice-mk/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freebsd/freebsd-ports-libreoffice/HEAD/editors/libreoffice-mk/Makefile -------------------------------------------------------------------------------- /editors/libreoffice-mk/distinfo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freebsd/freebsd-ports-libreoffice/HEAD/editors/libreoffice-mk/distinfo -------------------------------------------------------------------------------- /editors/libreoffice-ml/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freebsd/freebsd-ports-libreoffice/HEAD/editors/libreoffice-ml/Makefile -------------------------------------------------------------------------------- /editors/libreoffice-ml/distinfo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freebsd/freebsd-ports-libreoffice/HEAD/editors/libreoffice-ml/distinfo -------------------------------------------------------------------------------- /editors/libreoffice-mn/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freebsd/freebsd-ports-libreoffice/HEAD/editors/libreoffice-mn/Makefile -------------------------------------------------------------------------------- /editors/libreoffice-mn/distinfo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freebsd/freebsd-ports-libreoffice/HEAD/editors/libreoffice-mn/distinfo -------------------------------------------------------------------------------- /editors/libreoffice-mni/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freebsd/freebsd-ports-libreoffice/HEAD/editors/libreoffice-mni/Makefile -------------------------------------------------------------------------------- /editors/libreoffice-mni/distinfo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freebsd/freebsd-ports-libreoffice/HEAD/editors/libreoffice-mni/distinfo -------------------------------------------------------------------------------- /editors/libreoffice-mr/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freebsd/freebsd-ports-libreoffice/HEAD/editors/libreoffice-mr/Makefile -------------------------------------------------------------------------------- /editors/libreoffice-mr/distinfo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freebsd/freebsd-ports-libreoffice/HEAD/editors/libreoffice-mr/distinfo -------------------------------------------------------------------------------- /editors/libreoffice-my/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freebsd/freebsd-ports-libreoffice/HEAD/editors/libreoffice-my/Makefile -------------------------------------------------------------------------------- /editors/libreoffice-my/distinfo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freebsd/freebsd-ports-libreoffice/HEAD/editors/libreoffice-my/distinfo -------------------------------------------------------------------------------- /editors/libreoffice-nb/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freebsd/freebsd-ports-libreoffice/HEAD/editors/libreoffice-nb/Makefile -------------------------------------------------------------------------------- /editors/libreoffice-nb/distinfo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freebsd/freebsd-ports-libreoffice/HEAD/editors/libreoffice-nb/distinfo -------------------------------------------------------------------------------- /editors/libreoffice-ne/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freebsd/freebsd-ports-libreoffice/HEAD/editors/libreoffice-ne/Makefile -------------------------------------------------------------------------------- /editors/libreoffice-ne/distinfo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freebsd/freebsd-ports-libreoffice/HEAD/editors/libreoffice-ne/distinfo -------------------------------------------------------------------------------- /editors/libreoffice-nl/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freebsd/freebsd-ports-libreoffice/HEAD/editors/libreoffice-nl/Makefile -------------------------------------------------------------------------------- /editors/libreoffice-nl/distinfo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freebsd/freebsd-ports-libreoffice/HEAD/editors/libreoffice-nl/distinfo -------------------------------------------------------------------------------- /editors/libreoffice-nn/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freebsd/freebsd-ports-libreoffice/HEAD/editors/libreoffice-nn/Makefile -------------------------------------------------------------------------------- /editors/libreoffice-nn/distinfo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freebsd/freebsd-ports-libreoffice/HEAD/editors/libreoffice-nn/distinfo -------------------------------------------------------------------------------- /editors/libreoffice-nr/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freebsd/freebsd-ports-libreoffice/HEAD/editors/libreoffice-nr/Makefile -------------------------------------------------------------------------------- /editors/libreoffice-nr/distinfo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freebsd/freebsd-ports-libreoffice/HEAD/editors/libreoffice-nr/distinfo -------------------------------------------------------------------------------- /editors/libreoffice-nso/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freebsd/freebsd-ports-libreoffice/HEAD/editors/libreoffice-nso/Makefile -------------------------------------------------------------------------------- /editors/libreoffice-nso/distinfo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freebsd/freebsd-ports-libreoffice/HEAD/editors/libreoffice-nso/distinfo -------------------------------------------------------------------------------- /editors/libreoffice-oc/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freebsd/freebsd-ports-libreoffice/HEAD/editors/libreoffice-oc/Makefile -------------------------------------------------------------------------------- /editors/libreoffice-oc/distinfo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freebsd/freebsd-ports-libreoffice/HEAD/editors/libreoffice-oc/distinfo -------------------------------------------------------------------------------- /editors/libreoffice-om/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freebsd/freebsd-ports-libreoffice/HEAD/editors/libreoffice-om/Makefile -------------------------------------------------------------------------------- /editors/libreoffice-om/distinfo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freebsd/freebsd-ports-libreoffice/HEAD/editors/libreoffice-om/distinfo -------------------------------------------------------------------------------- /editors/libreoffice-or/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freebsd/freebsd-ports-libreoffice/HEAD/editors/libreoffice-or/Makefile -------------------------------------------------------------------------------- /editors/libreoffice-or/distinfo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freebsd/freebsd-ports-libreoffice/HEAD/editors/libreoffice-or/distinfo -------------------------------------------------------------------------------- /editors/libreoffice-pa_IN/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freebsd/freebsd-ports-libreoffice/HEAD/editors/libreoffice-pa_IN/Makefile -------------------------------------------------------------------------------- /editors/libreoffice-pa_IN/distinfo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freebsd/freebsd-ports-libreoffice/HEAD/editors/libreoffice-pa_IN/distinfo -------------------------------------------------------------------------------- /editors/libreoffice-ro/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freebsd/freebsd-ports-libreoffice/HEAD/editors/libreoffice-ro/Makefile -------------------------------------------------------------------------------- /editors/libreoffice-ro/distinfo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freebsd/freebsd-ports-libreoffice/HEAD/editors/libreoffice-ro/distinfo -------------------------------------------------------------------------------- /editors/libreoffice-rw/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freebsd/freebsd-ports-libreoffice/HEAD/editors/libreoffice-rw/Makefile -------------------------------------------------------------------------------- /editors/libreoffice-rw/distinfo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freebsd/freebsd-ports-libreoffice/HEAD/editors/libreoffice-rw/distinfo -------------------------------------------------------------------------------- /editors/libreoffice-sa_IN/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freebsd/freebsd-ports-libreoffice/HEAD/editors/libreoffice-sa_IN/Makefile -------------------------------------------------------------------------------- /editors/libreoffice-sa_IN/distinfo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freebsd/freebsd-ports-libreoffice/HEAD/editors/libreoffice-sa_IN/distinfo -------------------------------------------------------------------------------- /editors/libreoffice-sat/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freebsd/freebsd-ports-libreoffice/HEAD/editors/libreoffice-sat/Makefile -------------------------------------------------------------------------------- /editors/libreoffice-sat/distinfo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freebsd/freebsd-ports-libreoffice/HEAD/editors/libreoffice-sat/distinfo -------------------------------------------------------------------------------- /editors/libreoffice-sd/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freebsd/freebsd-ports-libreoffice/HEAD/editors/libreoffice-sd/Makefile -------------------------------------------------------------------------------- /editors/libreoffice-sd/distinfo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freebsd/freebsd-ports-libreoffice/HEAD/editors/libreoffice-sd/distinfo -------------------------------------------------------------------------------- /editors/libreoffice-si/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freebsd/freebsd-ports-libreoffice/HEAD/editors/libreoffice-si/Makefile -------------------------------------------------------------------------------- /editors/libreoffice-si/distinfo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freebsd/freebsd-ports-libreoffice/HEAD/editors/libreoffice-si/distinfo -------------------------------------------------------------------------------- /editors/libreoffice-sid/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freebsd/freebsd-ports-libreoffice/HEAD/editors/libreoffice-sid/Makefile -------------------------------------------------------------------------------- /editors/libreoffice-sid/distinfo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freebsd/freebsd-ports-libreoffice/HEAD/editors/libreoffice-sid/distinfo -------------------------------------------------------------------------------- /editors/libreoffice-sk/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freebsd/freebsd-ports-libreoffice/HEAD/editors/libreoffice-sk/Makefile -------------------------------------------------------------------------------- /editors/libreoffice-sk/distinfo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freebsd/freebsd-ports-libreoffice/HEAD/editors/libreoffice-sk/distinfo -------------------------------------------------------------------------------- /editors/libreoffice-sl/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freebsd/freebsd-ports-libreoffice/HEAD/editors/libreoffice-sl/Makefile -------------------------------------------------------------------------------- /editors/libreoffice-sl/distinfo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freebsd/freebsd-ports-libreoffice/HEAD/editors/libreoffice-sl/distinfo -------------------------------------------------------------------------------- /editors/libreoffice-sq/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freebsd/freebsd-ports-libreoffice/HEAD/editors/libreoffice-sq/Makefile -------------------------------------------------------------------------------- /editors/libreoffice-sq/distinfo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freebsd/freebsd-ports-libreoffice/HEAD/editors/libreoffice-sq/distinfo -------------------------------------------------------------------------------- /editors/libreoffice-sr/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freebsd/freebsd-ports-libreoffice/HEAD/editors/libreoffice-sr/Makefile -------------------------------------------------------------------------------- /editors/libreoffice-sr/distinfo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freebsd/freebsd-ports-libreoffice/HEAD/editors/libreoffice-sr/distinfo -------------------------------------------------------------------------------- /editors/libreoffice-sr_Latn/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freebsd/freebsd-ports-libreoffice/HEAD/editors/libreoffice-sr_Latn/Makefile -------------------------------------------------------------------------------- /editors/libreoffice-sr_Latn/distinfo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freebsd/freebsd-ports-libreoffice/HEAD/editors/libreoffice-sr_Latn/distinfo -------------------------------------------------------------------------------- /editors/libreoffice-ss/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freebsd/freebsd-ports-libreoffice/HEAD/editors/libreoffice-ss/Makefile -------------------------------------------------------------------------------- /editors/libreoffice-ss/distinfo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freebsd/freebsd-ports-libreoffice/HEAD/editors/libreoffice-ss/distinfo -------------------------------------------------------------------------------- /editors/libreoffice-st/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freebsd/freebsd-ports-libreoffice/HEAD/editors/libreoffice-st/Makefile -------------------------------------------------------------------------------- /editors/libreoffice-st/distinfo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freebsd/freebsd-ports-libreoffice/HEAD/editors/libreoffice-st/distinfo -------------------------------------------------------------------------------- /editors/libreoffice-sv/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freebsd/freebsd-ports-libreoffice/HEAD/editors/libreoffice-sv/Makefile -------------------------------------------------------------------------------- /editors/libreoffice-sv/distinfo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freebsd/freebsd-ports-libreoffice/HEAD/editors/libreoffice-sv/distinfo -------------------------------------------------------------------------------- /editors/libreoffice-sw_TZ/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freebsd/freebsd-ports-libreoffice/HEAD/editors/libreoffice-sw_TZ/Makefile -------------------------------------------------------------------------------- /editors/libreoffice-sw_TZ/distinfo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freebsd/freebsd-ports-libreoffice/HEAD/editors/libreoffice-sw_TZ/distinfo -------------------------------------------------------------------------------- /editors/libreoffice-szl/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freebsd/freebsd-ports-libreoffice/HEAD/editors/libreoffice-szl/Makefile -------------------------------------------------------------------------------- /editors/libreoffice-szl/distinfo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freebsd/freebsd-ports-libreoffice/HEAD/editors/libreoffice-szl/distinfo -------------------------------------------------------------------------------- /editors/libreoffice-ta/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freebsd/freebsd-ports-libreoffice/HEAD/editors/libreoffice-ta/Makefile -------------------------------------------------------------------------------- /editors/libreoffice-ta/distinfo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freebsd/freebsd-ports-libreoffice/HEAD/editors/libreoffice-ta/distinfo -------------------------------------------------------------------------------- /editors/libreoffice-te/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freebsd/freebsd-ports-libreoffice/HEAD/editors/libreoffice-te/Makefile -------------------------------------------------------------------------------- /editors/libreoffice-te/distinfo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freebsd/freebsd-ports-libreoffice/HEAD/editors/libreoffice-te/distinfo -------------------------------------------------------------------------------- /editors/libreoffice-tg/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freebsd/freebsd-ports-libreoffice/HEAD/editors/libreoffice-tg/Makefile -------------------------------------------------------------------------------- /editors/libreoffice-tg/distinfo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freebsd/freebsd-ports-libreoffice/HEAD/editors/libreoffice-tg/distinfo -------------------------------------------------------------------------------- /editors/libreoffice-th/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freebsd/freebsd-ports-libreoffice/HEAD/editors/libreoffice-th/Makefile -------------------------------------------------------------------------------- /editors/libreoffice-th/distinfo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freebsd/freebsd-ports-libreoffice/HEAD/editors/libreoffice-th/distinfo -------------------------------------------------------------------------------- /editors/libreoffice-tn/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freebsd/freebsd-ports-libreoffice/HEAD/editors/libreoffice-tn/Makefile -------------------------------------------------------------------------------- /editors/libreoffice-tn/distinfo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freebsd/freebsd-ports-libreoffice/HEAD/editors/libreoffice-tn/distinfo -------------------------------------------------------------------------------- /editors/libreoffice-tr/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freebsd/freebsd-ports-libreoffice/HEAD/editors/libreoffice-tr/Makefile -------------------------------------------------------------------------------- /editors/libreoffice-tr/distinfo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freebsd/freebsd-ports-libreoffice/HEAD/editors/libreoffice-tr/distinfo -------------------------------------------------------------------------------- /editors/libreoffice-ts/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freebsd/freebsd-ports-libreoffice/HEAD/editors/libreoffice-ts/Makefile -------------------------------------------------------------------------------- /editors/libreoffice-ts/distinfo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freebsd/freebsd-ports-libreoffice/HEAD/editors/libreoffice-ts/distinfo -------------------------------------------------------------------------------- /editors/libreoffice-tt/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freebsd/freebsd-ports-libreoffice/HEAD/editors/libreoffice-tt/Makefile -------------------------------------------------------------------------------- /editors/libreoffice-tt/distinfo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freebsd/freebsd-ports-libreoffice/HEAD/editors/libreoffice-tt/distinfo -------------------------------------------------------------------------------- /editors/libreoffice-ug/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freebsd/freebsd-ports-libreoffice/HEAD/editors/libreoffice-ug/Makefile -------------------------------------------------------------------------------- /editors/libreoffice-ug/distinfo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freebsd/freebsd-ports-libreoffice/HEAD/editors/libreoffice-ug/distinfo -------------------------------------------------------------------------------- /editors/libreoffice-uz/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freebsd/freebsd-ports-libreoffice/HEAD/editors/libreoffice-uz/Makefile -------------------------------------------------------------------------------- /editors/libreoffice-uz/distinfo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freebsd/freebsd-ports-libreoffice/HEAD/editors/libreoffice-uz/distinfo -------------------------------------------------------------------------------- /editors/libreoffice-ve/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freebsd/freebsd-ports-libreoffice/HEAD/editors/libreoffice-ve/Makefile -------------------------------------------------------------------------------- /editors/libreoffice-ve/distinfo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freebsd/freebsd-ports-libreoffice/HEAD/editors/libreoffice-ve/distinfo -------------------------------------------------------------------------------- /editors/libreoffice-vec/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freebsd/freebsd-ports-libreoffice/HEAD/editors/libreoffice-vec/Makefile -------------------------------------------------------------------------------- /editors/libreoffice-vec/distinfo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freebsd/freebsd-ports-libreoffice/HEAD/editors/libreoffice-vec/distinfo -------------------------------------------------------------------------------- /editors/libreoffice-xh/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freebsd/freebsd-ports-libreoffice/HEAD/editors/libreoffice-xh/Makefile -------------------------------------------------------------------------------- /editors/libreoffice-xh/distinfo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freebsd/freebsd-ports-libreoffice/HEAD/editors/libreoffice-xh/distinfo -------------------------------------------------------------------------------- /editors/libreoffice-zu/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freebsd/freebsd-ports-libreoffice/HEAD/editors/libreoffice-zu/Makefile -------------------------------------------------------------------------------- /editors/libreoffice-zu/distinfo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freebsd/freebsd-ports-libreoffice/HEAD/editors/libreoffice-zu/distinfo -------------------------------------------------------------------------------- /editors/libreoffice/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freebsd/freebsd-ports-libreoffice/HEAD/editors/libreoffice/Makefile -------------------------------------------------------------------------------- /editors/libreoffice/Makefile.common: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freebsd/freebsd-ports-libreoffice/HEAD/editors/libreoffice/Makefile.common -------------------------------------------------------------------------------- /editors/libreoffice/Makefile.i18n: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freebsd/freebsd-ports-libreoffice/HEAD/editors/libreoffice/Makefile.i18n -------------------------------------------------------------------------------- /editors/libreoffice/distinfo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freebsd/freebsd-ports-libreoffice/HEAD/editors/libreoffice/distinfo -------------------------------------------------------------------------------- /editors/libreoffice/files/patch-Makefile.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freebsd/freebsd-ports-libreoffice/HEAD/editors/libreoffice/files/patch-Makefile.in -------------------------------------------------------------------------------- /editors/libreoffice/files/patch-RepositoryExternal.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freebsd/freebsd-ports-libreoffice/HEAD/editors/libreoffice/files/patch-RepositoryExternal.mk -------------------------------------------------------------------------------- /editors/libreoffice/files/patch-basic_source_classes_sbxmod.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freebsd/freebsd-ports-libreoffice/HEAD/editors/libreoffice/files/patch-basic_source_classes_sbxmod.cxx -------------------------------------------------------------------------------- /editors/libreoffice/files/patch-basic_source_runtime_methods.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freebsd/freebsd-ports-libreoffice/HEAD/editors/libreoffice/files/patch-basic_source_runtime_methods.cxx -------------------------------------------------------------------------------- /editors/libreoffice/files/patch-bin_distro-install-desktop-integration: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freebsd/freebsd-ports-libreoffice/HEAD/editors/libreoffice/files/patch-bin_distro-install-desktop-integration -------------------------------------------------------------------------------- /editors/libreoffice/files/patch-bin_distro-install-sdk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freebsd/freebsd-ports-libreoffice/HEAD/editors/libreoffice/files/patch-bin_distro-install-sdk -------------------------------------------------------------------------------- /editors/libreoffice/files/patch-bridges_source_cpp__uno_gcc3__linux__aarch64_uno2cpp.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freebsd/freebsd-ports-libreoffice/HEAD/editors/libreoffice/files/patch-bridges_source_cpp__uno_gcc3__linux__aarch64_uno2cpp.cxx -------------------------------------------------------------------------------- /editors/libreoffice/files/patch-bridges_source_cpp__uno_gcc3__linux__intel_except.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freebsd/freebsd-ports-libreoffice/HEAD/editors/libreoffice/files/patch-bridges_source_cpp__uno_gcc3__linux__intel_except.cxx -------------------------------------------------------------------------------- /editors/libreoffice/files/patch-bridges_source_cpp__uno_gcc3__linux__x86-64_except.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freebsd/freebsd-ports-libreoffice/HEAD/editors/libreoffice/files/patch-bridges_source_cpp__uno_gcc3__linux__x86-64_except.cxx -------------------------------------------------------------------------------- /editors/libreoffice/files/patch-configure: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freebsd/freebsd-ports-libreoffice/HEAD/editors/libreoffice/files/patch-configure -------------------------------------------------------------------------------- /editors/libreoffice/files/patch-desktop_source_app_app.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freebsd/freebsd-ports-libreoffice/HEAD/editors/libreoffice/files/patch-desktop_source_app_app.cxx -------------------------------------------------------------------------------- /editors/libreoffice/files/patch-external_pdfium_Library__pdfium.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freebsd/freebsd-ports-libreoffice/HEAD/editors/libreoffice/files/patch-external_pdfium_Library__pdfium.mk -------------------------------------------------------------------------------- /editors/libreoffice/files/patch-external_pdfium_UnpackedTarball__pdfium.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freebsd/freebsd-ports-libreoffice/HEAD/editors/libreoffice/files/patch-external_pdfium_UnpackedTarball__pdfium.mk -------------------------------------------------------------------------------- /editors/libreoffice/files/patch-external_pdfium_pdfium-bsd.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freebsd/freebsd-ports-libreoffice/HEAD/editors/libreoffice/files/patch-external_pdfium_pdfium-bsd.patch -------------------------------------------------------------------------------- /editors/libreoffice/files/patch-external_skia_Library__skia.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freebsd/freebsd-ports-libreoffice/HEAD/editors/libreoffice/files/patch-external_skia_Library__skia.mk -------------------------------------------------------------------------------- /editors/libreoffice/files/patch-external_skia_UnpackedTarball__skia.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freebsd/freebsd-ports-libreoffice/HEAD/editors/libreoffice/files/patch-external_skia_UnpackedTarball__skia.mk -------------------------------------------------------------------------------- /editors/libreoffice/files/patch-external_skia_freebsd-limits.h.patch.0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freebsd/freebsd-ports-libreoffice/HEAD/editors/libreoffice/files/patch-external_skia_freebsd-limits.h.patch.0 -------------------------------------------------------------------------------- /editors/libreoffice/files/patch-helpcontent2_CustomTarget__html.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freebsd/freebsd-ports-libreoffice/HEAD/editors/libreoffice/files/patch-helpcontent2_CustomTarget__html.mk -------------------------------------------------------------------------------- /editors/libreoffice/files/patch-idl_source_objects_types.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freebsd/freebsd-ports-libreoffice/HEAD/editors/libreoffice/files/patch-idl_source_objects_types.cxx -------------------------------------------------------------------------------- /editors/libreoffice/files/patch-libreofficekit_qa_gtktiledviewer_gtv-lok-dialog.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freebsd/freebsd-ports-libreoffice/HEAD/editors/libreoffice/files/patch-libreofficekit_qa_gtktiledviewer_gtv-lok-dialog.cxx -------------------------------------------------------------------------------- /editors/libreoffice/files/patch-libreofficekit_qa_gtktiledviewer_gtv-main-toolbar.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freebsd/freebsd-ports-libreoffice/HEAD/editors/libreoffice/files/patch-libreofficekit_qa_gtktiledviewer_gtv-main-toolbar.cxx -------------------------------------------------------------------------------- /editors/libreoffice/files/patch-powerpc64: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freebsd/freebsd-ports-libreoffice/HEAD/editors/libreoffice/files/patch-powerpc64 -------------------------------------------------------------------------------- /editors/libreoffice/files/patch-sal_cppunittester_cppunittester.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freebsd/freebsd-ports-libreoffice/HEAD/editors/libreoffice/files/patch-sal_cppunittester_cppunittester.cxx -------------------------------------------------------------------------------- /editors/libreoffice/files/patch-sal_osl_unx_process.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freebsd/freebsd-ports-libreoffice/HEAD/editors/libreoffice/files/patch-sal_osl_unx_process.cxx -------------------------------------------------------------------------------- /editors/libreoffice/files/patch-sal_osl_unx_socket.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freebsd/freebsd-ports-libreoffice/HEAD/editors/libreoffice/files/patch-sal_osl_unx_socket.cxx -------------------------------------------------------------------------------- /editors/libreoffice/files/patch-shell_source_unix_exec_shellexec.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freebsd/freebsd-ports-libreoffice/HEAD/editors/libreoffice/files/patch-shell_source_unix_exec_shellexec.cxx -------------------------------------------------------------------------------- /editors/libreoffice/files/patch-solenv_gbuild_UnpackedTarball.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freebsd/freebsd-ports-libreoffice/HEAD/editors/libreoffice/files/patch-solenv_gbuild_UnpackedTarball.mk -------------------------------------------------------------------------------- /editors/libreoffice/files/patch-solenv_gbuild_platform_FREEBSD__AARCH64__GCC.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freebsd/freebsd-ports-libreoffice/HEAD/editors/libreoffice/files/patch-solenv_gbuild_platform_FREEBSD__AARCH64__GCC.mk -------------------------------------------------------------------------------- /editors/libreoffice/files/patch-solenv_gbuild_platform_FREEBSD__INTEL__GCC.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freebsd/freebsd-ports-libreoffice/HEAD/editors/libreoffice/files/patch-solenv_gbuild_platform_FREEBSD__INTEL__GCC.mk -------------------------------------------------------------------------------- /editors/libreoffice/files/patch-solenv_gbuild_platform_FREEBSD__POWERPC64__GCC.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freebsd/freebsd-ports-libreoffice/HEAD/editors/libreoffice/files/patch-solenv_gbuild_platform_FREEBSD__POWERPC64__GCC.mk -------------------------------------------------------------------------------- /editors/libreoffice/files/patch-solenv_gbuild_platform_FREEBSD__POWERPC__GCC.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freebsd/freebsd-ports-libreoffice/HEAD/editors/libreoffice/files/patch-solenv_gbuild_platform_FREEBSD__POWERPC__GCC.mk -------------------------------------------------------------------------------- /editors/libreoffice/files/patch-solenv_gbuild_platform_FREEBSD__X86__64__GCC.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freebsd/freebsd-ports-libreoffice/HEAD/editors/libreoffice/files/patch-solenv_gbuild_platform_FREEBSD__X86__64__GCC.mk -------------------------------------------------------------------------------- /editors/libreoffice/files/patch-solenv_gbuild_platform_unxgcc.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freebsd/freebsd-ports-libreoffice/HEAD/editors/libreoffice/files/patch-solenv_gbuild_platform_unxgcc.mk -------------------------------------------------------------------------------- /editors/libreoffice/files/patch-svtools_source_svrtf_parrtf.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freebsd/freebsd-ports-libreoffice/HEAD/editors/libreoffice/files/patch-svtools_source_svrtf_parrtf.cxx -------------------------------------------------------------------------------- /editors/libreoffice/files/patch-svx_Executable__gengal.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freebsd/freebsd-ports-libreoffice/HEAD/editors/libreoffice/files/patch-svx_Executable__gengal.mk -------------------------------------------------------------------------------- /editors/libreoffice/files/patch-sysui_desktop_share_create__tree.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freebsd/freebsd-ports-libreoffice/HEAD/editors/libreoffice/files/patch-sysui_desktop_share_create__tree.sh -------------------------------------------------------------------------------- /editors/libreoffice/files/patch-ucb_source_ucp_webdav_DateTimeHelper.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freebsd/freebsd-ports-libreoffice/HEAD/editors/libreoffice/files/patch-ucb_source_ucp_webdav_DateTimeHelper.cxx -------------------------------------------------------------------------------- /editors/libreoffice/files/patch-unoidl_source_sourceprovider-parser.y: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freebsd/freebsd-ports-libreoffice/HEAD/editors/libreoffice/files/patch-unoidl_source_sourceprovider-parser.y -------------------------------------------------------------------------------- /editors/libreoffice/files/patch-vcl_qa_cppunit_pdfexport_pdfexport.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freebsd/freebsd-ports-libreoffice/HEAD/editors/libreoffice/files/patch-vcl_qa_cppunit_pdfexport_pdfexport.cxx -------------------------------------------------------------------------------- /editors/libreoffice/files/patch-vcl_qt5_QtInstance.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freebsd/freebsd-ports-libreoffice/HEAD/editors/libreoffice/files/patch-vcl_qt5_QtInstance.cxx -------------------------------------------------------------------------------- /editors/libreoffice/files/patch-vcl_source_app_salplug.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freebsd/freebsd-ports-libreoffice/HEAD/editors/libreoffice/files/patch-vcl_source_app_salplug.cxx -------------------------------------------------------------------------------- /editors/libreoffice/files/pathc-vcl_workben_vcldemo.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freebsd/freebsd-ports-libreoffice/HEAD/editors/libreoffice/files/pathc-vcl_workben_vcldemo.cxx -------------------------------------------------------------------------------- /editors/libreoffice/pkg-descr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freebsd/freebsd-ports-libreoffice/HEAD/editors/libreoffice/pkg-descr -------------------------------------------------------------------------------- /editors/libreoffice/pkg-descr.i18n: -------------------------------------------------------------------------------- 1 | Localized messages and documentation for libreoffice 2 | -------------------------------------------------------------------------------- /french/libreoffice/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freebsd/freebsd-ports-libreoffice/HEAD/french/libreoffice/Makefile -------------------------------------------------------------------------------- /french/libreoffice/distinfo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freebsd/freebsd-ports-libreoffice/HEAD/french/libreoffice/distinfo -------------------------------------------------------------------------------- /german/libreoffice/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freebsd/freebsd-ports-libreoffice/HEAD/german/libreoffice/Makefile -------------------------------------------------------------------------------- /german/libreoffice/distinfo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freebsd/freebsd-ports-libreoffice/HEAD/german/libreoffice/distinfo -------------------------------------------------------------------------------- /graphics/libetonyek01/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freebsd/freebsd-ports-libreoffice/HEAD/graphics/libetonyek01/Makefile -------------------------------------------------------------------------------- /graphics/libetonyek01/distinfo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freebsd/freebsd-ports-libreoffice/HEAD/graphics/libetonyek01/distinfo -------------------------------------------------------------------------------- /graphics/libetonyek01/files/patch-configure: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freebsd/freebsd-ports-libreoffice/HEAD/graphics/libetonyek01/files/patch-configure -------------------------------------------------------------------------------- /graphics/libetonyek01/files/patch-src_lib_IWORKTable.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freebsd/freebsd-ports-libreoffice/HEAD/graphics/libetonyek01/files/patch-src_lib_IWORKTable.cpp -------------------------------------------------------------------------------- /graphics/libetonyek01/pkg-descr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freebsd/freebsd-ports-libreoffice/HEAD/graphics/libetonyek01/pkg-descr -------------------------------------------------------------------------------- /graphics/libetonyek01/pkg-plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freebsd/freebsd-ports-libreoffice/HEAD/graphics/libetonyek01/pkg-plist -------------------------------------------------------------------------------- /hebrew/libreoffice/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freebsd/freebsd-ports-libreoffice/HEAD/hebrew/libreoffice/Makefile -------------------------------------------------------------------------------- /hebrew/libreoffice/distinfo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freebsd/freebsd-ports-libreoffice/HEAD/hebrew/libreoffice/distinfo -------------------------------------------------------------------------------- /hungarian/libreoffice/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freebsd/freebsd-ports-libreoffice/HEAD/hungarian/libreoffice/Makefile -------------------------------------------------------------------------------- /hungarian/libreoffice/distinfo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freebsd/freebsd-ports-libreoffice/HEAD/hungarian/libreoffice/distinfo -------------------------------------------------------------------------------- /japanese/libreoffice/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freebsd/freebsd-ports-libreoffice/HEAD/japanese/libreoffice/Makefile -------------------------------------------------------------------------------- /japanese/libreoffice/distinfo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freebsd/freebsd-ports-libreoffice/HEAD/japanese/libreoffice/distinfo -------------------------------------------------------------------------------- /korean/libreoffice/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freebsd/freebsd-ports-libreoffice/HEAD/korean/libreoffice/Makefile -------------------------------------------------------------------------------- /korean/libreoffice/distinfo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freebsd/freebsd-ports-libreoffice/HEAD/korean/libreoffice/distinfo -------------------------------------------------------------------------------- /list.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freebsd/freebsd-ports-libreoffice/HEAD/list.txt -------------------------------------------------------------------------------- /math/glm/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freebsd/freebsd-ports-libreoffice/HEAD/math/glm/Makefile -------------------------------------------------------------------------------- /math/glm/distinfo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freebsd/freebsd-ports-libreoffice/HEAD/math/glm/distinfo -------------------------------------------------------------------------------- /math/glm/files/patch-glm_gtx_bit.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freebsd/freebsd-ports-libreoffice/HEAD/math/glm/files/patch-glm_gtx_bit.hpp -------------------------------------------------------------------------------- /math/glm/files/patch-test_CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freebsd/freebsd-ports-libreoffice/HEAD/math/glm/files/patch-test_CMakeLists.txt -------------------------------------------------------------------------------- /math/glm/pkg-descr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freebsd/freebsd-ports-libreoffice/HEAD/math/glm/pkg-descr -------------------------------------------------------------------------------- /math/glm/pkg-plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freebsd/freebsd-ports-libreoffice/HEAD/math/glm/pkg-plist -------------------------------------------------------------------------------- /new-work.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freebsd/freebsd-ports-libreoffice/HEAD/new-work.sh -------------------------------------------------------------------------------- /polish/libreoffice/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freebsd/freebsd-ports-libreoffice/HEAD/polish/libreoffice/Makefile -------------------------------------------------------------------------------- /polish/libreoffice/distinfo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freebsd/freebsd-ports-libreoffice/HEAD/polish/libreoffice/distinfo -------------------------------------------------------------------------------- /porttest.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freebsd/freebsd-ports-libreoffice/HEAD/porttest.sh -------------------------------------------------------------------------------- /portuguese/libreoffice-pt_BR/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freebsd/freebsd-ports-libreoffice/HEAD/portuguese/libreoffice-pt_BR/Makefile -------------------------------------------------------------------------------- /portuguese/libreoffice-pt_BR/distinfo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freebsd/freebsd-ports-libreoffice/HEAD/portuguese/libreoffice-pt_BR/distinfo -------------------------------------------------------------------------------- /portuguese/libreoffice/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freebsd/freebsd-ports-libreoffice/HEAD/portuguese/libreoffice/Makefile -------------------------------------------------------------------------------- /portuguese/libreoffice/distinfo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freebsd/freebsd-ports-libreoffice/HEAD/portuguese/libreoffice/distinfo -------------------------------------------------------------------------------- /russian/libreoffice/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freebsd/freebsd-ports-libreoffice/HEAD/russian/libreoffice/Makefile -------------------------------------------------------------------------------- /russian/libreoffice/distinfo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freebsd/freebsd-ports-libreoffice/HEAD/russian/libreoffice/distinfo -------------------------------------------------------------------------------- /security/xmlsec1/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freebsd/freebsd-ports-libreoffice/HEAD/security/xmlsec1/Makefile -------------------------------------------------------------------------------- /security/xmlsec1/distinfo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freebsd/freebsd-ports-libreoffice/HEAD/security/xmlsec1/distinfo -------------------------------------------------------------------------------- /security/xmlsec1/files/patch-Makefile.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freebsd/freebsd-ports-libreoffice/HEAD/security/xmlsec1/files/patch-Makefile.in -------------------------------------------------------------------------------- /security/xmlsec1/files/patch-src-openssl-app.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freebsd/freebsd-ports-libreoffice/HEAD/security/xmlsec1/files/patch-src-openssl-app.c -------------------------------------------------------------------------------- /security/xmlsec1/pkg-descr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freebsd/freebsd-ports-libreoffice/HEAD/security/xmlsec1/pkg-descr -------------------------------------------------------------------------------- /security/xmlsec1/pkg-plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freebsd/freebsd-ports-libreoffice/HEAD/security/xmlsec1/pkg-plist -------------------------------------------------------------------------------- /sync-out.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freebsd/freebsd-ports-libreoffice/HEAD/sync-out.sh -------------------------------------------------------------------------------- /sync.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freebsd/freebsd-ports-libreoffice/HEAD/sync.sh -------------------------------------------------------------------------------- /textproc/libixion/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freebsd/freebsd-ports-libreoffice/HEAD/textproc/libixion/Makefile -------------------------------------------------------------------------------- /textproc/libixion/distinfo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freebsd/freebsd-ports-libreoffice/HEAD/textproc/libixion/distinfo -------------------------------------------------------------------------------- /textproc/libixion/pkg-descr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freebsd/freebsd-ports-libreoffice/HEAD/textproc/libixion/pkg-descr -------------------------------------------------------------------------------- /textproc/libixion/pkg-plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freebsd/freebsd-ports-libreoffice/HEAD/textproc/libixion/pkg-plist -------------------------------------------------------------------------------- /textproc/libvisio01/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freebsd/freebsd-ports-libreoffice/HEAD/textproc/libvisio01/Makefile -------------------------------------------------------------------------------- /textproc/libvisio01/distinfo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freebsd/freebsd-ports-libreoffice/HEAD/textproc/libvisio01/distinfo -------------------------------------------------------------------------------- /textproc/libvisio01/files/patch-src__lib__VSDMetaData.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freebsd/freebsd-ports-libreoffice/HEAD/textproc/libvisio01/files/patch-src__lib__VSDMetaData.cpp -------------------------------------------------------------------------------- /textproc/libvisio01/pkg-descr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freebsd/freebsd-ports-libreoffice/HEAD/textproc/libvisio01/pkg-descr -------------------------------------------------------------------------------- /textproc/libvisio01/pkg-plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freebsd/freebsd-ports-libreoffice/HEAD/textproc/libvisio01/pkg-plist -------------------------------------------------------------------------------- /ukrainian/libreoffice/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freebsd/freebsd-ports-libreoffice/HEAD/ukrainian/libreoffice/Makefile -------------------------------------------------------------------------------- /ukrainian/libreoffice/distinfo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freebsd/freebsd-ports-libreoffice/HEAD/ukrainian/libreoffice/distinfo -------------------------------------------------------------------------------- /vietnamese/libreoffice/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freebsd/freebsd-ports-libreoffice/HEAD/vietnamese/libreoffice/Makefile -------------------------------------------------------------------------------- /vietnamese/libreoffice/distinfo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freebsd/freebsd-ports-libreoffice/HEAD/vietnamese/libreoffice/distinfo --------------------------------------------------------------------------------