summaryrefslogtreecommitdiff
path: root/textproc/unoconv
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/unoconv')
-rw-r--r--textproc/unoconv/Makefile57
-rw-r--r--textproc/unoconv/distinfo5
-rw-r--r--textproc/unoconv/files/pkg-message.in13
-rw-r--r--textproc/unoconv/files/unoconv.in3
-rw-r--r--textproc/unoconv/pkg-descr7
-rw-r--r--textproc/unoconv/pkg-plist6
6 files changed, 0 insertions, 91 deletions
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