2003-12-23 12:30:13 +01:00
|
|
|
@comment $FreeBSD$
|
1999-08-02 12:14:11 +02:00
|
|
|
bin/snort
|
2006-08-30 06:26:54 +02:00
|
|
|
@unexec if cmp -s %D/etc/snort/classification.config-sample %D/etc/snort/classification.config; then rm -f %D/etc/snort/classification.config; fi
|
|
|
|
etc/snort/classification.config-sample
|
2007-04-18 08:42:12 +02:00
|
|
|
@exec if [ ! -f %D/etc/snort/classification.config ] ; then cp -p %D/%F %B/classification.config; fi
|
2006-08-30 06:26:54 +02:00
|
|
|
@unexec if cmp -s %D/etc/snort/gen-msg.map-sample %D/etc/snort/gen-msg.map; then rm -f %D/etc/snort/gen-msg.map; fi
|
|
|
|
etc/snort/gen-msg.map-sample
|
2007-04-18 08:42:12 +02:00
|
|
|
@exec if [ ! -f %D/etc/snort/gen-msg.map ] ; then cp -p %D/%F %B/gen-msg.map; fi
|
2006-08-30 06:26:54 +02:00
|
|
|
@unexec if cmp -s %D/etc/snort/generators-sample %D/etc/snort/generators; then rm -f %D/etc/snort/generators; fi
|
|
|
|
etc/snort/generators-sample
|
2007-04-18 08:42:12 +02:00
|
|
|
@exec if [ ! -f %D/etc/snort/generators ] ; then cp -p %D/%F %B/generators; fi
|
2006-08-30 06:26:54 +02:00
|
|
|
@unexec if cmp -s %D/etc/snort/reference.config-sample %D/etc/snort/reference.config; then rm -f %D/etc/snort/reference.config; fi
|
|
|
|
etc/snort/reference.config-sample
|
2007-04-18 08:42:12 +02:00
|
|
|
@exec if [ ! -f %D/etc/snort/reference.config ] ; then cp -p %D/%F %B/reference.config; fi
|
2006-08-30 06:26:54 +02:00
|
|
|
@unexec if cmp -s %D/etc/snort/sid-sample %D/etc/snort/sid; then rm -f %D/etc/snort/sid; fi
|
|
|
|
etc/snort/sid-sample
|
|
|
|
@exec if [ ! -f %D/etc/snort/sid ] ; then cp -p %D/%F %B/sid; fi
|
|
|
|
@unexec if cmp -s %D/etc/snort/sid-msg.map-sample %D/etc/snort/sid-msg.map; then rm -f %D/etc/snort/sid-msg.map; fi
|
|
|
|
etc/snort/sid-msg.map-sample
|
|
|
|
@exec if [ ! -f %D/etc/snort/sid-msg.map ] ; then cp -p %D/%F %B/sid-msg.map; fi
|
|
|
|
@unexec if cmp -s %D/etc/snort/snort.conf-sample %D/etc/snort/snort.conf; then rm -f %D/etc/snort/snort.conf; fi
|
|
|
|
etc/snort/snort.conf-sample
|
2007-04-18 08:42:12 +02:00
|
|
|
@exec if [ ! -f %D/etc/snort/snort.conf ] ; then cp -p %D/%F %B/snort.conf; fi
|
2006-08-30 06:26:54 +02:00
|
|
|
@unexec if cmp -s %D/etc/snort/threshold.conf-sample %D/etc/snort/threshold.conf; then rm -f %D/etc/snort/threshold.conf; fi
|
|
|
|
etc/snort/threshold.conf-sample
|
2007-04-18 08:42:12 +02:00
|
|
|
@exec if [ ! -f %D/etc/snort/threshold.conf ] ; then cp -p %D/%F %B/threshold.conf; fi
|
2006-08-30 06:26:54 +02:00
|
|
|
@unexec if cmp -s %D/etc/snort/unicode.map-sample %D/etc/snort/unicode.map; then rm -f %D/etc/snort/unicode.map; fi
|
|
|
|
etc/snort/unicode.map-sample
|
2007-04-18 08:42:12 +02:00
|
|
|
@exec if [ ! -f %D/etc/snort/unicode.map ] ; then cp -p %D/%F %B/unicode.map; fi
|
2006-06-10 13:34:06 +02:00
|
|
|
@dirrmtry etc/snort/rules
|
2006-01-22 04:01:03 +01:00
|
|
|
@dirrmtry etc/snort
|
2006-12-07 09:59:54 +01:00
|
|
|
%%DYNAMIC%%src/snort_dynamicsrc/bitop.h
|
2006-08-30 06:26:54 +02:00
|
|
|
%%DYNAMIC%%src/snort_dynamicsrc/sf_dynamic_common.h
|
|
|
|
%%DYNAMIC%%src/snort_dynamicsrc/sf_dynamic_meta.h
|
|
|
|
%%DYNAMIC%%src/snort_dynamicsrc/sf_dynamic_preprocessor.h
|
|
|
|
%%DYNAMIC%%src/snort_dynamicsrc/sf_dynamic_preproc_lib.h
|
|
|
|
%%DYNAMIC%%src/snort_dynamicsrc/sf_dynamic_preproc_lib.c
|
|
|
|
%%DYNAMIC%%src/snort_dynamicsrc/sf_snort_packet.h
|
|
|
|
%%DYNAMIC%%src/snort_dynamicsrc/sf_snort_plugin_api.h
|
2006-12-07 09:59:54 +01:00
|
|
|
%%DYNAMIC%%src/snort_dynamicsrc/sfghash.h
|
|
|
|
%%DYNAMIC%%src/snort_dynamicsrc/sfhashfcn.h
|
2006-08-30 06:26:54 +02:00
|
|
|
%%DYNAMIC%%src/snort_dynamicsrc/sfsnort_dynamic_detection_lib.h
|
|
|
|
%%DYNAMIC%%src/snort_dynamicsrc/sfsnort_dynamic_detection_lib.c
|
|
|
|
%%DYNAMIC%%src/snort_dynamicsrc/snort_packet_header.h
|
|
|
|
%%DYNAMIC%%src/snort_dynamicsrc/str_search.h
|
|
|
|
%%DYNAMIC%%src/snort_dynamicsrc/stream_api.h
|
|
|
|
%%DYNAMIC%%src/snort_dynamicsrc/debug.h
|
|
|
|
%%DYNAMIC%%src/snort_dynamicsrc/profiler.h
|
|
|
|
%%DYNAMIC%%src/snort_dynamicsrc/preprocids.h
|
|
|
|
%%DYNAMIC%%@dirrmtry src/snort_dynamicsrc
|
|
|
|
%%DYNAMIC%%@dirrmtry src
|
|
|
|
%%DYNAMIC%%lib/snort/dynamicengine/libsf_engine.so
|
|
|
|
%%DYNAMIC%%lib/snort/dynamicengine/libsf_engine.so.0
|
|
|
|
%%DYNAMIC%%lib/snort/dynamicengine/libsf_engine.la
|
|
|
|
%%DYNAMIC%%lib/snort/dynamicengine/libsf_engine.a
|
|
|
|
%%DYNAMIC%%@dirrmtry lib/snort/dynamicengine
|
2006-12-07 09:59:54 +01:00
|
|
|
%%DYNAMIC%%lib/snort/dynamicpreprocessor/libsf_dcerpc_preproc.so
|
|
|
|
%%DYNAMIC%%lib/snort/dynamicpreprocessor/libsf_dcerpc_preproc.so.0
|
|
|
|
%%DYNAMIC%%lib/snort/dynamicpreprocessor/libsf_dcerpc_preproc.la
|
|
|
|
%%DYNAMIC%%lib/snort/dynamicpreprocessor/libsf_dcerpc_preproc.a
|
2006-09-22 10:47:25 +02:00
|
|
|
%%DYNAMIC%%lib/snort/dynamicpreprocessor/libsf_dns_preproc.so
|
|
|
|
%%DYNAMIC%%lib/snort/dynamicpreprocessor/libsf_dns_preproc.so.0
|
|
|
|
%%DYNAMIC%%lib/snort/dynamicpreprocessor/libsf_dns_preproc.la
|
|
|
|
%%DYNAMIC%%lib/snort/dynamicpreprocessor/libsf_dns_preproc.a
|
2006-08-30 06:26:54 +02:00
|
|
|
%%DYNAMIC%%lib/snort/dynamicpreprocessor/libsf_ftptelnet_preproc.so
|
|
|
|
%%DYNAMIC%%lib/snort/dynamicpreprocessor/libsf_ftptelnet_preproc.so.0
|
|
|
|
%%DYNAMIC%%lib/snort/dynamicpreprocessor/libsf_ftptelnet_preproc.la
|
|
|
|
%%DYNAMIC%%lib/snort/dynamicpreprocessor/libsf_ftptelnet_preproc.a
|
|
|
|
%%DYNAMIC%%lib/snort/dynamicpreprocessor/libsf_smtp_preproc.so
|
|
|
|
%%DYNAMIC%%lib/snort/dynamicpreprocessor/libsf_smtp_preproc.so.0
|
|
|
|
%%DYNAMIC%%lib/snort/dynamicpreprocessor/libsf_smtp_preproc.la
|
|
|
|
%%DYNAMIC%%lib/snort/dynamicpreprocessor/libsf_smtp_preproc.a
|
2006-12-07 09:59:54 +01:00
|
|
|
%%DYNAMIC%%lib/snort/dynamicpreprocessor/libsf_ssh_preproc.so
|
|
|
|
%%DYNAMIC%%lib/snort/dynamicpreprocessor/libsf_ssh_preproc.so.0
|
|
|
|
%%DYNAMIC%%lib/snort/dynamicpreprocessor/libsf_ssh_preproc.la
|
|
|
|
%%DYNAMIC%%lib/snort/dynamicpreprocessor/libsf_ssh_preproc.a
|
2006-08-30 06:26:54 +02:00
|
|
|
%%DYNAMIC%%@dirrmtry lib/snort/dynamicpreprocessor
|
|
|
|
%%DYNAMIC%%@dirrmtry lib/snort
|
|
|
|
%%EXAMPLESDIR%%/classification.config-sample
|
2006-09-22 10:47:25 +02:00
|
|
|
%%EXAMPLESDIR%%/create_db2
|
2006-08-30 06:26:54 +02:00
|
|
|
%%EXAMPLESDIR%%/create_mssql
|
|
|
|
%%EXAMPLESDIR%%/create_mysql
|
|
|
|
%%EXAMPLESDIR%%/create_oracle.sql
|
|
|
|
%%EXAMPLESDIR%%/create_postgresql
|
|
|
|
%%EXAMPLESDIR%%/gen-msg.map-sample
|
|
|
|
%%EXAMPLESDIR%%/generators-sample
|
|
|
|
%%EXAMPLESDIR%%/reference.config-sample
|
|
|
|
%%EXAMPLESDIR%%/sid-msg.map-sample
|
|
|
|
%%EXAMPLESDIR%%/sid-sample
|
|
|
|
%%EXAMPLESDIR%%/snort.conf-sample
|
|
|
|
%%EXAMPLESDIR%%/threshold.conf-sample
|
|
|
|
%%EXAMPLESDIR%%/unicode.map-sample
|
|
|
|
@dirrm %%EXAMPLESDIR%%
|
2003-11-21 17:33:27 +01:00
|
|
|
%%PORTDOCS%%%%DOCSDIR%%/AUTHORS
|
|
|
|
%%PORTDOCS%%%%DOCSDIR%%/BUGS
|
|
|
|
%%PORTDOCS%%%%DOCSDIR%%/CREDITS
|
2003-12-23 12:30:13 +01:00
|
|
|
%%PORTDOCS%%%%DOCSDIR%%/README
|
2006-12-07 09:59:54 +01:00
|
|
|
%%PORTDOCS%%%%DOCSDIR%%/README.ARUBA
|
2003-12-23 12:30:13 +01:00
|
|
|
%%PORTDOCS%%%%DOCSDIR%%/README.FLEXRESP
|
2006-08-30 06:26:54 +02:00
|
|
|
%%PORTDOCS%%%%DOCSDIR%%/README.FLEXRESP2
|
2005-02-07 10:35:32 +01:00
|
|
|
%%PORTDOCS%%%%DOCSDIR%%/README.INLINE
|
2003-11-21 17:33:27 +01:00
|
|
|
%%PORTDOCS%%%%DOCSDIR%%/README.PLUGINS
|
2006-08-30 06:26:54 +02:00
|
|
|
%%PORTDOCS%%%%DOCSDIR%%/README.PerfProfiling
|
|
|
|
%%PORTDOCS%%%%DOCSDIR%%/README.SMTP
|
2003-12-23 12:30:13 +01:00
|
|
|
%%PORTDOCS%%%%DOCSDIR%%/README.UNSOCK
|
|
|
|
%%PORTDOCS%%%%DOCSDIR%%/README.WIN32
|
|
|
|
%%PORTDOCS%%%%DOCSDIR%%/README.alert_order
|
2004-10-12 09:37:21 +02:00
|
|
|
%%PORTDOCS%%%%DOCSDIR%%/README.asn1
|
2003-12-23 12:30:13 +01:00
|
|
|
%%PORTDOCS%%%%DOCSDIR%%/README.csv
|
|
|
|
%%PORTDOCS%%%%DOCSDIR%%/README.database
|
2006-12-07 09:59:54 +01:00
|
|
|
%%PORTDOCS%%%%DOCSDIR%%/README.dcerpc
|
2006-09-22 10:47:25 +02:00
|
|
|
%%PORTDOCS%%%%DOCSDIR%%/README.dns
|
2004-07-05 00:17:18 +02:00
|
|
|
%%PORTDOCS%%%%DOCSDIR%%/README.event_queue
|
2003-12-20 00:20:22 +01:00
|
|
|
%%PORTDOCS%%%%DOCSDIR%%/README.flow
|
2004-02-27 09:15:50 +01:00
|
|
|
%%PORTDOCS%%%%DOCSDIR%%/README.flowbits
|
2003-12-20 00:20:22 +01:00
|
|
|
%%PORTDOCS%%%%DOCSDIR%%/README.flow-portscan
|
2005-10-07 17:07:30 +02:00
|
|
|
%%PORTDOCS%%%%DOCSDIR%%/README.frag3
|
2006-08-30 06:26:54 +02:00
|
|
|
%%PORTDOCS%%%%DOCSDIR%%/README.ftptelnet
|
2003-12-20 00:20:22 +01:00
|
|
|
%%PORTDOCS%%%%DOCSDIR%%/README.http_inspect
|
2005-02-07 10:35:32 +01:00
|
|
|
%%PORTDOCS%%%%DOCSDIR%%/README.sfportscan
|
2006-12-07 09:59:54 +01:00
|
|
|
%%PORTDOCS%%%%DOCSDIR%%/README.ssh
|
|
|
|
%%PORTDOCS%%%%DOCSDIR%%/README.stream4
|
|
|
|
%%PORTDOCS%%%%DOCSDIR%%/README.stream5
|
2003-12-23 12:30:13 +01:00
|
|
|
%%PORTDOCS%%%%DOCSDIR%%/README.thresholding
|
2003-12-20 00:20:22 +01:00
|
|
|
%%PORTDOCS%%%%DOCSDIR%%/README.wireless
|
2005-10-07 17:07:30 +02:00
|
|
|
%%PORTDOCS%%%%DOCSDIR%%/RELEASE.NOTES
|
2003-12-23 12:30:13 +01:00
|
|
|
%%PORTDOCS%%%%DOCSDIR%%/USAGE
|
2005-02-07 10:35:32 +01:00
|
|
|
%%PORTDOCS%%%%DOCSDIR%%/faq.pdf
|
2003-12-23 12:30:13 +01:00
|
|
|
%%PORTDOCS%%%%DOCSDIR%%/snort_manual.pdf
|
2005-02-07 10:35:32 +01:00
|
|
|
%%PORTDOCS%%%%DOCSDIR%%/snort_schema_v106.pdf
|
2003-12-23 12:30:13 +01:00
|
|
|
%%PORTDOCS%%@dirrm %%DOCSDIR%%
|