Index: head/security/sguil-sensor/Makefile =================================================================== --- head/security/sguil-sensor/Makefile (revision 175952) +++ head/security/sguil-sensor/Makefile (revision 175953) @@ -1,86 +1,86 @@ # New ports collection makefile for: sguil-sensor # Date created: 23 Mar 2006 # Whom: Paul Schmehl # # $FreeBSD$ # PORTNAME= sguil-sensor PORTVERSION= 0.6.1 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= sguil MAINTAINER= pauls@utdallas.edu -COMMENT= Squil is a network security management program +COMMENT= Squil is a network security monitoring program RUN_DEPENDS= snort:${PORTSDIR}/security/snort \ barnyard:${PORTSDIR}/security/barnyard-sguil6 \ ${LOCALBASE}/lib/tclx8.4/tclx.tcl:${PORTSDIR}/lang/tclX OPTIONS= SANCP "Include sancp support" off \ TLS "Include openssl support" off NO_BUILD= yes USE_RC_SUBR= sensor_agent.sh TCLSH_CMD?= tclsh8.4 WRKSRC= ${WRKDIR}/sguil-${PORTVERSION} SUB_LIST= SGUILDIR=${SGUILDIR} SUB_FILES= pkg-message sensor_agent.sh PLIST_SUB= SGUILDIR=${SGUILDIR} SGUILDIR?= sguil-sensor PORTDOCS= CHANGES FAQ INSTALL INSTALL.openbsd LICENSE.QPL \ OPENSSL.README TODO UPGRADE USAGE sguildb.dia .include WITH_PCRE= true .if defined(WITH_SANCP) RUN_DEPENDS+= sancp:${PORTSDIR}/security/sancp PLIST_SUB+= USESANCP= .else PLIST_SUB+= USESANCP="@comment " .endif .if defined(WITH_TLS) LIB_DEPENDS+= tls:${PORTSDIR}/devel/tcltls .endif post-patch: .for f in sensor_agent.tcl @${REINPLACE_CMD} -e 's:exec tclsh:exec ${PREFIX}/bin/${TCLSH_CMD}:g' \ ${WRKSRC}/sensor/${f} .endfor do-install: @${MKDIR} ${PREFIX}/bin/${SGUILDIR} ${INSTALL_SCRIPT} -m 751 ${WRKSRC}/sensor/sensor_agent.tcl \ ${PREFIX}/bin/${SGUILDIR}/sensor_agent.tcl .for f in log_packets.sh ${INSTALL_SCRIPT} -m 751 ${WRKSRC}/sensor/${f} \ ${PREFIX}/bin/${SGUILDIR}/${f} .endfor .for f in sensor_agent.conf ${INSTALL_DATA} ${WRKSRC}/sensor/${f} \ ${PREFIX}/etc/${f}-sample .endfor .for f in log_packets.conf ${INSTALL_DATA} ${FILESDIR}/${f} \ ${PREFIX}/etc/${f}-sample .endfor .if defined(WITH_SANCP) .for f in sancp.conf ${INSTALL_DATA} ${WRKSRC}/sensor/sancp/${f} \ ${PREFIX}/etc/${f}-sample .endfor .endif .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} cd ${WRKSRC}/doc && ${INSTALL_DATA} \ ${PORTDOCS} ${DOCSDIR} .endif @${CAT} ${PKGMESSAGE} .include Property changes on: head/security/sguil-sensor/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property Index: head/security/sguil-server/Makefile =================================================================== --- head/security/sguil-server/Makefile (revision 175952) +++ head/security/sguil-server/Makefile (revision 175953) @@ -1,84 +1,84 @@ # New ports collection makefile for: sguil-server # Date created: 9 Oct 2006 # Whom: Paul Schmehl # # $FreeBSD$ # PORTNAME= sguil-server PORTVERSION= 0.6.1 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= sguil MAINTAINER= pauls@utdallas.edu -COMMENT= Squil is a network security management program +COMMENT= Squil is a network security monitoring program RUN_DEPENDS= p0f:${PORTSDIR}/net-mgmt/p0f \ tcpflow:${PORTSDIR}/net/tcpflow \ dtplite:${PORTSDIR}/devel/tcllib \ barnyard:${PORTSDIR}/security/barnyard-sguil6 \ ${LOCALBASE}/lib/tclx8.4/tclx.tcl:${PORTSDIR}/lang/tclX LIB_DEPENDS= tls:${PORTSDIR}/devel/tcltls NO_BUILD= yes USE_RC_SUBR= sguild.sh TCLSH_CMD?= ${PREFIX}/bin/tclsh8.4 SGUILDIR?= sguil-server WRKSRC= ${WRKDIR}/sguil-${PORTVERSION} PATCH_WRKSRC= ${WRKSRC}/server PLIST_SUB= SGUILDIR=${SGUILDIR} SUB_FILES= pkg-message SUB_LIST= SGUILDIR=${SGUILDIR} TCLSH=${TCLSH_CMD} LIBRARIES= SguildAccess.tcl SguildEvent.tcl SguildReportBuilder.tcl \ SguildAutoCat.tcl SguildGenericDB.tcl SguildSendComms.tcl \ SguildClientCmdRcvd.tcl SguildHealthChecks.tcl SguildSensorAgentComms.tcl \ SguildConnect.tcl SguildLoaderd.tcl SguildSensorCmdRcvd.tcl \ SguildCreateDB.tcl SguildMysqlMerge.tcl SguildTranscript.tcl \ SguildEmailEvent.tcl SguildQueryd.tcl SguildUtils.tcl SCRIPTS= create_ruledb.sql update_sguildb_v10-v11.sql update_sguildb_v8-v9.sql \ create_sguildb.sql update_sguildb_v5-v6.sql update_sguildb_v9-v10.sql \ migrate_event.tcl update_sguildb_v6-v7.sql migrate_sancp.tcl update_sguildb_v7-v8.sql CONFS= autocat.conf sguild.access sguild.conf sguild.email sguild.queries sguild.reports sguild.users PORTDOCS= CHANGES INSTALL INSTALL.openbsd LICENSE.QPL \ OPENSSL.README TODO USAGE sguildb.dia .include MYSQLTCL_VER!= cd ${PORTSDIR}/databases/mysqltcl && ${MAKE} -V PORTVERSION RUN_DEPENDS+= ${LOCALBASE}/lib/mysqltcl-${MYSQLTCL_VER}:${PORTSDIR}/databases/mysqltcl post-patch: .for f in archive_sguildb.tcl sguild contrib/incident_report.tcl @${REINPLACE_CMD} -e 's:exec tclsh:exec ${TCLSH_CMD}:g' ${WRKSRC}/server/${f} .endfor do-install: @${MKDIR} ${PREFIX}/etc/${SGUILDIR} @${MKDIR} ${PREFIX}/lib/${SGUILDIR} @${MKDIR} ${PREFIX}/share/${SGUILDIR} .for f in archive_sguildb.tcl sguild ${INSTALL_SCRIPT} -m 751 ${WRKSRC}/server/${f} ${PREFIX}/bin/${f} .endfor .for f in incident_report.tcl ${INSTALL_SCRIPT} -m 751 ${WRKSRC}/server/contrib/${f} ${PREFIX}/bin/${f} .endfor .for f in ${CONFS} ${INSTALL_DATA} ${WRKSRC}/server/${f} ${PREFIX}/etc/${SGUILDIR}/${f}-sample .endfor .for f in ${LIBRARIES} ${INSTALL_DATA} ${WRKSRC}/server/lib/${f} ${PREFIX}/lib/${SGUILDIR}/${f} .endfor .for f in ${SCRIPTS} ${INSTALL_DATA} ${WRKSRC}/server/sql_scripts/${f} ${PREFIX}/share/${SGUILDIR}/${f} .endfor post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} cd ${WRKSRC}/doc && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR} .endif @${CAT} ${PKGMESSAGE} .include Property changes on: head/security/sguil-server/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property