notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details
libunrar5 RAR archive extraction library
5.9.4 archivers Deleted on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 5.9.4Version of this port present on the latest quarterly branch.
Maintainer: jhale@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2016-12-31 18:34:26
Last Update: 2021-01-19 19:51:31
SVN Revision: 562072
License: UNRAR
WWW:
https://www.rarlab.com/
Description:
The UnRAR library is a minor part of the RAR archiver and contains the RAR uncompression algorithm. UnRAR requires a very small amount of memory to operate. It can be used by other programs to extract RAR archives. WWW: https://www.rarlab.com/
Homepage    cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (8 items)
Collapse this list.
  1. lib/libunrar.a
  2. lib/libunrar.so
  3. lib/libunrar.so.5
  4. include/libunrar5/dll.hpp
  5. @ldconfig
  6. /usr/local/share/licenses/libunrar5-5.9.4/catalog.mk
  7. /usr/local/share/licenses/libunrar5-5.9.4/LICENSE
  8. /usr/local/share/licenses/libunrar5-5.9.4/UNRAR
Collapse this list.
Dependency lines:
  • libunrar5>0:archivers/libunrar5
Conflicts:
CONFLICTS_INSTALL:
  • libunrar-3*
  • libunrar4-4*
Conflicts Matches:
There are no Conflicts Matches for this port. This is usually an error.
No installation instructions:
This port has been deleted.
PKGNAME: libunrar5
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1599876733 SHA256 (unrarsrc-5.9.4.tar.gz) = 3d010d14223e0c7a385ed740e8f046edcbe885e5c22c5ad5733d009596865300 SIZE (unrarsrc-5.9.4.tar.gz) = 229921

Packages (timestamps in pop-ups are UTC):
libunrar5
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest------5.9.4-
FreeBSD:13:quarterly--------
FreeBSD:14:latest--------
FreeBSD:14:quarterly--------
FreeBSD:15:latest--n/a-n/a---
FreeBSD:15:quarterly--n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. gmake>=4.3 : devel/gmake
There are no ports dependent upon this port

Configuration Options:
===> The following configuration options are available for libunrar5-5.9.4: OPENSSL_AES=on: Use OpenSSL implementation of AES ===> Use 'make config' to modify these settings
Options name:
N/A
USES:
compiler:c++11-lang gmake ssl
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. http://www.rarlab.com/rar/
Collapse this list.
Port Moves
  • port moved to archivers/libunrar6 on 2021-01-19
    REASON: Renamed to match current major version of libunrar

Number of commits found: 12

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
5.9.4
19 Jan 2021 19:51:31
Revision:562072Original commit files touched by this commit
jhale search for other commits by this committer
Move archivers/libunrar5 -> archivers/libunrar6 due to new major version.
Update renamed port to 6.0.3.

Bump PORTREVISION on consumers and adjust to use new port origin.
5.9.4
12 Sep 2020 03:44:33
Revision:548281Original commit files touched by this commit
jhale search for other commits by this committer
archivers/libunrar5: Update to 5.9.4

- Use ${RLN} to install shared library symlink
- Update WWW

PR:		249263
Submitted by:	Niclas Carlsson <n_carlsson@outlook.com>
5.6.8_1
26 Jul 2019 20:46:57
Revision:507372Original commit files touched by this commit
gerald search for other commits by this committer
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
   c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.

PR:		238330
5.6.8
06 Jul 2019 12:13:19
Revision:505982Original commit files touched by this commit
pkubaj search for other commits by this committer
archivers/libunrar5: fix build on GCC architectures

Add USES=compiler:c++11-lang:
rijndael.hpp:23: error: a function call cannot appear in a constant-expression
rijndael.hpp:23: error: ISO C++ forbids initialization of member 'ctx'
rijndael.hpp:23: error: making 'ctx' static
rijndael.hpp:23: error: invalid in-class initialization of static data member of
non-integral type 'EVP_CIPHER_CTX*'

Approved by:	mentors (implicit approval)
5.6.8
12 Oct 2018 07:35:47
Revision:481881Original commit files touched by this commit
jhale search for other commits by this committer
Fix build with OpenSSL 1.1.x

Reported by:	pkg-fallout (head)
5.6.8
09 Oct 2018 00:03:16
Revision:481583Original commit files touched by this commit
jhale search for other commits by this committer
archivers/libunrar5: Update to 5.6.8

Bump PORTREVISION on sysutils/fusefs-rar2fs which builds against the source
5.6.6
06 Sep 2018 01:34:39
Revision:479079Original commit files touched by this commit
jhale search for other commits by this committer
archivers/libunrar5: Update to 5.6.6

Bump PORTREVISION on sysutils/fusefs-rar2fs which builds against the source
5.6.5
30 Jul 2018 23:01:21
Revision:475924Original commit files touched by this commit
jhale search for other commits by this committer
Update archivers/libunrar5 to 5.6.5
Bump PORTREVISION on sysutils/fusefs-rar2fs which builds against the source
5.5.8
08 Oct 2017 14:09:37
Revision:451548Original commit files touched by this commit
jhale search for other commits by this committer
Update archivers/libunrar5 to 5.5.8
Bump PORTREVISION on sysutils/fusefs-rar2fs which builds against the source
5.5.7
03 Aug 2017 19:38:28
Revision:447277Original commit files touched by this commit
jhale search for other commits by this committer
Update to 5.5.7
Simplify OPENSSL_AES broken message
5.4.5_1
01 Jan 2017 15:45:44
Revision:430258Original commit files touched by this commit
jhale search for other commits by this committer
Add -fPIC to CXXFLAGS to fix build with amd64 and other archs that likely
need it

Reported by:	pkg-fallout
5.4.5
31 Dec 2016 18:34:18
Revision:430150Original commit files touched by this commit
jhale search for other commits by this committer
New port: archivers/libunrar5 (copied from archivers/libunrar4)
Update to 5.4.5
OpenSSL patches copied from archivers/unrar

The UnRAR library is a minor part of the RAR archiver and contains
the RAR uncompression algorithm. UnRAR requires a very small amount
of memory to operate. It can be used by other programs to extract
RAR archives.

WWW: http://www.rarsoft.com/

Number of commits found: 12