Port details |
- mscompress Microsoft "compress.exe/expand.exe" compatible (de)compressor
- 0.4_1 archivers =10 0.4_1Version of this port present on the latest quarterly branch.
- Maintainer: mew14930xvi@inbox.lv
- Port Added: 2000-05-08 05:21:25
- Last Update: 2024-06-20 14:36:34
- Commit Hash: 05e7fb1
- People watching this port, also watch:: zip, unzip, bzip2, bzip, rar
- License: GPLv2
- WWW:
- https://github.com/stapelberg/mscompress
- Description:
- Microsoft "compress.exe/expand.exe" compatible (de)compressor
This package contains two programs:
msexpand, which decompress files compressed by Microsoft compress.exe utility
(e.g. Win 3.x installation files)
mscompress, which compress files using LZ77 compression algorithm. Output
files can be decompressed using Microsoft expand.exe or msexpand(1).
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- mscompress>0:archivers/mscompress
- Conflicts:
- CONFLICTS_INSTALL:
- To install the port:
- cd /usr/ports/archivers/mscompress/ && make install clean
- To add the package, run one of these commands:
- pkg install archivers/mscompress
- pkg install mscompress
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: mscompress
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1716868983
SHA256 (stapelberg-mscompress-0.4_GH0.tar.gz) = 71ca0f6216e0be5315ec80c5699c4026a7b7c9872a6248510d3cdf56377da83f
SIZE (stapelberg-mscompress-0.4_GH0.tar.gz) = 13379
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:
-
- autoconf>=2.72 : devel/autoconf
- automake>=1.16.5 : devel/automake
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- archivers_mscompress
- USES:
- autoreconf
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.4_1 20 Jun 2024 14:36:34 |
Fernando Apesteguía (fernape) Author: mew14930xvi |
archivers/mscompress: set maintainership and add missing conflict
Submitter is maintainer of several ports.
PR: 279721
Reported by: mew14930xvi@inbox.lv |
0.4 29 May 2024 02:46:23 |
Gabriel M. Dutra (dutra) Author: mew14930xvi |
archivers/mscompress: Update to 0.4
changeLog:
https://github.com/stapelberg/mscompress/blob/master/ChangeLog#L1
PR: 279361 |
0.3 20 Jul 2022 14:20:49 |
Tobias C. Berner (tcberner) |
archivers: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Aaron Dalton <aaron@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Albert Vernon <f3cun3c02@sneakemail.com>
* Alex Dupre <ale@FreeBSD.org>
* Alex Samorukov <samm@freebsd.org>
* Alexander Kuehn <freebsd@nagilum.org>
* Alexander Logvinov <ports@logvinov.com>
* Alexander Zhuravlev <zaa@zaa.pp.ru>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Alexey Dokuchaev <danfe@regency.nsu.ru>
* Anders Nordby <anders@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
0.3 13 Jan 2022 21:01:28 |
Stefan Eßer (se) |
Fix CONFLICTS entries in archivers, astro, audio
Fix conflicts entries based on a script that searches for duplicate
files installed by several ports.
Some patters seem to make ports conflict with themselves, but this is
actually not the case due to the check-*-conflicts logic implemented
in bsd.port.mk, which excludes self-conflicts.
PHP based ports have been ignored in this commit as requested by the
committers currently working on the php-8.1 import.
Approved by: portmgr (implicit) |
0.3 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.3 16 Jan 2020 09:34:42 |
bapt |
First pass at moving manpages to share/man for category a* |
0.3 10 Oct 2019 13:17:47 |
bapt |
Fix plenty of check-sanity warnings:
Add licenses
Modernize using USES=gnome and USES=xorg |
0.3 06 Nov 2018 21:13:55 |
rene |
Return tj's ports to the pool after his commit bit got safekept. |
0.3 26 Jul 2016 16:51:16 |
mat |
Cleanup patches, a* categories.
Rename them to follow the make makepatch naming, and regenerate them.
With hat: portmgr
Sponsored by: Absolight |
0.3 14 May 2015 10:15:09 |
mat |
MASTER_SITES cleanup.
- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.
While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.
Also, replace some EXTRACT_SUFX occurences with USES=tar:*.
Checked by: make fetch-urlall-list
With hat: portmgr
Sponsored by: Absolight |
0.3 01 Jun 2014 07:59:15 |
ohauer |
- fix sanity in CAT archivers
- USE_BZIP2 -> USES=tar:bzip2
- LICENSE=BSD -> BSD[n]CLAUSE |
0.3 26 Dec 2013 14:51:30 |
bapt |
Support stage |
20 Sep 2013 13:11:21
|
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
archivers) |
0.3 31 May 2012 19:40:19 |
tj |
Update my email address.
Approved by: eadler (mentor) |
0.3 16 May 2012 03:06:40 |
tabthorpe |
- Pass maintainership to submitter
PR: ports/167937
Submitted by: Tom Judge <tom@tomjudge.com> |
0.3 22 Dec 2011 00:59:55 |
vanilla |
Fix clang issue. |
0.3 18 Mar 2011 17:59:51 |
miwi |
- Get Rid MD5 support
With hat: portmgr (myself) |
0.3 04 Aug 2007 11:41:31 |
gabor |
- Remove the DESTDIR modifications from individual ports as we have a new,
fully chrooted DESTDIR, which does not need such any more.
Sponsored by: Google Summer of Code 2007
Approved by: portmgr (pav) |
0.3 12 Aug 2006 13:07:49 |
erwin |
Respect DESTDIR
PR: 101805
Submitted by: gabor |
0.3 23 Nov 2005 23:37:45 |
pav |
- Add SHA256 |
0.3 27 Jul 2004 06:56:39 |
osa |
Move package files from plist to Makefile, remove pkg-plist. |
0.3 27 Jan 2004 20:51:07 |
trevor |
Add SIZE. |
0.3 26 Oct 2003 21:58:50 |
kris |
portlint (fix whitespace) |
0.3 20 Feb 2003 16:44:17 |
knu |
De-pkg-comment. |
0.3 23 Nov 2002 02:25:43 |
kris |
Remove maintainers with undeliverable email addresses. |
08 Oct 2000 00:02:22 |
asami |
Convert archivers category to new layout. |