diff options
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/rar/Makefile | 16 | ||||
-rw-r--r-- | archivers/rar/distinfo | 8 | ||||
-rw-r--r-- | archivers/rar/pkg-descr | 21 |
3 files changed, 26 insertions, 19 deletions
diff --git a/archivers/rar/Makefile b/archivers/rar/Makefile index 651fdfd751c1..0b50bcebf3da 100644 --- a/archivers/rar/Makefile +++ b/archivers/rar/Makefile @@ -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@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> diff --git a/archivers/rar/distinfo b/archivers/rar/distinfo index 1cc660ca8c34..a4fe15024bb0 100644 --- a/archivers/rar/distinfo +++ b/archivers/rar/distinfo @@ -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 diff --git a/archivers/rar/pkg-descr b/archivers/rar/pkg-descr index 97c6ed48b8b9..c3b8d92bdfaf 100644 --- a/archivers/rar/pkg-descr +++ b/archivers/rar/pkg-descr @@ -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/ |