mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-01 05:45:45 +00:00
Lexi translates a description of a lexical analyser into code implementing that
analyser. WWW: http://www.akumaproject.org/ (notes webpage is in progress) PR: ports/113124 Submitted by: The Akuma Project
This commit is contained in:
parent
6737476c39
commit
6221519dd2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=192659
@ -499,6 +499,7 @@
|
||||
SUBDIR += lbpp
|
||||
SUBDIR += leaktracer
|
||||
SUBDIR += lemon
|
||||
SUBDIR += lexi
|
||||
SUBDIR += lhs2TeX
|
||||
SUBDIR += libIDL
|
||||
SUBDIR += libPropList
|
||||
|
23
devel/lexi/Makefile
Normal file
23
devel/lexi/Makefile
Normal file
@ -0,0 +1,23 @@
|
||||
# New ports collection makefile for: lexi
|
||||
# Date created: 29 May 2007
|
||||
# Whom: The Akuma Project
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= lexi
|
||||
PORTVERSION= 1.2
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= http://www.akumaproject.org/download/
|
||||
|
||||
MAINTAINER= ports@akumaproject.org
|
||||
COMMENT= A lexical analyser tool
|
||||
|
||||
CONFLICTS= TenDRA-4.2*
|
||||
|
||||
INSTALL_TARGET= install DESTDIR=${PREFIX}
|
||||
|
||||
MAN1= lexi.1
|
||||
PLIST_FILES= bin/lexi
|
||||
|
||||
.include <bsd.port.mk>
|
3
devel/lexi/distinfo
Normal file
3
devel/lexi/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (lexi-1.2.tar.gz) = 78817bc96f5dda86ab11845732bec955
|
||||
SHA256 (lexi-1.2.tar.gz) = 9a384d85a9ec561ebfea018c86476fd1c6b45ffccef2dee7de0de32844533e07
|
||||
SIZE (lexi-1.2.tar.gz) = 19100
|
4
devel/lexi/pkg-descr
Normal file
4
devel/lexi/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
Lexi translates a description of a lexical analyser into code implementing that
|
||||
analyser.
|
||||
|
||||
WWW: http://www.akumaproject.org/
|
Loading…
Reference in New Issue
Block a user