Re: LibreOffice 7.0 call for testing

2020-08-09 Thread Li-Wen Hsu
On Tue, Jul 28, 2020 at 9:25 PM Kurt Jaeger  wrote:
>
> Hi!
>
> > Pre-built packages for 11 and 12 amd64 are available at
> > https://people.freebsd.org/~lwhsu/libreoffice/

7.0.0 is officially released, thanks fluffy again for updating the WIP
repository:

https://lists.freebsd.org/pipermail/freebsd-office/2020-July/005822.html

The pre-built packages for 11, 12, 13 amd64 are available at the same place.

Please help test. We plan to commit the 7.0.0 update soon.

> The downloads seems to have problems:
>
> fetch 
> https://people.freebsd.org/~lwhsu/libreoffice/12_amd64/libreoffice-7.0.0.2.txz
> libreoffice-7.0.0.2.txz 9% of  109 MB 3126 kBps37s
> fetch: libreoffice-7.0.0.2.txz appears to be truncated: 10934724/114563696 
> bytes
>
> fetch 
> https://people.freebsd.org/~lwhsu/libreoffice/12_amd64/libreoffice-7.0.0.2.txz
> libreoffice-7.0.0.2.txz13% of  109 MB 3492 kBps26s
> fetch: libreoffice-7.0.0.2.txz appears to be truncated: 14944401/114563696 
> bytes

Haven't had a chance to look into this, it might be related to the
reverse proxy in the front of the web server.  I'm trying to identify
the issue and fix it.

Li-Wen
___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: LibreOffice 7.0 call for testing

2020-07-28 Thread Kurt Jaeger
Hi!

> Pre-built packages for 11 and 12 amd64 are available at
> https://people.freebsd.org/~lwhsu/libreoffice/

The downloads seems to have problems:

fetch 
https://people.freebsd.org/~lwhsu/libreoffice/12_amd64/libreoffice-7.0.0.2.txz
libreoffice-7.0.0.2.txz 9% of  109 MB 3126 kBps37s
fetch: libreoffice-7.0.0.2.txz appears to be truncated: 10934724/114563696 bytes

fetch 
https://people.freebsd.org/~lwhsu/libreoffice/12_amd64/libreoffice-7.0.0.2.txz
libreoffice-7.0.0.2.txz13% of  109 MB 3492 kBps26s
fetch: libreoffice-7.0.0.2.txz appears to be truncated: 14944401/114563696 bytes

-- 
p...@opsec.eu+49 171 3101372Now what ?
___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: LibreOffice 7.0 call for testing

2020-07-28 Thread Li-Wen Hsu
Pre-built packages for 11 and 12 amd64 are available at
https://people.freebsd.org/~lwhsu/libreoffice/

On Sun, Jul 26, 2020 at 9:42 PM Dima Panov  wrote:
>
> Hello!
>
> 7.0.0.RC2 is landed, release is around the corner.
>
> As always, please welcome to test.
>
> --
> WBR, Dima. (Desktop, KDE, X11, Office)@FreeBSD team
> (flu...@freebsd.org, https://t.me/dima_panov)
>
> > On Thursday, Jul 16, 2020 at 3:17 PM, Dima Panov  > (mailto:flu...@freebsd.org)> wrote:
> > Hello!
> >
> > LibreOffice 7.0 branch is over to release candadate and office@FreeBSD team 
> > calls everyone interested to join us in testing cycle
> >
> > Our WIP repository available at GitHub, 
> > https://github.com/lwhsu/freebsd-ports-libreoffice, branch 7.0.0
> >
> > Of course, we support ports’ OVERLAY feature by adding:
> >
> > OVERLAYS+=/path/to/freebsd-ports-libreoffice
> >
> > to /etc/make.conf
> >
> > Poudriere users should follows next steps:
> >
> > sudo poudriere ports -c -F -p portoverlay
> > cd ${LOCALBASE}/poudriere/ports/portsoverlay
> > git clone https://github.com/lwhsu/freebsd-ports-libreoffice .
> > git checkout 7.0.0
> > poudriere bulk -j 121amd64 -p portstree -O portsoverlay editors/libreoffice
> >
> > Or you can use pre-built packages with default options.
> > Take yours from https://people.freebsd.org/~lwhsu/libreoffice/
> >
> > You can start the LibreOffice with x11 UI backend by setting
> > environment variable:
> >
> > SAL_USE_VCLPLUGIN=gen
> >
> > where ‘gen’ can be replaced by x11, gtk3, qt5 ,kf5, depends on selected 
> > build options to get a required vcl active
> >
> > Current known issue is missed vertical and gorizontal scrollbars with gkt3 
> > vcl.
> > Qt5 vcl is already locked to use cairo font renderer.
> >
> > Patches and suggestions are welcome!
> >
> >
___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: LibreOffice 7.0 call for testing

2020-07-26 Thread Dima Panov
Hello!

7.0.0.RC2 is landed, release is around the corner.

As always, please welcome to test.

--
WBR, Dima. (Desktop, KDE, X11, Office)@FreeBSD team
(flu...@freebsd.org, https://t.me/dima_panov)

> On Thursday, Jul 16, 2020 at 3:17 PM, Dima Panov  (mailto:flu...@freebsd.org)> wrote:
> Hello!
>
> LibreOffice 7.0 branch is over to release candadate and office@FreeBSD team 
> calls everyone interested to join us in testing cycle
>
> Our WIP repository available at GitHub, 
> https://github.com/lwhsu/freebsd-ports-libreoffice, branch 7.0.0
>
> Of course, we support ports’ OVERLAY feature by adding:
>
> OVERLAYS+=/path/to/freebsd-ports-libreoffice
>
> to /etc/make.conf
>
> Poudriere users should follows next steps:
>
> sudo poudriere ports -c -F -p portoverlay
> cd ${LOCALBASE}/poudriere/ports/portsoverlay
> git clone https://github.com/lwhsu/freebsd-ports-libreoffice .
> git checkout 7.0.0
> poudriere bulk -j 121amd64 -p portstree -O portsoverlay editors/libreoffice
>
> Or you can use pre-built packages with default options.
> Take yours from https://people.freebsd.org/~lwhsu/libreoffice/
>
> You can start the LibreOffice with x11 UI backend by setting
> environment variable:
>
> SAL_USE_VCLPLUGIN=gen
>
> where ‘gen’ can be replaced by x11, gtk3, qt5 ,kf5, depends on selected build 
> options to get a required vcl active
>
> Current known issue is missed vertical and gorizontal scrollbars with gkt3 
> vcl.
> Qt5 vcl is already locked to use cairo font renderer.
>
> Patches and suggestions are welcome!
>
>


signature.asc
Description: PGP signature


Re: LibreOffice 7.0 call for testing

2020-07-17 Thread Rainer Hurling
Hi Dima,

Am 16.07.20 um 07:17 schrieb Dima Panov:
> Hello!
> 
> LibreOffice 7.0 branch is over to release candadate and office@FreeBSD team 
> calls everyone interested to join us in testing cycle
> 
> Our WIP repository available at GitHub, 
> https://github.com/lwhsu/freebsd-ports-libreoffice, branch 7.0.0
> 
> Of course, we support ports’ OVERLAY feature by adding:
> 
> OVERLAYS+=/path/to/freebsd-ports-libreoffice
> 
> to /etc/make.conf
> 
> Poudriere users should follows next steps:
> 
> sudo poudriere ports -c -F -p portoverlay
> cd ${LOCALBASE}/poudriere/ports/portsoverlay
> git clone https://github.com/lwhsu/freebsd-ports-libreoffice .
> git checkout 7.0.0
> poudriere bulk -j 121amd64 -p portstree -O portsoverlay editors/libreoffice
> 
> Or you can use pre-built packages with default options.
> Take yours from https://people.freebsd.org/~lwhsu/libreoffice/
> 
> You can start the LibreOffice with x11 UI backend by setting
> environment variable:
> 
> SAL_USE_VCLPLUGIN=gen
> 
> where ‘gen’ can be replaced by x11, gtk3, qt5 ,kf5, depends on selected build 
> options to get a required vcl active
> 
> Current known issue is missed vertical and gorizontal scrollbars with gkt3 
> vcl.
> Qt5 vcl is already locked to use cairo font renderer.
> 
> Patches and suggestions are welcome!
> 
> --
> WBR, Dima. (Desktop, KDE, X11, Office)@FreeBSD team
> (flu...@freebsd.org, https://t.me/dima_panov)
> 

Many thanks for the possibility to test the 7.0.0.1 port before the
release is coming. Much appreciated!

I built the port with Poudriere on a 13.0-CURRENT box. It builts and
installs fine. As far as I can say after testing with some types of
files, the following works as expected:

- opening .odt, .docx, .xlsx
- saving the same formats
- opening encrypted files
- exporting to pdf

Using SAL_USE_VCLPLUGIN=kf5, rendering seems fine for me.

Could hardly await the final release of libreoffice and the port :)

Best wishes,
Rainer
___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


LibreOffice 7.0 call for testing

2020-07-15 Thread Dima Panov
Hello!

LibreOffice 7.0 branch is over to release candadate and office@FreeBSD team 
calls everyone interested to join us in testing cycle

Our WIP repository available at GitHub, 
https://github.com/lwhsu/freebsd-ports-libreoffice, branch 7.0.0

Of course, we support ports’ OVERLAY feature by adding:

OVERLAYS+=/path/to/freebsd-ports-libreoffice

to /etc/make.conf

Poudriere users should follows next steps:

sudo poudriere ports -c -F -p portoverlay
cd ${LOCALBASE}/poudriere/ports/portsoverlay
git clone https://github.com/lwhsu/freebsd-ports-libreoffice .
git checkout 7.0.0
poudriere bulk -j 121amd64 -p portstree -O portsoverlay editors/libreoffice

Or you can use pre-built packages with default options.
Take yours from https://people.freebsd.org/~lwhsu/libreoffice/

You can start the LibreOffice with x11 UI backend by setting
environment variable:

SAL_USE_VCLPLUGIN=gen

where ‘gen’ can be replaced by x11, gtk3, qt5 ,kf5, depends on selected build 
options to get a required vcl active

Current known issue is missed vertical and gorizontal scrollbars with gkt3 vcl.
Qt5 vcl is already locked to use cairo font renderer.

Patches and suggestions are welcome!

--
WBR, Dima. (Desktop, KDE, X11, Office)@FreeBSD team
(flu...@freebsd.org, https://t.me/dima_panov)



signature.asc
Description: PGP signature