From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jan 6 05:30:17 2007 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4CC0E16A49E for ; Sat, 6 Jan 2007 05:30:17 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id AD3FB13C45A for ; Sat, 6 Jan 2007 05:30:15 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l065UF1t083294 for ; Sat, 6 Jan 2007 05:30:15 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l065UFwl083293; Sat, 6 Jan 2007 05:30:15 GMT (envelope-from gnats) Resent-Date: Sat, 6 Jan 2007 05:30:15 GMT Resent-Message-Id: <200701060530.l065UFwl083293@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, chinsan Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B335816A417 for ; Sat, 6 Jan 2007 05:29:16 +0000 (UTC) (envelope-from chinsan@chinsan.twbbs.org) Received: from chinsan.twbbs.org (220-132-119-51.HINET-IP.hinet.net [220.132.119.51]) by mx1.freebsd.org (Postfix) with ESMTP id 3F99413C44B for ; Sat, 6 Jan 2007 05:29:16 +0000 (UTC) (envelope-from chinsan@chinsan.twbbs.org) Received: by chinsan.twbbs.org (Postfix, from userid 1001) id 8299A1144A; Sat, 6 Jan 2007 13:29:16 +0800 (CST) Message-Id: <20070106052916.8299A1144A@chinsan.twbbs.org> Date: Sat, 6 Jan 2007 13:29:16 +0800 (CST) From: chinsan To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/107606: [NEW PORT] textproc/odt2txt: A simple (and stupid) converter from OpenDocument Text to plain text X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Jan 2007 05:30:17 -0000 >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@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 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: