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

Port details
zfstools OpenSolaris-compatible auto snapshotting for ZFS
0.3.6_2 sysutils on this many watch lists=7 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.3.6_2Version of this port present on the latest quarterly branch.
Maintainer: bdrewery@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2012-05-15 01:36:35
Last Update: 2023-01-14 23:08:33
Commit Hash: 18c6e18
People watching this port, also watch:: nmap, rsync, beadm, sudo, tmux
Also Listed In: ruby
License: BSD2CLAUSE
WWW:
https://github.com/bdrewery/zfstools
Description:
ZFSTools is an OpenSolaris-like and compatible auto snapshotting script, which also supports auto snapshotting mysql databases.
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 (15 items)
Collapse this list.
  1. /usr/local/share/licenses/zfstools-0.3.6_2/catalog.mk
  2. /usr/local/share/licenses/zfstools-0.3.6_2/LICENSE
  3. /usr/local/share/licenses/zfstools-0.3.6_2/BSD2CLAUSE
  4. share/doc/zfstools/README.md
  5. lib/ruby/site_ruby/3.0/zfstools.rb
  6. lib/ruby/site_ruby/3.0/zfstools/dataset.rb
  7. lib/ruby/site_ruby/3.0/zfstools/features.rb
  8. lib/ruby/site_ruby/3.0/zfstools/pool.rb
  9. lib/ruby/site_ruby/3.0/zfstools/snapshot.rb
  10. sbin/zfs-auto-snapshot
  11. sbin/zfs-cleanup-snapshots
  12. sbin/zfs-snapshot-mysql
  13. @owner
  14. @group
  15. @mode
Collapse this list.
Dependency lines:
  • zfstools>0:sysutils/zfstools
To install the port:
cd /usr/ports/sysutils/zfstools/ && make install clean
To add the package, run one of these commands:
  • pkg install sysutils/zfstools
  • pkg install zfstools
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: zfstools
Flavors: there is no flavor information for this port.
distinfo:
SHA256 (bdrewery-zfstools-v0.3.6_GH0.tar.gz) = 060112d89f11e95415f07cdbc05fef29a6a1bc5046046c56d37f16b1232fb2cf SIZE (bdrewery-zfstools-v0.3.6_GH0.tar.gz) = 12323

Packages (timestamps in pop-ups are UTC):
zfstools
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest0.3.6_20.3.6_20.3.6_10.3.6_20.3.6_2-0.3.6_1-
FreeBSD:13:quarterly0.3.6_20.3.6_20.3.6_20.3.6_20.3.6_20.3.6_20.3.6_20.3.6_2
FreeBSD:14:latest0.3.6_20.3.6_20.3.6_20.3.6_20.3.6_20.3.6_2-0.3.6_2
FreeBSD:14:quarterly0.3.6_20.3.6_2-0.3.6_20.3.6_20.3.6_20.3.6_20.3.6_2
FreeBSD:15:latest0.3.6_20.3.6_2n/a0.3.6_2n/a0.3.6_20.3.6_20.3.6_2
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. ruby30 : lang/ruby30
Runtime dependencies:
  1. ruby30 : lang/ruby30
Patch dependencies:
  1. ruby30 : lang/ruby30
Extract dependencies:
  1. ruby30 : lang/ruby30
There are no ports dependent upon this port

Configuration Options:
===> The following configuration options are available for zfstools-0.3.6_2: DOCS=on: Build and/or install documentation ===> Use 'make config' to modify these settings
Options name:
sysutils_zfstools
USES:
ruby shebangfix
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (2 items)
Collapse this list.
  1. http://mirror.shatow.net/freebsd/zfstools/
  2. https://codeload.github.com/bdrewery/zfstools/tar.gz/v0.3.6?dummy=/
Collapse this list.

Number of commits found: 31

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
0.3.6_2
14 Jan 2023 23:08:33
commit hash: 18c6e18276691edf5274406bf82a3b06792ff9aecommit hash: 18c6e18276691edf5274406bf82a3b06792ff9aecommit hash: 18c6e18276691edf5274406bf82a3b06792ff9aecommit hash: 18c6e18276691edf5274406bf82a3b06792ff9ae files touched by this commit
Muhammad Moinur Rahman (bofh) search for other commits by this committer
Mk/**ruby.mk: Switch from USE_RUBY=yes to USES=ruby

Switch from Mk/bsd.ruby.mk to Mk/Uses/ruby.mk

Notable changes are.

- Mk/bsd.ruby.mk is moved to Mk/Uses/ruby.mk.
- USE_RUBY=yes is replaced with USES=ruby.
- USE_RUBY_EXTCONF is replaced with USES=ruby:extconf.
- USE_RUBY_RDOC is replaced with USES=ruby:rdoc.
- USE_RUBY_SETUP is replaces with USES=ruby:setup.
- RUBY_NO_BUILD_DEPENDS and RUBY_NO_RUN_DEPENDS are replaced with
  USES=ruby:{build,none,run}.
- RUBY_REQUIRE isn't used anywhere, so removed.
- USES=gem now implies USES=ruby.

This is mainly the work of yasu@ at https://reviews.freebsd.org/D27863

I have just made some cosmetic changes and ran exp-run to test that the
tree is not in a BROKEN state.

Approved by:	portmgr
Differential Revision:	https://reviews.freebsd.org/D37925
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.3.6_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.3.6_2
09 Jun 2022 03:30:24
commit hash: 9cfbfdce5962e54abc2035c94b279f47061a8d13commit hash: 9cfbfdce5962e54abc2035c94b279f47061a8d13commit hash: 9cfbfdce5962e54abc2035c94b279f47061a8d13commit hash: 9cfbfdce5962e54abc2035c94b279f47061a8d13 files touched by this commit
Bryan Drewery (bdrewery) search for other commits by this committer
sysutils/zfstools: Force rebuild with new ruby
0.3.6_1
07 Apr 2021 08:09:01
commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
0.3.6_1
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.3.6_1
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.3.6_1
25 Feb 2017 19:47:43
Revision:434837Original commit files touched by this commit
feld search for other commits by this committer
sysutils/zfstools: Add SHEBANGFIX

Approved by:	maintainer timeout
Differential Revision:	https://reviews.freebsd.org/D9473
0.3.6
02 Dec 2016 09:21:59
Revision:427548Original commit files touched by this commit
mat search for other commits by this committer
http://github.com redirects to https://github.com, spare everyone a redirect.

Sponsored by:	Absolight
0.3.6
28 Sep 2015 17:09:33
Revision:398124Original commit files touched by this commit
bdrewery search for other commits by this committer
Update to 0.3.6.

Changes:
  - Restore snapshotting of volumes.
0.3.5
15 Sep 2015 15:56:16
Revision:396993Original commit files touched by this commit
bdrewery search for other commits by this committer
- Update to 0.3.5

Changes:
 - Optimize coalescing of snapshots on a system with a DB.
 - Avoid division by zero when creating snapshots. [1]

PR:		203115
0.3.4
14 Sep 2015 21:51:52
Revision:396938Original commit files touched by this commit
bdrewery search for other commits by this committer
- Update to 0.3.4

Changes:
  - Fixes handling of multiple pools for creating multiple snapshots
    at once.
0.3.3
14 Sep 2015 17:43:01
Revision:396914Original commit files touched by this commit
bdrewery search for other commits by this committer
- Update to 0.3.3

Changes:
  - Fix to not snapshot unmounted datasets in some cases.
  - Optimize snapshot creation by specifying multiple snapshots in 1
    'zfs create' execution.
  - Fix cleanup of recursive snapshots with -P.
  - Handle spaces in dataset names
0.3.2_2
01 May 2015 04:13:35
Revision:385080Original commit files touched by this commit
bdrewery search for other commits by this committer
Force a rebuild for newer Ruby.

Pkg is not properly reinstalling this when ruby is upgraded which
causes this to break since it is left around in the old ruby
dir.

PR:	199828
0.3.2_1
29 Apr 2015 16:29:00
Revision:384988Original commit files touched by this commit
bdrewery search for other commits by this committer
Fix DISTNAME after USE_GITHUB changes in r384932.

PR:		199069
Pointyhat to:	bdrewery
With hat:	portmgr
0.3.2_1
20 Mar 2015 01:42:37
Revision:381704Original commit files touched by this commit
bdrewery search for other commits by this committer
Convert my ports to the new USE_GITHUB
0.3.2_1
19 Mar 2015 16:44:59
Revision:381618Original commit files touched by this commit
bdrewery search for other commits by this committer
Update USE_GITHUB so it does not require GH_COMMIT.

Using this new scheme allows only setting the _tag_ or _commit hash_ in
GH_TAGNAME and not having to know the hash for a tag.  This scheme will
download a tarball that has a different checksum than before due to a changed
directory name for extraction.

The following MASTER_SITES are provided to retain the old checksum and
directory structure (that require GH_COMMIT):
  GH -> GHL
  GITHUB -> GITHUB_LEGACY

Differential Revision:	https://reviews.freebsd.org/D748
Submitted by:	amdmi3
Reviewed by:	mat, swills, antoine, bdrewery
With hat:	portmgr
0.3.2_1
31 Oct 2014 23:48:20
Revision:371971Original commit files touched by this commit
bapt search for other commits by this committer
Simplify plist
0.3.2_1
02 Oct 2014 16:06:43
Revision:369835Original commit files touched by this commit
bdrewery search for other commits by this committer
Bump only to test INDEX building for Freshports/portsnap/indexbuild after
bsd.port.mk started enforcing OSVERSION==UNAME_r
0.3.2
10 May 2014 00:06:19
Revision:353548Original commit files touched by this commit
bdrewery search for other commits by this committer
- Update to 0.3.2

Changes:
  - Fix trying to snapshot unmounted datasets
0.3.1
02 Apr 2014 14:39:32
Revision:349923Original commit files touched by this commit
bdrewery search for other commits by this committer
Add hint on disabling snapshots
0.3.1
21 Feb 2014 13:39:38
Revision:345435Original commit files touched by this commit
ehaupt search for other commits by this committer
Remove trailing whitespaces from category sysutils
0.3.1
10 Feb 2014 13:54:28
Revision:343634Original commit files touched by this commit
ehaupt search for other commits by this committer
According to the Porter's Handbook (5.12.2.3.) default options must be added to
OPTIONS_DEFINE. This policy has been implemented only recently that's why we
have many ports violating this policy.

This patch adds the default options specified in the Porter's Handbook to
OPTIONS_DEFINE where they are being used. Ports maintained by
gnome@FreeBSD.org, kde@FreeBSD.org and x11@FreeBSD.org have been excluded.

Approved by:    portmgr (bapt)
0.3.1
29 Sep 2013 20:35:55
Revision:328732Original commit files touched by this commit
bdrewery search for other commits by this committer
- Update to 0.3.1

Changes:
  * Fixed PostgreSQL support
0.3.0
23 Sep 2013 11:24:54
Revision:327979Original commit files touched by this commit
bdrewery search for other commits by this committer
- Support STAGEDIR
0.3.0
20 Sep 2013 15:58:09
Revision:327710Original commit files touched by this commit
bdrewery search for other commits by this committer
- Add NO_STAGE until validated to be safe for upcoming staging support
0.3.0
18 Sep 2013 11:06:28
Revision:327539Original commit files touched by this commit
bdrewery search for other commits by this committer
- Update to 0.3.0
- Note in pkg-message that crontab needs an updated PATH as well

Changes:
  - PostgreSQL support added
0.2.2
04 Feb 2013 23:24:40
Revision:311655Original commit files touched by this commit
bdrewery search for other commits by this committer
- Update to 0.2.2
- Drop rubygem- prefix from PKGNAME as this no longer uses rubygems
- Add mirror
- Add setup instructions in pkg-message
- Add LICENSE

Changes:
  * Scripts are now installed to /usr/local/sbin
    instead of /usr/local/bin
  * Add '-P pool' flag to `zfs-auto-snapshot` to limit
    the snapshotting to the specified pool/dataset.
  * Fix usage output
0.2.1
12 Dec 2012 02:35:49
Revision:308737Original commit files touched by this commit
bdrewery search for other commits by this committer
Trim header
0.2.1
02 Aug 2012 21:42:30
Original commit files touched by this commit
bdrewery search for other commits by this committer
- Update to my new maintainer address

Approved by:	eadler (mentor)
0.2.1
15 May 2012 01:36:05
Original commit files touched by this commit
eadler search for other commits by this committer
ZFSTools is an OpenSolaris-like and compatible auto snapshotting
script, which also supports auto snapshotting mysql databases.

PR:             ports/167898
Submitted by:   "Bryan Drewery" <bryan@shatow.net>

Number of commits found: 31