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
Port details
archivemount Mount archives with FUSE
0.9.1_1 sysutils Deleted on this many watch lists=4 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 0.9.1_1Version of this port present on the latest quarterly branch.
Maintainer: jirnov@gmail.com search for ports maintained by this maintainer
Port Added: 2008-06-21 12:47:04
Last Update: 2024-11-06 15:17:35
Commit Hash: 6e2da96
People watching this port, also watch:: openssl, gdisk, libevent, dfc, vlc
License: LGPL20
WWW:
https://www.cybernoia.de/software/archivemount.html
Description:
Archivemount is a piece of glue code between libarchive (http://people.freebsd.org/~kientzle/libarchive/) and FUSE (http://fuse.sourceforge.net). It can be used to mount a (possibly compressed) archive (as in .tar.gz or .tar.bz2) and use it like an ordinary filesystem.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (6 items)
Collapse this list.
  1. bin/archivemount
  2. share/man/man1/archivemount.1.gz
  3. sbin/mount_archive
  4. /usr/local/share/licenses/archivemount-0.9.1_1/catalog.mk
  5. /usr/local/share/licenses/archivemount-0.9.1_1/LICENSE
  6. /usr/local/share/licenses/archivemount-0.9.1_1/LGPL20
Collapse this list.
Dependency lines:
  • archivemount>0:sysutils/archivemount
No installation instructions:
This port has been deleted.
PKGNAME: archivemount
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1663696814 SHA256 (archivemount-0.9.1.tar.gz) = c529b981cacb19541b48ddafdafb2ede47a40fcaf16c677c1e2cd198b159c5b3 SIZE (archivemount-0.9.1.tar.gz) = 133251

Packages (timestamps in pop-ups are UTC):
archivemount
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest--0.8.12---0.8.12-
FreeBSD:13:quarterly0.9.1_10.9.1_10.9.10.9.1_10.9.1_10.9.10.9.10.9.1
FreeBSD:14:latest0.9.1_1-0.9.10.9.1_1-0.9.1-0.9.1
FreeBSD:14:quarterly0.9.1_10.9.1_1-0.9.1_10.9.1_10.9.10.9.10.9.1
FreeBSD:15:latest--n/a-n/a0.9.10.9.10.9.1
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. pkgconf>=1.3.0_1 : devel/pkgconf
Library dependencies:
  1. libfuse.so : sysutils/fusefs-libs
  2. libarchive.so.13 : archivers/libarchive
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
sysutils_archivemount
USES:
fuse iconv libarchive pkgconfig
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://www.cybernoia.de/software/archivemount/
Collapse this list.
Port Moves

Number of commits found: 27

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
0.9.1_1
06 Nov 2024 15:17:35
commit hash: 6e2da9672f79f44048d597f0f61e4646cdeade9dcommit hash: 6e2da9672f79f44048d597f0f61e4646cdeade9dcommit hash: 6e2da9672f79f44048d597f0f61e4646cdeade9dcommit hash: 6e2da9672f79f44048d597f0f61e4646cdeade9d files touched by this commit
Robert Clausecker (fuz) search for other commits by this committer
filesystems: add new category for file systems and related utilities

The filesystems category houses file systems and file system utilities.
It is added mainly to turn the sysutils/fusefs-* pseudo-category into
a proper one, but is also useful for the sundry of other file systems
related ports found in the tree.

Ports that seem like they belong there are moved to the new category.
Two ports, sysutils/fusefs-funionfs and sysutils/fusefs-fusepak are
not moved as they currently don't fetch and don't have TIMESTAMP set
in their distinfo, but that is required to be able to push a rename
of the port by the pre-receive hook.

Approved by:	portmgr (rene)
Reviewed by:	mat
Pull Request:	https://github.com/freebsd/freebsd-ports/pull/302
PR:		281988
0.9.1_1
25 Feb 2024 14:30:25
commit hash: a824fa896bc1efcde491f256051b6cd2d7ae9664commit hash: a824fa896bc1efcde491f256051b6cd2d7ae9664commit hash: a824fa896bc1efcde491f256051b6cd2d7ae9664commit hash: a824fa896bc1efcde491f256051b6cd2d7ae9664 files touched by this commit
Muhammad Moinur Rahman (bofh) search for other commits by this committer
sysutils/archivemount: Moved man to share/man

Approved by:    portmgr (blanket)
0.9.1
20 Sep 2022 18:11:04
commit hash: 1b7c6c2a7d06f82cab68314fd5168571701737c9commit hash: 1b7c6c2a7d06f82cab68314fd5168571701737c9commit hash: 1b7c6c2a7d06f82cab68314fd5168571701737c9commit hash: 1b7c6c2a7d06f82cab68314fd5168571701737c9 files touched by this commit
Nuno Teixeira (eduardo) search for other commits by this committer
Author: Evgeny Zhirnov
sysutils/archivemount: Update to 0.9.1

ChangeLog:

* 0.9.1 - Incorporated fixes for compilation problems with newer gcc
          versions. Contributed by Niels de Vos
* 0.9.0 - Make sure the written archive's format is the same or as
          close as possible to the original. Due to a bug written files
          were always in ustar format. Contributed by Jeff Ebert.
        - Add AM_PROG_CC_C_O macro to configure.ac, contributed by
          Jeff Ebert
        - added option -o password, contributed by Scott Worley
        - Pass REG_ENHANCED to regcomp where available (Mac and BSD).
          Otherwise \? has no special meaning. Contributed by Michael
          J. Walsh
        - Removed magic number for block size, it's a constant now.
          Contributed by John Delgado

PR:		266518
07 Sep 2022 21:58:51
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
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)
0.8.12_2
07 Sep 2022 21:10:59
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
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 View all of this commit message)
0.8.12_2
20 Jul 2022 14:23:05
commit hash: ea7123695aad83707eba8adaf42b29dac7f296e4commit hash: ea7123695aad83707eba8adaf42b29dac7f296e4commit hash: ea7123695aad83707eba8adaf42b29dac7f296e4commit hash: ea7123695aad83707eba8adaf42b29dac7f296e4 files touched by this commit
Tobias C. Berner (tcberner) search for other commits by this committer
sysutils: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *  <jsmith@resonatingmedia.com>
  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Aaron Landwehr <aaron@snaphat.com>
  *  Adam Weinberger <adamw@FreeBSD.org>
  *  Adrian Chadd
  *  Adrian Chadd <adrian@FreeBSD.org>
  *  Akinori MUSHA aka knu <knu@idaemons.org>
  *  Alan Eldridge <alane@FreeBSD.org>
  *  Alan Eldridge <alane@geeksrus.net>
  *  Aldis Berjoza <aldis@bsdroot.lv>
  *  Alex Deiter <alex.deiter@gmail.com>
(Only the first 15 lines of the commit message are shown above View all of this commit message)
0.8.12_2
18 Mar 2022 07:14:18
commit hash: ce6d95684b2de940525a4330552127f694e3ba11commit hash: ce6d95684b2de940525a4330552127f694e3ba11commit hash: ce6d95684b2de940525a4330552127f694e3ba11commit hash: ce6d95684b2de940525a4330552127f694e3ba11 files touched by this commit
Fernando Apesteguía (fernape) search for other commits by this committer
sysutils/archivemount: Remove gmake dependency

It is not necessary to build the port.

PR:	262321
Reported by:	billblake2018@gmail.com
Approved by:	jirnov@gmail.com (maintainer, timeout 2 weeks)
0.8.12_1
16 Mar 2022 11:20:03
commit hash: 15865bdb6207dd15468762cb04df74ba8999aaefcommit hash: 15865bdb6207dd15468762cb04df74ba8999aaefcommit hash: 15865bdb6207dd15468762cb04df74ba8999aaefcommit hash: 15865bdb6207dd15468762cb04df74ba8999aaef files touched by this commit
Fernando Apesteguía (fernape) search for other commits by this committer
*/*: Use fusefs.ko instead of old fuse.ko

In several installation messages.

Bumping PORTEREVISION since this is something an end user would like know about.

PR:	262246
Reported by:	obiwac@gmail.com
0.8.12
06 Apr 2021 14:31:07
commit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344eb files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
0.8.12
14 Aug 2019 12:16:13
Revision:508909Original commit files touched by this commit
mat search for other commits by this committer
Convert to UCL & cleanup pkg-message (categories s)
0.8.12
26 May 2019 18:12:25
Revision:502737Original commit files touched by this commit
eugen search for other commits by this committer
sysutils/archivemount: update to 0.8.12

Upstream switched to https, so MASTER_SITES changed
to avoid extra request and delay.

Put archivemount more in line with common FreeBSD utilities
providing symlink mount_archive and add pkg-message describing
how it can be used in /etc/fstab.

PR:		237014
Approved by:	jirnov@gmail.com (maintainer timeout, 7 weeks)
0.8.1
02 Oct 2018 09:38:31
Revision:481108Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Fix license
- Update WWW

Approved by:	portmgr blanket
0.8.1
23 Feb 2018 02:25:01
Revision:462659Original commit files touched by this commit
yuri search for other commits by this committer
sysutils/archivemount: Update to 0.8.1

Additional port changes:
* Changed to DISTVERSION
* Added LICENSE/LICENSE_FILE
* Sorted USES

PR:		225571
Submitted by:	feld
Approved by:	tcberner (mentor, implicit)
0.6.1_1
19 Jul 2015 22:04:45
Revision:392537Original commit files touched by this commit
bapt search for other commits by this committer
Enforce libarchive from ports

This reduces the patching level on some ports and make it simpler to maintainer
over all supported version of freebsd
0.6.1
11 Feb 2014 14:23:05
Revision:343757Original commit files touched by this commit
miwi search for other commits by this committer
- Stage support
0.6.1
20 Sep 2013 23:06:00
Revision:327772Original commit files touched by this commit
bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
sysutils)
0.6.1
14 Sep 2013 10:36:25
Revision:327261Original commit files touched by this commit
bapt search for other commits by this committer
Remove useless USE_GCC: clang builds it just fine
0.6.1
27 Apr 2013 18:25:25
Revision:316683Original commit files touched by this commit
mva search for other commits by this committer
- Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig and
  USE_GETTEXT=yes to USES=gettext while here
0.6.1
23 Apr 2013 14:20:28
Revision:316355Original commit files touched by this commit
bapt search for other commits by this committer
Finish converting the whole ports tree to USES=pkgconfig
0.6.1
06 Mar 2013 16:52:02
Revision:313527Original commit files touched by this commit
bapt search for other commits by this committer
Convert USE_FUSE macros into USES feature.

While here trim headers
Convert some USE_GNOME= gnomehack -> USES= pathfix
0.6.1
14 Dec 2012 15:47:01
Revision:308910Original commit files touched by this commit
flo search for other commits by this committer
- introduce a USE_FUSE macro
- convert all fuse ports to use the new macro

The macro makes sure sysutils/fusefs-libs gets installed and depending on
fuse being in base or not it installs sysutils/fusefs-kmod.

Approved by:	portmgr (bapt)
0.6.1
26 Jul 2012 05:40:24
Original commit files touched by this commit
bapt search for other commits by this committer
new devel/pkgconf added to replace devel/pkg-config. new version of pkg-config
are no more self hosting so we are stuck with 0.25 version while pkgconf provide
the same set of features as 0.27 and a compatible frontend. A symlink to
pkg-config has been added for convenience and compatibility

This also introduces a new macro to use pkgconf in your ports:
USE_PKGCONFIG

it can take the following arguments:
 - yes (meaning build only dep)
 - build (meaning build only dep)
 - run (meaning run only dep)
 - both (meaning run and build dep)

From now USE_GNOME= pkgconfig is deprecated in favour of USE_PKGCONFIG
The old gnome macro has been modified to use pkgconf but still the sameway: run
and build dep to avoid large breakage.

While here fix some ports relying on pkg-config but not specifying it, fix some
ports broken because testing wrong .pc files, and fix ports using pkg-config
--version to determine pkg-config version instead of
pkg-config --modversion pkg-config like recommanded by pkg-config

With Hat:	portmgr
Exp-runs by:	bapt (pointhat-west), beat (pointyhat)
0.6.1
20 Mar 2011 16:31:59
Original commit files touched by this commit
culot search for other commits by this committer
- Update to 0.6.1

PR:             ports/155718
Submitted by:   Evgeny Zhirnov <jirnov AT gmail.com> (maintainer)
0.6.0
19 Mar 2011 12:38:54
Original commit files touched by this commit
miwi search for other commits by this committer
- Get Rid MD5 support
0.6.0
15 Jun 2009 12:11:22
Original commit files touched by this commit
pav search for other commits by this committer
- Update to 0.6.0

PR:             ports/135591
Submitted by:   Evgeny Zhirnov <jirnov@gmail.com> (maintainer)
0.5.3
06 Jan 2009 17:59:31
Original commit files touched by this commit
pav search for other commits by this committer
- Remove conditional checks for FreeBSD 5.x and older
0.5.3
21 Jun 2008 12:46:44
Original commit files touched by this commit
miwi search for other commits by this committer
Archivemount is a piece of glue code between libarchive
(http://people.freebsd.org/~kientzle/libarchive/) and FUSE
(http://fuse.sourceforge.net). It can be used to mount a (possibly compressed)
archive (as in .tar.gz or .tar.bz2) and use it like an ordinary filesystem.

WWW: http://www.cybernoia.de/software/archivemount/

PR:             ports/124793
Submitted by:   Evgeny Zhirnov <jirnov at gmail.com>

Number of commits found: 27