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
This commit is contained in:
avsm 2001-01-07 21:58:35 +00:00
parent 3522769e1e
commit c384652988
6 changed files with 64 additions and 0 deletions

View File

@ -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 <avsm@openbsd.org>
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
CONFIGURE_STYLE= perl
.include <bsd.port.mk>

View File

@ -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

View File

@ -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<expand ()>
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.

View File

@ -0,0 +1 @@
manipulates e-mail alias files of various formats

View File

@ -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

View File

@ -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