public inbox for cygwin-apps@cygwin.com
 help / color / mirror / Atom feed
From: pigz-cygwin-maintainer-0100@pm.me
To: "cygwin-apps@cygwin.com" <cygwin-apps@cygwin.com>
Subject: [ITP] pigz 2.8
Date: Fri, 10 Nov 2023 01:20:31 +0000	[thread overview]
Message-ID: <KWE-dEzx-qO_rthXxWoTr9khAodq-oqbvTrNjQ9Jv5JNeiC3GZbvNI339kE-Vh8KU1qVOcB0PxdO8963JAwcZABeEVFzypkEE9W88TI3RpY=@pm.me> (raw)


[-- Attachment #1.1: Type: text/plain, Size: 396 bytes --]

Hi!
- This package (but maybe another version) already exists mostly everywhere (Debian, Ubuntu, ...)
- License of pigz: "Zlib license"

Not sure whether should I attach cygport file here or not, but just in case I'm adding it + built package. Also built package can be downloaded by the link: https://file.io/TwMmD6H5XgdF .

I hope pigz finally will get to cygwin users soon)

Best regards,
Ihor

[-- Attachment #2: pigz.cygport --]
[-- Type: application/octet-stream, Size: 641 bytes --]

NAME="pigz"
VERSION=2.8
RELEASE=1

CATEGORY="Archive"
SUMMARY="Parallel Implementation of GZip"
DESCRIPTION="pigz, which stands for Parallel Implementation
of GZip, is a fully functional replacement for gzip that
takes advantage of multiple processors and multiple cores
when compressing data."
HOMEPAGE="https://zlib.net/pigz/"
LICENSE="zlib License"
REQUIRES="zlib"

SRC_URI="https://zlib.net/pigz/${NAME}-${VERSION}.tar.gz"
BUILD_DEPENDS="make gcc-g++ zlib-devel ncompress gzip"

src_compile() {
    cygmake
}

src_test() {
    cygmake test
}

src_install() {
    exeinto /bin

    doexe pigz.exe
    doexe unpigz.exe

    doman pigz.1
}

[-- Attachment #3: pigz-2.8.tar.gz --]
[-- Type: application/x-gzip, Size: 121304 bytes --]

             reply	other threads:[~2023-11-10  1:21 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-11-10  1:20 pigz-cygwin-maintainer-0100 [this message]
2024-01-24 16:07 pigz-cygwin-maintainer-0100
2024-01-25 15:13 ` Jon Turney
2024-01-25 18:52   ` pigz-cygwin-maintainer-0100
2024-01-25 22:37     ` Marco Atzeri
2024-01-26  7:00       ` ASSI
     [not found]       ` <65b358c0.050a0220.5ea4e.e0daSMTPIN_ADDED_BROKEN@mx.google.com>
2024-01-26  8:12         ` Marco Atzeri
2024-01-26 21:02       ` pigz-cygwin-maintainer-0100
2024-01-27  9:18         ` Marco Atzeri
2024-01-27 14:50         ` Jon Turney
2024-01-28  0:04           ` Ihor
2024-01-28 14:34             ` Jon Turney

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='KWE-dEzx-qO_rthXxWoTr9khAodq-oqbvTrNjQ9Jv5JNeiC3GZbvNI339kE-Vh8KU1qVOcB0PxdO8963JAwcZABeEVFzypkEE9W88TI3RpY=@pm.me' \
    --to=pigz-cygwin-maintainer-0100@pm.me \
    --cc=cygwin-apps@cygwin.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).