./devel/lua-coxpcall, Module to encapsulate protected calls with a coroutine based loop

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 1.17.0, Package name: lua53-coxpcall-1.17.0, Maintainer: pkgsrc-users

Coxpcall encapsulates the protected calls with a coroutine based loop, so
errors can be handled without the usual pcall/xpcall issues with coroutines
for Lua 5.1.

Lua 5.2 was extended with the Coxpcall functionality and hence it is no
longer required. The 5.2+ compatibility by coxpcall means that it maintains
backward compatibility while using the built-in Lua implementation.


Required to run:
[lang/lua53]

Required to build:
[pkgtools/cwrappers]

Master sites:

Filesize: 20.506 KB

Version history: (Expand)


CVS history: (Expand)


   2021-10-26 12:20:11 by Nia Alarie | Files touched by this commit (3016)
Log message:
archivers: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes

Could not be committed due to merge conflict:
devel/py-traitlets/distinfo

The following distfiles were unfetchable (note: some may be only fetched
conditionally):

./devel/pvs/distinfo pvs-3.2-solaris.tgz
./devel/eclipse/distinfo eclipse-sourceBuild-srcIncluded-3.0.1.zip
   2021-10-07 15:44:44 by Nia Alarie | Files touched by this commit (3017)
Log message:
devel: Remove SHA1 hashes for distfiles
   2020-07-14 14:21:01 by Nia Alarie | Files touched by this commit (3)
Log message:
lua-coxpcall: Update to 1.17.0

Unknown changes
   2020-07-02 12:26:19 by Nia Alarie | Files touched by this commit (29)
Log message:
Add 'lua' category to Lua modules.

While here, normalize some packages with strange variable order.
   2020-01-19 00:36:14 by Roland Illig | Files touched by this commit (3046)
Log message:
all: migrate several HOMEPAGEs to https

pkglint --only "https instead of http" -r -F

With manual adjustments afterwards since pkglint 19.4.4 fixed a few
indentations in unrelated lines.

This mainly affects projects hosted at SourceForce, as well as
freedesktop.org, CTAN and GNU.
   2017-09-16 21:53:51 by Alexander Nasonov | Files touched by this commit (13)
Log message:
Drop maintainership.
   2016-06-05 12:03:21 by Alexander Nasonov | Files touched by this commit (1)
Log message:
Use LUA_DOCDIR in PLIST.
   2016-06-05 11:55:45 by Alexander Nasonov | Files touched by this commit (4) | Imported package
Log message:
Initial import of devel/lua-coxpcall version 1.16.0.

Coxpcall encapsulates the protected calls with a coroutine based
loop, so errors can be dealed without the usual pcall/xpcall issues
with coroutines.