Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
14 Aug 2019 12:16:13
0.8.12

|
mat  |
Convert to UCL & cleanup pkg-message (categories s) |
26 May 2019 18:12:25
0.8.12

|
eugen  |
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) |
02 Oct 2018 09:38:31
0.8.1

|
amdmi3  |
- Fix license
- Update WWW
Approved by: portmgr blanket |
23 Feb 2018 02:25:01
0.8.1

|
yuri  |
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) |
19 Jul 2015 22:04:45
0.6.1_1

|
bapt  |
Enforce libarchive from ports
This reduces the patching level on some ports and make it simpler to maintainer
over all supported version of freebsd |
11 Feb 2014 14:23:05
0.6.1

|
miwi  |
- Stage support |
20 Sep 2013 23:06:00
0.6.1

|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
sysutils) |
14 Sep 2013 10:36:25
0.6.1

|
bapt  |
Remove useless USE_GCC: clang builds it just fine |
27 Apr 2013 18:25:25
0.6.1

|
mva  |
- 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 |
23 Apr 2013 14:20:28
0.6.1

|
bapt  |
Finish converting the whole ports tree to USES=pkgconfig |
06 Mar 2013 16:52:02
0.6.1

|
bapt  |
Convert USE_FUSE macros into USES feature.
While here trim headers
Convert some USE_GNOME= gnomehack -> USES= pathfix |
14 Dec 2012 15:47:01
0.6.1

|
flo  |
- 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) |
26 Jul 2012 05:40:24
0.6.1
|
bapt  |
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) |
20 Mar 2011 16:31:59
0.6.1
|
culot  |
- Update to 0.6.1
PR: ports/155718
Submitted by: Evgeny Zhirnov <jirnov AT gmail.com> (maintainer) |
19 Mar 2011 12:38:54
0.6.0
|
miwi  |
- Get Rid MD5 support |
15 Jun 2009 12:11:22
0.6.0
|
pav  |
- Update to 0.6.0
PR: ports/135591
Submitted by: Evgeny Zhirnov <jirnov@gmail.com> (maintainer) |
06 Jan 2009 17:59:31
0.5.3
|
pav  |
- Remove conditional checks for FreeBSD 5.x and older |
21 Jun 2008 12:46:44
0.5.3
|
miwi  |
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> |