Port details |
- lua51-zlib Simple streaming interface to zlib for the Lua Programming Language
- 1.2 archivers
=0 1.2Version of this port present on the latest quarterly branch.
- Maintainer: sirl33tname@gmail.com
- Port Added: 2017-01-04 22:48:36
- Last Update: 2020-04-14 15:49:37
- SVN Revision: 531700
- License: MIT
- WWW:
- https://github.com/brimworks/lua-zlib
- Description:
- lua-zlib is a simple streaming interface to zlib for the Lua Programming
Language. It consists of two functions: inflate and deflate. Both functions
return "stream functions" (takes a buffer of input and returns a buffer
of output).
WWW: https://github.com/brimworks/lua-zlib
-
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- lua51-zlib>0:archivers/lua51-zlib
- No installation instructions:
- This port has been deleted.
- PKGNAME: lua51-zlib
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1507829619
SHA256 (brimworks-lua-zlib-v1.2_GH0.tar.gz) = 26b813ad39c94fc930b168c3418e2e746af3b2e80b92f94f306f6f954cc31e7d
SIZE (brimworks-lua-zlib-v1.2_GH0.tar.gz) = 16612
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Library dependencies:
-
- liblua-5.1.so : lang/lua51
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- N/A
- USES:
- lua:51
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 8
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.2 14 Apr 2020 15:49:37 |
mat |
USES=lua gained flavors.
Ports using USES=lua:module or lua:flavors will be flavored. A range of
supported lua versions can be set using XX-YY (or XX-, or -YY, or simply ZZ)
for ports not supporting all lua versions.
USES=lua sets LUA_FLAVOR that needs to be used on all dependencies of
flavored lua ports, in a similar way as PHP or Python flavors.
PR: 245038
Submitted by: andrew tao11 riddles org uk
Reviewed by: mat, kevans, russ haley gmail com
Approved by: mat (portmgr)
Differential Revision: https://reviews.freebsd.org/D16494 |
1.2 20 Dec 2017 01:58:39 |
emaste |
archivers/lua51-zlib: set LLD_UNSAFE
The port invokes the linker directly (not via the compiler driver).
lld does not include any default search paths (unlike the GNU BFD linker
so cannot find libraries specified as e.g. -lm or -lz.
This can be addressed by invoking the linker via the compiler driver,
or by specifying the search path explicitly with -L. For now just avoid
using lld to link the port.
PR: 214864, 221808
Sponsored by: The FreeBSD Foundation |
1.2 03 Nov 2017 20:28:13 |
sunpoet |
Set PKGNAMEPREFIX to lua51- and PORTNAME to zlib
Submitted by: sunpoet (myself)
Approved by: Sir l33tname <sirl33tname@gmail.com> (maintainer) |
1.2 23 Oct 2017 18:27:35 |
swills |
archivers/lua51-zlib update 1.1 to 1.2
PR: 222959
Submitted by: Sir l33tname <sirl33tname@gmail.com> (maintainer) |
1.1 25 Jun 2017 15:02:39 |
sunpoet |
Fix WWW
- While I'm here, fix space/tab
Approved by: portmgr (blanket) |
1.1 22 Feb 2017 12:59:28 |
bapt |
Remove useless dependency on GNU make
Those ports builds perfectly fine with bmake |
1.1 09 Jan 2017 18:30:21 |
feld |
archivers/lua51-zlib: Update to 1.1
PR: 215795 |
1.0 04 Jan 2017 22:48:27 |
feld |
lua-zlib is a simple streaming interface to zlib for the Lua Programming
Language. It consists of two functions: inflate and deflate. Both functions
return "stream functions" (takes a buffer of input and returns a buffer
of output).
WWW: https://github.com/brimworks/lua-zlib/
PR: 215724
Submitted by: Sir l33tname <sirl33tname@gmail.com> |
Number of commits found: 8
|