From c384652988522d05fc63940b9d8c0bf1dfbed621 Mon Sep 17 00:00:00 2001 From: avsm Date: Sun, 7 Jan 2001 21:58:35 +0000 Subject: [PATCH] initial import of p5-Mail-Alias-1.12 -- This module allows direct manipulation of various types of e-mail alias files. The primary use of Mail::Alias is for manipulating alias files in the SENDMAIL alias file format. Additionally it is possible to read some other formats and to convert between various alias file formats. The following actions are available: o Set the name of the current aliases file being accessed o Verify the presence of aliases o Retrieve an alias line from the file o Add aliases o Change the addresses for aliases o Delete aliases --- mail/p5-Mail-Alias/Makefile | 19 +++++++++++++++++++ mail/p5-Mail-Alias/files/md5 | 3 +++ mail/p5-Mail-Alias/patches/patch-Alias_pm | 21 +++++++++++++++++++++ mail/p5-Mail-Alias/pkg/COMMENT | 1 + mail/p5-Mail-Alias/pkg/DESCR | 15 +++++++++++++++ mail/p5-Mail-Alias/pkg/PLIST | 5 +++++ 6 files changed, 64 insertions(+) create mode 100644 mail/p5-Mail-Alias/Makefile create mode 100644 mail/p5-Mail-Alias/files/md5 create mode 100644 mail/p5-Mail-Alias/patches/patch-Alias_pm create mode 100644 mail/p5-Mail-Alias/pkg/COMMENT create mode 100644 mail/p5-Mail-Alias/pkg/DESCR create mode 100644 mail/p5-Mail-Alias/pkg/PLIST diff --git a/mail/p5-Mail-Alias/Makefile b/mail/p5-Mail-Alias/Makefile new file mode 100644 index 00000000000..a841a9f1646 --- /dev/null +++ b/mail/p5-Mail-Alias/Makefile @@ -0,0 +1,19 @@ +# $OpenBSD: Makefile,v 1.1.1.1 2001/01/07 21:58:35 avsm Exp $ + +DISTNAME= Mail-Alias-1.12 +PKGNAME= p5-${DISTNAME} +CATEGORIES= mail perl5 +NEED_VERSION= 1.348 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Mail + +MAINTAINER= Anil Madhavapeddy + +PERMIT_PACKAGE_CDROM= Yes +PERMIT_PACKAGE_FTP= Yes +PERMIT_DISTFILES_CDROM= Yes +PERMIT_DISTFILES_FTP= Yes + +CONFIGURE_STYLE= perl + +.include diff --git a/mail/p5-Mail-Alias/files/md5 b/mail/p5-Mail-Alias/files/md5 new file mode 100644 index 00000000000..eff684f422f --- /dev/null +++ b/mail/p5-Mail-Alias/files/md5 @@ -0,0 +1,3 @@ +MD5 (Mail-Alias-1.12.tar.gz) = 01d42c11f3c4372088597f9c5c3d6af7 +RMD160 (Mail-Alias-1.12.tar.gz) = e96c08f78fae7d40390614160e8eabf3b2a9a2f1 +SHA1 (Mail-Alias-1.12.tar.gz) = 797f892dbe467b2de3a71fe59920725c63f52cce diff --git a/mail/p5-Mail-Alias/patches/patch-Alias_pm b/mail/p5-Mail-Alias/patches/patch-Alias_pm new file mode 100644 index 00000000000..24ddd727c23 --- /dev/null +++ b/mail/p5-Mail-Alias/patches/patch-Alias_pm @@ -0,0 +1,21 @@ +$OpenBSD: patch-Alias_pm,v 1.1.1.1 2001/01/07 21:58:35 avsm Exp $ +--- Alias.pm.orig Sun Jan 7 21:28:02 2001 ++++ Alias.pm Sun Jan 7 21:30:34 2001 +@@ -684,7 +684,7 @@ sub write { + + =head1 NAME + +-Mail::Alias - Maniulates mail alias files of various formats. Works on files directly or loads files into memory and works on the buffer. ++Mail::Alias - Manipulates mail alias files of various formats. Works on files directly or loads files into memory and works on the buffer. + + =head1 SYNOPSIS + +@@ -738,7 +738,7 @@ Indicates the presence of the passed ali + + =item B + Expands the passed alias into a list of addresses. Expansion properly handles +- :include: files, recursion, and continuation lines.Only works when memory ++ :include: files, recursion, and continuation lines. Only works when memory + access is being used. If the alias is not found in the object, you get back + what you sent. + diff --git a/mail/p5-Mail-Alias/pkg/COMMENT b/mail/p5-Mail-Alias/pkg/COMMENT new file mode 100644 index 00000000000..3b56321d9d2 --- /dev/null +++ b/mail/p5-Mail-Alias/pkg/COMMENT @@ -0,0 +1 @@ +manipulates e-mail alias files of various formats diff --git a/mail/p5-Mail-Alias/pkg/DESCR b/mail/p5-Mail-Alias/pkg/DESCR new file mode 100644 index 00000000000..c4f4f8ca52d --- /dev/null +++ b/mail/p5-Mail-Alias/pkg/DESCR @@ -0,0 +1,15 @@ +This module allows direct manipulation of various types of e-mail +alias files. + +The primary use of Mail::Alias is for manipulating alias files in +the SENDMAIL alias file format. Additionally it is possible to read +some other formats and to convert between various alias file formats. + +The following actions are available: + +o Set the name of the current aliases file being accessed +o Verify the presence of aliases +o Retrieve an alias line from the file +o Add aliases +o Change the addresses for aliases +o Delete aliases diff --git a/mail/p5-Mail-Alias/pkg/PLIST b/mail/p5-Mail-Alias/pkg/PLIST new file mode 100644 index 00000000000..5484b34155f --- /dev/null +++ b/mail/p5-Mail-Alias/pkg/PLIST @@ -0,0 +1,5 @@ +@comment $OpenBSD: PLIST,v 1.1.1.1 2001/01/07 21:58:35 avsm Exp $ +libdata/perl5/site_perl/Mail/Alias.pm +libdata/perl5/site_perl/${ARCH}-openbsd/auto/Mail/Alias/.packlist +man/man3/Mail::Alias.3p +@dirrm libdata/perl5/site_perl/${ARCH}-openbsd/auto/Mail/Alias