pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc
Module Name: pkgsrc
Committed By: manu
Date: Wed Apr 9 15:38:09 UTC 2025
Modified Files:
pkgsrc/converters/unoconv: Makefile distinfo
pkgsrc/converters/unoconv/files: unoconv.sh
pkgsrc/doc: CHANGES-2025
Log Message:
Update converters/unoconv to 0.8.2
Changes since 0.7
Implemented enhancements:
Update README.adoc #370 (Atalanttore)
Add a command line option to specify import filter name #343 (MartijnVdS)
manage office exit code 81 on listener #327 (alikefia)
Typo in manpage #313 (jacobmischka)
Handle SIGTERM when starting as listener #301 (leture)
Add .travis.yml to run tests from 3.3 to 5.0 on OS X and Linux #296 (pquentin)
fix misset printer for drawing #294 (wmin0)
add printer options #282 (wmin0)
Add extra bin/lib directories for LibreOffice on OS X #276 (hubgit)
Fixed bugs:
Ambiguous message #326
Fix travis downloads #314 (pquentin)
Fix for Python 3 to read binary data from stdin #309 (kaysersoze)
Closed issues:
failed to replace variable 'A' with value 'B' in the document. #425
Add more maintainers #411
PPT changing color while converting with Unoconv #406
ERROR: No module named 'uno' #403
unoconv from pptx, text is rendered as image #401
Compare docs #400
Unoconv creates new file with root permissions #394
xsl:attribute: Cannot add attributes to an element if children have been already added to the element. #387
Output file is owned by root #381
PPT to PDF: Textboxes underneath images appearing on top of image #378
script works fine with CLI but do not work with browser #365
Problem to execute from PHP (Ubuntu, XAMPP) #353
Progress bar #346
Can't get remote listener to work #341
Can't run unoconv as www-data user in Ubuntu 14.04LTS #336
Segmentation fault on Alpine Linux #333
Some docx files that contained table does not be converted to pdf exactly #330
Can not convert ppt file to pdf file with file name which contain japanese character. #325
How to install latest unoconv from github into ubuntu 14.40 headless terminal? #323
mac osx + emf conversion delegates to imagemagick which doesnt support it #320
Unable to use unoconv through php shell_exec #302
Running 2+ instances of unoconv concurrently results in error #299
Missing help option in help output #297
OS X, LibreOffice 4.4 and 5.0: no suitable office installation #292
Enhancing the performance on converting text files #291
Cannot find a suitable pyuno library and python binary combination in /usr/lib/libreoffice #290
Conversion of a list from a docx to html #287
unoconv 0.7 hangs out of nowhere #274
pagination #268
LibreOffice Python Syntax Error Mac OS X #166
Merged pull requests:
* make -F switch working for user-defined fields #426 (belegnar)
Updated Changelog and docs #422 (regebro)
Added setup.py #421 (regebro)
Drop support for v3.3 and v3.4 #413 (regebro)
pass the password as openoffice expects it, so it will work for docum# #358 (monomelodies)
To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/converters/unoconv/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/converters/unoconv/distinfo
cvs rdiff -u -r1.4 -r1.5 pkgsrc/converters/unoconv/files/unoconv.sh
cvs rdiff -u -r1.2518 -r1.2519 pkgsrc/doc/CHANGES-2025
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/converters/unoconv/Makefile
diff -u pkgsrc/converters/unoconv/Makefile:1.10 pkgsrc/converters/unoconv/Makefile:1.11
--- pkgsrc/converters/unoconv/Makefile:1.10 Mon Aug 14 05:23:58 2023
+++ pkgsrc/converters/unoconv/Makefile Wed Apr 9 15:38:08 2025
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.10 2023/08/14 05:23:58 wiz Exp $
+# $NetBSD: Makefile,v 1.11 2025/04/09 15:38:08 manu Exp $
-DISTNAME= unoconv-0.7
-PKGREVISION= 6
+DISTNAME= unoconv-0.8.2
+#PKGREVISION= 1
CATEGORIES= converters
MASTER_SITES= ${MASTER_SITE_GITHUB:=dagwieers/}
Index: pkgsrc/converters/unoconv/distinfo
diff -u pkgsrc/converters/unoconv/distinfo:1.4 pkgsrc/converters/unoconv/distinfo:1.5
--- pkgsrc/converters/unoconv/distinfo:1.4 Tue Oct 26 10:06:53 2021
+++ pkgsrc/converters/unoconv/distinfo Wed Apr 9 15:38:08 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2021/10/26 10:06:53 nia Exp $
+$NetBSD: distinfo,v 1.5 2025/04/09 15:38:08 manu Exp $
-BLAKE2s (unoconv-0.7.tar.gz) = 0638813acb64f18278fa068d44cad166f7fb2b6fa844dbac47a1834c175bf161
-SHA512 (unoconv-0.7.tar.gz) = 3b0837e11f22733e0fbef93dc6aeabd0e2d3d59b6c35a6f7b29b86506a5842bcbffb3e889864d6e14c1e53dd306354690a699257fe60f36ce1d4455ab52b5df7
-Size (unoconv-0.7.tar.gz) = 96151 bytes
+BLAKE2s (unoconv-0.8.2.tar.gz) = 384f9e5acf3fc76f4b78c86b58650e8f89fe815f50c31349285cd966f43220ff
+SHA512 (unoconv-0.8.2.tar.gz) = cd6a4d06559895c0aebb5fda51ca86928474dd0ca0aa908e81762643186c29cf8436c889eedbb18bc74ed6016414d1aa831cd034614244d5aae677a6b4cdd4c9
+Size (unoconv-0.8.2.tar.gz) = 104072 bytes
Index: pkgsrc/converters/unoconv/files/unoconv.sh
diff -u pkgsrc/converters/unoconv/files/unoconv.sh:1.4 pkgsrc/converters/unoconv/files/unoconv.sh:1.5
--- pkgsrc/converters/unoconv/files/unoconv.sh:1.4 Wed Apr 29 13:56:10 2020
+++ pkgsrc/converters/unoconv/files/unoconv.sh Wed Apr 9 15:38:09 2025
@@ -1,7 +1,8 @@
#!/bin/sh
PYTHONBIN=`@PKG_INFO_CMD@ -Q PYTHONBIN libreoffice`
-UNO_PATH=`@PKG_INFO_CMD@ -Q UNO_PATH libreoffice`
+VERS=`@PKG_INFO_CMD@ -e libreoffice | sed 's/nb[0-9]\{1,\}$//'`
+UNO_PATH=/usr/pkg/${VERS}/lib/libreoffice/program
LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:${UNO_PATH}
export UNO_PATH
Index: pkgsrc/doc/CHANGES-2025
diff -u pkgsrc/doc/CHANGES-2025:1.2518 pkgsrc/doc/CHANGES-2025:1.2519
--- pkgsrc/doc/CHANGES-2025:1.2518 Wed Apr 9 14:52:29 2025
+++ pkgsrc/doc/CHANGES-2025 Wed Apr 9 15:38:08 2025
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-2025,v 1.2518 2025/04/09 14:52:29 adam Exp $
+$NetBSD: CHANGES-2025,v 1.2519 2025/04/09 15:38:08 manu Exp $
Changes to the packages collection and infrastructure in 2025:
@@ -3298,3 +3298,4 @@ Changes to the packages collection and i
Updated lang/py312-html-docs to 3.12.10 [adam 2025-04-09]
Updated lang/python313 to 3.13.3 [adam 2025-04-09]
Updated lang/py313-html-docs to 3.13.3 [adam 2025-04-09]
+ Updated converters/unoconv to 0.8.2 [manu 2025-04-09]
Home |
Main Index |
Thread Index |
Old Index