Bug 215724 - New Port: archivers/lua-zlib: Simple streaming interface to zlib for the Lua Programming Language
Summary: New Port: archivers/lua-zlib: Simple streaming interface to zlib for the Lua ...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Mark Felder
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-01-03 09:25 UTC by Sir l33tname
Modified: 2017-01-04 22:49 UTC (History)
2 users (show)

See Also:
sirl33tname: maintainer-feedback? (lua)


Attachments
create archivers/lua-zlib (5.58 KB, patch)
2017-01-03 09:25 UTC, Sir l33tname
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Sir l33tname 2017-01-03 09:25:47 UTC
Created attachment 178466 [details]
create archivers/lua-zlib

Creates the port archivers/lua-zlib. This port is needed to use compression in net-im/prosody.
Comment 1 commit-hook freebsd_committer freebsd_triage 2017-01-04 22:48:58 UTC
A commit references this bug:

Author: feld
Date: Wed Jan  4 22:48:28 UTC 2017
New revision: 430609
URL: https://svnweb.freebsd.org/changeset/ports/430609

Log:
  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>

Changes:
  head/archivers/Makefile
  head/archivers/lua51-zlib/
  head/archivers/lua51-zlib/Makefile
  head/archivers/lua51-zlib/distinfo
  head/archivers/lua51-zlib/files/
  head/archivers/lua51-zlib/files/patch-Makefile
  head/archivers/lua51-zlib/pkg-descr
Comment 2 Mark Felder freebsd_committer freebsd_triage 2017-01-04 22:49:06 UTC
Committed with minor changes


We're naming the port lua51-zlib as it strictly requires lua51 for net-im/prosody to be able to use it.