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

(-)./Makefile (-2 / +3 lines)
Lines 2-9 Link Here
2
# $FreeBSD: head/devel/py-parsing/Makefile 343585 2014-02-10 05:32:35Z miwi $
2
# $FreeBSD: head/devel/py-parsing/Makefile 343585 2014-02-10 05:32:35Z miwi $
3
3
4
PORTNAME=	parsing
4
PORTNAME=	parsing
5
PORTVERSION=	2.0.1
5
PORTVERSION=	2.0.2
6
PORTREVISION=	1
7
CATEGORIES=	devel python
6
CATEGORIES=	devel python
8
MASTER_SITES=	SF/py${PORTNAME}/py${PORTNAME}/py${PORTNAME}-${PORTVERSION}
7
MASTER_SITES=	SF/py${PORTNAME}/py${PORTNAME}/py${PORTNAME}-${PORTVERSION}
9
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
8
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
Lines 12-17 Link Here
12
MAINTAINER=	wen@FreeBSD.org
11
MAINTAINER=	wen@FreeBSD.org
13
COMMENT=	General parsing module for Python
12
COMMENT=	General parsing module for Python
14
13
14
LICENSE=	MIT
15
15
USE_PYTHON=	yes
16
USE_PYTHON=	yes
16
USE_PYDISTUTILS=	yes
17
USE_PYDISTUTILS=	yes
17
PYDISTUTILS_AUTOPLIST=	yes
18
PYDISTUTILS_AUTOPLIST=	yes
(-)./distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (pyparsing-2.0.1.tar.gz) = 0007cd3f008eba4a203f1f6b4b133ddc352552c8808b694c88c23db56416e4e4
1
SHA256 (pyparsing-2.0.2.tar.gz) = 17e43d6b17588ed5968735575b3983a952133ec4082596d214d7090b56d48a06
2
SIZE (pyparsing-2.0.1.tar.gz) = 1129563
2
SIZE (pyparsing-2.0.2.tar.gz) = 1136568
(-)./pkg-descr (-1 / +1 lines)
Lines 3-6 Link Here
3
instead of externally, as with lex/yacc-type tools. Includes simple
3
instead of externally, as with lex/yacc-type tools. Includes simple
4
examples for parsing SQL, CORBA IDL, and 4-function math.
4
examples for parsing SQL, CORBA IDL, and 4-function math.
5
5
6
WWW: http://pyparsing.sourceforge.net/
6
WWW: http://pyparsing.wikispaces.com/

Return to bug 189146