Port details |
- yafic Yet Another File Integrity Checker, similar to Tripwire
- 1.2.2_3 security
=5 1.2.2_3Version of this port present on the latest quarterly branch. - Maintainer: allan@saddi.com
 - Port Added: 2001-09-03 15:30:57
- Last Update: 2021-04-06 14:31:07
- Commit Hash: 305f148
- People watching this port, also watch:: portmaster, vim, rsync, sudo, clamav
- License: not specified in port
- Description:
- yafic is Yet Another File Integrity Checker. yafic saves
information about the state of a filesystem to a database.
Later, yafic can be used to compare the current state of
the filesystem against the saved database, letting you
know of any changed, added, or removed files.
WWW: http://philosophysw.com/software/yafic/
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/security/yafic/ && make install clean
- To add the package, run one of these commands:
- pkg install security/yafic
- pkg install yafic
- PKGNAME: yafic
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (yafic-1.2.2.tar.gz) = ceec9e5b12048f4630c8273bab04ad149713b40b94067fc80443bcbd3132cb03
SIZE (yafic-1.2.2.tar.gz) = 96893
- Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- gmake>=4.3 : devel/gmake
- There are no ports dependent upon this port
- Configuration Options:
- ===> The following configuration options are available for yafic-1.2.2_3:
CRYPTO=on: Cryptographic support
===> Use 'make config' to modify these settings
- Options name:
- security_yafic
- USES:
- gmake ssl:build
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
06 Apr 2021 14:31:07 1.2.2_3
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
14 Aug 2019 12:16:13
1.2.2_3
|
mat  |
Convert to UCL & cleanup pkg-message (categories s) |
09 Nov 2018 17:39:20
1.2.2_3
|
swills  |
security/yafic: Fix OpenSSL 1.1.x build
PR: 232302
Submitted by: Allan Saddi <allan@saddi.com> (maintainer) |
10 Sep 2016 05:08:59
1.2.2_2
|
marino  |
security/yafic: Document SSL requirement, convert to options
This port was using the WITHOUT_OPENSSL knob. Convert it to a default
option "CRYPTO" and bump the port revision. THere's a build dependency
on OpenSSL headers when this option is on.
Note that the WWW value is obsolete.
Approved by: SSL blanket |
19 Jul 2016 11:04:14
1.2.2_1
|
mat  |
When there is a do-install target, do not use a post-install target, do
everything at once. Sometime, rename post-install into a options helper
target.
I did not fix ports that were such a mess that I could not figure out
what they really wanted to do. I also did not change ports that had
some version of an auto-plist code in post-install, for the same reason.
With hat: portmgr
Sponsored by: Absolight |
13 Nov 2014 10:38:17
1.2.2_1
|
antoine  |
Cleanup plist |
10 May 2014 23:00:24
1.2.2_1
|
rakuco  |
Support staging.
PR: ports/189616
Submitted by: Allan Saddi <allan@saddi.com> (maintainer) |
20 Sep 2013 22:55:26
1.2.2
|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
security) |
24 Oct 2011 04:17:38
1.2.2
|
dougb  |
Remove more tags from pkg-descr files fo the form:
- Name
em@i.l
or variations thereof. While I'm here also fix some whitespace and other
formatting errors, including moving WWW: to the last line in the file. |
23 Sep 2011 22:26:39
1.2.2
|
amdmi3  |
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead
PR: 157936
Submitted by: myself
Exp-runs by: pav
Approved by: pav |
03 Jul 2011 14:03:52
1.2.2
|
ohauer  |
-remove MD5 |
22 Aug 2009 00:35:32
1.2.2 
|
amdmi3  |
- Switch SourceForge ports to the new File Release System: categories starting
with P,R,S |
21 Aug 2008 06:18:49
1.2.2
|
rafan  |
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.
To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.
To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.
Changes to Mk/*:
- Add runtime detection magic in bsd.port.mk (Only the first 15 lines of the commit message are shown above ) |
29 Jul 2006 21:07:25
1.2.2
|
miwi  |
- Update to 1.2.2
PR: ports/101002
Submitted by: miwi
Approved by: krion (mentor), maintainer |
24 Jan 2006 01:03:33
1.2_1
|
edwin  |
SHA256ify
Approved by: krion@ |
12 Apr 2005 03:26:57
1.2_1
|
obrien  |
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE. |
11 Apr 2005 08:04:41
1.2_1
|
obrien  |
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. |
31 Mar 2004 03:12:58
1.2_1
|
trevor  |
SIZEify (maintainer timeout) |
04 Feb 2004 05:10:27
1.2_1
|
marcus  |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1) |
18 Dec 2003 09:50:08
1.2
|
krion  |
- Update to version 1.2
PR: 60359
Submitted by: maintainer |
27 Sep 2003 16:58:34
1.1.1
|
erwin  |
Update to 1.1.1
PR: 57268
Submitted by: maintainer |
07 Apr 2003 04:49:22
1.1
|
kevlo  |
Update to 1.1
PR: 50626
Submitted by: MAINTAINER |
21 Feb 2003 13:26:58
1.0.3
|
knu  |
De-pkg-comment. |
23 Oct 2002 14:38:35
1.0.3
|
nork  |
Update to 1.0.3 and change maintainer (new email).
PR: ports/44369
Submitted by: maintainer |
03 Sep 2001 19:30:57 
|
knu  |
Add yafix, Yet Another File Integrity Checker, similar to Tripwire. It is
simple, fast, and flexible. |