pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mail/p5-Mail-ClamAV Initial import of p5-Mail-ClamAV 0...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3f1e82e87d14
branches:  trunk
changeset: 464398:3f1e82e87d14
user:      grant <grant%pkgsrc.org@localhost>
date:      Mon Dec 08 15:39:57 2003 +0000

description:
Initial import of p5-Mail-ClamAV 0.04 into the NetBSD Packages
Collection.

Clam AntiVirus is an anti-virus toolkit for UNIX. This module provides
a simple interface to it's C API.

diffstat:

 mail/p5-Mail-ClamAV/DESCR    |   2 ++
 mail/p5-Mail-ClamAV/Makefile |  29 +++++++++++++++++++++++++++++
 mail/p5-Mail-ClamAV/PLIST    |   1 +
 mail/p5-Mail-ClamAV/distinfo |   4 ++++
 4 files changed, 36 insertions(+), 0 deletions(-)

diffs (52 lines):

diff -r cd60688e1581 -r 3f1e82e87d14 mail/p5-Mail-ClamAV/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/p5-Mail-ClamAV/DESCR Mon Dec 08 15:39:57 2003 +0000
@@ -0,0 +1,2 @@
+Clam AntiVirus is an anti-virus toolkit for UNIX. This module provides
+a simple interface to it's C API.
diff -r cd60688e1581 -r 3f1e82e87d14 mail/p5-Mail-ClamAV/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/p5-Mail-ClamAV/Makefile      Mon Dec 08 15:39:57 2003 +0000
@@ -0,0 +1,29 @@
+# $NetBSD: Makefile,v 1.1.1.1 2003/12/08 15:39:57 grant Exp $
+
+DISTNAME=      Mail-ClamAV-0.04
+PKGNAME=       p5-${DISTNAME}
+CATEGORIES=    mail perl5
+MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Mail/}
+
+MAINTAINER=    tech-pkg%NetBSD.org@localhost
+COMMENT=       Perl5 module for mail/clamav virus scanner
+
+DEPENDS+=      p5-Inline>=0.40:../../devel/p5-Inline
+
+USE_BUILDLINK2=                YES
+PERL5_PACKLIST=                ${PERL5_SITEARCH}/auto/Mail/ClamAV/.packlist
+
+# avoid having PERL5_SITELIB, PERL5_SITEARCH and PERL5_ARCHLIB set in
+# the environment, which confuses the 'install' target of modules
+# which use Inline, such as this one.
+#
+# XXX do these environment variables really need to be set in targets
+# XXX other than 'install'?
+do-build:
+       @cd ${WRKSRC} && \
+               ${SETENV} ${MAKE_ENV} ${MAKE_PROGRAM} ${ALL_TARGET}
+
+.include "../../lang/perl5/module.mk"
+.include "../../mail/clamav/buildlink2.mk"
+
+.include "../../mk/bsd.pkg.mk"
diff -r cd60688e1581 -r 3f1e82e87d14 mail/p5-Mail-ClamAV/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/p5-Mail-ClamAV/PLIST Mon Dec 08 15:39:57 2003 +0000
@@ -0,0 +1,1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2003/12/08 15:39:57 grant Exp $
diff -r cd60688e1581 -r 3f1e82e87d14 mail/p5-Mail-ClamAV/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/p5-Mail-ClamAV/distinfo      Mon Dec 08 15:39:57 2003 +0000
@@ -0,0 +1,4 @@
+$NetBSD: distinfo,v 1.1.1.1 2003/12/08 15:39:57 grant Exp $
+
+SHA1 (Mail-ClamAV-0.04.tar.gz) = 6d503490b68fc456b08e3d401e6d4ad046e8c6d8
+Size (Mail-ClamAV-0.04.tar.gz) = 90820 bytes



Home | Main Index | Thread Index | Old Index