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

(-)devel/ragel/Makefile (-4 / +2 lines)
Lines 7-17 Link Here
7
#
7
#
8
8
9
PORTNAME=	ragel
9
PORTNAME=	ragel
10
PORTVERSION=	5.23
10
PORTVERSION=	6.3
11
PORTREVISION=	1
12
CATEGORIES=	devel
11
CATEGORIES=	devel
13
MASTER_SITES=	http://www.cs.queensu.ca/home/thurston/ragel/ \
12
MASTER_SITES=	http://www.complang.org/ragel/
14
		http://mirror.inerd.com/FreeBSD/distfiles/${PORTNAME}/
15
13
16
MAINTAINER=	ports@FreeBSD.org
14
MAINTAINER=	ports@FreeBSD.org
17
COMMENT=	Compile regular languages into executable C/C++ code
15
COMMENT=	Compile regular languages into executable C/C++ code
(-)devel/ragel/distinfo (-6 / +6 lines)
Lines 1-6 Link Here
1
MD5 (ragel-5.23.tar.gz) = e60fd87d80a34e2e8f063781e02c8142
1
MD5 (ragel-6.3.tar.gz) = 61b53fb53c28b31bec28da8e7bd21351
2
SHA256 (ragel-5.23.tar.gz) = 0ad78fcac45438d6886468deaabfbf761fd19d7f1ef9f44310b07920bd42f119
2
SHA256 (ragel-6.3.tar.gz) = 018cedc8a68be85cda330fc53d0bb8a1ca6ad39b1cf790eed0311e7baa5a2520
3
SIZE (ragel-5.23.tar.gz) = 531194
3
SIZE (ragel-6.3.tar.gz) = 597390
4
MD5 (ragel-guide-5.23.pdf) = 5e8727945078c3ed0c89a73f2d974287
4
MD5 (ragel-guide-6.3.pdf) = 044a4661129fa0adf4bab326271cc9d7
5
SHA256 (ragel-guide-5.23.pdf) = 16e485c07e7e096dd0d4d9d8c11ce407ed24016eb0571566f889c7ea46671831
5
SHA256 (ragel-guide-6.3.pdf) = 7a3a14fb3ec9ec73ad6b732ba56de920e2a4f64123cc51d8c197122f0d6eecc5
6
SIZE (ragel-guide-5.23.pdf) = 530834
6
SIZE (ragel-guide-6.3.pdf) = 571996
(-)devel/ragel/pkg-descr (-1 / +1 lines)
Lines 10-13 Link Here
10
machines. Ragel also understands operators that insert function calls into
10
machines. Ragel also understands operators that insert function calls into
11
machines and operators that control any non-determinism in machines.
11
machines and operators that control any non-determinism in machines.
12
12
13
WWW: http://www.cs.queensu.ca/home/thurston/ragel/
13
WWW: http://www.complang.org/ragel/

Return to bug 132743