1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00
freebsd-ports/converters/lua-iconv/pkg-descr
Vanilla I. Shu f91016f09d * Set LICENSE.
* Update pkg-descr (including WWW).
* Do not override user's LDFLAGS.
* Replace %%LUA_MODLIBDIR%% with ${LUA_MODLIBDIR}

PR:		226873
Submitted by:	0mp@
2018-03-27 13:37:43 +00:00

7 lines
345 B
Plaintext

Lua-iconv is POSIX 'iconv' binding for the Lua Programming Language. The iconv
library converts a sequence of characters from one codeset into a sequence of
corresponding characters in another codeset. The codesets are those specified
in the iconv.new() call that returned the conversion descriptor, cd.
WWW: http://ittner.github.io/lua-iconv/