FreeBSD Bugzilla – Attachment 127909 Details for
Bug 171789
[NEW PORT] textproc/unoconv: Convert any document from and to any LibreOffice supported format
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
.shar
.shar (text/plain), 4.24 KB, created by
nemysis
on 2012-09-19 18:50:10 UTC
(
hide
)
Description:
.shar
Filename:
MIME Type:
Creator:
nemysis
Created:
2012-09-19 18:50:10 UTC
Size:
4.24 KB
patch
obsolete
># This is a shell archive. Save it in a file, remove anything before ># this line, and then unpack it by entering "sh file". Note, it may ># create directories; files and directories will be owned by you and ># have default permissions. ># ># This archive contains: ># ># unoconv ># unoconv/files ># unoconv/files/pkg-message.in ># unoconv/files/unoconv.in ># unoconv/Makefile ># unoconv/pkg-descr ># unoconv/distinfo ># unoconv/pkg-plist ># >echo c - unoconv >mkdir -p unoconv > /dev/null 2>&1 >echo c - unoconv/files >mkdir -p unoconv/files > /dev/null 2>&1 >echo x - unoconv/files/pkg-message.in >sed 's/^X//' >unoconv/files/pkg-message.in << '4f1c741c7b79b0c7f57e19d8e58d1948' >X=============================================================================== >X >XUniversal Office Converter (unoconv) has been installed. >X >XFor Document conversions is needed that is LibreOffice or OpenOffice installed >X >Xeditors/libreoffice >X >Xeditors/openoffice* >X >X=============================================================================== >4f1c741c7b79b0c7f57e19d8e58d1948 >echo x - unoconv/files/unoconv.in >sed 's/^X//' >unoconv/files/unoconv.in << 'bdaaa1cb84dc0f5185aa43f2e556b60d' >X#!/bin/sh >X# >X# $FreeBSD$ >X# >X >Xcd "%%DATADIR%%" >X./unoconv "$@" >bdaaa1cb84dc0f5185aa43f2e556b60d >echo x - unoconv/Makefile >sed 's/^X//' >unoconv/Makefile << '7c5e881d4bd0857e26fdc35344cc59f7' >X# $FreeBSD$ >X >XPORTNAME= unoconv >XPORTVERSION= 0.6 >XCATEGORIES= textproc python >XMASTER_SITES= http://dag.wieers.com/home-made/unoconv/ >XDIST_SUBDIR= python >X >XMAINTAINER= nemysis@gmx.ch >XCOMMENT= Convert any document from and to any LibreOffice supported format >X >XLICENSE= GPLv2 >X >XRUN_DEPENDS= xsltproc:${PORTSDIR}/textproc/libxslt >X >XUSE_PYTHON= yes >XNO_BUILD= yes >X >XPORTDATA= * >X >XDOCSRCDIR1= ${WRKSRC} >XDOC_FILES1= AUTHORS ChangeLog README.asciidoc WISHLIST >X >XDOCSRCDIR2= ${WRKSRC}/doc >XDOCSDIR2= ${DOCSDIR}/doc >XDOC_FILES2= errcode.txt filters.txt formats.txt office-installations.txt \ >X selinux.txt unoconv.1.txt >X >XMAN1= ${PORTNAME}.1 >X >XSUB_FILES= ${PORTNAME} pkg-message >X >X.include <bsd.port.options.mk> >X >Xdo-install: >X# Scripts >X ${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME} ${PREFIX}/bin >X >X# Executable >X ${MKDIR} ${DATADIR}/tests >X ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${DATADIR} >X >X# Data >X.for f in *.odt *.csv >X @(cd ${WRKSRC}/tests && ${INSTALL_DATA} ${f} ${DATADIR}/tests) >X.endfor >X >X# Pixmaps >X ${INSTALL_DATA} ${WRKSRC}/tests/dag.gif ${PREFIX}/share/pixmaps/${PORTNAME}.gif >X >X# Documentation >X.if ${PORT_OPTIONS:MDOCS} >X ${MKDIR} ${DOCSDIR} >X ${INSTALL_DATA} ${DOC_FILES1:S|^|${DOCSRCDIR1}/|} ${DOCSDIR} >X ${MKDIR} ${DOCSDIR2} >X ${INSTALL_DATA} ${DOC_FILES2:S|^|${DOCSRCDIR2}/|} ${DOCSDIR2} >X ${INSTALL_MAN} ${WRKSRC}/doc/${PORTNAME}.1 ${MAN1PREFIX}/man/man1 >X.endif >X >X# pkg-message >X @${ECHO_CMD} >X @${CAT} ${PKGMESSAGE} >X @${ECHO_CMD} >X >X.include <bsd.port.mk> >7c5e881d4bd0857e26fdc35344cc59f7 >echo x - unoconv/pkg-descr >sed 's/^X//' >unoconv/pkg-descr << '66ed8bd95d63d37450fa5af260004e7e' >XUniversal Office Converter (unoconv) is a command line tool to convert any >Xdocument format that LibreOffice can import to any document format that >XLibreOffice can export. It makes use of the LibreOffice's UNO bindings for >Xnon-interactive conversion of documents. >X >XFor practical reasons we mention LibreOffice, but OpenOffice is supported by >Xunoconv as well. >X >XWWW: http://dag.wieers.com/home-made/unoconv/ >66ed8bd95d63d37450fa5af260004e7e >echo x - unoconv/distinfo >sed 's/^X//' >unoconv/distinfo << 'b8c13ea2d6da960dc5ff5a5b05d78807' >XSHA256 (python/unoconv-0.6.tar.gz) = 790e614b8615217ef4588b187f0018b526ec2bb480c6b9b2ffb9b82f48da73d4 >XSIZE (python/unoconv-0.6.tar.gz) = 91578 >b8c13ea2d6da960dc5ff5a5b05d78807 >echo x - unoconv/pkg-plist >sed 's/^X//' >unoconv/pkg-plist << '9598e2313b9cf113111425e248554c4f' >Xbin/unoconv >X%%PORTDOCS%%%%DOCSDIR%%/AUTHORS >X%%PORTDOCS%%%%DOCSDIR%%/ChangeLog >X%%PORTDOCS%%%%DOCSDIR%%/README.asciidoc >X%%PORTDOCS%%%%DOCSDIR%%/WISHLIST >X%%PORTDOCS%%%%DOCSDIR%%/doc/errcode.txt >X%%PORTDOCS%%%%DOCSDIR%%/doc/filters.txt >X%%PORTDOCS%%%%DOCSDIR%%/doc/formats.txt >X%%PORTDOCS%%%%DOCSDIR%%/doc/office-installations.txt >X%%PORTDOCS%%%%DOCSDIR%%/doc/selinux.txt >X%%PORTDOCS%%%%DOCSDIR%%/doc/unoconv.1.txt >Xshare/pixmaps/unoconv.gif >X%%PORTDOCS%%@dirrm %%DOCSDIR%%/doc >X%%PORTDOCS%%@dirrm %%DOCSDIR%% >9598e2313b9cf113111425e248554c4f >exit
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 171789
: 127909