svn commit: r494093 - head/archivers/rar

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Wed Feb 27 23:47:10 UTC 2019


Author: sunpoet
Date: Wed Feb 27 23:47:09 2019
New Revision: 494093
URL: https://svnweb.freebsd.org/changeset/ports/494093

Log:
  Update to 5.7.0
  
  - Update MASTER_SITES
  - Use x64 binary for amd64
  - Update pkg-descr
  - Update WWW
  
  Changes:	https://rarlab.com/rarnew.htm

Modified:
  head/archivers/rar/Makefile
  head/archivers/rar/distinfo
  head/archivers/rar/pkg-descr

Modified: head/archivers/rar/Makefile
==============================================================================
--- head/archivers/rar/Makefile	Wed Feb 27 22:12:09 2019	(r494092)
+++ head/archivers/rar/Makefile	Wed Feb 27 23:47:09 2019	(r494093)
@@ -2,11 +2,11 @@
 # $FreeBSD$
 
 PORTNAME=	rar
-PORTVERSION=	5.6.1
+PORTVERSION=	5.7.0
 PORTEPOCH=	3
 CATEGORIES=	archivers
-MASTER_SITES=	https://www.rarlab.com/rar/
-DISTNAME=	rarbsd-${PORTVERSION}
+MASTER_SITES=	https://rarlab.com/rar/
+DISTNAME=	rarbsd${ARCH:S|amd64|-x64|:S|i386||}-${PORTVERSION}
 
 MAINTAINER=	sunpoet at FreeBSD.org
 COMMENT=	File archiver (binary port)
@@ -16,26 +16,18 @@ LICENSE_NAME=	RAR license
 LICENSE_FILE=	${WRKSRC}/license.txt
 LICENSE_PERMS=	dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
 
+ONLY_FOR_ARCHS=	amd64 i386
 RESTRICTED=	only unmodified original package can be distributed
 
-IA32_BINARY_PORT=	yes
 NO_BUILD=	yes
 WRKSRC=		${WRKDIR}/rar
 
 PLIST_FILES=	bin/rar lib/default.sfx etc/rarfiles.lst man/cat1/rar.1.gz
 
-PORTDOCS=	*
-
-OPTIONS_DEFINE=	DOCS
-
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/rar ${STAGEDIR}${PREFIX}/bin
 	${INSTALL_MAN} ${WRKSRC}/rar.txt ${STAGEDIR}${PREFIX}/man/cat1/rar.1
 	${INSTALL_DATA} ${WRKSRC}/rarfiles.lst ${STAGEDIR}${PREFIX}/etc
 	${INSTALL_DATA} ${WRKSRC}/default.sfx ${STAGEDIR}${PREFIX}/lib
-
-post-install-DOCS-on:
-	@${MKDIR} ${STAGEDIR}${DOCSDIR}
-	${INSTALL_DATA} ${WRKSRC}/*.txt ${WRKSRC}/order.htm ${STAGEDIR}${DOCSDIR}
 
 .include <bsd.port.mk>

Modified: head/archivers/rar/distinfo
==============================================================================
--- head/archivers/rar/distinfo	Wed Feb 27 22:12:09 2019	(r494092)
+++ head/archivers/rar/distinfo	Wed Feb 27 23:47:09 2019	(r494093)
@@ -1,3 +1,5 @@
-TIMESTAMP = 1538849510
-SHA256 (rarbsd-5.6.1.tar.gz) = 3ec1e2d04665cda5e5f67afc20e54b97adeb08e404c0091ec65744f0920f3bef
-SIZE (rarbsd-5.6.1.tar.gz) = 534823
+TIMESTAMP = 1551307203
+SHA256 (rarbsd-5.7.0.tar.gz) = e7a0c3f3f63db433807ae32be87e59e6e0397739f2cf87c0f71b8371934f37df
+SIZE (rarbsd-5.7.0.tar.gz) = 553789
+SHA256 (rarbsd-x64-5.7.0.tar.gz) = be658549df268fe8f9fb89476d0fe9db2336af80aef7dc4527efb1eb876f99e6
+SIZE (rarbsd-x64-5.7.0.tar.gz) = 597068

Modified: head/archivers/rar/pkg-descr
==============================================================================
--- head/archivers/rar/pkg-descr	Wed Feb 27 22:12:09 2019	(r494092)
+++ head/archivers/rar/pkg-descr	Wed Feb 27 23:47:09 2019	(r494093)
@@ -1,5 +1,18 @@
-The rar archiver adds and extracts files to and from an archive. The archive is
-usually a regular file, whose ends in the ".rar" suffix. The archive could be a
-medium like a floppy diskette, tape or any other storage device.
+RAR archiver:
 
-WWW: https://www.rarlab.com/
+- RAR introduces an original compression algorithm. It provides high compression
+  ratios on executable files, object libraries, large text files, etc.
+
+- RAR provides functionality for creating a 'solid' archive, which can raise the
+  compression ratio by 10% - 50% over more common methods, particularly when
+  packing large numbers of small files.
+
+- RAR offers the ability to create and change SFX archives using default and
+  external SFX modules.
+
+- RAR offers the ability to create a multi-volume archive as SFX.
+
+- RAR offers a number of service functions, such as encrypting files, adding
+  archive comments and repairing physically damaged archives.
+
+WWW: https://rarlab.com/


More information about the svn-ports-all mailing list