Date: Mon, 23 May 2011 17:24:14 +0400 (MSD) From: "Alexey V. Degtyarev" <alexey@renatasystems.org> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/157270: textproc/odt2txt - add odt2txt(1) to port, minor cleanups, take maintainership Message-ID: <201105231324.p4NDOEOX002947@svc-1.renatasystems.org> Resent-Message-ID: <201105231350.p4NDo6w9004723@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 157270 >Category: ports >Synopsis: textproc/odt2txt - add odt2txt(1) to port, minor cleanups, take maintainership >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: Mon May 23 13:50:05 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Alexey V. Degtyarev >Release: FreeBSD 8.2-RELEASE amd64 >Organization: >Environment: System: FreeBSD svc-1.renatasystems.org 8.2-RELEASE FreeBSD 8.2-RELEASE #0: Wed Feb 23 16:34:34 UTC 2011 root@amd64-builder.renatasystems.org:/usr/obj/usr/src/sys/GENERIC amd64 >Description: >How-To-Repeat: >Fix: --- odt2txt.patch begins here --- diff -Nru odt2txt.orig/Makefile odt2txt/Makefile --- odt2txt.orig/Makefile 2011-01-16 00:03:03.000000000 +0000 +++ odt2txt/Makefile 2011-05-23 13:03:41.000000000 +0000 @@ -7,11 +7,15 @@ PORTNAME= odt2txt PORTVERSION= 0.4 +PORTREVISION= 1 CATEGORIES= textproc -MASTER_SITES= http://stosberg.net/odt2txt/ +MASTER_SITES= http://stosberg.net/odt2txt/ \ + ftp://ftp.renatasystems.org/pub/FreeBSD/ports/distfiles/ -MAINTAINER= ports@FreeBSD.org -COMMENT= A simple (and stupid) converter from OpenDocument Text to plain text +MAINTAINER= alexey@renatasystems.org +COMMENT= A simple converter from OpenDocument Text to plain text + +LICENSE= GPLv2 USE_GMAKE= yes USE_ICONV= yes @@ -20,7 +24,10 @@ PLIST_FILES= bin/odt2txt +MAN1= odt2txt.1 + do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin + ${INSTALL_PROGRAM} ${WRKSRC}/odt2txt ${PREFIX}/bin/odt2txt + ${INSTALL_MAN} ${WRKSRC}/odt2txt.1 ${MANPREFIX}/man/man1/odt2txt.1 .include <bsd.port.mk> diff -Nru odt2txt.orig/pkg-descr odt2txt/pkg-descr --- odt2txt.orig/pkg-descr 2007-01-07 07:17:21.000000000 +0000 +++ odt2txt/pkg-descr 2011-05-23 13:02:37.000000000 +0000 @@ -1,4 +1,4 @@ -A simple (and stupid) converter from OpenDocument Text to plain text +A simple converter from OpenDocument Text to plain text * small (size of binary is 25 KB on Linux/i386) * fast (no xml parser involved) --- odt2txt.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201105231324.p4NDOEOX002947>