mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-01 01:17:02 +00:00
99e468206f
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 is an open-source PDF analyzer that does not require an external commercial application to function. WWW: http://razorbacktm.sourceforge.net/ PR: ports/167751 Submitted by: Tom Judge <tom@tomjudge.com>
12 lines
439 B
Plaintext
12 lines
439 B
Plaintext
@comment $FreeBSD$
|
|
@unexec if cmp -s %D/etc/razorback/pdffox.conf %D/etc/razorback/pdffox.conf.sample; then rm -f %D/etc/razorback/pdffox.conf; fi
|
|
etc/razorback/pdffox.conf.sample
|
|
@exec if [ ! -f %D/etc/razorback/pdffox.conf ]; then cp -p %D/%F %B/pdffox.conf; fi
|
|
@dirrmtry etc/razorback
|
|
lib/razorback/pdfFox.so.2.0.0
|
|
lib/razorback/pdfFox.so.2
|
|
lib/razorback/pdfFox.so
|
|
lib/razorback/pdfFox.la
|
|
lib/razorback/pdfFox.a
|
|
@dirrmtry lib/razorback
|