Import lua-lrexlib-onig-2.4.0 as wip/lua-lrexlib-onig.
Lrexlib is a binding of three regular expression library APIs (POSIX, PCRE and Oniguruma) to Lua 5.1. This package provides Lua module for Oniguruma regular expressions
This commit is contained in:
parent
dc3a9c4ce9
commit
4908053eda
3 changed files with 20 additions and 0 deletions
1
lua-lrexlib-onig/DESCR
Normal file
1
lua-lrexlib-onig/DESCR
Normal file
|
@ -0,0 +1 @@
|
|||
This package provides Lua module for Oniguruma regular expressions
|
17
lua-lrexlib-onig/Makefile
Normal file
17
lua-lrexlib-onig/Makefile
Normal file
|
@ -0,0 +1,17 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2008/12/27 18:50:27 cheusov Exp $
|
||||
#
|
||||
|
||||
ENGINE= onig
|
||||
ENGINE_DIR= oniguruma
|
||||
|
||||
.include "../../wip/lua-lrexlib/Makefile.common"
|
||||
|
||||
COMMENT= Oniguruma regexp library for Lua (lrexlib project)
|
||||
|
||||
DESCR_SRC+= DESCR
|
||||
|
||||
LDFLAGS+= -lonig
|
||||
|
||||
.include "../../textproc/oniguruma/buildlink3.mk"
|
||||
.include "../../lang/lua/buildlink3.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
2
lua-lrexlib-onig/PLIST
Normal file
2
lua-lrexlib-onig/PLIST
Normal file
|
@ -0,0 +1,2 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 2008/12/27 18:50:27 cheusov Exp $
|
||||
lib/lua/${LUA_VER}/rex_onig.la
|
Loading…
Reference in a new issue