gsrc-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gsrc-commit] trunk r8759: add xz


From: Carl Hansen
Subject: [Gsrc-commit] trunk r8759: add xz
Date: Sun, 6 Nov 2022 22:52:40 -0500 (EST)
User-agent: Bazaar (2.7.0dev1)

------------------------------------------------------------
revno: 8759
revision-id: carlhansen1234@gmail.com-20221107035235-av44sfv7ri6atsgd
parent: carlhansen1234@gmail.com-20221107035132-0u263x0cx3ob2stb
committer: carlhansen1234@gmail.com
branch nick: trunk
timestamp: Sun 2022-11-06 19:52:35 -0800
message:
  add xz
added:
  pkg/other/xz/                  xz-20221107035212-rjgabfwzpsmsrnu8-1
  pkg/other/xz/Makefile          makefile-20221107035212-rjgabfwzpsmsrnu8-3
  pkg/other/xz/config.mk         config.mk-20221107035212-rjgabfwzpsmsrnu8-2
  pkg/other/xz/sha256sums        sha256sums-20221107035212-rjgabfwzpsmsrnu8-4
=== added directory 'pkg/other/xz'
=== added file 'pkg/other/xz/Makefile'
--- a/pkg/other/xz/Makefile     1970-01-01 00:00:00 +0000
+++ b/pkg/other/xz/Makefile     2022-11-07 03:52:35 +0000
@@ -0,0 +1,47 @@
+# Copyright © 2022 Carl Hansen <carlhansen@gnu.org>
+#
+# This file is part of GSRC, the GNU Source Release Collection.
+# http://www.gnu.org/software/gsrc
+#
+# GSRC is free software: you can redistribute it and/or modify it
+# under the terms of the GNU General Public License as published by
+# the Free Software Foundation, either version 3 of the License, or
+# (at your option) any later version.
+#
+# GSRC is distributed in the hope that it will be useful, but WITHOUT
+# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+# or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public
+# License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with GSRC.  If not, see <http://www.gnu.org/licenses/>.
+#
+#
+# Send bug reports and comments about GSRC problems to bug-gsrc@gnu.org
+
+NAME = xz
+GARNAME = xz
+GARVERSION = 5.2.7
+HOME_URL =  https://tukanni.org/xz/
+DESCRIPTION = XZ Utils is free general-purpose data compression 
+define BLURB
+XZ Utils is free general-purpose data compression software with a high
+compression ratio. XZ Utils were written for POSIX-like systems, but
+also work on some not-so-POSIX systems. XZ Utils are the successor to
+LZMA Utils.
+endef
+######################################################################
+# https://tukaani.org/xz/xz-5.2.7.tar.gz
+MASTER_SITES = https://tukaani.org/
+MASTER_SUBDIR = xz/
+DISTFILES = $(DISTNAME).tar.bz2
+SIGFILES  = $(DISTNAME).tar.bz2.sig
+
+BUILDDEPS =
+LIBDEPS =
+
+######################################################################
+
+include ../../../gar/gar.lib/autotools.mk
+include config.mk
+

=== added file 'pkg/other/xz/config.mk'
--- a/pkg/other/xz/config.mk    1970-01-01 00:00:00 +0000
+++ b/pkg/other/xz/config.mk    2022-11-07 03:52:35 +0000
@@ -0,0 +1,4 @@
+## Configuration options ##
+
+CONFIGURE_OPTS ?=
+BUILD_OPTS ?=

=== added file 'pkg/other/xz/sha256sums'
--- a/pkg/other/xz/sha256sums   1970-01-01 00:00:00 +0000
+++ b/pkg/other/xz/sha256sums   2022-11-07 03:52:35 +0000
@@ -0,0 +1,2 @@
+b65f1d0c2708e57716f4dd2216989a73847ac6fdb4168ffceb155767e22b834b  
download/xz-5.2.7.tar.bz2
+75b75c873f5a986feb8eeacc1e97c1ee7a28198ca881eb5f22a22d7bc9c47e51  
download/xz-5.2.7.tar.bz2.sig


reply via email to

[Prev in Thread] Current Thread [Next in Thread]