adjust to new lua.port.mk
This commit is contained in:
parent
18e764b415
commit
fa4d879b11
@ -1,9 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.8 2011/06/22 18:09:51 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.9 2012/05/15 15:16:29 jasper Exp $
|
||||
|
||||
SHARED_ONLY= Yes
|
||||
|
||||
COMMENT= parsing expression grammars library for lua
|
||||
DISTNAME= lpeg-0.10.2
|
||||
REVISION= 0
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= http://www.inf.puc-rio.br/~roberto/lpeg/
|
||||
|
||||
@ -24,10 +25,9 @@ pre-configure:
|
||||
${SUBST_CMD} ${WRKSRC}/makefile
|
||||
|
||||
do-install:
|
||||
${INSTALL_DATA_DIR} ${MODLUA_LIBDIR} ${MODLUA_DATADIR}
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/lpeg
|
||||
${INSTALL_DATA_DIR} ${MODLUA_LIBDIR} ${MODLUA_DATADIR} ${MODLUA_DOCDIR}
|
||||
${INSTALL_DATA} ${WRKBUILD}/lpeg.so ${MODLUA_LIBDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/{lpeg,re}.html ${PREFIX}/share/doc/lpeg
|
||||
${INSTALL_DATA} ${WRKSRC}/{lpeg,re}.html ${MODLUA_DOCDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/re.lua ${MODLUA_DATADIR}
|
||||
|
||||
do-regress:
|
||||
|
@ -1,6 +1,6 @@
|
||||
@comment $OpenBSD: PLIST,v 1.3 2012/05/12 07:08:01 jasper Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.4 2012/05/15 15:16:29 jasper Exp $
|
||||
lib/lua/${MODLUA_VERSION}/lpeg.so
|
||||
share/doc/lpeg/
|
||||
share/doc/lpeg/lpeg.html
|
||||
share/doc/lpeg/re.html
|
||||
share/doc/${FULLPKGNAME}/
|
||||
share/doc/${FULLPKGNAME}/lpeg.html
|
||||
share/doc/${FULLPKGNAME}/re.html
|
||||
share/lua/${MODLUA_VERSION}/re.lua
|
||||
|
@ -1,9 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.2 2012/05/11 21:19:48 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.3 2012/05/15 15:16:29 jasper Exp $
|
||||
|
||||
COMMENT= lua bindings to libraries using GObject-Introspection
|
||||
|
||||
DISTNAME= lgi-0.5
|
||||
PKGNAME= lua-${DISTNAME}
|
||||
REVISION= 0
|
||||
CATEGORIES= devel
|
||||
|
||||
HOMEPAGE= https://github.com/pavouk/lgi
|
||||
@ -31,8 +32,8 @@ MAKE_ENV= MAKE=${MAKE_PROGRAM}
|
||||
REGRESS_TARGET= check
|
||||
|
||||
post-install:
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/lua-lgi/
|
||||
${INSTALL_DATA_DIR} ${MODLUA_EXAMPLEDIR}
|
||||
cd ${WRKSRC}/samples/ && umask 022 && \
|
||||
pax -rw . ${PREFIX}/share/examples/lua-lgi/
|
||||
pax -rw . ${MODLUA_EXAMPLEDIR}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,56 +1,56 @@
|
||||
@comment $OpenBSD: PLIST,v 1.3 2012/05/11 21:19:48 jasper Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.4 2012/05/15 15:16:29 jasper Exp $
|
||||
%%SHARED%%
|
||||
lib/lua/${MODLUA_VERSION}/lgi/
|
||||
share/examples/lua-lgi/
|
||||
share/examples/lua-lgi/clutterdemo.lua
|
||||
share/examples/lua-lgi/console.lua
|
||||
share/examples/lua-lgi/giostream.lua
|
||||
share/examples/lua-lgi/gstplaystream.lua
|
||||
share/examples/lua-lgi/gstvideo.lua
|
||||
share/examples/lua-lgi/gtk-demo/
|
||||
share/examples/lua-lgi/gtk-demo/alphatest.png
|
||||
share/examples/lua-lgi/gtk-demo/demo-application.lua
|
||||
share/examples/lua-lgi/gtk-demo/demo-assistant.lua
|
||||
share/examples/lua-lgi/gtk-demo/demo-builder.lua
|
||||
share/examples/lua-lgi/gtk-demo/demo-buttonboxes.lua
|
||||
share/examples/lua-lgi/gtk-demo/demo-changedisplay.lua
|
||||
share/examples/lua-lgi/gtk-demo/demo-clipboard.lua
|
||||
share/examples/lua-lgi/gtk-demo/demo-comboboxes.lua
|
||||
share/examples/lua-lgi/gtk-demo/demo-dialogs.lua
|
||||
share/examples/lua-lgi/gtk-demo/demo-entry-buffer.lua
|
||||
share/examples/lua-lgi/gtk-demo/demo-entry-completion.lua
|
||||
share/examples/lua-lgi/gtk-demo/demo-entry-search.lua
|
||||
share/examples/lua-lgi/gtk-demo/demo-expander.lua
|
||||
share/examples/lua-lgi/gtk-demo/demo-iconview-basics.lua
|
||||
share/examples/lua-lgi/gtk-demo/demo-iconview-editing.lua
|
||||
share/examples/lua-lgi/gtk-demo/demo-images.lua
|
||||
share/examples/lua-lgi/gtk-demo/demo-infobar.lua
|
||||
share/examples/lua-lgi/gtk-demo/demo-links.lua
|
||||
share/examples/lua-lgi/gtk-demo/demo-menus.lua
|
||||
share/examples/lua-lgi/gtk-demo/demo-paned.lua
|
||||
share/examples/lua-lgi/gtk-demo/demo-pickers.lua
|
||||
share/examples/lua-lgi/gtk-demo/demo-sizegroup.lua
|
||||
share/examples/lua-lgi/gtk-demo/demo-spinner.lua
|
||||
share/examples/lua-lgi/gtk-demo/demo-stockbrowser.lua
|
||||
share/examples/lua-lgi/gtk-demo/demo-text-hypertext.lua
|
||||
share/examples/lua-lgi/gtk-demo/demo-text-multiview.lua
|
||||
share/examples/lua-lgi/gtk-demo/demo-text-scrolltoend.lua
|
||||
share/examples/lua-lgi/gtk-demo/demo-treeview-editable.lua
|
||||
share/examples/lua-lgi/gtk-demo/demo-treeview-liststore.lua
|
||||
share/examples/lua-lgi/gtk-demo/demo-treeview-treestore.lua
|
||||
share/examples/lua-lgi/gtk-demo/demo-uimanager.lua
|
||||
share/examples/lua-lgi/gtk-demo/demo.ui
|
||||
share/examples/lua-lgi/gtk-demo/floppybuddy.gif
|
||||
share/examples/lua-lgi/gtk-demo/gnome-fs-directory.png
|
||||
share/examples/lua-lgi/gtk-demo/gnome-fs-regular.png
|
||||
share/examples/lua-lgi/gtk-demo/gtk-logo-rgb.gif
|
||||
share/examples/lua-lgi/gtk-demo/main.lua
|
||||
share/examples/lua-lgi/gtkclipboard.lua
|
||||
share/examples/lua-lgi/gtkhello.lua
|
||||
share/examples/lua-lgi/gtkpad.lua
|
||||
share/examples/lua-lgi/gtkterminal.lua
|
||||
share/examples/lua-lgi/mxwidgets.lua
|
||||
share/examples/lua-lgi/repobrowser.lua
|
||||
share/examples/${FULLPKGNAME}/
|
||||
share/examples/${FULLPKGNAME}/clutterdemo.lua
|
||||
share/examples/${FULLPKGNAME}/console.lua
|
||||
share/examples/${FULLPKGNAME}/giostream.lua
|
||||
share/examples/${FULLPKGNAME}/gstplaystream.lua
|
||||
share/examples/${FULLPKGNAME}/gstvideo.lua
|
||||
share/examples/${FULLPKGNAME}/gtk-demo/
|
||||
share/examples/${FULLPKGNAME}/gtk-demo/alphatest.png
|
||||
share/examples/${FULLPKGNAME}/gtk-demo/demo-application.lua
|
||||
share/examples/${FULLPKGNAME}/gtk-demo/demo-assistant.lua
|
||||
share/examples/${FULLPKGNAME}/gtk-demo/demo-builder.lua
|
||||
share/examples/${FULLPKGNAME}/gtk-demo/demo-buttonboxes.lua
|
||||
share/examples/${FULLPKGNAME}/gtk-demo/demo-changedisplay.lua
|
||||
share/examples/${FULLPKGNAME}/gtk-demo/demo-clipboard.lua
|
||||
share/examples/${FULLPKGNAME}/gtk-demo/demo-comboboxes.lua
|
||||
share/examples/${FULLPKGNAME}/gtk-demo/demo-dialogs.lua
|
||||
share/examples/${FULLPKGNAME}/gtk-demo/demo-entry-buffer.lua
|
||||
share/examples/${FULLPKGNAME}/gtk-demo/demo-entry-completion.lua
|
||||
share/examples/${FULLPKGNAME}/gtk-demo/demo-entry-search.lua
|
||||
share/examples/${FULLPKGNAME}/gtk-demo/demo-expander.lua
|
||||
share/examples/${FULLPKGNAME}/gtk-demo/demo-iconview-basics.lua
|
||||
share/examples/${FULLPKGNAME}/gtk-demo/demo-iconview-editing.lua
|
||||
share/examples/${FULLPKGNAME}/gtk-demo/demo-images.lua
|
||||
share/examples/${FULLPKGNAME}/gtk-demo/demo-infobar.lua
|
||||
share/examples/${FULLPKGNAME}/gtk-demo/demo-links.lua
|
||||
share/examples/${FULLPKGNAME}/gtk-demo/demo-menus.lua
|
||||
share/examples/${FULLPKGNAME}/gtk-demo/demo-paned.lua
|
||||
share/examples/${FULLPKGNAME}/gtk-demo/demo-pickers.lua
|
||||
share/examples/${FULLPKGNAME}/gtk-demo/demo-sizegroup.lua
|
||||
share/examples/${FULLPKGNAME}/gtk-demo/demo-spinner.lua
|
||||
share/examples/${FULLPKGNAME}/gtk-demo/demo-stockbrowser.lua
|
||||
share/examples/${FULLPKGNAME}/gtk-demo/demo-text-hypertext.lua
|
||||
share/examples/${FULLPKGNAME}/gtk-demo/demo-text-multiview.lua
|
||||
share/examples/${FULLPKGNAME}/gtk-demo/demo-text-scrolltoend.lua
|
||||
share/examples/${FULLPKGNAME}/gtk-demo/demo-treeview-editable.lua
|
||||
share/examples/${FULLPKGNAME}/gtk-demo/demo-treeview-liststore.lua
|
||||
share/examples/${FULLPKGNAME}/gtk-demo/demo-treeview-treestore.lua
|
||||
share/examples/${FULLPKGNAME}/gtk-demo/demo-uimanager.lua
|
||||
share/examples/${FULLPKGNAME}/gtk-demo/demo.ui
|
||||
share/examples/${FULLPKGNAME}/gtk-demo/floppybuddy.gif
|
||||
share/examples/${FULLPKGNAME}/gtk-demo/gnome-fs-directory.png
|
||||
share/examples/${FULLPKGNAME}/gtk-demo/gnome-fs-regular.png
|
||||
share/examples/${FULLPKGNAME}/gtk-demo/gtk-logo-rgb.gif
|
||||
share/examples/${FULLPKGNAME}/gtk-demo/main.lua
|
||||
share/examples/${FULLPKGNAME}/gtkclipboard.lua
|
||||
share/examples/${FULLPKGNAME}/gtkhello.lua
|
||||
share/examples/${FULLPKGNAME}/gtkpad.lua
|
||||
share/examples/${FULLPKGNAME}/gtkterminal.lua
|
||||
share/examples/${FULLPKGNAME}/mxwidgets.lua
|
||||
share/examples/${FULLPKGNAME}/repobrowser.lua
|
||||
share/lua/${MODLUA_VERSION}/lgi/
|
||||
share/lua/${MODLUA_VERSION}/lgi.lua
|
||||
share/lua/${MODLUA_VERSION}/lgi/class.lua
|
||||
|
@ -1,10 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.4 2011/08/01 02:13:45 jolan Exp $
|
||||
# $OpenBSD: Makefile,v 1.5 2012/05/15 15:16:29 jasper Exp $
|
||||
|
||||
SHARED_ONLY= Yes
|
||||
COMMENT= library for bitwise operations in lua
|
||||
DISTNAME= LuaBitOp-1.0.1
|
||||
PKGNAME= luabitop-1.0.1
|
||||
REVISION= 0
|
||||
REVISION= 1
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= http://bitop.luajit.org/download/
|
||||
|
||||
@ -20,17 +20,15 @@ USE_GMAKE= Yes
|
||||
MODULES= lang/lua
|
||||
REGRESS_DEPENDS+=devel/luabitop
|
||||
MAKE_ENV+= INCLUDES=-I${LOCALBASE}/include
|
||||
DOCDIR= ${PREFIX}/share/doc/luabitop
|
||||
|
||||
do-install:
|
||||
${INSTALL_DATA_DIR} ${MODLUA_LIBDIR}
|
||||
${INSTALL_DATA_DIR} ${DOCDIR}
|
||||
${INSTALL_DATA_DIR} ${MODLUA_LIBDIR} ${MODLUA_DOCDIR}
|
||||
${INSTALL_DATA} ${WRKBUILD}/bit.so ${MODLUA_LIBDIR}
|
||||
cd ${WRKSRC}/doc && \
|
||||
find . -type d \
|
||||
-exec ${INSTALL_DATA_DIR} ${DOCDIR}/{} \; && \
|
||||
-exec ${INSTALL_DATA_DIR} ${MODLUA_DOCDIR}/{} \; && \
|
||||
find . ! -type d \
|
||||
-exec ${INSTALL_DATA} -m 644 {} ${DOCDIR}/{} \;
|
||||
-exec ${INSTALL_DATA} -m 644 {} ${MODLUA_DOCDIR}/{} \;
|
||||
do-regress:
|
||||
lua ${WRKSRC}/bittest.lua
|
||||
lua ${WRKSRC}/md5test.lua
|
||||
|
@ -1,13 +1,13 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2009/09/09 19:39:47 jolan Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.2 2012/05/15 15:16:29 jasper Exp $
|
||||
%%SHARED%%
|
||||
share/doc/luabitop/
|
||||
share/doc/luabitop/api.html
|
||||
share/doc/luabitop/bluequad-print.css
|
||||
share/doc/luabitop/bluequad.css
|
||||
share/doc/luabitop/changes.html
|
||||
share/doc/luabitop/contact.html
|
||||
share/doc/luabitop/img/
|
||||
share/doc/luabitop/img/contact.png
|
||||
share/doc/luabitop/index.html
|
||||
share/doc/luabitop/install.html
|
||||
share/doc/luabitop/semantics.html
|
||||
share/doc/${FULLPKGNAME}/
|
||||
share/doc/${FULLPKGNAME}/api.html
|
||||
share/doc/${FULLPKGNAME}/bluequad-print.css
|
||||
share/doc/${FULLPKGNAME}/bluequad.css
|
||||
share/doc/${FULLPKGNAME}/changes.html
|
||||
share/doc/${FULLPKGNAME}/contact.html
|
||||
share/doc/${FULLPKGNAME}/img/
|
||||
share/doc/${FULLPKGNAME}/img/contact.png
|
||||
share/doc/${FULLPKGNAME}/index.html
|
||||
share/doc/${FULLPKGNAME}/install.html
|
||||
share/doc/${FULLPKGNAME}/semantics.html
|
||||
|
@ -1,8 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.14 2011/04/19 17:30:05 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.15 2012/05/15 15:16:29 jasper Exp $
|
||||
|
||||
COMMENT= coroutine oriented portable asynchronous services for lua
|
||||
DISTNAME= copas-1.1.6
|
||||
PKGNAME= lua${DISTNAME}
|
||||
REVISION= 0
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= http://github.com/downloads/keplerproject/copas/
|
||||
|
||||
@ -21,10 +22,10 @@ RUN_DEPENDS+= devel/coxpcall \
|
||||
net/luasocket
|
||||
|
||||
do-install:
|
||||
${INSTALL_DATA_DIR} ${MODLUA_DATADIR}
|
||||
${INSTALL_DATA_DIR} ${MODLUA_DATADIR} ${MODLUA_DOCDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/src/copas/copas.lua ${MODLUA_DATADIR}
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/luacopas
|
||||
${INSTALL_DATA_DIR} ${MODLUA_DOCDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/doc/us/*.html ${WRKSRC}/doc/us/*.png \
|
||||
${PREFIX}/share/doc/luacopas
|
||||
${MODLUA_DOCDIR}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,8 +1,8 @@
|
||||
@comment $OpenBSD: PLIST,v 1.5 2012/05/11 20:51:04 jasper Exp $
|
||||
share/doc/luacopas/
|
||||
share/doc/luacopas/copas.png
|
||||
share/doc/luacopas/index.html
|
||||
share/doc/luacopas/license.html
|
||||
share/doc/luacopas/manual.html
|
||||
share/doc/luacopas/reference.html
|
||||
@comment $OpenBSD: PLIST,v 1.6 2012/05/15 15:16:29 jasper Exp $
|
||||
share/doc/${FULLPKGNAME}/
|
||||
share/doc/${FULLPKGNAME}/copas.png
|
||||
share/doc/${FULLPKGNAME}/index.html
|
||||
share/doc/${FULLPKGNAME}/license.html
|
||||
share/doc/${FULLPKGNAME}/manual.html
|
||||
share/doc/${FULLPKGNAME}/reference.html
|
||||
share/lua/${MODLUA_VERSION}/copas.lua
|
||||
|
@ -1,9 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.4 2010/11/15 19:46:00 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.5 2012/05/15 15:16:29 jasper Exp $
|
||||
|
||||
COMMENT= documentation generation tool for Lua
|
||||
|
||||
DISTNAME= luadoc-3.0.1
|
||||
REVISION= 0
|
||||
REVISION= 1
|
||||
CATEGORIES= devel
|
||||
|
||||
HOMEPAGE= http://luadoc.luaforge.net/
|
||||
@ -24,19 +24,19 @@ NO_BUILD= Yes
|
||||
NO_REGRESS= Yes
|
||||
|
||||
LUADOC_DIR = ${MODLUA_DATADIR}/luadoc
|
||||
DOCLET_DIR = ${LUADOC_DIR}/doclet
|
||||
DOCLET_DIR = ${MODLUA_DOCDIR}/doclet
|
||||
HTML_DIR = ${DOCLET_DIR}/html
|
||||
TAGLET_DIR = ${LUADOC_DIR}/taglet
|
||||
TAGLET_DIR = ${MODLUA_DOCDIR}/taglet
|
||||
STANDARD_DIR = ${TAGLET_DIR}/standard
|
||||
|
||||
do-install:
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/src/luadoc.lua.in ${PREFIX}/bin/luadoc
|
||||
${INSTALL_DATA_DIR} ${LUADOC_DIR}
|
||||
${INSTALL_DATA_DIR} ${MODLUA_DOCDIR}
|
||||
${INSTALL_DATA_DIR} ${DOCLET_DIR}
|
||||
${INSTALL_DATA_DIR} ${HTML_DIR}
|
||||
${INSTALL_DATA_DIR} ${TAGLET_DIR}
|
||||
${INSTALL_DATA_DIR} ${STANDARD_DIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/src/luadoc/*.lua ${LUADOC_DIR}/
|
||||
${INSTALL_DATA} ${WRKSRC}/src/luadoc/*.lua ${MODLUA_DOCDIR}/
|
||||
${INSTALL_DATA} ${WRKSRC}/src/luadoc/doclet/*.lua \
|
||||
${DOCLET_DIR}/
|
||||
${INSTALL_DATA} ${WRKSRC}/src/luadoc/doclet/html/*.{css,lp} \
|
||||
@ -46,7 +46,7 @@ do-install:
|
||||
${INSTALL_DATA} ${WRKSRC}/src/luadoc/taglet/standard/tags.lua \
|
||||
${STANDARD_DIR}/
|
||||
${INSTALL_DATA} ${WRKSRC}/doc/us/examples/lfs/lfs.luadoc \
|
||||
${LUADOC_DIR}/
|
||||
${MODLUA_DOCDIR}/
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/luadoc/
|
||||
${INSTALL_DATA} ${WRKSRC}/doc/us/*.{html,png,vsd} \
|
||||
${PREFIX}/share/doc/luadoc/
|
||||
|
@ -1,6 +1,29 @@
|
||||
@comment $OpenBSD: PLIST,v 1.3 2012/05/11 20:51:04 jasper Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.4 2012/05/15 15:16:29 jasper Exp $
|
||||
bin/luadoc
|
||||
share/doc/luadoc/
|
||||
share/doc/${FULLPKGNAME}/
|
||||
share/doc/${FULLPKGNAME}/config.lua
|
||||
share/doc/${FULLPKGNAME}/doclet/
|
||||
share/doc/${FULLPKGNAME}/doclet/debug.lua
|
||||
share/doc/${FULLPKGNAME}/doclet/formatter.lua
|
||||
share/doc/${FULLPKGNAME}/doclet/html/
|
||||
share/doc/${FULLPKGNAME}/doclet/html.lua
|
||||
share/doc/${FULLPKGNAME}/doclet/html/file.lp
|
||||
share/doc/${FULLPKGNAME}/doclet/html/function.lp
|
||||
share/doc/${FULLPKGNAME}/doclet/html/index.lp
|
||||
share/doc/${FULLPKGNAME}/doclet/html/luadoc.css
|
||||
share/doc/${FULLPKGNAME}/doclet/html/menu.lp
|
||||
share/doc/${FULLPKGNAME}/doclet/html/module.lp
|
||||
share/doc/${FULLPKGNAME}/doclet/html/table.lp
|
||||
share/doc/${FULLPKGNAME}/doclet/raw.lua
|
||||
share/doc/${FULLPKGNAME}/init.lua
|
||||
share/doc/${FULLPKGNAME}/lfs.luadoc
|
||||
share/doc/${FULLPKGNAME}/lp.lua
|
||||
share/doc/${FULLPKGNAME}/taglet/
|
||||
share/doc/${FULLPKGNAME}/taglet/standard/
|
||||
share/doc/${FULLPKGNAME}/taglet/standard.lua
|
||||
share/doc/${FULLPKGNAME}/taglet/standard/tags.lua
|
||||
share/doc/${FULLPKGNAME}/util.lua
|
||||
share/doc/luadoc/architecture.html
|
||||
share/doc/luadoc/architecture.vsd
|
||||
share/doc/luadoc/architecture_h.png
|
||||
@ -11,26 +34,3 @@ share/doc/luadoc/index.html
|
||||
share/doc/luadoc/license.html
|
||||
share/doc/luadoc/lua.png
|
||||
share/doc/luadoc/manual.html
|
||||
share/lua/${MODLUA_VERSION}/luadoc/
|
||||
share/lua/${MODLUA_VERSION}/luadoc/config.lua
|
||||
share/lua/${MODLUA_VERSION}/luadoc/doclet/
|
||||
share/lua/${MODLUA_VERSION}/luadoc/doclet/debug.lua
|
||||
share/lua/${MODLUA_VERSION}/luadoc/doclet/formatter.lua
|
||||
share/lua/${MODLUA_VERSION}/luadoc/doclet/html/
|
||||
share/lua/${MODLUA_VERSION}/luadoc/doclet/html.lua
|
||||
share/lua/${MODLUA_VERSION}/luadoc/doclet/html/file.lp
|
||||
share/lua/${MODLUA_VERSION}/luadoc/doclet/html/function.lp
|
||||
share/lua/${MODLUA_VERSION}/luadoc/doclet/html/index.lp
|
||||
share/lua/${MODLUA_VERSION}/luadoc/doclet/html/luadoc.css
|
||||
share/lua/${MODLUA_VERSION}/luadoc/doclet/html/menu.lp
|
||||
share/lua/${MODLUA_VERSION}/luadoc/doclet/html/module.lp
|
||||
share/lua/${MODLUA_VERSION}/luadoc/doclet/html/table.lp
|
||||
share/lua/${MODLUA_VERSION}/luadoc/doclet/raw.lua
|
||||
share/lua/${MODLUA_VERSION}/luadoc/init.lua
|
||||
share/lua/${MODLUA_VERSION}/luadoc/lfs.luadoc
|
||||
share/lua/${MODLUA_VERSION}/luadoc/lp.lua
|
||||
share/lua/${MODLUA_VERSION}/luadoc/taglet/
|
||||
share/lua/${MODLUA_VERSION}/luadoc/taglet/standard/
|
||||
share/lua/${MODLUA_VERSION}/luadoc/taglet/standard.lua
|
||||
share/lua/${MODLUA_VERSION}/luadoc/taglet/standard/tags.lua
|
||||
share/lua/${MODLUA_VERSION}/luadoc/util.lua
|
||||
|
@ -1,10 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.13 2011/05/05 23:16:19 gsoares Exp $
|
||||
# $OpenBSD: Makefile,v 1.14 2012/05/15 15:16:29 jasper Exp $
|
||||
SHARED_ONLY= Yes
|
||||
|
||||
COMMENT= file system library for the lua language
|
||||
V= 1.5.0
|
||||
DISTNAME= luafilesystem-${V}
|
||||
PKGNAME= luafs-${V}
|
||||
REVISION= 0
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= http://github.com/downloads/keplerproject/luafilesystem/
|
||||
|
||||
@ -20,13 +21,11 @@ MODULES= lang/lua
|
||||
ALL_TARGET= lib
|
||||
|
||||
do-install:
|
||||
${INSTALL_DATA_DIR} ${MODLUA_LIBDIR}
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/luafs
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/luafs
|
||||
${INSTALL_DATA_DIR} ${MODLUA_LIBDIR} ${MODLUA_DOCDIR} ${MODLUA_EXAMPLEDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/lfs.so ${MODLUA_LIBDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/doc/us/*.html ${WRKSRC}/doc/us/*.png \
|
||||
${PREFIX}/share/doc/luafs
|
||||
${INSTALL_DATA} ${WRKSRC}/tests/*.lua ${PREFIX}/share/examples/luafs
|
||||
${MODLUA_DOCDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/tests/*.lua ${MODLUA_EXAMPLEDIR}
|
||||
|
||||
do-regress:
|
||||
cp ${WRKDIST}/*.so ${WRKDIST}/tests
|
||||
|
@ -1,10 +1,10 @@
|
||||
@comment $OpenBSD: PLIST,v 1.4 2006/07/30 04:38:39 pedro Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.5 2012/05/15 15:16:29 jasper Exp $
|
||||
%%SHARED%%
|
||||
share/doc/luafs/
|
||||
share/doc/luafs/examples.html
|
||||
share/doc/luafs/index.html
|
||||
share/doc/luafs/license.html
|
||||
share/doc/luafs/luafilesystem.png
|
||||
share/doc/luafs/manual.html
|
||||
share/examples/luafs/
|
||||
share/examples/luafs/test.lua
|
||||
share/doc/${FULLPKGNAME}/
|
||||
share/doc/${FULLPKGNAME}/examples.html
|
||||
share/doc/${FULLPKGNAME}/index.html
|
||||
share/doc/${FULLPKGNAME}/license.html
|
||||
share/doc/${FULLPKGNAME}/luafilesystem.png
|
||||
share/doc/${FULLPKGNAME}/manual.html
|
||||
share/examples/${FULLPKGNAME}/
|
||||
share/examples/${FULLPKGNAME}/test.lua
|
||||
|
@ -1,8 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.10 2011/04/25 15:01:28 jolan Exp $
|
||||
# $OpenBSD: Makefile,v 1.11 2012/05/15 15:16:29 jasper Exp $
|
||||
|
||||
COMMENT= library for packing and unpacking binary data
|
||||
DISTNAME= luapack-20061124
|
||||
REVISION = 0
|
||||
REVISION = 1
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= ${MASTER_SITE_BACKUP}
|
||||
|
||||
@ -23,12 +23,10 @@ do-build:
|
||||
${WRKSRC}/lpack.c -o ${WRKDIST}/pack.so
|
||||
|
||||
do-install:
|
||||
${INSTALL_DATA_DIR} ${MODLUA_LIBDIR}
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/luapack
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/luapack
|
||||
${INSTALL_DATA_DIR} ${MODLUA_LIBDIR} ${MODLUA_DOCDIR} ${MODLUA_EXAMPLEDIR}
|
||||
${INSTALL_DATA} ${WRKBUILD}/pack.so ${MODLUA_LIBDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/luapack
|
||||
${INSTALL_DATA} ${WRKSRC}/test.lua ${PREFIX}/share/examples/luapack
|
||||
${INSTALL_DATA} ${WRKSRC}/README ${MODLUA_DOCDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/test.lua ${MODLUA_EXAMPLEDIR}
|
||||
|
||||
do-regress:
|
||||
lua ${WRKSRC}/test.lua
|
||||
|
@ -1,6 +1,6 @@
|
||||
@comment $OpenBSD: PLIST,v 1.2 2012/05/11 20:51:04 jasper Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.3 2012/05/15 15:16:29 jasper Exp $
|
||||
lib/lua/${MODLUA_VERSION}/pack.so
|
||||
share/doc/luapack/
|
||||
share/doc/luapack/README
|
||||
share/examples/luapack/
|
||||
share/examples/luapack/test.lua
|
||||
share/doc/${FULLPKGNAME}/
|
||||
share/doc/${FULLPKGNAME}/README
|
||||
share/examples/${FULLPKGNAME}/
|
||||
share/examples/${FULLPKGNAME}/test.lua
|
||||
|
@ -1,10 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.2 2010/07/08 12:38:23 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.3 2012/05/15 15:16:29 jasper Exp $
|
||||
|
||||
SHARED_ONLY= Yes
|
||||
|
||||
COMMENT= time profiler for Lua
|
||||
|
||||
DISTNAME= luaprofiler-2.0.2
|
||||
REVISION= 0
|
||||
CATEGORIES= devel
|
||||
|
||||
HOMEPAGE= http://luaprofiler.luaforge.net/
|
||||
@ -32,10 +33,10 @@ WRKSRC= ${WRKDIST}/src/
|
||||
|
||||
do-install:
|
||||
${INSTALL_DATA_DIR} ${MODLUA_LIBDIR} ${MODLUA_DATADIR}/luaprofiler/\
|
||||
${PREFIX}/share/doc/luaprofiler/
|
||||
${MODLUA_DOCDIR}
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/bin/profiler.so ${MODLUA_LIBDIR}
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/analyzer/summary.lua \
|
||||
${MODLUA_DATADIR}/luaprofiler/
|
||||
${INSTALL_DATA} ${WRKDIST}/doc/us/*.html ${PREFIX}/share/doc/luaprofiler/
|
||||
${INSTALL_DATA} ${WRKDIST}/doc/us/*.html ${MODLUA_DOCDIR}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,8 +1,8 @@
|
||||
@comment $OpenBSD: PLIST,v 1.2 2012/05/11 20:51:04 jasper Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.3 2012/05/15 15:16:29 jasper Exp $
|
||||
lib/lua/${MODLUA_VERSION}/profiler.so
|
||||
share/doc/luaprofiler/
|
||||
share/doc/luaprofiler/index.html
|
||||
share/doc/luaprofiler/license.html
|
||||
share/doc/luaprofiler/manual.html
|
||||
share/doc/${FULLPKGNAME}/
|
||||
share/doc/${FULLPKGNAME}/index.html
|
||||
share/doc/${FULLPKGNAME}/license.html
|
||||
share/doc/${FULLPKGNAME}/manual.html
|
||||
share/lua/${MODLUA_VERSION}/luaprofiler/
|
||||
share/lua/${MODLUA_VERSION}/luaprofiler/summary.lua
|
||||
|
@ -1,10 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.11 2010/11/15 19:46:00 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.12 2012/05/15 15:16:29 jasper Exp $
|
||||
|
||||
SHARED_ONLY= Yes
|
||||
COMMENT= lua binding of posix and pcre regex libraries
|
||||
DISTNAME= lrexlib-2.4.0
|
||||
PKGNAME= luarexlib-2.4.0
|
||||
REVISION= 1
|
||||
REVISION= 2
|
||||
CATEGORIES= devel
|
||||
|
||||
MASTER_SITES= http://luaforge.net/frs/download.php/3599/
|
||||
@ -29,13 +29,12 @@ WANTLIB = pcre>=1.0 lua onig
|
||||
REGRESS_DEPENDS+=devel/luarexlib
|
||||
|
||||
do-install:
|
||||
${INSTALL_DATA_DIR} ${MODLUA_LIBDIR}
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/luarexlib
|
||||
${INSTALL_DATA_DIR} ${MODLUA_LIBDIR} ${MODLUA_DOCDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/src/oniguruma/*.so \
|
||||
${WRKSRC}/src/pcre/*.so \
|
||||
${WRKSRC}/src/posix/*.so \
|
||||
${MODLUA_LIBDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/doc/* ${PREFIX}/share/doc/luarexlib
|
||||
${INSTALL_DATA} ${WRKSRC}/doc/* ${MODLUA_DOCDIR}
|
||||
|
||||
do-regress:
|
||||
cd ${WRKDIST}/test && lua runtest.lua -v onig
|
||||
|
@ -1,6 +1,6 @@
|
||||
@comment $OpenBSD: PLIST,v 1.2 2010/03/04 08:20:48 giovanni Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.3 2012/05/15 15:16:29 jasper Exp $
|
||||
%%SHARED%%
|
||||
share/doc/luarexlib/
|
||||
share/doc/luarexlib/html4css1.css
|
||||
share/doc/luarexlib/lrexlib.css
|
||||
share/doc/luarexlib/manual.html
|
||||
share/doc/${FULLPKGNAME}/
|
||||
share/doc/${FULLPKGNAME}/html4css1.css
|
||||
share/doc/${FULLPKGNAME}/lrexlib.css
|
||||
share/doc/${FULLPKGNAME}/manual.html
|
||||
|
@ -1,11 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.11 2012/05/15 08:45:11 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.12 2012/05/15 15:16:29 jasper Exp $
|
||||
|
||||
COMMENT = multiple states library for the lua language
|
||||
SHARED_ONLY = Yes
|
||||
|
||||
DISTNAME = rings-1.2.3
|
||||
PKGNAME = lua${DISTNAME}
|
||||
REVISION = 0
|
||||
REVISION = 1
|
||||
CATEGORIES = devel
|
||||
|
||||
HOMEPAGE = http://www.keplerproject.org/rings/
|
||||
@ -29,12 +29,10 @@ do-build:
|
||||
cd ${WRKDIST}/src && ${LINK} rings.so rings.o
|
||||
|
||||
do-install:
|
||||
${INSTALL_DATA_DIR} ${MODLUA_DATADIR}
|
||||
${INSTALL_DATA_DIR} ${MODLUA_LIBDIR}
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/luarings
|
||||
${INSTALL_DATA_DIR} ${MODLUA_DATADIR} ${MODLUA_DOCDIR} ${MODLUA_LIBDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/src/stable.lua ${MODLUA_DATADIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/src/*.so ${MODLUA_LIBDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/doc/us/* ${PREFIX}/share/doc/luarings
|
||||
${INSTALL_DATA} ${WRKSRC}/doc/us/* ${MODLUA_DOCDIR}
|
||||
|
||||
do-regress:
|
||||
cp ${WRKDIST}/src/*.so ${WRKDIST}/tests
|
||||
|
@ -1,8 +1,8 @@
|
||||
@comment $OpenBSD: PLIST,v 1.5 2012/05/15 08:45:11 jasper Exp $
|
||||
share/doc/luarings/
|
||||
share/doc/luarings/index.html
|
||||
share/doc/luarings/license.html
|
||||
share/doc/luarings/manual.html
|
||||
share/doc/luarings/rings.png
|
||||
@comment $OpenBSD: PLIST,v 1.6 2012/05/15 15:16:29 jasper Exp $
|
||||
lib/lua/${MODLUA_VERSION}/rings.so
|
||||
share/doc/${FULLPKGNAME}/
|
||||
share/doc/${FULLPKGNAME}/index.html
|
||||
share/doc/${FULLPKGNAME}/license.html
|
||||
share/doc/${FULLPKGNAME}/manual.html
|
||||
share/doc/${FULLPKGNAME}/rings.png
|
||||
share/lua/${MODLUA_VERSION}/stable.lua
|
||||
|
@ -1,8 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.8 2011/04/27 12:57:05 gsoares Exp $
|
||||
# $OpenBSD: Makefile,v 1.9 2012/05/15 15:16:29 jasper Exp $
|
||||
|
||||
COMMENT= lua library of common programming tasks
|
||||
DISTNAME= stdlib-20
|
||||
PKGNAME= lua${DISTNAME}
|
||||
REVISION= 0
|
||||
CATEGORIES= devel
|
||||
|
||||
MASTER_SITES= http://luaforge.net/frs/download.php/4805/
|
||||
@ -21,9 +22,8 @@ NO_REGRESS= Yes
|
||||
WRKDIST= ${WRKDIR}/stdlib
|
||||
|
||||
do-install:
|
||||
${INSTALL_DATA_DIR} ${MODLUA_DATADIR}
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/luastdlib
|
||||
${INSTALL_DATA_DIR} ${MODLUA_DATADIR} ${MODLUA_DOCDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/modules/*.lua ${MODLUA_DATADIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/modules/*.html ${PREFIX}/share/doc/luastdlib
|
||||
${INSTALL_DATA} ${WRKSRC}/modules/*.html ${MODLUA_DOCDIR}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,26 +1,26 @@
|
||||
@comment $OpenBSD: PLIST,v 1.4 2012/05/11 20:51:04 jasper Exp $
|
||||
share/doc/luastdlib/
|
||||
share/doc/luastdlib/base.html
|
||||
share/doc/luastdlib/debug_ext.html
|
||||
share/doc/luastdlib/debug_init.html
|
||||
share/doc/luastdlib/getopt.html
|
||||
share/doc/luastdlib/io_ext.html
|
||||
share/doc/luastdlib/lcs.html
|
||||
share/doc/luastdlib/list.html
|
||||
share/doc/luastdlib/math_ext.html
|
||||
share/doc/luastdlib/mbox.html
|
||||
share/doc/luastdlib/modules.html
|
||||
share/doc/luastdlib/object.html
|
||||
share/doc/luastdlib/package_ext.html
|
||||
share/doc/luastdlib/parser.html
|
||||
share/doc/luastdlib/posix_ext.html
|
||||
share/doc/luastdlib/set.html
|
||||
share/doc/luastdlib/std.html
|
||||
share/doc/luastdlib/strict.html
|
||||
share/doc/luastdlib/string_ext.html
|
||||
share/doc/luastdlib/table_ext.html
|
||||
share/doc/luastdlib/tree.html
|
||||
share/doc/luastdlib/xml.html
|
||||
@comment $OpenBSD: PLIST,v 1.5 2012/05/15 15:16:29 jasper Exp $
|
||||
share/doc/${FULLPKGNAME}/
|
||||
share/doc/${FULLPKGNAME}/base.html
|
||||
share/doc/${FULLPKGNAME}/debug_ext.html
|
||||
share/doc/${FULLPKGNAME}/debug_init.html
|
||||
share/doc/${FULLPKGNAME}/getopt.html
|
||||
share/doc/${FULLPKGNAME}/io_ext.html
|
||||
share/doc/${FULLPKGNAME}/lcs.html
|
||||
share/doc/${FULLPKGNAME}/list.html
|
||||
share/doc/${FULLPKGNAME}/math_ext.html
|
||||
share/doc/${FULLPKGNAME}/mbox.html
|
||||
share/doc/${FULLPKGNAME}/modules.html
|
||||
share/doc/${FULLPKGNAME}/object.html
|
||||
share/doc/${FULLPKGNAME}/package_ext.html
|
||||
share/doc/${FULLPKGNAME}/parser.html
|
||||
share/doc/${FULLPKGNAME}/posix_ext.html
|
||||
share/doc/${FULLPKGNAME}/set.html
|
||||
share/doc/${FULLPKGNAME}/std.html
|
||||
share/doc/${FULLPKGNAME}/strict.html
|
||||
share/doc/${FULLPKGNAME}/string_ext.html
|
||||
share/doc/${FULLPKGNAME}/table_ext.html
|
||||
share/doc/${FULLPKGNAME}/tree.html
|
||||
share/doc/${FULLPKGNAME}/xml.html
|
||||
share/lua/${MODLUA_VERSION}/base.lua
|
||||
share/lua/${MODLUA_VERSION}/debug_ext.lua
|
||||
share/lua/${MODLUA_VERSION}/debug_init.lua
|
||||
|
@ -1,11 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.14 2011/07/07 01:06:59 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.15 2012/05/15 15:16:05 jasper Exp $
|
||||
|
||||
COMMENT= gd binding for the lua language
|
||||
|
||||
V= 2.0.33r2
|
||||
PKGNAME= luagd-$(V)
|
||||
DISTNAME= lua-gd-$(V)
|
||||
REVISION= 5
|
||||
REVISION= 6
|
||||
CATEGORIES= graphics
|
||||
|
||||
HOMEPAGE= http://lua-gd.luaforge.net/
|
||||
@ -31,11 +31,10 @@ do-build:
|
||||
|
||||
do-install:
|
||||
${INSTALL_DATA_DIR} ${MODLUA_DATADIR} ${MODLUA_LIBDIR}/gd
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/luagd
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/luagd
|
||||
${INSTALL_DATA_DIR} ${MODLUA_DOCDIR} ${MODLUA_EXAMPLEDIR}
|
||||
${INSTALL_DATA} ${FILESDIR}/gd.lua ${MODLUA_DATADIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/core.so ${MODLUA_LIBDIR}/gd
|
||||
${INSTALL_DATA} ${WRKSRC}/doc/* ${PREFIX}/share/doc/luagd
|
||||
${INSTALL_DATA} ${WRKSRC}/demos/* ${PREFIX}/share/examples/luagd
|
||||
${INSTALL_DATA} ${WRKSRC}/doc/* ${MODLUA_DOCDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/demos/* ${MODLUA_EXAMPLEDIR}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,42 +1,42 @@
|
||||
@comment $OpenBSD: PLIST,v 1.4 2012/05/11 20:51:32 jasper Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.5 2012/05/15 15:16:05 jasper Exp $
|
||||
%%SHARED%%
|
||||
share/doc/luagd/
|
||||
share/doc/luagd/cat.png
|
||||
share/doc/luagd/catdiff.png
|
||||
share/doc/luagd/catmsg.png
|
||||
share/doc/luagd/clock-example.png
|
||||
share/doc/luagd/fontconfig-example.png
|
||||
share/doc/luagd/gifanim.gif
|
||||
share/doc/luagd/index.html
|
||||
share/doc/luagd/lua-gd.png
|
||||
share/doc/luagd/sierpinski.png
|
||||
share/doc/luagd/stdfonts.png
|
||||
share/examples/luagd/
|
||||
share/examples/luagd/Vera.ttf
|
||||
share/examples/luagd/brush.lua
|
||||
share/examples/luagd/bugs.jpg
|
||||
share/examples/luagd/circle.lua
|
||||
share/examples/luagd/clock.lua
|
||||
share/examples/luagd/counter.lua
|
||||
share/examples/luagd/counter.txt
|
||||
share/examples/luagd/ellipse.lua
|
||||
share/examples/luagd/fontconfig.lua
|
||||
share/examples/luagd/fractal.lua
|
||||
share/examples/luagd/gifanim.lua
|
||||
share/examples/luagd/gifanim2.lua
|
||||
share/examples/luagd/gifanim3.lua
|
||||
share/examples/luagd/grid.png
|
||||
share/examples/luagd/lua-gd.png
|
||||
share/examples/luagd/lualogo.lua
|
||||
share/examples/luagd/lualogo.png
|
||||
share/examples/luagd/paper.png
|
||||
share/examples/luagd/poly.lua
|
||||
share/examples/luagd/stdfont.lua
|
||||
share/examples/luagd/steg.lua
|
||||
share/examples/luagd/test.lua
|
||||
share/examples/luagd/test2.lua
|
||||
share/examples/luagd/ttftext.lua
|
||||
share/examples/luagd/ttftextex.lua
|
||||
share/examples/luagd/utf-8.lua
|
||||
share/examples/luagd/utf-8.png
|
||||
share/doc/${FULLPKGNAME}/
|
||||
share/doc/${FULLPKGNAME}/cat.png
|
||||
share/doc/${FULLPKGNAME}/catdiff.png
|
||||
share/doc/${FULLPKGNAME}/catmsg.png
|
||||
share/doc/${FULLPKGNAME}/clock-example.png
|
||||
share/doc/${FULLPKGNAME}/fontconfig-example.png
|
||||
share/doc/${FULLPKGNAME}/gifanim.gif
|
||||
share/doc/${FULLPKGNAME}/index.html
|
||||
share/doc/${FULLPKGNAME}/lua-gd.png
|
||||
share/doc/${FULLPKGNAME}/sierpinski.png
|
||||
share/doc/${FULLPKGNAME}/stdfonts.png
|
||||
share/examples/${FULLPKGNAME}/
|
||||
share/examples/${FULLPKGNAME}/Vera.ttf
|
||||
share/examples/${FULLPKGNAME}/brush.lua
|
||||
share/examples/${FULLPKGNAME}/bugs.jpg
|
||||
share/examples/${FULLPKGNAME}/circle.lua
|
||||
share/examples/${FULLPKGNAME}/clock.lua
|
||||
share/examples/${FULLPKGNAME}/counter.lua
|
||||
share/examples/${FULLPKGNAME}/counter.txt
|
||||
share/examples/${FULLPKGNAME}/ellipse.lua
|
||||
share/examples/${FULLPKGNAME}/fontconfig.lua
|
||||
share/examples/${FULLPKGNAME}/fractal.lua
|
||||
share/examples/${FULLPKGNAME}/gifanim.lua
|
||||
share/examples/${FULLPKGNAME}/gifanim2.lua
|
||||
share/examples/${FULLPKGNAME}/gifanim3.lua
|
||||
share/examples/${FULLPKGNAME}/grid.png
|
||||
share/examples/${FULLPKGNAME}/lua-gd.png
|
||||
share/examples/${FULLPKGNAME}/lualogo.lua
|
||||
share/examples/${FULLPKGNAME}/lualogo.png
|
||||
share/examples/${FULLPKGNAME}/paper.png
|
||||
share/examples/${FULLPKGNAME}/poly.lua
|
||||
share/examples/${FULLPKGNAME}/stdfont.lua
|
||||
share/examples/${FULLPKGNAME}/steg.lua
|
||||
share/examples/${FULLPKGNAME}/test.lua
|
||||
share/examples/${FULLPKGNAME}/test2.lua
|
||||
share/examples/${FULLPKGNAME}/ttftext.lua
|
||||
share/examples/${FULLPKGNAME}/ttftextex.lua
|
||||
share/examples/${FULLPKGNAME}/utf-8.lua
|
||||
share/examples/${FULLPKGNAME}/utf-8.png
|
||||
share/lua/${MODLUA_VERSION}/gd.lua
|
||||
|
@ -1,9 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.7 2010/11/19 07:23:07 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.8 2012/05/15 15:16:05 jasper Exp $
|
||||
|
||||
COMMENT= lua text classification module and anti-spam solution
|
||||
|
||||
DISTNAME= osbf-lua-2.0.4
|
||||
REVISION = 1
|
||||
REVISION = 2
|
||||
CATEGORIES= mail
|
||||
|
||||
MASTER_SITES= http://luaforge.net/frs/download.php/2094/
|
||||
@ -28,11 +28,11 @@ do-build:
|
||||
${WRKDIST}/osbf_aux.o -L${LOCALBASE}/lib -o ${WRKDIST}/osbf.so
|
||||
|
||||
do-install:
|
||||
${INSTALL_DATA_DIR} ${MODLUA_LIBDIR}
|
||||
${INSTALL_DATA_DIR} ${MODLUA_LIBDIR} ${MODLUA_DATADIR}
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/share/osbf-lua
|
||||
${INSTALL_DATA} ${WRKSRC}/osbf.so ${MODLUA_LIBDIR}
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/spamfilter/*.lua ${PREFIX}/share/osbf-lua
|
||||
${INSTALL_DATA} ${WRKSRC}/spamfilter/*sample ${PREFIX}/share/osbf-lua
|
||||
${INSTALL_DATA} ${WRKSRC}/spamfilter/*help ${PREFIX}/share/osbf-lua
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/spamfilter/*.lua ${MODLUA_DATADIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/spamfilter/*sample ${MODLUA_DATADIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/spamfilter/*help ${MODLUA_DATADIR}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,17 +1,17 @@
|
||||
@comment $OpenBSD: PLIST,v 1.2 2012/05/11 20:51:32 jasper Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.3 2012/05/15 15:16:05 jasper Exp $
|
||||
lib/lua/${MODLUA_VERSION}/osbf.so
|
||||
share/lua/${MODLUA_VERSION}/cache_report.lua
|
||||
share/lua/${MODLUA_VERSION}/classify.sample
|
||||
share/lua/${MODLUA_VERSION}/create_databases.lua
|
||||
share/lua/${MODLUA_VERSION}/database_status.lua
|
||||
share/lua/${MODLUA_VERSION}/getopt.lua
|
||||
share/lua/${MODLUA_VERSION}/promailrc.sample
|
||||
share/lua/${MODLUA_VERSION}/random.lua
|
||||
share/lua/${MODLUA_VERSION}/roc.lua
|
||||
share/lua/${MODLUA_VERSION}/spamfilter.help
|
||||
share/lua/${MODLUA_VERSION}/spamfilter.lua
|
||||
share/lua/${MODLUA_VERSION}/spamfilter_commands.lua
|
||||
share/lua/${MODLUA_VERSION}/spamfilter_config.lua
|
||||
share/lua/${MODLUA_VERSION}/toer.lua
|
||||
share/lua/${MODLUA_VERSION}/train.sample
|
||||
share/osbf-lua/
|
||||
share/osbf-lua/cache_report.lua
|
||||
share/osbf-lua/classify.sample
|
||||
share/osbf-lua/create_databases.lua
|
||||
share/osbf-lua/database_status.lua
|
||||
share/osbf-lua/getopt.lua
|
||||
share/osbf-lua/promailrc.sample
|
||||
share/osbf-lua/random.lua
|
||||
share/osbf-lua/roc.lua
|
||||
share/osbf-lua/spamfilter.help
|
||||
share/osbf-lua/spamfilter.lua
|
||||
share/osbf-lua/spamfilter_commands.lua
|
||||
share/osbf-lua/spamfilter_config.lua
|
||||
share/osbf-lua/toer.lua
|
||||
share/osbf-lua/train.sample
|
||||
|
@ -1,9 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.19 2010/06/18 18:11:34 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.20 2012/05/15 15:16:05 jasper Exp $
|
||||
|
||||
SHARED_ONLY= Yes
|
||||
|
||||
COMMENT= network support for the lua language
|
||||
DISTNAME= luasocket-2.0.2
|
||||
REVISION= 0
|
||||
CATEGORIES= net
|
||||
|
||||
MASTER_SITES= http://luaforge.net/frs/download.php/2664/
|
||||
@ -23,8 +24,7 @@ MAKE_FILE= makefile
|
||||
do-install:
|
||||
${INSTALL_DATA_DIR} ${MODLUA_DATADIR}/socket ${MODLUA_DATADIR}/mime
|
||||
${INSTALL_DATA_DIR} ${MODLUA_LIBDIR}/socket ${MODLUA_LIBDIR}/mime
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/luasocket
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/luasocket
|
||||
${INSTALL_DATA_DIR} ${MODLUA_DOCDIR} ${MODLUA_EXAMPLEDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/src/socket.so ${MODLUA_LIBDIR}/socket/core.so
|
||||
${INSTALL_DATA} ${WRKSRC}/src/unix.so ${MODLUA_LIBDIR}/socket/unix.so
|
||||
${INSTALL_DATA} ${WRKSRC}/src/mime.so ${MODLUA_LIBDIR}/mime/core.so
|
||||
@ -36,7 +36,7 @@ do-install:
|
||||
${INSTALL_DATA} ${WRKSRC}/src/smtp.lua ${MODLUA_DATADIR}/socket
|
||||
${INSTALL_DATA} ${WRKSRC}/src/tp.lua ${MODLUA_DATADIR}/socket
|
||||
${INSTALL_DATA} ${WRKSRC}/src/url.lua ${MODLUA_DATADIR}/socket
|
||||
${INSTALL_DATA} ${WRKSRC}/doc/* ${PREFIX}/share/doc/luasocket
|
||||
${INSTALL_DATA} ${WRKSRC}/samples/* ${PREFIX}/share/examples/luasocket
|
||||
${INSTALL_DATA} ${WRKSRC}/doc/* ${MODLUA_DOCDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/samples/* ${MODLUA_EXAMPLEDIR}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,32 +1,32 @@
|
||||
@comment $OpenBSD: PLIST,v 1.6 2012/05/11 20:51:48 jasper Exp $
|
||||
share/doc/luasocket/
|
||||
share/doc/luasocket/dns.html
|
||||
share/doc/luasocket/ftp.html
|
||||
share/doc/luasocket/http.html
|
||||
share/doc/luasocket/index.html
|
||||
share/doc/luasocket/installation.html
|
||||
share/doc/luasocket/introduction.html
|
||||
share/doc/luasocket/ltn12.html
|
||||
share/doc/luasocket/luasocket.png
|
||||
share/doc/luasocket/mime.html
|
||||
share/doc/luasocket/reference.css
|
||||
share/doc/luasocket/reference.html
|
||||
share/doc/luasocket/smtp.html
|
||||
share/doc/luasocket/socket.html
|
||||
share/doc/luasocket/tcp.html
|
||||
share/doc/luasocket/udp.html
|
||||
share/doc/luasocket/url.html
|
||||
share/examples/luasocket/
|
||||
share/examples/luasocket/README
|
||||
share/examples/luasocket/cddb.lua
|
||||
share/examples/luasocket/daytimeclnt.lua
|
||||
share/examples/luasocket/echoclnt.lua
|
||||
share/examples/luasocket/echosrvr.lua
|
||||
share/examples/luasocket/listener.lua
|
||||
share/examples/luasocket/lpr.lua
|
||||
share/examples/luasocket/talker.lua
|
||||
share/examples/luasocket/tinyirc.lua
|
||||
@comment $OpenBSD: PLIST,v 1.7 2012/05/15 15:16:05 jasper Exp $
|
||||
%%SHARED%%
|
||||
share/doc/${FULLPKGNAME}/
|
||||
share/doc/${FULLPKGNAME}/dns.html
|
||||
share/doc/${FULLPKGNAME}/ftp.html
|
||||
share/doc/${FULLPKGNAME}/http.html
|
||||
share/doc/${FULLPKGNAME}/index.html
|
||||
share/doc/${FULLPKGNAME}/installation.html
|
||||
share/doc/${FULLPKGNAME}/introduction.html
|
||||
share/doc/${FULLPKGNAME}/ltn12.html
|
||||
share/doc/${FULLPKGNAME}/luasocket.png
|
||||
share/doc/${FULLPKGNAME}/mime.html
|
||||
share/doc/${FULLPKGNAME}/reference.css
|
||||
share/doc/${FULLPKGNAME}/reference.html
|
||||
share/doc/${FULLPKGNAME}/smtp.html
|
||||
share/doc/${FULLPKGNAME}/socket.html
|
||||
share/doc/${FULLPKGNAME}/tcp.html
|
||||
share/doc/${FULLPKGNAME}/udp.html
|
||||
share/doc/${FULLPKGNAME}/url.html
|
||||
share/examples/${FULLPKGNAME}/
|
||||
share/examples/${FULLPKGNAME}/README
|
||||
share/examples/${FULLPKGNAME}/cddb.lua
|
||||
share/examples/${FULLPKGNAME}/daytimeclnt.lua
|
||||
share/examples/${FULLPKGNAME}/echoclnt.lua
|
||||
share/examples/${FULLPKGNAME}/echosrvr.lua
|
||||
share/examples/${FULLPKGNAME}/listener.lua
|
||||
share/examples/${FULLPKGNAME}/lpr.lua
|
||||
share/examples/${FULLPKGNAME}/talker.lua
|
||||
share/examples/${FULLPKGNAME}/tinyirc.lua
|
||||
share/lua/${MODLUA_VERSION}/ltn12.lua
|
||||
share/lua/${MODLUA_VERSION}/mime/
|
||||
share/lua/${MODLUA_VERSION}/mime.lua
|
||||
|
@ -1,10 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.10 2011/04/18 18:12:47 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.11 2012/05/15 15:19:37 jasper Exp $
|
||||
|
||||
COMMENT= Lua binding for the OpenSSL crypto libraries
|
||||
SHARED_ONLY= Yes
|
||||
|
||||
DISTNAME= luacrypto-0.2.0
|
||||
REVISION= 0
|
||||
REVISION= 1
|
||||
CATEGORIES= security
|
||||
|
||||
MASTER_SITES= http://luaforge.net/frs/download.php/1722/
|
||||
@ -24,9 +24,8 @@ CFLAGS+= -fPIC -DPIC
|
||||
MODULES= lang/lua
|
||||
|
||||
post-install:
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/luacrypto
|
||||
${INSTALL_DATA} ${WRKSRC}/doc/us/{*.html,*.png} \
|
||||
${PREFIX}/share/doc/luacrypto
|
||||
${INSTALL_DATA_DIR} ${MODLUA_DOCDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/doc/us/{*.html,*.png} ${MODLUA_DOCDIR}
|
||||
|
||||
do-regress:
|
||||
cd ${WRKDIST}/tests && \
|
||||
|
@ -1,8 +1,8 @@
|
||||
@comment $OpenBSD: PLIST,v 1.5 2012/05/11 20:51:57 jasper Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.6 2012/05/15 15:19:37 jasper Exp $
|
||||
lib/lua/${MODLUA_VERSION}/crypto.so
|
||||
share/doc/luacrypto/
|
||||
share/doc/luacrypto/examples.html
|
||||
share/doc/luacrypto/index.html
|
||||
share/doc/luacrypto/license.html
|
||||
share/doc/luacrypto/luacrypto-128.png
|
||||
share/doc/luacrypto/manual.html
|
||||
share/doc/${FULLPKGNAME}/
|
||||
share/doc/${FULLPKGNAME}/examples.html
|
||||
share/doc/${FULLPKGNAME}/index.html
|
||||
share/doc/${FULLPKGNAME}/license.html
|
||||
share/doc/${FULLPKGNAME}/luacrypto-128.png
|
||||
share/doc/${FULLPKGNAME}/manual.html
|
||||
|
@ -1,9 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.6 2012/05/11 21:24:22 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.7 2012/05/15 15:19:37 jasper Exp $
|
||||
|
||||
SHARED_ONLY= Yes
|
||||
|
||||
COMMENT= lua binding to OpenSSL to provide TLS/SSL communication
|
||||
DISTNAME= luasec-0.4.1
|
||||
REVISION= 0
|
||||
CATEGORIES= security
|
||||
MASTER_SITES= ${HOMEPAGE}/download/
|
||||
|
||||
@ -24,16 +25,15 @@ WANTLIB+= crypto ssl
|
||||
|
||||
MAKE_ENV+= INCDIR="-I${LOCALBASE}/include/" SAVECFLAGS="${CFLAGS}"
|
||||
ALL_TARGET= bsd
|
||||
EXAMPLEDIR= ${PREFIX}/share/examples/luasec
|
||||
|
||||
do-install:
|
||||
${INSTALL_DATA_DIR} ${MODLUA_LIBDIR} ${MODLUA_DATADIR} ${EXAMPLEDIR}
|
||||
${INSTALL_DATA_DIR} ${MODLUA_LIBDIR} ${MODLUA_DATADIR} ${MODLUA_EXAMPLEDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/src/ssl.so ${MODLUA_LIBDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/src/ssl.lua ${MODLUA_DATADIR}
|
||||
cd ${WRKSRC}/samples && \
|
||||
find . -type d \
|
||||
-exec ${INSTALL_DATA_DIR} ${EXAMPLEDIR}/{} \; && \
|
||||
-exec ${INSTALL_DATA_DIR} ${MODLUA_EXAMPLEDIR}/{} \; && \
|
||||
find . ! -type d \
|
||||
-exec ${INSTALL_DATA} -m 644 {} ${EXAMPLEDIR}/{} \;
|
||||
-exec ${INSTALL_DATA} -m 644 {} ${MODLUA_EXAMPLEDIR}/{} \;
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,39 +1,39 @@
|
||||
@comment $OpenBSD: PLIST,v 1.2 2012/05/11 20:51:57 jasper Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.3 2012/05/15 15:19:37 jasper Exp $
|
||||
%%SHARED%%
|
||||
share/examples/luasec/
|
||||
share/examples/luasec/README
|
||||
share/examples/luasec/certs/
|
||||
share/examples/luasec/certs/clientA.cnf
|
||||
share/examples/luasec/certs/clientA.sh
|
||||
share/examples/luasec/certs/clientB.cnf
|
||||
share/examples/luasec/certs/clientB.sh
|
||||
share/examples/luasec/certs/rootA.cnf
|
||||
share/examples/luasec/certs/rootA.sh
|
||||
share/examples/luasec/certs/rootB.cnf
|
||||
share/examples/luasec/certs/rootB.sh
|
||||
share/examples/luasec/certs/serverA.cnf
|
||||
share/examples/luasec/certs/serverA.sh
|
||||
share/examples/luasec/certs/serverB.cnf
|
||||
share/examples/luasec/certs/serverB.sh
|
||||
share/examples/luasec/key/
|
||||
share/examples/luasec/key/genkey.sh
|
||||
share/examples/luasec/key/loadkey.lua
|
||||
share/examples/luasec/loop/
|
||||
share/examples/luasec/loop-gc/
|
||||
share/examples/luasec/loop-gc/client.lua
|
||||
share/examples/luasec/loop-gc/server.lua
|
||||
share/examples/luasec/loop/client.lua
|
||||
share/examples/luasec/loop/server.lua
|
||||
share/examples/luasec/oneshot/
|
||||
share/examples/luasec/oneshot/client.lua
|
||||
share/examples/luasec/oneshot/server.lua
|
||||
share/examples/luasec/want/
|
||||
share/examples/luasec/want/client.lua
|
||||
share/examples/luasec/want/server.lua
|
||||
share/examples/luasec/wantread/
|
||||
share/examples/luasec/wantread/client.lua
|
||||
share/examples/luasec/wantread/server.lua
|
||||
share/examples/luasec/wantwrite/
|
||||
share/examples/luasec/wantwrite/client.lua
|
||||
share/examples/luasec/wantwrite/server.lua
|
||||
share/examples/${FULLPKGNAME}/
|
||||
share/examples/${FULLPKGNAME}/README
|
||||
share/examples/${FULLPKGNAME}/certs/
|
||||
share/examples/${FULLPKGNAME}/certs/clientA.cnf
|
||||
share/examples/${FULLPKGNAME}/certs/clientA.sh
|
||||
share/examples/${FULLPKGNAME}/certs/clientB.cnf
|
||||
share/examples/${FULLPKGNAME}/certs/clientB.sh
|
||||
share/examples/${FULLPKGNAME}/certs/rootA.cnf
|
||||
share/examples/${FULLPKGNAME}/certs/rootA.sh
|
||||
share/examples/${FULLPKGNAME}/certs/rootB.cnf
|
||||
share/examples/${FULLPKGNAME}/certs/rootB.sh
|
||||
share/examples/${FULLPKGNAME}/certs/serverA.cnf
|
||||
share/examples/${FULLPKGNAME}/certs/serverA.sh
|
||||
share/examples/${FULLPKGNAME}/certs/serverB.cnf
|
||||
share/examples/${FULLPKGNAME}/certs/serverB.sh
|
||||
share/examples/${FULLPKGNAME}/key/
|
||||
share/examples/${FULLPKGNAME}/key/genkey.sh
|
||||
share/examples/${FULLPKGNAME}/key/loadkey.lua
|
||||
share/examples/${FULLPKGNAME}/loop/
|
||||
share/examples/${FULLPKGNAME}/loop-gc/
|
||||
share/examples/${FULLPKGNAME}/loop-gc/client.lua
|
||||
share/examples/${FULLPKGNAME}/loop-gc/server.lua
|
||||
share/examples/${FULLPKGNAME}/loop/client.lua
|
||||
share/examples/${FULLPKGNAME}/loop/server.lua
|
||||
share/examples/${FULLPKGNAME}/oneshot/
|
||||
share/examples/${FULLPKGNAME}/oneshot/client.lua
|
||||
share/examples/${FULLPKGNAME}/oneshot/server.lua
|
||||
share/examples/${FULLPKGNAME}/want/
|
||||
share/examples/${FULLPKGNAME}/want/client.lua
|
||||
share/examples/${FULLPKGNAME}/want/server.lua
|
||||
share/examples/${FULLPKGNAME}/wantread/
|
||||
share/examples/${FULLPKGNAME}/wantread/client.lua
|
||||
share/examples/${FULLPKGNAME}/wantread/server.lua
|
||||
share/examples/${FULLPKGNAME}/wantwrite/
|
||||
share/examples/${FULLPKGNAME}/wantwrite/client.lua
|
||||
share/examples/${FULLPKGNAME}/wantwrite/server.lua
|
||||
share/lua/${MODLUA_VERSION}/ssl.lua
|
||||
|
@ -1,9 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.3 2011/06/08 14:23:11 gsoares Exp $
|
||||
# $OpenBSD: Makefile,v 1.4 2012/05/15 15:15:19 jasper Exp $
|
||||
|
||||
SHARED_ONLY = Yes
|
||||
|
||||
COMMENT = lua library for the expat XML parser
|
||||
DISTNAME = luaexpat-1.2.0
|
||||
REVISION = 0
|
||||
|
||||
CATEGORIES = textproc
|
||||
HOMEPAGE = http://matthewwild.co.uk/projects/luaexpat/
|
||||
@ -29,15 +30,13 @@ ALL_TARGET = lib
|
||||
LUA = ${LOCALBASE}/bin/lua
|
||||
|
||||
do-install:
|
||||
${INSTALL_DATA_DIR} ${MODLUA_LIBDIR}
|
||||
${INSTALL_DATA_DIR} ${MODLUA_DATADIR}
|
||||
${INSTALL_DATA_DIR} ${MODLUA_DATADIR}/lxp
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/luaexpat
|
||||
${INSTALL_DATA_DIR} ${MODLUA_LIBDIR} ${MODLUA_DATADIR}/lxp
|
||||
${INSTALL_DATA_DIR} ${MODLUA_DOCDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/src/lxp.so ${MODLUA_LIBDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/src/lxp/lom.lua ${MODLUA_DATADIR}/lxp
|
||||
${INSTALL_DATA} ${WRKSRC}/doc/us/{examples,index,license,lom,manual}.html \
|
||||
${PREFIX}/share/doc/luaexpat
|
||||
${INSTALL_DATA} ${WRKSRC}/doc/us/luaexpat.png ${PREFIX}/share/doc/luaexpat
|
||||
${MODLUA_DOCDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/doc/us/luaexpat.png ${MODLUA_DOCDIR}
|
||||
|
||||
do-regress:
|
||||
cd ${WRKSRC}/tests && ${LUA} test-lom.lua && ${LUA} test.lua
|
||||
|
@ -1,11 +1,11 @@
|
||||
@comment $OpenBSD: PLIST,v 1.3 2012/05/11 20:52:12 jasper Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.4 2012/05/15 15:15:19 jasper Exp $
|
||||
lib/lua/${MODLUA_VERSION}/lxp.so
|
||||
share/doc/luaexpat/
|
||||
share/doc/luaexpat/examples.html
|
||||
share/doc/luaexpat/index.html
|
||||
share/doc/luaexpat/license.html
|
||||
share/doc/luaexpat/lom.html
|
||||
share/doc/luaexpat/luaexpat.png
|
||||
share/doc/luaexpat/manual.html
|
||||
share/doc/${FULLPKGNAME}/
|
||||
share/doc/${FULLPKGNAME}/examples.html
|
||||
share/doc/${FULLPKGNAME}/index.html
|
||||
share/doc/${FULLPKGNAME}/license.html
|
||||
share/doc/${FULLPKGNAME}/lom.html
|
||||
share/doc/${FULLPKGNAME}/luaexpat.png
|
||||
share/doc/${FULLPKGNAME}/manual.html
|
||||
share/lua/${MODLUA_VERSION}/lxp/
|
||||
share/lua/${MODLUA_VERSION}/lxp/lom.lua
|
||||
|
Loading…
x
Reference in New Issue
Block a user