ports/126320: [NEW PORT] converters/o3read: Standalone converter for the OpenOffice.org writer and scalc formats

Alex Samorukov samm at os2.kiev.ua
Thu Aug 7 00:40:02 UTC 2008


>Number:         126320
>Category:       ports
>Synopsis:       [NEW PORT] converters/o3read: Standalone converter for the OpenOffice.org writer and scalc formats
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Aug 07 00:40:01 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Alex Samorukov
>Release:        FreeBSD 6.3-RELEASE-p1 i386
>Organization:
NetArt Grouo
>Environment:
System: FreeBSD deepvision.tsua.net 6.3-RELEASE-p1 FreeBSD 6.3-RELEASE-p1 #4: Fri Mar 28 05:16:52 EET 2008
>Description:
This is a standalone converter for the OpenOffice.org swriter (*.sxw,*.odt)
and  scalc (*.sxc) formats. 
It doesn't depend on Open Office or any other external tools or libraries.
There are three output modules:
    * o3read displays a dump of the parse tree
    * o3totxt creates plain text
    * o3tohtml creates html code 
Example: unzip -p document.odt content.xml | o3totxt

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- o3read-0.0.4.shar begins here ---
# 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:
#
#	tmp
#	tmp/Makefile
#	tmp/distinfo
#	tmp/pkg-descr
#
echo c - tmp
mkdir -p tmp > /dev/null 2>&1
echo x - tmp/Makefile
sed 's/^X//' >tmp/Makefile << 'END-of-tmp/Makefile'
X# ex:ts=8
X# New ports collection makefile for:	o3read
X# Date created:                 Aug 07, 2008
X# Whom:				samm
X#
X# $FreeBSD$
X
XPORTNAME=	o3read
XPORTVERSION=	0.0.4
XCATEGORIES=	converters
XMASTER_SITES=	http://siag.nu/pub/o3read/ \
X		${MASTER_SITE_GENTOO}
XMASTER_SITE_SUBDIR=	distfiles
X
XMAINTAINER=	samm at os2.kiev.ua
XCOMMENT=	Standalone converter for the OpenOffice.org writer and scalc formats
X
XMAN1=		o3read.1 utf8tolatin1.1
XMLINKS=		o3read.1 o3totxt.1 o3read.1 o3tohtml.1
XPORTDOCS=	README COPYING ChangeLog
XPLIST_FILES=	bin/o3read bin/o3totxt bin/o3tohtml bin/utf8tolatin1
X
Xdo-install:
X	@${INSTALL_PROGRAM} ${WRKSRC}/o3read ${PREFIX}/bin
X	@${INSTALL_PROGRAM} ${WRKSRC}/o3totxt ${PREFIX}/bin
X	@${INSTALL_PROGRAM} ${WRKSRC}/o3tohtml ${PREFIX}/bin
X	@${INSTALL_PROGRAM} ${WRKSRC}/utf8tolatin1 ${PREFIX}/bin
X	@${INSTALL_MAN} ${WRKSRC}/o3read.1 ${MANPREFIX}/man/man1
X	@${INSTALL_MAN} ${WRKSRC}/utf8tolatin1.1 ${MANPREFIX}/man/man1
X.if !defined(NOPORTDOCS)
X	@${MKDIR} ${DOCSDIR}
X.for FILE in ${PORTDOCS}
X	@${INSTALL_DATA} ${WRKSRC}/${FILE} ${DOCSDIR}
X.endfor
X.endif
X
X.include <bsd.port.mk>
END-of-tmp/Makefile
echo x - tmp/distinfo
sed 's/^X//' >tmp/distinfo << 'END-of-tmp/distinfo'
XMD5 (o3read-0.0.4.tar.gz) = 583361b559ccf5a764edb586795d1b06
XSHA256 (o3read-0.0.4.tar.gz) = 3704b448099d3396bec4cf503c298628c815703aae12bfcddbac4444bc786430
XSIZE (o3read-0.0.4.tar.gz) = 21075
END-of-tmp/distinfo
echo x - tmp/pkg-descr
sed 's/^X//' >tmp/pkg-descr << 'END-of-tmp/pkg-descr'
XThis is a standalone converter for the OpenOffice.org swriter (*.sxw,*.odt)
Xand  scalc (*.sxc) formats. 
XIt doesn't depend on Open Office or any other external tools or libraries.
XThere are three output modules:
X    * o3read displays a dump of the parse tree
X    * o3totxt creates plain text
X    * o3tohtml creates html code 
XExample: unzip -p document.odt content.xml | o3totxt
END-of-tmp/pkg-descr
exit
--- o3read-0.0.4.shar ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list