diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-10-24 10:14:58 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-10-24 10:14:58 +0000 |
commit | 852345e3171f997ada33edf8bb2afbc843571b97 (patch) | |
tree | 72ca29c00d2fae15b081c6cc5d049b202557dce3 /mail | |
parent | c64e425285ebe8176509a52cd8af10e8ecfe4b47 (diff) | |
download | ports-852345e3171f997ada33edf8bb2afbc843571b97.tar.gz ports-852345e3171f997ada33edf8bb2afbc843571b97.zip |
Notes
Diffstat (limited to 'mail')
-rw-r--r-- | mail/Makefile | 1 | ||||
-rw-r--r-- | mail/p5-Mail-Spool/Makefile | 28 | ||||
-rw-r--r-- | mail/p5-Mail-Spool/distinfo | 1 | ||||
-rw-r--r-- | mail/p5-Mail-Spool/pkg-comment | 1 | ||||
-rw-r--r-- | mail/p5-Mail-Spool/pkg-descr | 8 | ||||
-rw-r--r-- | mail/p5-Mail-Spool/pkg-plist | 6 |
6 files changed, 45 insertions, 0 deletions
diff --git a/mail/Makefile b/mail/Makefile index 4517854e935f..00c6a3022498 100644 --- a/mail/Makefile +++ b/mail/Makefile @@ -166,6 +166,7 @@ SUBDIR += p5-Mail-Sender SUBDIR += p5-Mail-Sendmail SUBDIR += p5-Mail-SpamAssassin + SUBDIR += p5-Mail-Spool SUBDIR += p5-Mail-Tools SUBDIR += p5-Mail-Verify SUBDIR += p5-Net-SMTP-Server diff --git a/mail/p5-Mail-Spool/Makefile b/mail/p5-Mail-Spool/Makefile new file mode 100644 index 000000000000..06a94b4e56ec --- /dev/null +++ b/mail/p5-Mail-Spool/Makefile @@ -0,0 +1,28 @@ +# New ports collection makefile for: Mail::Spool +# Date created: 24 October 2002 +# Whom: Maxim Sobolev <sobomax@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= Mail-Spool +PORTVERSION= 0.50 +CATEGORIES= mail perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Mail +PKGNAMEPREFIX= p5- + +MAINTAINER= ports@FreeBSD.org + +BUILD_DEPENDS= ${SITE_PERL}/File/NFSLock.pm:${PORTSDIR}/devel/p5-File-NFSLock \ + ${SITE_PERL}/Mail/Address.pm:${PORTSDIR}/mail/p5-Mail-Tools \ + ${SITE_PERL}/Net/DNS.pm:${PORTSDIR}/net/p5-Net-DNS +RUN_DEPENDS= ${BUILD_DEPENDS} + +PERL_CONFIGURE= yes +SITE_PERL= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER} +MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} + +MAN3= Mail::Spool.3 Mail::Spool::Handle.3 Mail::Spool::Node.3 + +.include <bsd.port.mk> diff --git a/mail/p5-Mail-Spool/distinfo b/mail/p5-Mail-Spool/distinfo new file mode 100644 index 000000000000..63c18766f9a4 --- /dev/null +++ b/mail/p5-Mail-Spool/distinfo @@ -0,0 +1 @@ +MD5 (Mail-Spool-0.50.tar.gz) = a06bc2a6977815b55ba1ed3c82919ce6 diff --git a/mail/p5-Mail-Spool/pkg-comment b/mail/p5-Mail-Spool/pkg-comment new file mode 100644 index 000000000000..e2e86813e2d5 --- /dev/null +++ b/mail/p5-Mail-Spool/pkg-comment @@ -0,0 +1 @@ +A "pure perl" implementation of mail spooling, unspooling and sending diff --git a/mail/p5-Mail-Spool/pkg-descr b/mail/p5-Mail-Spool/pkg-descr new file mode 100644 index 000000000000..9fc4069925e7 --- /dev/null +++ b/mail/p5-Mail-Spool/pkg-descr @@ -0,0 +1,8 @@ +Mail::Spool is a "pure perl" implementation of mail spooling, unspooling +and sending. It is intended to be used with daemons such as +Net::Server::SMTP (to be released soon), but it also contains its own +daemon (based off of Net::Server::Fork) that can be used if necessary. + +It is also intended to be used as a quick spooling mechanism for perl +scripts. As it can write straight to the queue without opening another +process. diff --git a/mail/p5-Mail-Spool/pkg-plist b/mail/p5-Mail-Spool/pkg-plist new file mode 100644 index 000000000000..61a2d6dc2a10 --- /dev/null +++ b/mail/p5-Mail-Spool/pkg-plist @@ -0,0 +1,6 @@ +lib/perl5/site_perl/%%PERL_VER%%/Mail/Spool.pm +lib/perl5/site_perl/%%PERL_VER%%/Mail/Spool/Handle.pm +lib/perl5/site_perl/%%PERL_VER%%/Mail/Spool/Node.pm +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Mail/Spool/.packlist +@dirrm lib/perl5/site_perl/%%PERL_VER%%/Mail/Spool +@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Mail/Spool |