From 5aceaad9927e1e913b8ef373efe5970152e5de27 Mon Sep 17 00:00:00 2001 From: Mario Sergio Fujikawa Ferreira Date: Sat, 25 May 2002 17:54:38 +0000 Subject: New port p5-File-Scan version 0.27: Perl5 anti-virus file scanning package Submitted by: Martin Matuska --- security/Makefile | 1 + security/p5-File-Scan/Makefile | 22 ++++++++++++++++++++++ security/p5-File-Scan/distinfo | 1 + security/p5-File-Scan/pkg-comment | 1 + security/p5-File-Scan/pkg-descr | 4 ++++ security/p5-File-Scan/pkg-plist | 3 +++ 6 files changed, 32 insertions(+) create mode 100644 security/p5-File-Scan/Makefile create mode 100644 security/p5-File-Scan/distinfo create mode 100644 security/p5-File-Scan/pkg-comment create mode 100644 security/p5-File-Scan/pkg-descr create mode 100644 security/p5-File-Scan/pkg-plist diff --git a/security/Makefile b/security/Makefile index dc28e384a0df..37b5212cd4fa 100644 --- a/security/Makefile +++ b/security/Makefile @@ -159,6 +159,7 @@ SUBDIR += p5-Digest-MD2 SUBDIR += p5-Digest-MD5 SUBDIR += p5-Digest-SHA1 + SUBDIR += p5-File-Scan SUBDIR += p5-GnuPG-Interface SUBDIR += p5-IO-Socket-SSL SUBDIR += p5-MD5 diff --git a/security/p5-File-Scan/Makefile b/security/p5-File-Scan/Makefile new file mode 100644 index 000000000000..573ca3530d63 --- /dev/null +++ b/security/p5-File-Scan/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: p5-File-Scan +# Date created: May 24 2002 +# Whom: Martin Matuska +# +# $FreeBSD$ +# + +PORTNAME= File-Scan +PORTVERSION= 0.27 +CATEGORIES= security perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= File/HDIAS +PKGNAMEPREFIX= p5- + +MAINTAINER= matuska@wu-wien.ac.at + +PERL_CONFIGURE= yes + +MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} +MAN3= File::Scan.3 + +.include diff --git a/security/p5-File-Scan/distinfo b/security/p5-File-Scan/distinfo new file mode 100644 index 000000000000..178a8f2c2cb8 --- /dev/null +++ b/security/p5-File-Scan/distinfo @@ -0,0 +1 @@ +MD5 (File-Scan-0.27.tar.gz) = 8bc5f68f3a814e71a5ab090e87020858 diff --git a/security/p5-File-Scan/pkg-comment b/security/p5-File-Scan/pkg-comment new file mode 100644 index 000000000000..a6a63300e661 --- /dev/null +++ b/security/p5-File-Scan/pkg-comment @@ -0,0 +1 @@ +Perl5 anti-virus file scanning package diff --git a/security/p5-File-Scan/pkg-descr b/security/p5-File-Scan/pkg-descr new file mode 100644 index 000000000000..47e28d9d5498 --- /dev/null +++ b/security/p5-File-Scan/pkg-descr @@ -0,0 +1,4 @@ +File::Scan allows users to make multiplataform virus scans which +can detect Windows/DOS/Mac viruses. + +It includes a virus scanner and a signature database. diff --git a/security/p5-File-Scan/pkg-plist b/security/p5-File-Scan/pkg-plist new file mode 100644 index 000000000000..ae78b8bab495 --- /dev/null +++ b/security/p5-File-Scan/pkg-plist @@ -0,0 +1,3 @@ +lib/perl5/site_perl/%%PERL_VER%%/File/Scan.pm +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/File/Scan/.packlist +@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/File/Scan -- cgit v1.2.3