View | Details | Raw Unified | Return to bug 208530 | Differences between
and this patch

Collapse All | Expand All

(-)/usr/ports/current/loook/Makefile (-9 / +6 lines)
Lines 2-24 Link Here
2
# $FreeBSD: head/textproc/loook/Makefile 412349 2016-04-01 14:25:16Z mat $
2
# $FreeBSD: head/textproc/loook/Makefile 412349 2016-04-01 14:25:16Z mat $
3
3
4
PORTNAME=	loook
4
PORTNAME=	loook
5
PORTVERSION=	0.6.5
5
PORTVERSION=	0.8.4
6
PORTREVISION=	1
7
CATEGORIES=	textproc
6
CATEGORIES=	textproc
8
MASTER_SITES=	http://www.danielnaber.de/loook/
7
MASTER_SITES=	http://mechtilde.de/Loook/Downloads/
9
DISTNAME=	${PORTNAME}
10
DIST_SUBDIR=	python
8
DIST_SUBDIR=	python
11
9
12
MAINTAINER=	koalative@gmail.com
10
MAINTAINER=	koalative@gmail.com
13
COMMENT=	Simple Python tool that search in LibreOffice/OpenOffice files
11
COMMENT=	Simple Python tool that search in LibreOffice/OpenOffice files
14
12
15
LICENSE=	GPLv2
13
LICENSE=	GPLv2+
16
14
17
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}tkinter>=0:x11-toolkits/py-tkinter
15
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}tkinter>=0:x11-toolkits/py-tkinter \
16
		${PYTHON_PKGNAMEPREFIX}iniparse>=0:devel/py-iniparse
18
17
19
WRKSRC=		${WRKDIR}
18
USES=		python
20
21
USES=		python:2 zip
22
NO_BUILD=	yes
19
NO_BUILD=	yes
23
20
24
PLIST_FILES=	bin/${PORTNAME}
21
PLIST_FILES=	bin/${PORTNAME}
(-)/usr/ports/current/loook/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (python/loook.zip) = 65cb98991b9e6322af60a7ef1b47c429ad12ec50774375e46a5c733995eccfd4
1
SHA256 (python/loook-0.8.4.tar.gz) = 08637563ddc3b9c12f6f8c8dc39d16bb88499c79135049c84467416f039ccc5a
2
SIZE (python/loook.zip) = 11860
2
SIZE (python/loook-0.8.4.tar.gz) = 13454
(-)/usr/ports/current/loook/pkg-descr (-1 / +1 lines)
Lines 4-7 Link Here
4
AND, OR and phrase searches are supported. It doesn't create an index,
4
AND, OR and phrase searches are supported. It doesn't create an index,
5
but searching should be fast enough unless you have really many files.
5
but searching should be fast enough unless you have really many files.
6
6
7
WWW: http://www.danielnaber.de/loook/
7
WWW: http://mechtilde.de/Loook/

Return to bug 208530