FreeBSD Bugzilla – Attachment 74370 Details for
Bug 107606
[NEW PORT] textproc/odt2txt: A simple (and stupid) converter from OpenDocument Text to plain text
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
odt2txt-0.2.shar
odt2txt-0.2.shar (text/plain), 2.02 KB, created by
chinsan
on 2007-01-06 05:30:15 UTC
(
hide
)
Description:
odt2txt-0.2.shar
Filename:
MIME Type:
Creator:
chinsan
Created:
2007-01-06 05:30:15 UTC
Size:
2.02 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: ># ># 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@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
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 107606
: 74370