Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 15 Mar 2014 16:54:10 +0000 (UTC)
From:      Martin Matuska <mm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r348354 - in head/security: . proftpd-mod_clamav
Message-ID:  <201403151654.s2FGsAM5078725@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mm
Date: Sat Mar 15 16:54:09 2014
New Revision: 348354
URL: http://svnweb.freebsd.org/changeset/ports/348354
QAT: https://qat.redports.org/buildarchive/r348354/

Log:
  ProFTPD module mod_clamav
  
  WWW: https://github.com/jbenden/mod_clamav

Added:
  head/security/proftpd-mod_clamav/
  head/security/proftpd-mod_clamav/Makefile   (contents, props changed)
  head/security/proftpd-mod_clamav/pkg-descr   (contents, props changed)
Modified:
  head/security/Makefile

Modified: head/security/Makefile
==============================================================================
--- head/security/Makefile	Sat Mar 15 16:53:03 2014	(r348353)
+++ head/security/Makefile	Sat Mar 15 16:54:09 2014	(r348354)
@@ -726,6 +726,7 @@
     SUBDIR += prelude-lml
     SUBDIR += prelude-manager
     SUBDIR += prelude-pflogger
+    SUBDIR += proftpd-mod_clamav
     SUBDIR += proxycheck
     SUBDIR += proxytunnel
     SUBDIR += pscan

Added: head/security/proftpd-mod_clamav/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/security/proftpd-mod_clamav/Makefile	Sat Mar 15 16:54:09 2014	(r348354)
@@ -0,0 +1,36 @@
+# Created by: Martin Matuska <mm@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	mod_clamav
+DISTVERSION=	0.13rc2
+PORTREVISION=	0
+CATEGORIES=	security ftp
+PKGNAMEPREFIX=	proftpd-
+
+MAINTAINER=	mm@FreeBSD.org
+COMMENT=	ClamAV ProFTPD module
+
+LICENSE=	GPLv2
+
+DESCR=		${.CURDIR}/pkg-descr
+
+LATEST_LINK=	${PKGNAMEPREFIX}-${PORTNAME}
+MASTERDIR=	${.CURDIR}/../../ftp/proftpd
+
+GH_TAGNAME=	v${DISTVERSION}
+GIT_REVISION=	0b524e3
+
+RUN_DEPENDS+=	clamd:${PORTSDIR}/security/clamav
+_PROFTPD_MODULE_DISTFILES=	mod_clamav-v0.13rc2${EXTRACT_SUFX}:clamav
+_PROFTPD_MODULE_EXTRACT_ONLY= 	mod_clamav-v0.13rc2${EXTRACT_SUFX}
+_PROFTPD_MODULE_MASTER_SITES=	https://codeload.github.com/jbenden/mod_clamav/legacy.tar.gz/${GH_TAGNAME}?dummy=/:clamav
+
+INCLUDEDIRS=	${LOCALBASE}/include
+LIBDIRS=	${LOCALBASE}/lib
+
+_BUILDING_PROFTPD_MODULE=	${PORTNAME}
+
+post-extract:
+	@${CP} ${WRKDIR}/jbenden-mod_clamav-${GIT_REVISION}/mod_clamav.* ${WRKSRC}/contrib
+
+.include "${MASTERDIR}/Makefile"

Added: head/security/proftpd-mod_clamav/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/security/proftpd-mod_clamav/pkg-descr	Sat Mar 15 16:54:09 2014	(r348354)
@@ -0,0 +1,3 @@
+ProFTPD module mod_clamav
+
+WWW: https://github.com/jbenden/mod_clamav 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201403151654.s2FGsAM5078725>