public inbox for cygwin-apps@cygwin.com
 help / color / mirror / Atom feed
* [ITP] pigz 2.8
@ 2024-01-24 16:07 pigz-cygwin-maintainer-0100
  2024-01-25 15:13 ` Jon Turney
  0 siblings, 1 reply; 12+ messages in thread
From: pigz-cygwin-maintainer-0100 @ 2024-01-24 16:07 UTC (permalink / raw)
  To: cygwin-apps

[-- Attachment #1: Type: text/plain, Size: 465 bytes --]

Hi! I'd like to propose a new package: pigz, multithreaded gzip archiver.

Some notes regarding it:

- It's already present in most distros (Debian, Ubuntu, ...)
- zlib License
- No changes to sources are required. It's built fine on cygwin as-is.

Links:

- Original: https://zlib.net/pigz/
- cygport​ file + built package: https://file.io/KPRA9oa0BOj7

Let me know please what should I do next to proceed forward with publishing the package.

King regards,
Ihor

^ permalink raw reply	[flat|nested] 12+ messages in thread
* [ITP] pigz 2.8
@ 2023-11-10  1:20 pigz-cygwin-maintainer-0100
  0 siblings, 0 replies; 12+ messages in thread
From: pigz-cygwin-maintainer-0100 @ 2023-11-10  1:20 UTC (permalink / raw)
  To: cygwin-apps


[-- 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 --]

^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2024-01-28 14:34 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-01-24 16:07 [ITP] pigz 2.8 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
  -- strict thread matches above, loose matches on Subject: below --
2023-11-10  1:20 pigz-cygwin-maintainer-0100

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).