summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcheusov <cheusov>2011-07-24 08:50:03 +0000
committercheusov <cheusov>2011-07-24 08:50:03 +0000
commita1145c148c7ef06f03395c8f81b243a8db80be7e (patch)
tree876cafa03fe0c08b1fd77645d5ee077cccf89034
parent0721b8a8ed9f7fa68c1fb72d07992299485cabcb (diff)
downloadpkgsrc-a1145c148c7ef06f03395c8f81b243a8db80be7e.tar.gz
Lrexlib is a binding of three regular expression library APIs
(POSIX, PCRE and Oniguruma) to Lua 5.1. This package provides Lua module for POSIX regular expressions
-rw-r--r--devel/lua-lrexlib-posix/DESCR2
-rw-r--r--devel/lua-lrexlib-posix/Makefile15
-rw-r--r--devel/lua-lrexlib-posix/PLIST2
3 files changed, 19 insertions, 0 deletions
diff --git a/devel/lua-lrexlib-posix/DESCR b/devel/lua-lrexlib-posix/DESCR
new file mode 100644
index 00000000000..e8f2341c636
--- /dev/null
+++ b/devel/lua-lrexlib-posix/DESCR
@@ -0,0 +1,2 @@
+This package provides Lua module for POSIX regular expressions
+(libc's regexp is currently used).
diff --git a/devel/lua-lrexlib-posix/Makefile b/devel/lua-lrexlib-posix/Makefile
new file mode 100644
index 00000000000..263e33ad6c4
--- /dev/null
+++ b/devel/lua-lrexlib-posix/Makefile
@@ -0,0 +1,15 @@
+# $NetBSD: Makefile,v 1.1.1.1 2011/07/24 08:50:03 cheusov Exp $
+#
+
+ENGINE= posix
+ENGINE_DIR= posix
+
+.include "../../devel/lua-lrexlib/Makefile.common"
+
+COMMENT= POSIX regexp library for Lua (lrexlib project)
+MAINTAINER= cheusov@tut.by
+
+DESCR_SRC+= ${.CURDIR}/DESCR
+
+.include "../../lang/lua/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/devel/lua-lrexlib-posix/PLIST b/devel/lua-lrexlib-posix/PLIST
new file mode 100644
index 00000000000..388f7f183fd
--- /dev/null
+++ b/devel/lua-lrexlib-posix/PLIST
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2011/07/24 08:50:03 cheusov Exp $
+${LUA_CDIR}/rex_posix.la