Import reflex into the ports tree
This commit is contained in:
parent
44348c0dfb
commit
e83650a25b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=339073
5 changed files with 27 additions and 0 deletions
|
@ -4002,6 +4002,7 @@
|
|||
SUBDIR += re2c
|
||||
SUBDIR += readline
|
||||
SUBDIR += rebar
|
||||
SUBDIR += reflex
|
||||
SUBDIR += regexx
|
||||
SUBDIR += regexxer
|
||||
SUBDIR += remake
|
||||
|
|
16
devel/reflex/Makefile
Normal file
16
devel/reflex/Makefile
Normal file
|
@ -0,0 +1,16 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= reflex
|
||||
PORTVERSION= 20131209
|
||||
MASTER_SITES= ftp://invisible-island.net/${PORTNAME}/
|
||||
CATEGORIES= devel
|
||||
EXTRACT_SUFX= .tgz
|
||||
|
||||
MAINTAINER= bapt@FreeBSD.org
|
||||
COMMENT= Relocalizable Fast Lexical Scanner
|
||||
|
||||
LICENSE= BSD2CLAUSE
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/reflex/distinfo
Normal file
2
devel/reflex/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (reflex-20131209.tgz) = 0ebbfa2d564e1e211ccf862ad6f12dbffa784164ea4492d08b9d50a592aaf0e2
|
||||
SIZE (reflex-20131209.tgz) = 454282
|
3
devel/reflex/pkg-descr
Normal file
3
devel/reflex/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
|||
This is a variant of the flex fast lexical scanner.
|
||||
|
||||
WWW: http://invisible-island.net/reflex/
|
5
devel/reflex/pkg-plist
Normal file
5
devel/reflex/pkg-plist
Normal file
|
@ -0,0 +1,5 @@
|
|||
bin/reflex
|
||||
bin/reflex++
|
||||
include/reFlexLexer.h
|
||||
lib/librefl.a
|
||||
man/man1/reflex.1.gz
|
Loading…
Reference in a new issue