Drop maintainership for Lua modules.

This commit is contained in:
fcambus 2020-02-03 22:42:36 +00:00
parent 55b9571edb
commit 5c180be8a3
10 changed files with 20 additions and 34 deletions

View File

@ -1,9 +1,10 @@
# $OpenBSD: Makefile,v 1.2 2019/07/12 20:43:49 sthen Exp $ # $OpenBSD: Makefile,v 1.3 2020/02/03 22:42:36 fcambus Exp $
COMMENT = Lua bindings for the iconv library COMMENT = Lua bindings for the iconv library
V = 7 V = 7
DISTNAME = lua-iconv-${V} DISTNAME = lua-iconv-${V}
REVISION = 0
GH_ACCOUNT = ittner GH_ACCOUNT = ittner
GH_PROJECT = lua-iconv GH_PROJECT = lua-iconv
@ -11,8 +12,6 @@ GH_TAGNAME = lua-iconv-${V}
CATEGORIES = converters CATEGORIES = converters
MAINTAINER = Frederic Cambus <fcambus@openbsd.org>
# MIT # MIT
PERMIT_PACKAGE = Yes PERMIT_PACKAGE = Yes

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.3 2019/07/12 20:43:49 sthen Exp $ # $OpenBSD: Makefile,v 1.4 2020/02/03 22:42:36 fcambus Exp $
COMMENT = UTF-8 support module for Lua and LuaJIT COMMENT = UTF-8 support module for Lua and LuaJIT
@ -8,12 +8,10 @@ PKGNAME = lua-utf8-${V}
GH_ACCOUNT = starwing GH_ACCOUNT = starwing
GH_PROJECT = luautf8 GH_PROJECT = luautf8
GH_TAGNAME = ${V} GH_TAGNAME = ${V}
REVISION = 0 REVISION = 1
CATEGORIES = converters CATEGORIES = converters
MAINTAINER = Frederic Cambus <fcambus@openbsd.org>
# MIT # MIT
PERMIT_PACKAGE = Yes PERMIT_PACKAGE = Yes

View File

@ -1,9 +1,10 @@
# $OpenBSD: Makefile,v 1.3 2019/07/12 20:44:41 sthen Exp $ # $OpenBSD: Makefile,v 1.4 2020/02/03 22:42:36 fcambus Exp $
COMMENT = compatibility module providing Lua 5.3 style APIs COMMENT = compatibility module providing Lua 5.3 style APIs
V = 0.7 V = 0.7
DISTNAME = lua-compat53-${V} DISTNAME = lua-compat53-${V}
REVISION = 0
GH_ACCOUNT = keplerproject GH_ACCOUNT = keplerproject
GH_PROJECT = lua-compat-5.3 GH_PROJECT = lua-compat-5.3
@ -11,8 +12,6 @@ GH_TAGNAME = v${V}
CATEGORIES = devel CATEGORIES = devel
MAINTAINER = Frederic Cambus <fcambus@openbsd.org>
# MIT # MIT
PERMIT_PACKAGE = Yes PERMIT_PACKAGE = Yes

View File

@ -1,9 +1,10 @@
# $OpenBSD: Makefile,v 1.5 2019/07/12 20:44:41 sthen Exp $ # $OpenBSD: Makefile,v 1.6 2020/02/03 22:42:36 fcambus Exp $
COMMENT = Lua library for time and date manipulation COMMENT = Lua library for time and date manipulation
V = 0.4-1 V = 0.4-1
PKGNAME = lua-tz-${V:S/-/./} PKGNAME = lua-tz-${V:S/-/./}
REVISION = 0
GH_ACCOUNT = daurnimator GH_ACCOUNT = daurnimator
GH_PROJECT = luatz GH_PROJECT = luatz
@ -11,8 +12,6 @@ GH_TAGNAME = v${V}
CATEGORIES = devel CATEGORIES = devel
MAINTAINER = Frederic Cambus <fcambus@openbsd.org>
# MIT # MIT
PERMIT_PACKAGE = Yes PERMIT_PACKAGE = Yes

View File

@ -1,9 +1,10 @@
# $OpenBSD: Makefile,v 1.3 2019/07/12 20:48:31 sthen Exp $ # $OpenBSD: Makefile,v 1.4 2020/02/03 22:42:36 fcambus Exp $
COMMENT = Lua library for MaxMind GeoIP2/GeoLite2 databases COMMENT = Lua library for MaxMind GeoIP2/GeoLite2 databases
V = 0.2 V = 0.2
PKGNAME = lua-mmdb-${V} PKGNAME = lua-mmdb-${V}
REVISION = 0
GH_ACCOUNT = daurnimator GH_ACCOUNT = daurnimator
GH_PROJECT = mmdblua GH_PROJECT = mmdblua
@ -11,8 +12,6 @@ GH_TAGNAME = v${V}
CATEGORIES = net CATEGORIES = net
MAINTAINER = Frederic Cambus <fcambus@openbsd.org>
# MIT # MIT
PERMIT_PACKAGE = Yes PERMIT_PACKAGE = Yes

View File

@ -1,9 +1,10 @@
# $OpenBSD: Makefile,v 1.3 2019/07/12 20:48:31 sthen Exp $ # $OpenBSD: Makefile,v 1.4 2020/02/03 22:42:36 fcambus Exp $
COMMENT = Lua bindings to libpsl COMMENT = Lua bindings to libpsl
V = 0.3 V = 0.3
DISTNAME = lua-psl-${V} DISTNAME = lua-psl-${V}
REVISION = 0
GH_ACCOUNT = daurnimator GH_ACCOUNT = daurnimator
GH_PROJECT = lua-psl GH_PROJECT = lua-psl
@ -11,8 +12,6 @@ GH_TAGNAME = v${V}
CATEGORIES = net CATEGORIES = net
MAINTAINER = Frederic Cambus <fcambus@openbsd.org>
# MIT # MIT
PERMIT_PACKAGE = Yes PERMIT_PACKAGE = Yes

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.3 2019/07/12 20:50:01 sthen Exp $ # $OpenBSD: Makefile,v 1.4 2020/02/03 22:42:36 fcambus Exp $
COMMENT = safe templates engine for Lua COMMENT = safe templates engine for Lua
@ -8,12 +8,10 @@ PKGNAME = lua-cosmo-${V}
GH_ACCOUNT = mascarenhas GH_ACCOUNT = mascarenhas
GH_PROJECT = cosmo GH_PROJECT = cosmo
GH_TAGNAME = v${V} GH_TAGNAME = v${V}
REVISION = 0 REVISION = 1
CATEGORIES = textproc CATEGORIES = textproc
MAINTAINER = Frederic Cambus <fcambus@openbsd.org>
# MIT # MIT
PERMIT_PACKAGE = Yes PERMIT_PACKAGE = Yes

View File

@ -1,9 +1,10 @@
# $OpenBSD: Makefile,v 1.2 2019/07/12 20:50:01 sthen Exp $ # $OpenBSD: Makefile,v 1.3 2020/02/03 22:42:36 fcambus Exp $
COMMENT = Lua module for conversion between markup formats COMMENT = Lua module for conversion between markup formats
V = 0.5.0 V = 0.5.0
PKGNAME = lua-lunamark-${V} PKGNAME = lua-lunamark-${V}
REVISION = 0
GH_ACCOUNT = jgm GH_ACCOUNT = jgm
GH_PROJECT = lunamark GH_PROJECT = lunamark
@ -11,8 +12,6 @@ GH_TAGNAME = ${V}
CATEGORIES = textproc CATEGORIES = textproc
MAINTAINER = Frederic Cambus <fcambus@openbsd.org>
# MIT # MIT
PERMIT_PACKAGE = Yes PERMIT_PACKAGE = Yes

View File

@ -1,11 +1,11 @@
# $OpenBSD: Makefile,v 1.4 2019/07/12 20:50:01 sthen Exp $ # $OpenBSD: Makefile,v 1.5 2020/02/03 22:42:36 fcambus Exp $
COMMENT = implementation of the mustache template system in Lua COMMENT = implementation of the mustache template system in Lua
V = 1.3.1 V = 1.3.1
DISTNAME = lustache-${V} DISTNAME = lustache-${V}
PKGNAME = lua-${DISTNAME} PKGNAME = lua-${DISTNAME}
REVISION = 0 REVISION = 1
GH_ACCOUNT = olivine-labs GH_ACCOUNT = olivine-labs
GH_PROJECT = lustache GH_PROJECT = lustache
@ -13,8 +13,6 @@ GH_TAGNAME = v${V}-0
CATEGORIES = textproc CATEGORIES = textproc
MAINTAINER = Frederic Cambus <fcambus@openbsd.org>
# MIT # MIT
PERMIT_PACKAGE = Yes PERMIT_PACKAGE = Yes

View File

@ -1,10 +1,10 @@
# $OpenBSD: Makefile,v 1.5 2019/07/12 20:50:01 sthen Exp $ # $OpenBSD: Makefile,v 1.6 2020/02/03 22:42:36 fcambus Exp $
COMMENT = Markdown markup system implementation in pure Lua COMMENT = Markdown markup system implementation in pure Lua
V = 0.33 V = 0.33
PKGNAME = lua-markdown-${V} PKGNAME = lua-markdown-${V}
REVISION = 1 REVISION = 2
GH_ACCOUNT = mpeterv GH_ACCOUNT = mpeterv
GH_PROJECT = markdown GH_PROJECT = markdown
@ -12,8 +12,6 @@ GH_TAGNAME = ${V}
CATEGORIES = textproc CATEGORIES = textproc
MAINTAINER = Frederic Cambus <fcambus@openbsd.org>
# MIT # MIT
PERMIT_PACKAGE = Yes PERMIT_PACKAGE = Yes