various lua tweaks

This commit is contained in:
jasper 2012-05-15 18:28:36 +00:00
parent 7a5b780456
commit d6d6ca72b2
3 changed files with 17 additions and 13 deletions

View File

@ -1,8 +1,9 @@
# $OpenBSD: Makefile,v 1.9 2011/07/09 12:53:52 dcoppa Exp $
# $OpenBSD: Makefile,v 1.10 2012/05/15 18:28:36 jasper Exp $
COMMENT= remote IMAP filtering utility
DISTNAME= imapfilter-2.2.3
REVISION= 0
CATEGORIES= mail
HOMEPAGE= http://imapfilter.hellug.gr/
@ -18,10 +19,12 @@ PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= c crypto m ssl pcre lua
WANTLIB= c crypto m ssl pcre ${MODLUA_WANTLIB}
MODULES= lang/lua
LIB_DEPENDS= devel/pcre \
lang/lua
${MODLUA_LIB_DEPENDS}
CONFIGURE_STYLE=simple
CONFIGURE_ARGS= -p ${PREFIX} \

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.99 2011/10/05 15:07:53 giovanni Exp $
# $OpenBSD: Makefile,v 1.100 2012/05/15 18:28:36 jasper Exp $
COMMENT-main= scan ports and fingerprint stack of network hosts
COMMENT-zenmap= graphical frontend for nmap
@ -7,8 +7,8 @@ MODPY_EGG_VERSION= 5.51
DISTNAME= nmap-${MODPY_EGG_VERSION}
PKGNAME-main= ${DISTNAME}
PKGNAME-zenmap= nmap-zenmap-${MODPY_EGG_VERSION}
REVISION-main= 2
REVISION-zenmap= 1
REVISION-main= 3
REVISION-zenmap= 2
CATEGORIES= net security
MASTER_SITES= http://nmap.org/dist/
@ -27,7 +27,8 @@ PERMIT_DISTFILES_FTP= Yes
MULTI_PACKAGES= -main -zenmap
USE_GMAKE= yes
MODULES= lang/python
MODULES= lang/python \
lang/lua
CONFIGURE_STYLE=gnu
CONFIGURE_ENV= CFLAGS="${CFLAGS} -I${LOCALBASE}/include" \
@ -42,10 +43,10 @@ CONFIGURE_ARGS= --with-libpcap=/usr \
--with-mandir=${LOCALBASE}/man \
--disable-nls
WANTLIB-main= c crypto m pcap ssl stdc++ pcre pthread dnet lua>=5
WANTLIB-main= c crypto m pcap ssl stdc++ pcre pthread dnet ${MODLUA_WANTLIB}
LIB_DEPENDS-main= devel/pcre \
net/libdnet \
lang/lua
${MODLUA_LIB_DEPENDS}
RUN_DEPENDS-main=

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.17 2012/04/22 11:41:55 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.18 2012/05/15 18:28:36 jasper Exp $
SHARED_ONLY= Yes
@ -6,7 +6,7 @@ COMMENT= communications server for Jabber/XMPP written in Lua
DISTNAME= prosody-0.8.2
CATEGORIES= net
MASTER_SITES= http://prosody.im/downloads/source/
REVISION= 1
REVISION= 2
HOMEPAGE= http://prosody.im/
@ -22,13 +22,13 @@ USE_GMAKE= Yes
USE_GROFF = Yes
MODULES= lang/lua
LIB_DEPENDS= devel/libidn \
lang/lua
${MODLUA_LIB_DEPENDS}
RUN_DEPENDS+= archivers/luazlib \
devel/luaevent \
devel/luafs \
security/luasec \
textproc/luaexpat
WANTLIB+= crypto idn lua
WANTLIB+= crypto idn ${MODLUA_WANTLIB}
CONFIGURE_STYLE=simple
CONFIGURE_ARGS+=--prefix="${PREFIX}" \