View | Details | Raw Unified | Return to bug 157270
Collapse All | Expand All

(-)odt2txt/Makefile (-4 / +11 lines)
Lines 7-17 Link Here
7
7
8
PORTNAME=	odt2txt
8
PORTNAME=	odt2txt
9
PORTVERSION=	0.4
9
PORTVERSION=	0.4
10
PORTREVISION=	1
10
CATEGORIES=	textproc
11
CATEGORIES=	textproc
11
MASTER_SITES=	http://stosberg.net/odt2txt/
12
MASTER_SITES=	http://stosberg.net/odt2txt/ \
13
		ftp://ftp.renatasystems.org/pub/FreeBSD/ports/distfiles/
12
14
13
MAINTAINER=	ports@FreeBSD.org
15
MAINTAINER=	alexey@renatasystems.org
14
COMMENT=	A simple (and stupid) converter from OpenDocument Text to plain text
16
COMMENT=	A simple converter from OpenDocument Text to plain text
17
18
LICENSE=	GPLv2
15
19
16
USE_GMAKE=	yes
20
USE_GMAKE=	yes
17
USE_ICONV=	yes
21
USE_ICONV=	yes
Lines 20-26 Link Here
20
24
21
PLIST_FILES=	bin/odt2txt
25
PLIST_FILES=	bin/odt2txt
22
26
27
MAN1=		odt2txt.1
28
23
do-install:
29
do-install:
24
	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
30
	${INSTALL_PROGRAM} ${WRKSRC}/odt2txt ${PREFIX}/bin/odt2txt
31
	${INSTALL_MAN} ${WRKSRC}/odt2txt.1 ${MANPREFIX}/man/man1/odt2txt.1
25
32
26
.include <bsd.port.mk>
33
.include <bsd.port.mk>
(-)odt2txt/pkg-descr (-1 / +1 lines)
Lines 1-4 Link Here
1
A simple (and stupid) converter from OpenDocument Text to plain text
1
A simple converter from OpenDocument Text to plain text
2
2
3
 * small (size of binary is 25 KB on Linux/i386)
3
 * small (size of binary is 25 KB on Linux/i386)
4
 * fast (no xml parser involved)
4
 * fast (no xml parser involved)

Return to bug 157270