#1330 closed defect (fixed)
NEW: yafic-1.2
Reported by: | darwin@… | Owned by: | mww@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.0 |
Keywords: | Cc: | ||
Port: |
Description
yafic-1.2
the portfile can be found here: INLINE
Description: yafic is Yet Another File Integrity Checker, similar to programs like Tripwire, integrit, and AIDE. I created yafic because no existing file integrity checker did all the things I wanted. I wanted something fast, simple, and yet be flexible enough to be used in different situations. yafic uses NIST's SHA-1 hash algorithm to fingerprint files.
Homepage: http://philosophysw.com/software/yafic/
Comments: My first Portfile. Please go easy on me ;)
================INLINE CONTENT================
# sysutils/yafic/Portfile # $Id: $ PortSystem 1.0 name yafic version 1.2 categories sysutils maintainers jd@… description Yet Another File Integrity Checker long_description yafic is a file integrity checker, similar to programs \
like Tripwire, integrit, and AIDE.
homepage http://philosophysw.com/software/yafic/ master_sites sourceforge master_sites.mirror_subdir ${name} checksums yafic-1.2.tar.gz md5 ada58bf2b150ced760b1e1a814c152c2
Change History (3)
comment:1 Changed 21 years ago by mww@…
Owner: | changed from darwinports-bugs@… to mww@… |
---|
comment:2 Changed 21 years ago by darwin@…
Oh excellent. I was wondering how I could copy the files from the work folder to the destroot area. Thanks. Looks good.
cool job; here's my proposal http://wwwcip.informatik.uni-erlangen.de/~simrweis/dports/yafic/Portfile
there are ony some minor changes: -add platforms key (should also be there if it only builds on darwin/osx) -add example .conf to install -add docs to install -remove some unnecessary (but not wrong) statements
if this one's o.k. for you, I'll put it to the repository :) if not o.k., post your new proposal!