Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 1 Apr 2024 11:33:47 GMT
From:      Rene Ladan <rene@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 60977261ad0a - main - archivers/xar: Remove expired port
Message-ID:  <202404011133.431BXl5q043734@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by rene:

URL: https://cgit.FreeBSD.org/ports/commit/?id=60977261ad0a8a62e1c9eb3fc95a80e6b4fdff95

commit 60977261ad0a8a62e1c9eb3fc95a80e6b4fdff95
Author:     Rene Ladan <rene@FreeBSD.org>
AuthorDate: 2024-04-01 11:33:20 +0000
Commit:     Rene Ladan <rene@FreeBSD.org>
CommitDate: 2024-04-01 11:33:20 +0000

    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
---
 MOVED                   |  1 +
 archivers/Makefile      |  1 -
 archivers/xar/Makefile  | 33 ---------------------------------
 archivers/xar/distinfo  |  3 ---
 archivers/xar/pkg-descr |  9 ---------
 archivers/xar/pkg-plist |  6 ------
 6 files changed, 1 insertion(+), 52 deletions(-)

diff --git a/MOVED b/MOVED
index 32e16a6929ce..c054b22aca8e 100644
--- a/MOVED
+++ b/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
diff --git a/archivers/Makefile b/archivers/Makefile
index b8decce4dc26..52181aa32761 100644
--- a/archivers/Makefile
+++ b/archivers/Makefile
@@ -271,7 +271,6 @@
     SUBDIR += urbackup-server
     SUBDIR += v1541commander
     SUBDIR += vbz-compression
-    SUBDIR += xar
     SUBDIR += xarchive
     SUBDIR += xarchiver
     SUBDIR += xdms
diff --git a/archivers/xar/Makefile b/archivers/xar/Makefile
deleted file mode 100644
index a8b8f58a9265..000000000000
--- a/archivers/xar/Makefile
+++ /dev/null
@@ -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>
diff --git a/archivers/xar/distinfo b/archivers/xar/distinfo
deleted file mode 100644
index 6822b076591f..000000000000
--- a/archivers/xar/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1479465542
-SHA256 (xar-1.6.1.tar.gz) = ee46089968457cf710b8cf1bdeb98b7ef232eb8a4cdeb34502e1f16ef4d2153e
-SIZE (xar-1.6.1.tar.gz) = 180771
diff --git a/archivers/xar/pkg-descr b/archivers/xar/pkg-descr
deleted file mode 100644
index acc92eca5cc3..000000000000
--- a/archivers/xar/pkg-descr
+++ /dev/null
@@ -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.
diff --git a/archivers/xar/pkg-plist b/archivers/xar/pkg-plist
deleted file mode 100644
index 68c9d0f46e41..000000000000
--- a/archivers/xar/pkg-plist
+++ /dev/null
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202404011133.431BXl5q043734>