ports/107606: [NEW PORT] textproc/odt2txt: A simple (and stupid) converter from OpenDocument Text to plain text

chinsan chinsan at FreeBSD.org
Sat Jan 6 05:30:17 UTC 2007


>Number:         107606
>Category:       ports
>Synopsis:       [NEW PORT] textproc/odt2txt: A simple (and stupid) converter from OpenDocument Text to plain text
>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:   Sat Jan 06 05:30:15 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     chinsan
>Release:        FreeBSD 6.2-PRERELEASE i386
>Organization:
Taiwan
>Environment:
System: FreeBSD chinsan.twbbs.org 6.2-PRERELEASE FreeBSD 6.2-PRERELEASE #3: Mon Dec  4 02:04:40 CST
>Description:
A simple (and stupid) converter from OpenDocument Text to plain text

 * small (size of binary is 25 KB on Linux/i386)
 * fast (no xml parser involved)
 * supports multiple output encodings, adopts to your locale
 * can substitute common characters which the output charset does not
   contain with ascii look-alikes
 * portable (runs on Linux, *BSD, Solaris, Windows, Cygwin)
 * mostly self-contained (only requirements are a POSIX-compatible regex
   library and an iconv implementation)
 * license: GPL, version 2

WWW: http://stosberg.net/odt2txt/

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

--- odt2txt-0.2.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:
#
#	odt2txt
#	odt2txt/Makefile
#	odt2txt/distinfo
#	odt2txt/pkg-descr
#
echo c - odt2txt
mkdir -p odt2txt > /dev/null 2>&1
echo x - odt2txt/Makefile
sed 's/^X//' >odt2txt/Makefile << 'END-of-odt2txt/Makefile'
X# New ports collection makefile for:	odt2txt
X# Date created:				2007/01/06
X# Whom:					chinsan
X#
X# $FreeBSD$
X#
X
XPORTNAME=	odt2txt
XPORTVERSION=	0.2
XCATEGORIES=	textproc
XMASTER_SITES=	http://stosberg.net/odt2txt/
X
XMAINTAINER=	chinsan at FreeBSD.org
XCOMMENT=	A simple (and stupid) converter from OpenDocument Text to plain text
X
XUSE_GMAKE=	yes
XUSE_ICONV=	yes
XCPPFLAGS+=	-DICONV_CHAR="const char" -I${LOCALBASE}/include
XLDFLAGS+=	-L${LOCALBASE}/lib
X
XPLIST_FILES=	bin/odt2txt
X
Xdo-install:
X	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
X
X.include <bsd.port.mk>
END-of-odt2txt/Makefile
echo x - odt2txt/distinfo
sed 's/^X//' >odt2txt/distinfo << 'END-of-odt2txt/distinfo'
XMD5 (odt2txt-0.2.tar.gz) = 6117f6baec394dbeb295544f8f0d6778
XSHA256 (odt2txt-0.2.tar.gz) = 68c4663471d7bb6d49ab6f073ab5daa48344c2c9a15b9dfaf8d0aaac95e55039
XSIZE (odt2txt-0.2.tar.gz) = 32243
END-of-odt2txt/distinfo
echo x - odt2txt/pkg-descr
sed 's/^X//' >odt2txt/pkg-descr << 'END-of-odt2txt/pkg-descr'
XA simple (and stupid) converter from OpenDocument Text to plain text
X
X * small (size of binary is 25 KB on Linux/i386)
X * fast (no xml parser involved)
X * supports multiple output encodings, adopts to your locale
X * can substitute common characters which the output charset does not
X   contain with ascii look-alikes
X * portable (runs on Linux, *BSD, Solaris, Windows, Cygwin)
X * mostly self-contained (only requirements are a POSIX-compatible regex
X   library and an iconv implementation)
X * license: GPL, version 2
X
XWWW: http://stosberg.net/odt2txt/
END-of-odt2txt/pkg-descr
exit
--- odt2txt-0.2.shar ends here ---

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



More information about the freebsd-ports-bugs mailing list