diff options
Diffstat (limited to 'security/scamp')
-rw-r--r-- | security/scamp/Makefile | 45 | ||||
-rw-r--r-- | security/scamp/distinfo | 2 | ||||
-rw-r--r-- | security/scamp/files/default.sample | 29 | ||||
-rw-r--r-- | security/scamp/files/pkg-message.in | 28 | ||||
-rw-r--r-- | security/scamp/pkg-descr | 8 | ||||
-rw-r--r-- | security/scamp/pkg-plist | 3 |
6 files changed, 0 insertions, 115 deletions
diff --git a/security/scamp/Makefile b/security/scamp/Makefile deleted file mode 100644 index 37325f90f9ca..000000000000 --- a/security/scamp/Makefile +++ /dev/null @@ -1,45 +0,0 @@ -# Created by: Gerard Seibert <gerard@seibercom.net> -# $FreeBSD$ - -PORTNAME= scamp -PORTVERSION= 5.6 -CATEGORIES= security -MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} - -MAINTAINER= gerard@seibercom.net -COMMENT= Download & Install additional definition files for Clamav - -LICENSE= BSD3CLAUSE - -RUN_DEPENDS= bash>=4.2.42:shells/bash \ - clamav>=0.97.8:security/clamav \ - gnupg>=2.0.19:security/gnupg \ - rsync>=3.0.9:net/rsync - -.if exists (${LOCALBASE}/bin/wget) && ! exists (${LOCALBASE}/bin/curl) -RUN_DEPENDS+= wget>=1.14:ftp/wget -.else -RUN_DEPENDS+= curl>=7.24.0_2:ftp/curl -.endif - -NO_BUILD= yes -NO_ARCH= yes -SUB_FILES= pkg-message - -OPTIONS_DEFINE= DOCS - -PORTDOCS= README CHANGE.LOG INSTALL Release.pdf - -post-patch: - @${REINPLACE_CMD} -e 's|CLAMAV_DB=$${CLAMAV_DB:-""}|CLAMAV_DB=$${CLAMAV_DB:-\"/var/db/clamav\"}|g' ${WRKSRC}/${PORTNAME}.sh - @${REINPLACE_CMD} -e 's|CONFIG_DIR=$${CONFIG_DIR:-"/etc/scamp"}|CONFIG_DIR=$${CONFIG_DIR:-"${ETCDIR}"}|g' ${WRKSRC}/${PORTNAME}.sh - -do-install: - cd ${WRKSRC} && ${INSTALL_SCRIPT} ${PORTNAME}.sh ${STAGEDIR}${PREFIX}/bin - cd ${WRKSRC} && ${INSTALL_MAN} scamp.1 ${STAGEDIR}${MANPREFIX}/man/man1 - @${MKDIR} ${STAGEDIR}${ETCDIR} - ${INSTALL_DATA} ${FILESDIR}/default.sample ${STAGEDIR}${ETCDIR} - @${MKDIR} ${STAGEDIR}${DOCSDIR} - cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR} - -.include <bsd.port.mk> diff --git a/security/scamp/distinfo b/security/scamp/distinfo deleted file mode 100644 index e67081ad4c14..000000000000 --- a/security/scamp/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (scamp-5.6.tar.gz) = bacdee58ee86dcdb56c1605ae62cca0efc3557a570218d6860e4b75090bddb46 -SIZE (scamp-5.6.tar.gz) = 137317 diff --git a/security/scamp/files/default.sample b/security/scamp/files/default.sample deleted file mode 100644 index 6b882759d098..000000000000 --- a/security/scamp/files/default.sample +++ /dev/null @@ -1,29 +0,0 @@ -# This is the /etc/scamp/default file. -# Created Thu, Tue, 02 May 2013 - -SCAMP_VERSION=5.6 -CLAMAV_DB=/var/db/clamav -T_DIR=/var/db/clamav/tmp -C_GROUP=clamav -C_PID=/var/run/clamav/clamd.pid -C_USER=clamav -GET_LDB=1 -GET_MALWARE=1 -GET_SANE=1 -GET_FOXHOLE=0 -GET_SECURITE=5 -GET_WINNOW=1 -gpg_key_url=http://www.sanesecurity.net/publickey.gpg -L_TYPE=1 -MK_LOG=0 -MW_DIR=/var/db/clamav/tmp/malware -MW_FILE=mbl.ndb -MW_URL=http://www.malwarepatrol.com.br/cgi/submit?action=list_clamav_ext -RELOAD=1 -REST=1 -SANE=rsync://rsync.sanesecurity.net/sanesecurity -SANE_DB=/var/db/clamav/tmp/sane -SI_DIR=/var/db/clamav/tmp/securite -SYS_LOG=1 -WPC=1 -W_SUM=1 diff --git a/security/scamp/files/pkg-message.in b/security/scamp/files/pkg-message.in deleted file mode 100644 index 2b8193e86cc1..000000000000 --- a/security/scamp/files/pkg-message.in +++ /dev/null @@ -1,28 +0,0 @@ -[ -{ type: install - message: <<EOM - Please read the README file before running "scamp.sh" - If updating from a version earlier than 5.2j, it is suggested - that you first run: "scamp.sh -D" to delete all old configurations. - Then, running "scamp.sh" will cause the script to create a new - configuration file. - - Check the "README" or "man scamp" for further information. - - The new versions of "scamp" can download definition files not - previously available in the older versions. - - You will also have to recreate any other additional configuration - files you might have used previously. - - I apologize for this inconvenience; however, it is the only feasible - way to insure that you have the most up-to-date configuration. - - You will need to manually create any additional configuration files. - Read the README or type "man scamp" for further assistance. - - To completely remove "scamp" from your system, delete the config - directory -- usually "/usr/local/etc/scamp" -EOM -} -] diff --git a/security/scamp/pkg-descr b/security/scamp/pkg-descr deleted file mode 100644 index 2e7afa2344e5..000000000000 --- a/security/scamp/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -This Bash script will download and install definition files for Clamav from the -following sites: - -sanesecurity.com -malware.com.br -clamav.securiteinfo.com - -WWW: https://sourceforge.net/projects/scamp/ diff --git a/security/scamp/pkg-plist b/security/scamp/pkg-plist deleted file mode 100644 index 79b49e534bf9..000000000000 --- a/security/scamp/pkg-plist +++ /dev/null @@ -1,3 +0,0 @@ -bin/scamp.sh -man/man1/scamp.1.gz -@sample etc/scamp/default.sample |