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) combinatio for a given watch list. This is what FreshPorts will look for.

Port details
libvshadow Library to support the Volume Service Snapshot (VSS) format
20231128 devel 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 20221030Version of this port present on the latest quarterly branch.
Maintainer: antoine@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2012-05-31 18:07:27
Last Update: 2024-02-29 13:56:47
Commit Hash: 771f3b8
License: LGPL3
WWW:
https://github.com/libyal/libvshadow
Description:
libvshadow is a library and tools to support the Volume Service Snapshot (VSS) format. The VSS format is used by Windows, as of Vista, to maintain copies of data on a storage media volume.
Homepage    cgit ¦ Codeberg ¦ 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 (27 items)
Collapse this list.
  1. @ldconfig
  2. /usr/local/share/licenses/libvshadow-20231128/catalog.mk
  3. /usr/local/share/licenses/libvshadow-20231128/LICENSE
  4. /usr/local/share/licenses/libvshadow-20231128/LGPL3
  5. bin/vshadowdebug
  6. bin/vshadowinfo
  7. bin/vshadowmount
  8. include/libvshadow.h
  9. include/libvshadow/codepage.h
  10. include/libvshadow/definitions.h
  11. include/libvshadow/error.h
  12. include/libvshadow/extern.h
  13. include/libvshadow/features.h
  14. include/libvshadow/types.h
  15. lib/libvshadow.a
  16. lib/libvshadow.so
  17. lib/libvshadow.so.1
  18. lib/libvshadow.so.1.0.0
  19. lib/python3.9/site-packages/pyvshadow.a
  20. lib/python3.9/site-packages/pyvshadow.so
  21. libdata/pkgconfig/libvshadow.pc
  22. share/man/man1/vshadowinfo.1.gz
  23. share/man/man1/vshadowmount.1.gz
  24. share/man/man3/libvshadow.3.gz
  25. @owner
  26. @group
  27. @mode
Collapse this list.
Dependency lines:
  • libvshadow>0:devel/libvshadow
To install the port:
cd /usr/ports/devel/libvshadow/ && make install clean
To add the package, run one of these commands:
  • pkg install devel/libvshadow
  • pkg install libvshadow
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: libvshadow
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1707838733 SHA256 (libvshadow-alpha-20231128.tar.gz) = eee86ef791b7c3f2211159dedb1ade0aa0280c6057c5a95ee6645fcd427df7dc SIZE (libvshadow-alpha-20231128.tar.gz) = 1524540

Packages (timestamps in pop-ups are UTC):
libvshadow
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest2023112820231128202012222023112820231128-20201222-
FreeBSD:13:quarterly2022103020221030202210302022103020221030202210302022103020221030
FreeBSD:14:latest202311282023112820210425202311282023112820221030-20221030
FreeBSD:14:quarterly2022103020221030-2022103020221030202210302022103020221030
FreeBSD:15:latest2023112820231128n/a20221030n/a202210302022103020231128
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. pkgconf>=1.3.0_1 : devel/pkgconf
  2. python3.9 : lang/python39
  3. gettext-runtime>=0.22_1 : devel/gettext-runtime
  4. msgfmt : devel/gettext-tools
Test dependencies:
  1. python3.9 : lang/python39
Runtime dependencies:
  1. python3.9 : lang/python39
Library dependencies:
  1. libfuse.so : sysutils/fusefs-libs
  2. libintl.so : devel/gettext-runtime
This port is required by:
for Run
  1. security/py-dfvfs

Configuration Options:
===> The following configuration options are available for libvshadow-20231128: NLS=on: Native Language Support ===> Use 'make config' to modify these settings
Options name:
devel_libvshadow
USES:
fuse libtool pathfix pkgconfig python gettext
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (5 items)
Collapse this list.
  1. http://distcache.FreeBSD.org/local-distfiles/antoine/
  2. http://distcache.eu.FreeBSD.org/local-distfiles/antoine/
  3. http://distcache.us-east.FreeBSD.org/local-distfiles/antoine/
  4. http://distcache.us-west.FreeBSD.org/local-distfiles/antoine/
  5. https://github.com/libyal/libvshadow/releases/download/20231128/
Collapse this list.

Number of commits found: 41

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
20231128
29 Feb 2024 13:56:47
commit hash: 771f3b8334db90f87823ee456d3fe7e9af948011commit hash: 771f3b8334db90f87823ee456d3fe7e9af948011commit hash: 771f3b8334db90f87823ee456d3fe7e9af948011commit hash: 771f3b8334db90f87823ee456d3fe7e9af948011 files touched by this commit
Antoine Brodin (antoine) search for other commits by this committer
libyal: move man pages to share

Tested by:	bofh
20231128
14 Feb 2024 14:00:14
commit hash: cc5986eb45bd29567a620c6a68a592ef62ee33dfcommit hash: cc5986eb45bd29567a620c6a68a592ef62ee33dfcommit hash: cc5986eb45bd29567a620c6a68a592ef62ee33dfcommit hash: cc5986eb45bd29567a620c6a68a592ef62ee33df files touched by this commit
Antoine Brodin (antoine) search for other commits by this committer
devel/libvshadow: update to 20231128
20221030
21 Feb 2023 19:14:44
commit hash: a76b43f83c068bcd833a7ae9730f77768ca74bdecommit hash: a76b43f83c068bcd833a7ae9730f77768ca74bdecommit hash: a76b43f83c068bcd833a7ae9730f77768ca74bdecommit hash: a76b43f83c068bcd833a7ae9730f77768ca74bde files touched by this commit
Antoine Brodin (antoine) search for other commits by this committer
devel/libvshadow: update to 20221030
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)
20210425
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)
20210425
20 Jul 2022 14:21:35
commit hash: aa6eefd5e663357e8223399bc38c7987f5e35746commit hash: aa6eefd5e663357e8223399bc38c7987f5e35746commit hash: aa6eefd5e663357e8223399bc38c7987f5e35746commit hash: aa6eefd5e663357e8223399bc38c7987f5e35746 files touched by this commit
Tobias C. Berner (tcberner) search for other commits by this committer
devel: remove 'Created by' lines

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

  *  "Waitman Gobble" <uzimac@da3m0n8t3r.com>
  *  <jkoshy@FreeBSD.org>
  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Aaron Dalton <aaron@daltons.ca>
  *  Aaron H. K. Diep <ahkdiep@gmail.com>
  *  Aaron Hurt <ahurt@anbcs.com>
  *  Abel Chow <abel_chow@yahoo.com>
  *  Adam McLaurin
  *  Adam Saponara <as@php.net>
  *  Adam Weinberger <adamw@FreeBSD.org>
  *  Ade Lovett <ade@FreeBSD.org>
(Only the first 15 lines of the commit message are shown above View all of this commit message)
20210425
26 Jun 2021 08:52:04
commit hash: 1a9ab5b4d5a6e5003a26a8199e6c91998917e512commit hash: 1a9ab5b4d5a6e5003a26a8199e6c91998917e512commit hash: 1a9ab5b4d5a6e5003a26a8199e6c91998917e512commit hash: 1a9ab5b4d5a6e5003a26a8199e6c91998917e512 files touched by this commit
Antoine Brodin (antoine) search for other commits by this committer
devel/libvshadow: update to 20210425
20201222
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.
20201222
26 Dec 2020 10:17:20
Revision:559282Original commit files touched by this commit
antoine search for other commits by this committer
Update to 20201222
20191221
23 Dec 2019 12:34:04
Revision:520708Original commit files touched by this commit
antoine search for other commits by this committer
- Update to 20191221
- Remove python 2.7 support
20191103
07 Nov 2019 09:30:39
Revision:516951Original commit files touched by this commit
antoine search for other commits by this committer
Update to 20191103
20190323
29 Mar 2019 10:00:09
Revision:497079Original commit files touched by this commit
antoine search for other commits by this committer
Update to 20190323
20190127
03 Feb 2019 09:32:18
Revision:492032Original commit files touched by this commit
antoine search for other commits by this committer
Update to 20190127
20181216
20 Dec 2018 19:49:08
Revision:487911Original commit files touched by this commit
antoine search for other commits by this committer
Update to 20181216
20170902
14 Sep 2017 17:32:10
Revision:449843Original commit files touched by this commit
antoine search for other commits by this committer
- Update to 20170902
- Build python2 and python3 bindings
20170715
19 Aug 2017 16:07:48
Revision:448341Original commit files touched by this commit
nobutaka search for other commits by this committer
- Update to 20170715.
- Make NLS optional.
- Hand over maintainership to antoine.

PR:		221363
Submitted by:	antoine
20161111
12 Nov 2016 10:04:48
Revision:425935Original commit files touched by this commit
antoine search for other commits by this committer
Update to 20161111
20160110
23 Jan 2016 14:29:30
Revision:406990Original commit files touched by this commit
antoine search for other commits by this committer
Update to alpha-20160110
20151220
25 Dec 2015 17:18:01
Revision:404440Original commit files touched by this commit
antoine search for other commits by this committer
Update to alpha-20151220
20150106
08 Jan 2015 19:02:01
Revision:376559Original commit files touched by this commit
antoine search for other commits by this committer
Update to alpha-20150106
20141023
25 Oct 2014 11:02:36
Revision:371474Original commit files touched by this commit
antoine search for other commits by this committer
Update to alpha-20141023
20140731
20 Oct 2014 16:04:14
Revision:371280Original commit files touched by this commit
mva search for other commits by this committer
- Convert ports of devel/ to USES=python

Approved by:	portmgr (implicit)
20140731
02 Aug 2014 11:41:19
Revision:363806Original commit files touched by this commit
antoine search for other commits by this committer
Update to 20140731
20140323_1
23 Apr 2014 13:25:17
Revision:351936Original commit files touched by this commit
tijl search for other commits by this committer
When linking a library libA with a library libB using libtool, if libB.la
exists, libtool will add all libraries libB.la refers to (dependency_libs
field) to the linker command line and store them in the dependency_libs
field of libA.la.  So everything that subsequently links with libA will also
link to these extra libraries.  This causes too much overlinking.

This commit modifies Mk/Uses/libtool.mk so it empties the dependency_libs
field in .la libraries during staging.  However, because .la libraries have
very limited use when dependency_libs is empty it makes sense to completely
remove them during staging.

So with this commit USES=libtool is modified to remove .la libraries and a
new form (USES=libtool:keepla) is introduced in case they need to be kept
(dependency_libs is still emptied).
(Only the first 15 lines of the commit message are shown above View all of this commit message)
20140323
25 Mar 2014 11:09:21
Revision:349125Original commit files touched by this commit
antoine search for other commits by this committer
- Update to alpha-20140323
- Use libtool
- Strip libraries
20131209
13 Jan 2014 21:00:04
Revision:339634Original commit files touched by this commit
rene search for other commits by this committer
Python cleanup:
- USE_PYTHON* = 2.X -> USE_PYTHON* = 2
- USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes
Reviewed by:	python (mva, rm)
Approved by:	portmgr-lurkers (mat)
20131209
12 Dec 2013 18:58:40
Revision:336283Original commit files touched by this commit
antoine search for other commits by this committer
Update to 20131209
20131003
29 Oct 2013 20:39:17
Revision:331997Original commit files touched by this commit
antoine search for other commits by this committer
Update to 20131003

PR:		ports/183995
Approved by:	maintainer timeout (2 weeks)
20130723
24 Sep 2013 18:17:19
Revision:328186Original commit files touched by this commit
antoine search for other commits by this committer
- Add an explicit dependency on pkgconf (needed for fuse detection)
- Convert to STAGEDIR
20130723
20 Sep 2013 17:13:47
Revision:327724Original 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:
devel part 3)
20130723
30 Jul 2013 06:39:04
Revision:323944Original commit files touched by this commit
antoine search for other commits by this committer
Update libvshadow to 20130723, this makes it fetchable again
While here, mark that it is not ready for python 3 yet
20130509
11 Jul 2013 16:51:55
Revision:322786Original commit files touched by this commit
antoine search for other commits by this committer
Update libewf to 20130416 and libvshadow to 20130509
This makes them fetchable again

PR:		ports/180285 , ports/180064
Approved by:	maintainer timeout
20130304
27 Apr 2013 08:50:47
Revision:316654Original 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 while here

Reviewed by:	bapt, kwm
20130304
24 Apr 2013 07:35:41
Revision:316407Original commit files touched by this commit
ak search for other commits by this committer
- Convert USE_GETTEXT to USES (part 1)

Approved by:	portmgr (bapt)
20130304
09 Mar 2013 02:34:16
Revision:313687Original commit files touched by this commit
nobutaka search for other commits by this committer
Update to 20130304.
20130113
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
20130113
08 Feb 2013 07:40:36
Revision:311914Original commit files touched by this commit
miwi search for other commits by this committer
- Remove empyt dirs
20130113
26 Jan 2013 12:56:48
Revision:311009Original commit files touched by this commit
nobutaka search for other commits by this committer
Update to version 20130113.
License is LGPL3 not GPLv3.
Use gnomehack instead of patching Makefile.in.
Patch for vshadowmount no longer needed.
CFLAGS no longer needed.
Build python bindings.

PR:		ports/175441
Submitted by:	antoine
20120511
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)
20120511
20 Jun 2012 17:29:31
Original commit files touched by this commit
nobutaka search for other commits by this committer
Remove unused USE_LIBTOOL line.

Reported by:       Alex Kozlov <spam@rm-rf.kiev.ua>
20120511
31 May 2012 17:19:30
Original commit files touched by this commit
nobutaka search for other commits by this committer
Add libvshadow, a library to support the Volume Service Snapshot (VSS) format.

Number of commits found: 41