Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: tarlz-0.22
@ 2022-08-25  1:39 mtboehlke
  2022-09-13 20:43 ` [PR PATCH] [Updated] " mtboehlke
                   ` (21 more replies)
  0 siblings, 22 replies; 23+ messages in thread
From: mtboehlke @ 2022-08-25  1:39 UTC (permalink / raw)
  To: ml

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

There is a new pull request by mtboehlke against master on the void-packages repository

https://github.com/mtboehlke/void-packages tarlz
https://github.com/void-linux/void-packages/pull/38898

New package: tarlz-0.22
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**

From the [tarlz homepage](https://www.nongnu.org/lzip/tarlz.html): "Tarlz creates tar archives using a simplified and safer variant of the POSIX pax format compressed in lzip format, keeping the alignment between tar members and lzip members. The resulting multimember tar.lz archive is fully backward compatible with standard tar tools like GNU tar, which treat it like any other tar.lz archive."

Keeping the alignment has advantages which the webpage explains nicely.

Also from the homepage: "Tarlz does not understand other tar formats like gnu, oldgnu, star or v7. The command 'tarlz -tf archive.tar.lz > /dev/null' can be used to verify that the format of the archive is compatible with tarlz."

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


A patch file from https://github.com/void-linux/void-packages/pull/38898.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-tarlz-38898.patch --]
[-- Type: text/x-diff, Size: 1097 bytes --]

From 140af5d315f150b65325bd4b27299f719cae16f9 Mon Sep 17 00:00:00 2001
From: Mat Boehlke <mtboehlke@gmail.com>
Date: Wed, 24 Aug 2022 20:23:44 -0500
Subject: [PATCH] New package: tarlz-0.22

---
 srcpkgs/tarlz/template | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)
 create mode 100644 srcpkgs/tarlz/template

diff --git a/srcpkgs/tarlz/template b/srcpkgs/tarlz/template
new file mode 100644
index 000000000000..b2c3264df32b
--- /dev/null
+++ b/srcpkgs/tarlz/template
@@ -0,0 +1,20 @@
+# Template file for 'tarlz'
+pkgname=tarlz
+version=0.22
+revision=1
+build_style=configure
+makedepends="lzlib-devel"
+short_desc="Archiver with multimember lzip compression"
+maintainer="Matt Boehlke <mtboehlke@gmail.com>"
+license="GPL-2.0-or-later"
+homepage="https://www.nongnu.org/lzip/tarlz.html"
+distfiles="${NONGNU_SITE}/lzip/tarlz/${pkgname}-${version}.tar.lz"
+checksum=fccf7226fa24b55d326cab13f76ea349bec446c5a8df71a46d343099a05091dc
+
+do_configure() {
+	./configure --prefix=/usr \
+		CXX="${CXX}" \
+		CPPFLAGS="${CPPFLAGS}" \
+		CXXFLAGS="${CXXFLAGS}" \
+		LDFLAGS="${LDFLAGS}"
+}

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

end of thread, other threads:[~2024-04-07  4:10 UTC | newest]

Thread overview: 23+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-25  1:39 [PR PATCH] New package: tarlz-0.22 mtboehlke
2022-09-13 20:43 ` [PR PATCH] [Updated] " mtboehlke
2022-09-20 22:37 ` mtboehlke
2022-11-10 18:43 ` mtboehlke
2022-11-10 18:51 ` New package: tarlz-0.23 mtboehlke
2023-02-09  2:35 ` github-actions
2023-02-13  0:44 ` [PR PATCH] [Updated] " mtboehlke
2023-05-15  1:54 ` github-actions
2023-05-23 23:46 ` [PR PATCH] [Updated] " mtboehlke
2023-08-23  1:44 ` github-actions
2023-08-23 15:12 ` Chocimier
2023-08-23 20:05 ` [PR PATCH] [Updated] " mtboehlke
2023-08-26  0:42 ` mtboehlke
2023-08-26  0:45 ` mtboehlke
2023-10-27  0:53 ` [PR PATCH] [Updated] " mtboehlke
2023-10-28  3:31 ` [PR PATCH] [Updated] [WIP] New package: tarlz-0.24 mtboehlke
2023-10-28  3:48 ` mtboehlke
2023-10-28  5:55 ` mtboehlke
2023-10-28  6:05 ` mtboehlke
2023-10-28  6:05 ` mtboehlke
2024-01-07 17:19 ` [PR PATCH] [Updated] " mtboehlke
2024-04-07  1:46 ` New package: tarlz-0.25 github-actions
2024-04-07  4:10 ` [PR PATCH] [Updated] " mtboehlke

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 NNTP newsgroup(s).