From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21830 invoked by alias); 14 Sep 2016 15:09:47 -0000 Mailing-List: contact zsh-workers-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Workers List List-Post: List-Help: X-Seq: 39321 Received: (qmail 2576 invoked from network); 14 Sep 2016 15:09:47 -0000 X-Qmail-Scanner-Diagnostics: from out4-smtp.messagingengine.com by f.primenet.com.au (envelope-from , uid 7791) with qmail-scanner-2.11 (clamdscan: 0.99.2/21882. spamassassin: 3.4.1. Clear:RC:0(66.111.4.28):SA:0(0.0/5.0):. Processed in 0.142718 secs); 14 Sep 2016 15:09:47 -0000 X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=SPF_PASS,T_DKIM_INVALID autolearn=unavailable autolearn_force=no version=3.4.1 X-Envelope-From: vq@larryv.me X-Qmail-Scanner-Mime-Attachments: | X-Qmail-Scanner-Zip-Files: | Received-SPF: pass (ns1.primenet.com.au: SPF record at spf.messagingengine.com designates 66.111.4.28 as permitted sender) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=larryv.me; h=cc :content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-sasl-enc :x-sasl-enc; s=mesmtp; bh=+S+MC0sSZtbd/JT6dwhiiXIznAM=; b=jkm2eN gzFWEiaHX4C+/rsVq+JjSyuAvJxigzt+OZejHiJsdLRVM+Op2f9LydsGv+AaB2Th n4KmpDD0/cmp6YaV4LSDnUBIqGCUKZtJeEcE3V333q1IFJnTpF0OgGijezh9Aq4L DYvlljMO5zFi/wbNQb2BJslZDzfzHdrYx4GiM= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-sasl-enc:x-sasl-enc; s=smtpout; bh=+S+MC0sSZtbd/JT 6dwhiiXIznAM=; b=X2AKSWHboVsDwzHW6zjO8asDDMpvvGb4SdKxoq7r9r0CMH0 DfAdOalnxjAYsN3zQy+CpjFCJRdeA0X/f6/jILTR5zof+hhC+pKTtA7t3xXpJW66 fkkExKUkR7pzCCGvCmGBynTTL59rn+Mz8e+i2rVla24U+9y/Q/ny7XgU/j4U= X-Sasl-enc: UDeKtHMdXcHdfvKPTo95GbHAiRiQhYFdtHQKXHm4DCYP 1473865779 Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 9.3 \(3124\)) Subject: Re: Adding (compiling) a module to already build Zsh From: =?utf-8?Q?Lawrence_Vel=C3=A1zquez?= In-Reply-To: Date: Wed, 14 Sep 2016 11:09:41 -0400 Cc: zsh-workers@zsh.org Content-Transfer-Encoding: quoted-printable Message-Id: <96A1846B-532F-4D12-AAB2-58C46824000E@larryv.me> References: <160912103839.ZM25202@torch.brasslantern.com> To: Sebastian Gniazdowski X-Mailer: Apple Mail (2.3124) > On Sep 14, 2016, at 3:16 AM, Sebastian Gniazdowski = wrote: >=20 > it is rarely available in distributed Zsh packages (licensing issue? > I'm not sure if license issue doesn't apply only to pcre module). > However, with easily available build environment one would be able to > distribute a gdbm module together with his plugin and this way > overcome licensing issue. Depends on the system vendor -- for instance, Linux distributions are fine with the GPL requirement, but Apple won't ship GPL 3 software. I also expect that package maintainers just don't think it's worth adding the gdbm dependency, although I do ship zsh/gdbm (and zsh/pcre) in MacPorts. vq=