Port details |
- 7-zip Console version of the 7-Zip file archiver
- 24.08 archivers =15 24.08Version of this port present on the latest quarterly branch.
- Maintainer: makc@FreeBSD.org
- Port Added: 2021-12-10 15:18:07
- Last Update: 2024-08-21 20:56:39
- Commit Hash: e3f0c5e
- People watching this port, also watch:: pkg, curl, ca_root_nss, webp, freetype2
- License: BSD3CLAUSE LGPL21+ UNRAR
- WWW:
- https://www.7-zip.org/
- Description:
- 7-Zip is a file archiver with a high compression ratio in 7z format with LZMA
and LZMA2 compression. Supported formats:
* Packing / unpacking: 7z, XZ, BZIP2, GZIP, TAR, ZIP and WIM
* Unpacking only: AR, ARJ, CAB, CHM, CPIO, CramFS, DMG, EXT, FAT, GPT, HFS,
IHEX, ISO, LZH, LZMA, MBR, MSI, NSIS, NTFS, QCOW2, RAR, RPM, SquashFS, UDF,
UEFI, VDI, VHD, VMDK, WIM, XAR and Z
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/archivers/7-zip/ && make install clean
- To add the package, run one of these commands:
- pkg install archivers/7-zip
- pkg install 7-zip
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: 7-zip
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1724272776
SHA256 (7z2408-src.7z) = 4df7a62e5ce503892f500b1f96f0a954931c5266900c439102040957b25a90c6
SIZE (7z2408-src.7z) = 1480727
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- gmake>=4.4.1 : devel/gmake
- Library dependencies:
-
- libsysinfo.so : devel/libsysinfo
- This port is required by:
- for Build
-
- audio/fluidplug-lv2
- games/warzone2100
- lang/julia
-
Deleted ports which required this port:
- for Patch
-
Deleted ports which required this port:
- for Run
-
- archivers/ark
- archivers/ark-devel
- archivers/arqiver
- archivers/deco
- archivers/peazip
- archivers/unfoo
- archivers/xarchiver
-
Deleted ports which required this port:
- * - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...
Configuration Options:
- ===> The following configuration options are available for 7-zip-24.08:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- archivers_7-zip
- USES:
- 7z cpe dos2unix gmake localbase
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Port Moves |
- port moved here from archivers/ppmd-7z on 2022-09-11
REASON: ppmd-7z was a mis-named p7zip project that is unmaintained and has numerous vulnerabilities, users should use 7-zip instead
- port moved here from archivers/p7zip on 2022-05-25
REASON: Unmaintained for years and has known vulnerabilities. Use 7-Zip instead
|
Number of commits found: 16
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
24.08 21 Aug 2024 20:56:39 |
Max Brazhnikov (makc) |
archivers/7-zip: update to 24.08
Changes: https://sourceforge.net/p/sevenzip/discussion/45797/thread/f162d68dcd/ |
24.07 25 Jun 2024 09:29:51 |
Max Brazhnikov (makc) |
archivers/7-zip: update to 24.07
- Drop conflict with p7zip, removed long time ago
- Drop stale patches: FreeBSD/arm64 is now supported upstream |
23.01 05 Sep 2023 21:46:03 |
Piotr Kubaj (pkubaj) |
archivers/7-zip: fix build on powerpc*
../../../../C/AesOpt.c:848:1: error: variable has incomplete type 'void'
AES_COMPAT_STUB (AesCbc_Encode)
^
../../../../C/AesOpt.c:844:5: note: expanded from macro 'AES_COMPAT_STUB'
AES_FUNC_START(name); \
^
../../../../C/AesOpt.c:841:10: note: expanded from macro 'AES_FUNC_START'
void MY_FAST_CALL name(UInt32 *p, Byte *data, size_t numBlocks) \
^ |
23.01 31 Aug 2023 09:39:01 |
Max Brazhnikov (makc) |
archivers/7-zip: regenerate patches |
23.01 31 Aug 2023 09:39:00 |
Max Brazhnikov (makc) |
archivers/7-zip: update to 23.01
PR: 273417
Submitted by: Fabian Wenk |
22.01 20 Nov 2022 21:03:00 |
Max Brazhnikov (makc) |
archivers/7-zip: Update to 22.01
Changes 22.00 -> 21.01:
https://sourceforge.net/p/sevenzip/discussion/45797/thread/c43cbc5f18/
Changes 21.07 -> 22.00:
https://sourceforge.net/p/sevenzip/discussion/45797/thread/9c2d9061ce/ |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
21.07_2 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
21.07_2 24 May 2022 17:25:38 |
Max Brazhnikov (makc) |
archivers/7-zip: provide compatibility link
- Provide 7z as a link to 7zz binary and mark conflict with p7zip
- Do not copy license file along with docs |
21.07_1 18 Apr 2022 11:40:48 |
Max Brazhnikov (makc) |
archivers/7-zip: fix build on armv6/armv7
- Extend HWCAP detection patch to use correct auxvals on armv6/armv7.
- Disable optimised AES, CRC, SHA-1, and SHA-256 kernels on armv6/armv7
as they don't build with base clang.
PR: 263244
Submitted by: Robert Clausecker |
21.07_1 14 Feb 2022 21:59:33 |
Max Brazhnikov (makc) |
archivers/7-zip: add man page |
21.07 30 Jan 2022 17:29:49 |
Max Brazhnikov (makc) |
archivers/7-zip: set CFLAGS to fix build on aarch64
The code will use CRC instructions at runtime if available.
PR: 260329 |
21.07 28 Dec 2021 14:32:57 |
Max Brazhnikov (makc) |
archivers/7-zip: Update to 21.07
Merge patches to fix build on arm64 [1].
PR: 260329 [1]
Reported by: diizzy@
Submitted by: mikael@ |
21.06_1 13 Dec 2021 20:58:56 |
Max Brazhnikov (makc) |
archivers/7-zip: minor fix
Avoid CFLAGS duplication and remove excessive warning flags |
21.06_1 11 Dec 2021 12:14:40 |
Max Brazhnikov (makc) |
archivers/7-zip: add license and cpe info |
21.06 10 Dec 2021 15:13:26 |
Max Brazhnikov (makc) |
archivers/7-zip: add new port
This is console version of original 7-Zip archiver released for Linux:
https://sourceforge.net/p/sevenzip/discussion/45797/thread/cec5e63147/
The sources are packed with 7z, therefore p7zip is required to build this port. |
Number of commits found: 16
|