Port details |
- snap Tools for periodic and manual management of UFS2 snapshots
- 1.01_1,1 sysutils =5 1.01_1,1Version of this port present on the latest quarterly branch.
- Maintainer: wchunhao@cs.nctu.edu.tw
- Port Added: 2007-06-04 07:34:34
- Last Update: 2024-04-16 12:59:53
- Commit Hash: acced15
- People watching this port, also watch:: md5deep, tor, openssl, cacti, ap24-mod_security
- License: not specified in port
- WWW:
- https://people.cs.nycu.edu.tw/~wchunhao/ports/snap/
- Description:
- snap is a tool for the management of UFS2 snapshots created
by mount(8). It can maintain hourly, daily and weekly snap-
shots while trying to minimize the disk space occupied. The
snapshots created are labeled with their creation time, and
users can create them manually.
The major advantage over sysutils/freebsd-snapshot is that
it uses hardlink to save diskspace, mark each snapshot with
its creation time and calculates redundancy in a smart way.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/sysutils/snap/ && make install clean
- To add the package, run one of these commands:
- pkg install sysutils/snap
- pkg install snap
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: snap
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (snap-1.01.tar.gz) = 769f45e889f9fae2eb6250fcd12d96e05920e24cbcb3b9ae76393d8f17a3d76f
SIZE (snap-1.01.tar.gz) = 5274
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Runtime dependencies:
-
- perl5>=5.36<5.37 : lang/perl5.36
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- sysutils_snap
- USES:
- perl5 shebangfix
- 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 |
1.01_1,1 16 Apr 2024 12:59:53 |
Li-Wen Hsu (lwhsu) |
Update cs.nctu.edu.tw in MASTER_SITES to the new name |
1.01_1,1 11 Jan 2024 13:59:36 |
Baptiste Daroussin (bapt) |
MANPREFIX: eliminate usage of MANPREFIX
While here move some manpages to share/man |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
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) |
1.01,1 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
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 ) |
1.01,1 20 Jul 2022 14:23:05 |
Tobias C. Berner (tcberner) |
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 ) |
1.01,1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.01,1 27 Feb 2014 09:49:52 |
ehaupt |
- Support staging
- Use shebangfix
- Use WWW: with a single space |
1.01,1 20 Sep 2013 23:06:00 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
sysutils) |
1.01,1 07 Sep 2013 07:11:49 |
az |
- convert to the new perl5 framework
Submitted by: portmgr (bapt@, blanket) |
1.01,1 19 Mar 2011 12:38:54 |
miwi |
- Get Rid MD5 support |
1.01,1 05 Feb 2009 14:00:52 |
jadawin |
- Update to 1.01
PR: ports/131410
Submitted by: maintainer |
1.0,1 19 Dec 2008 23:22:51 |
lwhsu |
- Update to 1.0
- Change WWW to a meanful one
- Set MAINTAINER to the author, ta@cs.nctu.edu.tw is just an alias
PR: ports/129382 (partial)
Submitted by: tabthorpe@
Approved by: maintainer/author (wchunhao AT cs.nctu.edu.tw) |
20070507 04 Jun 2007 07:28:18 |
miwi |
snap is a tool for the management of UFS2 snapshots created
by mount(8). It can maintain hourly, daily and weekly snap-
shots while trying to minimize the disk space occupied. The
snapshots created are labeled with their creation time, and
users can create them manually.
The major advantage over sysutils/freebsd-snapshot is that
it uses hardlink to save diskspace, mark each snapshot with
its creation time and calculates redundancy in a smart way.
WWW: http://www.cs.nctu.edu.tw/
PR: ports/112482
Submitted by: Wu Chin-Hao <wchunhao at cs.nctu.edu.tw> |