mirror of
https://git.freebsd.org/ports.git
synced 2025-06-01 10:56:27 -04:00
Commit b7f05445c0
has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner)
7 lines
372 B
Text
7 lines
372 B
Text
The lua-rds-parser can be used to parse the Resty-DBD-Stream formatted data
|
|
generated by drizzle and/or postgres nginx modules into lua data structures.
|
|
In the past, we have to use JSON as the intermediate data format which is
|
|
quite inefficient in terms of both memory and CPU time.
|
|
|
|
To maximize speed and minimize memory footprint, this library is implemented
|
|
in pure C.
|