FreeBSD Bugzilla – Attachment 115512 Details for
Bug 157270
textproc/odt2txt - add odt2txt(1) to port, minor cleanups, take maintainership
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
odt2txt.patch
odt2txt.patch (text/plain), 1.34 KB, created by
Alexey Degtyarev
on 2011-05-23 14:50:05 UTC
(
hide
)
Description:
odt2txt.patch
Filename:
MIME Type:
Creator:
Alexey Degtyarev
Created:
2011-05-23 14:50:05 UTC
Size:
1.34 KB
patch
obsolete
>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)
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 Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 157270
: 115512