ports/157270: textproc/odt2txt - add odt2txt(1) to port, minor cleanups, take maintainership

Alexey V. Degtyarev alexey at renatasystems.org
Mon May 23 13:50:07 UTC 2011


>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 at 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 at FreeBSD.org
-COMMENT=	A simple (and stupid) converter from OpenDocument Text to plain text
+MAINTAINER=	alexey at 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:



More information about the freebsd-ports-bugs mailing list