Index: head/net-mgmt/argus3-clients/Makefile =================================================================== --- head/net-mgmt/argus3-clients/Makefile (revision 275389) +++ head/net-mgmt/argus3-clients/Makefile (revision 275390) @@ -1,78 +1,84 @@ # New ports collection makefile for: argus3-clients # Date created: 24 March 2004 # Whom: Stefan Esser # # $FreeBSD$ # PORTNAME= argus-clients -PORTVERSION= 3.0.2 -PORTREVISION= 1 +PORTVERSION= 3.0.4.1 CATEGORIES= net-mgmt security MASTER_SITES= http://qosient.com/argus/src/ \ ftp://qosient.com/pub/argus/src/ MAINTAINER= support@spectrum.ru COMMENT= Client programs for the argus IP network transaction auditing tool CONFLICTS= argus-clients-2* argus-clients-sasl-2* OPTIONS+= SASL "SASL authentication support" on \ - MYSQL "MySQL database support" on + MYSQL "MySQL database support" on \ + GEOIP "GeoIP library support" off .include USE_BISON= build GNU_CONFIGURE= true +USE_NCURSES= yes .if defined(WITH_SASL) PKGNAMESUFFIX= -sasl LIB_DEPENDS+= sasl2.2:${PORTSDIR}/security/cyrus-sasl2 CONFIGURE_ARGS+= --with-sasl=${LOCALBASE} .endif .if defined(WITH_MYSQL) USE_MYSQL= yes +.endif + +.if defined(WITH_GEOIP) +LIB_DEPENDS+= GeoIP:${PORTSDIR}/net/GeoIP +CONFIGURE_ARGS+= --with-GeoIP=${LOCALBASE} .endif MAN1= ra.1 rabins.1 racluster.1 racount.1 ragraph.1 rahisto.1 \ ranonymize.1 rasort.1 rasplit.1 rastream.1 rastrip.1 MAN5= racluster.5 radium.conf.5 rarc.5 MAN8= radium.8 .include do-install: .for i in ra rabins racluster racount radump rafilteraddr \ rahisto ralabel ranonymize rapath rapolicy \ raservices rasort rasplit rasql rasqlinsert rastream \ rastrip ratemplate ratimerange ratop ratree rauserdata ${INSTALL_PROGRAM} ${WRKSRC}/bin/$i ${PREFIX}/bin/$i .endfor .for i in radark ragraph rahosts raports ${INSTALL_SCRIPT} ${WRKSRC}/bin/$i ${PREFIX}/bin/$i .endfor .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR}/ .for i in README COPYING doc/CHANGES doc/FAQ doc/HOW-TO ${INSTALL_DATA} ${WRKSRC}/$i ${DOCSDIR} .endfor .endif .if !defined(NOMAN) .for i in ${MAN1} ${INSTALL_DATA} ${WRKSRC}/man/man1/$i ${MANPREFIX}/man/man1 .endfor .for i in ${MAN5} ${INSTALL_DATA} ${WRKSRC}/man/man5/$i ${MANPREFIX}/man/man5 .endfor .for i in ${MAN8} ${INSTALL_DATA} ${WRKSRC}/man/man8/$i ${MANPREFIX}/man/man8 .endfor .endif ${MKDIR} ${EXAMPLESDIR} .for i in Config Startup System ${MKDIR} ${EXAMPLESDIR}/$i ${INSTALL_DATA} ${WRKSRC}/support/$i/* ${EXAMPLESDIR}/$i .endfor .include Property changes on: head/net-mgmt/argus3-clients/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.5 \ No newline at end of property +1.6 \ No newline at end of property Index: head/net-mgmt/argus3-clients/distinfo =================================================================== --- head/net-mgmt/argus3-clients/distinfo (revision 275389) +++ head/net-mgmt/argus3-clients/distinfo (revision 275390) @@ -1,2 +1,2 @@ -SHA256 (argus-clients-3.0.2.tar.gz) = 68ffc169ff4d6e4c08c19522833c829b2e560ee61b779a7a4f166c1cf022a7c4 -SIZE (argus-clients-3.0.2.tar.gz) = 1802627 +SHA256 (argus-clients-3.0.4.1.tar.gz) = c56cb81cc9a898f638cacd9973b43fd01e0dcca3b8c7fcaa8b8c5d0456b8b581 +SIZE (argus-clients-3.0.4.1.tar.gz) = 2116531 Property changes on: head/net-mgmt/argus3-clients/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.3 \ No newline at end of property +1.4 \ No newline at end of property