mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
archivers/xar: Remove expired port
2024-03-31 archivers/xar: Last release was in 2012 and upstream is dead, consider archivers/libarchive or archivers/7-zip
This commit is contained in:
parent
433ba9ef99
commit
60977261ad
1
MOVED
1
MOVED
@ -3113,3 +3113,4 @@ www/youtube_dl|www/yt-dlp|2024-04-01|Has expired: Many extractors are brokena an
|
||||
devel/codeworker||2024-04-01|Has expired: Abandonware, outdated version in ports and last release upstream in 2010
|
||||
net/libzmq2||2024-04-01|Has expired: Last release was in 2012 switch to libzmq3
|
||||
irc/insub||2024-04-01|Has expired: Outdated version, unmaintained in ports since 2015
|
||||
archivers/xar||2024-04-01|Has expired: Last release was in 2012 and upstream is dead, consider archivers/libarchive or archivers/7-zip
|
||||
|
@ -271,7 +271,6 @@
|
||||
SUBDIR += urbackup-server
|
||||
SUBDIR += v1541commander
|
||||
SUBDIR += vbz-compression
|
||||
SUBDIR += xar
|
||||
SUBDIR += xarchive
|
||||
SUBDIR += xarchiver
|
||||
SUBDIR += xdms
|
||||
|
@ -1,33 +0,0 @@
|
||||
PORTNAME= xar
|
||||
PORTVERSION= 1.6.1
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= archivers
|
||||
MASTER_SITES= https://github.com/downloads/mackyle/xar/ \
|
||||
GENTOO
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= OpenDarwin XML eXtensible ARchiver
|
||||
WWW= https://mackyle.github.io/xar/
|
||||
|
||||
LICENSE= BSD3CLAUSE
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
DEPRECATED= Last release was in 2012 and upstream is dead, consider archivers/libarchive or archivers/7-zip
|
||||
EXPIRATION_DATE=2024-03-31
|
||||
|
||||
USES= cpe gmake gnome libtool ssl
|
||||
BROKEN_SSL= openssl openssl31
|
||||
BROKEN_SSL_REASON= undefined reference due to --no-allow-shlib-undefined: EVP_MD_type
|
||||
CPE_VENDOR= xar_project
|
||||
USE_GNOME= libxml2
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
|
||||
CONFIGURE_ENV= ac_cv_lib_crypto_OpenSSL_add_all_ciphers=yes
|
||||
|
||||
post-install:
|
||||
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME} \
|
||||
${STAGEDIR}${PREFIX}/lib/lib${PORTNAME}.so
|
||||
|
||||
.include <bsd.port.mk>
|
@ -1,3 +0,0 @@
|
||||
TIMESTAMP = 1479465542
|
||||
SHA256 (xar-1.6.1.tar.gz) = ee46089968457cf710b8cf1bdeb98b7ef232eb8a4cdeb34502e1f16ef4d2153e
|
||||
SIZE (xar-1.6.1.tar.gz) = 180771
|
@ -1,9 +0,0 @@
|
||||
The XAR project aims to provide an easily extensible archive format.
|
||||
Important design decisions include an easily extensible XML table of
|
||||
contents for random access to archived files, storing the toc at the
|
||||
beginning of the archive to allow for efficient handling of streamed
|
||||
archives, the ability to handle files of arbitrarily large sizes,
|
||||
the ability to choose independent encodings for individual files in
|
||||
the archive, the ability to store checksums for individual files in
|
||||
both compressed and uncompressed form, and the ability to query the
|
||||
table of content's rich meta-data.
|
@ -1,6 +0,0 @@
|
||||
bin/xar
|
||||
include/xar/xar.h
|
||||
lib/libxar.a
|
||||
lib/libxar.so
|
||||
lib/libxar.so.1
|
||||
share/man/man1/xar.1.gz
|
Loading…
Reference in New Issue
Block a user