git: 7414981d3cd4 - main - textproc/unoconv: Remove expired port

From: Rene Ladan <rene_at_FreeBSD.org>
Date: Sun, 04 May 2025 11:19:51 UTC
The branch main has been updated by rene:

URL: https://cgit.FreeBSD.org/ports/commit/?id=7414981d3cd4be11999ff4d3c8b438d71162abb5

commit 7414981d3cd4be11999ff4d3c8b438d71162abb5
Author:     Rene Ladan <rene@FreeBSD.org>
AuthorDate: 2025-05-04 11:19:47 +0000
Commit:     Rene Ladan <rene@FreeBSD.org>
CommitDate: 2025-05-04 11:19:47 +0000

    textproc/unoconv: Remove expired port
    
    2025-04-30 textproc/unoconv: Deprecated upstream in 2021
---
 MOVED                                 |  1 +
 textproc/Makefile                     |  1 -
 textproc/unoconv/Makefile             | 57 -----------------------------------
 textproc/unoconv/distinfo             |  5 ---
 textproc/unoconv/files/pkg-message.in | 13 --------
 textproc/unoconv/files/unoconv.in     |  3 --
 textproc/unoconv/pkg-descr            |  7 -----
 textproc/unoconv/pkg-plist            |  6 ----
 8 files changed, 1 insertion(+), 92 deletions(-)

diff --git a/MOVED b/MOVED
index 38c84b35cdef..e80a21fc950e 100644
--- a/MOVED
+++ b/MOVED
@@ -4348,3 +4348,4 @@ textproc/docbook2odf||2025-05-04|Has expired: Upstream is gone and unmaintained
 textproc/sxml||2025-05-04|Has expired: No consumers in tree and no active development upstream for over a decade
 textproc/java2html||2025-05-04|Has expired: Upstream is gone and last update 20 years ago
 textproc/word2x||2025-05-04|Has expired: Obsolete converter than only supports ancient versions of Word documents
+textproc/unoconv||2025-05-04|Has expired: Deprecated upstream in 2021
diff --git a/textproc/Makefile b/textproc/Makefile
index 8a6e7c1ea4bd..3b2025129533 100644
--- a/textproc/Makefile
+++ b/textproc/Makefile
@@ -2135,7 +2135,6 @@
     SUBDIR += uni
     SUBDIR += uni-algo
     SUBDIR += uni2ascii
-    SUBDIR += unoconv
     SUBDIR += unroff
     SUBDIR += unrtf
     SUBDIR += up
diff --git a/textproc/unoconv/Makefile b/textproc/unoconv/Makefile
deleted file mode 100644
index bf11271242ca..000000000000
--- a/textproc/unoconv/Makefile
+++ /dev/null
@@ -1,57 +0,0 @@
-PORTNAME=	unoconv
-PORTVERSION=	0.7
-PORTREVISION=	1
-CATEGORIES=	textproc python
-MASTER_SITES=	http://dag.wieers.com/home-made/${PORTNAME}/ \
-		SF/nemysisfreebsdp/textproc/:icons
-DISTFILES=	${PORTNAME}-${DISTVERSION}${EXTRACT_SUFX} \
-		${PORTNAME}.png:icons
-DIST_SUBDIR=	python
-EXTRACT_ONLY=	${PORTNAME}-${DISTVERSION}${EXTRACT_SUFX}
-
-MAINTAINER=	ports@FreeBSD.org
-COMMENT=	Convert any document from and to any LibreOffice supported format
-WWW=		http://dag.wieers.com/home-made/unoconv/
-
-LICENSE=	GPLv2
-
-DEPRECATED=	Deprecated upstream in 2021
-EXPIRATION_DATE=2025-04-30
-
-RUN_DEPENDS=	xsltproc:textproc/libxslt
-
-USES=		python
-NO_BUILD=	yes
-
-PORTDOCS=	*
-
-DOC_FILES=	AUTHORS ChangeLog README.adoc
-DOC_FILES2=	errcode.adoc filters.adoc formats.adoc \
-		office-installations.adoc selinux.adoc unoconv.1.adoc
-
-OPTIONS_DEFINE=	DOCS
-
-SUB_FILES=	${PORTNAME} pkg-message
-
-post-patch:
-	@${REINPLACE_CMD} -e 's|/usr/bin/env python|${PYTHON_CMD}|' \
-		${WRKSRC}/${PORTNAME}
-
-do-install:
-	${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/
-	@${MKDIR} ${STAGEDIR}${DATADIR}/tests/
-	${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${DATADIR}
-.for f in *.odt *.csv
-	@(cd ${WRKSRC}/tests && ${INSTALL_DATA} ${f} ${STAGEDIR}${DATADIR}/tests)
-.endfor
-	${INSTALL_DATA} ${_DISTDIR}/${PORTNAME}.png \
-		${STAGEDIR}${PREFIX}/share/pixmaps/
-	${INSTALL_MAN} ${WRKSRC}/doc/${PORTNAME}.1 \
-		${STAGEDIR}${PREFIX}/share/man/man1/
-
-do-install-DOCS-on:
-	@${MKDIR} ${STAGEDIR}${DOCSDIR}
-	${INSTALL_DATA} ${DOC_FILES:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
-	${INSTALL_DATA} ${DOC_FILES2:S|^|${WRKSRC}/doc/|} ${STAGEDIR}${DOCSDIR}
-
-.include <bsd.port.mk>
diff --git a/textproc/unoconv/distinfo b/textproc/unoconv/distinfo
deleted file mode 100644
index 1876a12a5362..000000000000
--- a/textproc/unoconv/distinfo
+++ /dev/null
@@ -1,5 +0,0 @@
-TIMESTAMP = 1436398005
-SHA256 (python/unoconv-0.7.tar.gz) = 56abbec55632b19dcaff7d506ad6e2fd86f53afff412e622cc1e162afb1263fa
-SIZE (python/unoconv-0.7.tar.gz) = 95732
-SHA256 (python/unoconv.png) = 459f7dbc60e34ccce5c9d46a7317be02dd3c8275e7f7588b7b3885c67b6738eb
-SIZE (python/unoconv.png) = 744
diff --git a/textproc/unoconv/files/pkg-message.in b/textproc/unoconv/files/pkg-message.in
deleted file mode 100644
index 0ae6c453c466..000000000000
--- a/textproc/unoconv/files/pkg-message.in
+++ /dev/null
@@ -1,13 +0,0 @@
-[
-{ type: install
-  message: <<EOM
-Universal Office Converter (unoconv) has been installed.
-
-For Document conversions is needed that is LibreOffice or OpenOffice installed
-
-editors/libreoffice
-
-editors/openoffice*
-EOM
-}
-]
diff --git a/textproc/unoconv/files/unoconv.in b/textproc/unoconv/files/unoconv.in
deleted file mode 100644
index e657f82df2ed..000000000000
--- a/textproc/unoconv/files/unoconv.in
+++ /dev/null
@@ -1,3 +0,0 @@
-#!/bin/sh
-
-exec %%DATADIR%%/unoconv "$@"
diff --git a/textproc/unoconv/pkg-descr b/textproc/unoconv/pkg-descr
deleted file mode 100644
index 3258f3978199..000000000000
--- a/textproc/unoconv/pkg-descr
+++ /dev/null
@@ -1,7 +0,0 @@
-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.
-
-For practical reasons we mention LibreOffice, but OpenOffice is supported by
-unoconv as well.
diff --git a/textproc/unoconv/pkg-plist b/textproc/unoconv/pkg-plist
deleted file mode 100644
index 49a765b6b2be..000000000000
--- a/textproc/unoconv/pkg-plist
+++ /dev/null
@@ -1,6 +0,0 @@
-bin/unoconv
-share/man/man1/unoconv.1.gz
-share/pixmaps/unoconv.png
-%%DATADIR%%/tests/document-example.odt
-%%DATADIR%%/tests/spreadsheet-example.csv
-%%DATADIR%%/unoconv