diff options
author | zi <zi@FreeBSD.org> | 2012-06-11 10:40:50 +0800 |
---|---|---|
committer | zi <zi@FreeBSD.org> | 2012-06-11 10:40:50 +0800 |
commit | 8e4178d3f6e49f56c600c5ed24d9a019a26efe8f (patch) | |
tree | 015b27126e19d7a6afa9c8810c8cbaf530ac6d63 /security/razorback-archiveInflate/pkg-plist | |
parent | b9a8a8122a79786af31097be4147aac7de965ee0 (diff) | |
download | freebsd-ports-gnome-8e4178d3f6e49f56c600c5ed24d9a019a26efe8f.tar.gz freebsd-ports-gnome-8e4178d3f6e49f56c600c5ed24d9a019a26efe8f.tar.zst freebsd-ports-gnome-8e4178d3f6e49f56c600c5ed24d9a019a26efe8f.zip |
New port: security/razorback-archiveInflate:
Razorback is a framework for an intelligence driven security solution.
It consists of a Dispatcher at the core of the system, surrounded by
Nuggets of varying types.
This nugget handles archive decompression.
WWW: http://razorbacktm.sourceforge.net/
PR: ports/167743
Submitted by: Tom Judge <tom@tomjudge.com>
Diffstat (limited to 'security/razorback-archiveInflate/pkg-plist')
-rw-r--r-- | security/razorback-archiveInflate/pkg-plist | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/security/razorback-archiveInflate/pkg-plist b/security/razorback-archiveInflate/pkg-plist new file mode 100644 index 000000000000..4be1fe251c73 --- /dev/null +++ b/security/razorback-archiveInflate/pkg-plist @@ -0,0 +1,11 @@ +@comment $FreeBSD$ +@unexec if cmp -s %D/etc/razorback/archive_inflate.conf %D/etc/razorback/archive_inflate.conf.sample; then rm -f %D/etc/razorback/archive_inflate.conf; fi +etc/razorback/archive_inflate.conf.sample +@exec if [ ! -f %D/etc/razorback/archive_inflate.conf ]; then cp -p %D/%F %B/archive_inflate.conf; fi +@dirrmtry etc/razorback +lib/razorback/archiveInflate.so.2.0.0 +lib/razorback/archiveInflate.so.2 +lib/razorback/archiveInflate.so +lib/razorback/archiveInflate.la +lib/razorback/archiveInflate.a +@dirrmtry lib/razorback |