mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-13 07:34:50 +00:00
Remove archivers/xz: included in base system on all supported releases
Approved by: bapt
This commit is contained in:
parent
1432aa0abb
commit
be1d67f0ff
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=339545
1
MOVED
1
MOVED
@ -5372,3 +5372,4 @@ devel/hs-hdoc||2014-01-09|Removed
|
||||
devel/hs-idoc||2014-01-09|Removed
|
||||
x11-toolkits/hs-frantk||2014-01-09|Outdated and bitrotted
|
||||
devel/lua-filename||2014-01-10|Abandonware
|
||||
archivers/xz||2014-01-12|Included in base system on all supported releases
|
||||
|
@ -218,7 +218,6 @@
|
||||
SUBDIR += xdms
|
||||
SUBDIR += xmill
|
||||
SUBDIR += xpk
|
||||
SUBDIR += xz
|
||||
SUBDIR += zip
|
||||
SUBDIR += zip-ada
|
||||
SUBDIR += zipmix
|
||||
|
@ -1,43 +0,0 @@
|
||||
# $FreeBSD$
|
||||
|
||||
# The version should match the one imported into base in later releases,
|
||||
# so ports can expect the same features across all branches.
|
||||
|
||||
PORTNAME= xz
|
||||
PORTVERSION= 5.0.4
|
||||
CATEGORIES= archivers
|
||||
#MASTER_SITES= http://tukaani.org/xz/
|
||||
# tukaani.org still doesn't interop with fetch(1) as of 2013-01-06
|
||||
MASTER_SITES= ${MASTER_SITE_LOCAL}
|
||||
MASTER_SITE_SUBDIR= naddy
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= LZMA compression and decompression tools
|
||||
|
||||
CONFLICTS= lzma-[0-9]* lzmautils-[0-9]* lzmalib-[0-9]*
|
||||
|
||||
USE_BZIP2= yes
|
||||
USE_LDCONFIG= yes
|
||||
USES= pathfix
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
DEPRECATED= Available in base distribution for all supported releases
|
||||
|
||||
# As we want to use xz for extraction of port distfiles,
|
||||
# it cannot depend on gettext.
|
||||
CONFIGURE_ARGS= --disable-nls
|
||||
|
||||
# pick up assembly language optimizations
|
||||
CONFIGURE_TARGET= ${ARCH:S/amd64/x86_64/}-portbld-freebsd${OSREL}
|
||||
|
||||
INSTALL_TARGET= install install-dist_docDATA install-dist_examplesDATA \
|
||||
install-dist_examplesoldDATA
|
||||
|
||||
PORTDOCS= AUTHORS COPYING COPYING.GPLv2 NEWS README THANKS TODO \
|
||||
faq.txt history.txt lzma-file-format.txt xz-file-format.txt \
|
||||
examples examples_old
|
||||
|
||||
regression-test: build
|
||||
@cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} check
|
||||
|
||||
.include <bsd.port.mk>
|
@ -1,2 +0,0 @@
|
||||
SHA256 (xz-5.0.4.tar.bz2) = 5cd9b060d3a1ad396b3be52c9b9311046a1c369e6062aea752658c435629ce92
|
||||
SIZE (xz-5.0.4.tar.bz2) = 1048328
|
@ -1,12 +0,0 @@
|
||||
--- Makefile.in.orig 2013-01-06 20:23:58.000000000 +0100
|
||||
+++ Makefile.in 2013-01-06 20:24:19.000000000 +0100
|
||||
@@ -926,8 +926,7 @@ info: info-recursive
|
||||
|
||||
info-am:
|
||||
|
||||
-install-data-am: install-dist_docDATA install-dist_examplesDATA \
|
||||
- install-dist_examplesoldDATA
|
||||
+install-data-am:
|
||||
|
||||
install-dvi: install-dvi-recursive
|
||||
|
@ -1,11 +0,0 @@
|
||||
--- src/liblzma/Makefile.in.orig 2009-09-16 19:57:18.000000000 +0200
|
||||
+++ src/liblzma/Makefile.in 2009-09-16 19:57:31.000000000 +0200
|
||||
@@ -1631,7 +1631,7 @@ info: info-recursive
|
||||
|
||||
info-am:
|
||||
|
||||
-install-data-am: install-docDATA install-pkgconfigDATA
|
||||
+install-data-am: install-pkgconfigDATA
|
||||
|
||||
install-dvi: install-dvi-recursive
|
||||
|
@ -1,19 +0,0 @@
|
||||
XZ Utils is free general-purpose data compression software with a
|
||||
high compression ratio. XZ Utils is the successor to LZMA Utils.
|
||||
|
||||
The core of the XZ Utils compression code is based on the LZMA SDK.
|
||||
The primary compression algorithm is currently LZMA2, which is used
|
||||
inside the .xz container format. With typical files, XZ Utils
|
||||
creates output 30% smaller than gzip and 15% smaller than bzip2.
|
||||
|
||||
The XZ Utils package consists of several components:
|
||||
|
||||
* liblzma is a compression library with an API similar to that of zlib.
|
||||
* xz is a command line tool with syntax similar to that of gzip.
|
||||
* xzdec is a decompression-only tool smaller than the full-featured xz tool.
|
||||
* A set of shell scripts (xzgrep, xzdiff, etc.) have been adapted
|
||||
from gzip to ease viewing, grepping, and comparing compressed files.
|
||||
* Emulation of the command line tools of LZMA Utils eases transition
|
||||
from LZMA Utils to XZ Utils.
|
||||
|
||||
WWW: http://tukaani.org/xz/
|
@ -1,67 +0,0 @@
|
||||
bin/lzcat
|
||||
bin/lzcmp
|
||||
bin/lzdiff
|
||||
bin/lzegrep
|
||||
bin/lzfgrep
|
||||
bin/lzgrep
|
||||
bin/lzless
|
||||
bin/lzma
|
||||
bin/lzmadec
|
||||
bin/lzmainfo
|
||||
bin/lzmore
|
||||
bin/unlzma
|
||||
bin/unxz
|
||||
bin/xz
|
||||
bin/xzcat
|
||||
bin/xzcmp
|
||||
bin/xzdec
|
||||
bin/xzdiff
|
||||
bin/xzegrep
|
||||
bin/xzfgrep
|
||||
bin/xzgrep
|
||||
bin/xzless
|
||||
bin/xzmore
|
||||
include/lzma.h
|
||||
include/lzma/base.h
|
||||
include/lzma/bcj.h
|
||||
include/lzma/block.h
|
||||
include/lzma/check.h
|
||||
include/lzma/container.h
|
||||
include/lzma/delta.h
|
||||
include/lzma/filter.h
|
||||
include/lzma/hardware.h
|
||||
include/lzma/index.h
|
||||
include/lzma/index_hash.h
|
||||
include/lzma/lzma.h
|
||||
include/lzma/stream_flags.h
|
||||
include/lzma/version.h
|
||||
include/lzma/vli.h
|
||||
lib/liblzma.a
|
||||
lib/liblzma.la
|
||||
lib/liblzma.so
|
||||
lib/liblzma.so.5
|
||||
libdata/pkgconfig/liblzma.pc
|
||||
man/man1/lzcat.1.gz
|
||||
man/man1/lzcmp.1.gz
|
||||
man/man1/lzdiff.1.gz
|
||||
man/man1/lzegrep.1.gz
|
||||
man/man1/lzfgrep.1.gz
|
||||
man/man1/lzgrep.1.gz
|
||||
man/man1/lzless.1.gz
|
||||
man/man1/lzma.1.gz
|
||||
man/man1/lzmadec.1.gz
|
||||
man/man1/lzmainfo.1.gz
|
||||
man/man1/lzmore.1.gz
|
||||
man/man1/unlzma.1.gz
|
||||
man/man1/unxz.1.gz
|
||||
man/man1/xz.1.gz
|
||||
man/man1/xzcat.1.gz
|
||||
man/man1/xzcmp.1.gz
|
||||
man/man1/xzdec.1.gz
|
||||
man/man1/xzdiff.1.gz
|
||||
man/man1/xzegrep.1.gz
|
||||
man/man1/xzfgrep.1.gz
|
||||
man/man1/xzgrep.1.gz
|
||||
man/man1/xzless.1.gz
|
||||
man/man1/xzmore.1.gz
|
||||
@dirrm include/lzma
|
Loading…
Reference in New Issue
Block a user