summaryrefslogtreecommitdiff
path: root/net/lua-copas
AgeCommit message (Collapse)AuthorFilesLines
2021-10-26net: Replace RMD160 checksums with BLAKE2s checksumsnia1-2/+2
All checksums have been double-checked against existing RMD160 and SHA512 hashes Not committed (merge conflicts...): net/radsecproxy/distinfo The following distfiles could not be fetched (fetched conditionally?): ./net/citrix_ica/distinfo citrix_ica-10.6.115659/en.linuxx86.tar.gz ./net/djbdns/distinfo dnscache-1.05-multiple-ip.patch ./net/djbdns/distinfo djbdns-1.05-test28.diff.xz ./net/djbdns/distinfo djbdns-1.05-ignoreip2.patch ./net/djbdns/distinfo djbdns-1.05-multiip.diff ./net/djbdns/distinfo djbdns-cachestats.patch
2021-10-07net: Remove SHA1 hashes for distfilesnia1-2/+1
2020-07-02Add 'lua' category to Lua modules.nia1-2/+2
While here, normalize some packages with strange variable order.
2020-01-18all: migrate several HOMEPAGEs to httpsrillig1-2/+2
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-16Drop maintainership.alnsn1-2/+2
2017-07-04Update net/lua-copas to version 2.0.2.alnsn3-17/+40
+ Added: copas.running flag + Fixed: fix for http request #53 (Peter Melnichenko) + Added: extra parameter keep_open for the removeserver() method (Hisham Muhammad) + Change: tweaked makefile with a DESTDIR variable (Richard Leitner)
2016-06-05Add missing lua-coxpcall dependency.alnsn1-1/+2
2016-06-04Fix the category.alnsn1-2/+2
2016-06-04Initial import of net/lua-copas, version 2.0.1.alnsn5-0/+55
Copas is a dispatcher based on coroutines that can be used for asynchronous networking. For example TCP or UDP based servers. But it also features timers and client support for http(s), ftp and smtp requests.