19 Commits

Author SHA1 Message Date
sthen
81d581665c bump for MODPY_DEFAULT_VERSION_3 change 2022-11-13 15:27:35 +00:00
ajacoutot
01a6b0e100 Update to unoconv-0.9.0. 2022-04-13 09:58:51 +00:00
naddy
d495897520 drop RCS Ids 2022-03-11 18:27:00 +00:00
sthen
8ad2bb9a3a bump REVISION for switch from Python 3.8 -> 3.9 2021-11-02 00:00:12 +00:00
sthen
3cbe1c2f30 Reverse the polarity of MODPY_VERSION; default is now 3.x,
if a port needs 2.x then set MODPY_VERSION=${MODPY_DEFAULT_VERSION_2}.

This commit doesn't change any versions currently used; it may be that
some ports have MODPY_DEFAULT_VERSION_2 but don't require it, those
should be cleaned up in the course of updating ports where possible.

Python module ports providing py3-* packages should still use
FLAVOR=python3 so that we don't have a mixture of dependencies some
using ${MODPY_FLAVOR} and others not.
2021-02-23 19:39:08 +00:00
sthen
d9cfe4113e bump REVISION; python 3 default changed to 3.8 2020-07-03 21:12:24 +00:00
sthen
9fe1e38b23 replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes 2019-07-12 20:43:27 +00:00
sthen
d7f0752227 bump all the py3 things, _SYSTEM_VERSION didn't quite work out how
we expected and it's easier|safer to do it this way than fiddle with
pkg_add now. thanks aja for update tests with a quick bulk.
2019-04-28 20:51:26 +00:00
sthen
2920bdb665 bump REVISION, py3 version switch. has PKG_ARCH=* (and no pyc files in this one,
just scripts).
2019-04-27 23:45:28 +00:00
ajacoutot
0e87de5958 COMPILER line is not needed, forgot in previous. 2017-12-28 07:55:45 +00:00
ajacoutot
f62450ddaa Drop the preload wrapper, unoconv requires libreoffice which is
amd64/i386 only.

prodded by robert@
2017-12-28 07:54:41 +00:00
naddy
11e3dd67b3 switch COMPILER from the old, confusing shortcuts to the more explicit format 2017-11-16 23:20:37 +00:00
sthen
e218442cdb bump; plist change as wrapper no longer used 2017-07-27 11:09:34 +00:00
espie
24d9661e05 fix packaging in the non-wrapped case, for when libreoffice will build 2017-05-31 15:03:27 +00:00
espie
cc5bc426ed switch everything to new COMPILER idiom, even stuff that won't build with clang
yet, but at least that part is done.
2017-05-31 08:08:15 +00:00
landry
24ebe6849d bump ports depending on python3 in benchmarks and converters 2017-01-03 19:16:08 +00:00
jasper
cad25a834e add conflict markers 2016-01-16 19:35:31 +00:00
ajacoutot
c80a6788f5 Missing dependency on gcc-libs. 2015-11-08 18:30:57 +00:00
ajacoutot
21f78a0f46 Import unoconv-0.7.
Universal Office Converter (unoconv) is a command line tool to convert any
document format that LibreOffice can import to any document format that
LibreOffice can export. It makes use of the LibreOffice's UNO bindings for
non-interactive conversion of documents.

with help from and OK robert@
2015-11-08 18:09:02 +00:00