diff options
author | Oliver Eikemeier <eik@FreeBSD.org> | 2004-10-12 14:23:31 +0000 |
---|---|---|
committer | Oliver Eikemeier <eik@FreeBSD.org> | 2004-10-12 14:23:31 +0000 |
commit | 7a869bd74cfbb0f0965f927bd8b90811cf210d0b (patch) | |
tree | f4c7046c9f698d2e635e95bc36eb318654a52e83 /mail | |
parent | Update to 1.3 (diff) |
add mail/swaks- a SWiss Army Knife Smtp transaction tester
Notes
Notes:
svn path=/head/; revision=119028
Diffstat (limited to 'mail')
-rw-r--r-- | mail/Makefile | 1 | ||||
-rw-r--r-- | mail/swaks/Makefile | 36 | ||||
-rw-r--r-- | mail/swaks/distinfo | 2 | ||||
-rw-r--r-- | mail/swaks/pkg-descr | 3 | ||||
-rw-r--r-- | mail/swaks/pkg-message | 7 |
5 files changed, 49 insertions, 0 deletions
diff --git a/mail/Makefile b/mail/Makefile index 5a54281e465d..839396782c7f 100644 --- a/mail/Makefile +++ b/mail/Makefile @@ -425,6 +425,7 @@ SUBDIR += sqwebmail SUBDIR += ssmtp SUBDIR += stuphead + SUBDIR += swaks SUBDIR += sylpheed SUBDIR += sylpheed-claws SUBDIR += sylpheed-gtk2 diff --git a/mail/swaks/Makefile b/mail/swaks/Makefile new file mode 100644 index 000000000000..d59fc2182e33 --- /dev/null +++ b/mail/swaks/Makefile @@ -0,0 +1,36 @@ +# New ports collection makefile for: swaks +# Date created: 29 Sep 2004 +# Whom: Oliver Eikemeier +# +# $FreeBSD$ +# + +PORTNAME= swaks +PORTVERSION= 20040404.1 +CATEGORIES= mail +MASTER_SITES= http://jetmore.org/john/code/ +DISTNAME= ${PORTNAME}.${PORTVERSION} +EXTRACT_SUFX= + +MAINTAINER= eik@FreeBSD.org +COMMENT= Swiss Army Knife SMTP transaction tester + +PLIST_FILES= bin/${PORTNAME} + +USE_PERL5_RUN= yes + +do-extract: + @${RM} -rf ${WRKDIR} + @${MKDIR} ${WRKSRC} + @${CP} ${DISTDIR}/${DIST_SUBDIR}/${DISTNAME} ${WRKSRC} + +do-build: + @${SED} -e '1s|/usr/bin/perl|${PERL}|' \ + ${WRKSRC}/${DISTNAME} > ${WRKSRC}/${PORTNAME}.pl + +do-install: + @${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME}.pl \ + ${DESTDIR}${PREFIX}/bin/${PORTNAME} + @${CAT} ${PKGMESSAGE} + +.include <bsd.port.mk> diff --git a/mail/swaks/distinfo b/mail/swaks/distinfo new file mode 100644 index 000000000000..eea1e142dc56 --- /dev/null +++ b/mail/swaks/distinfo @@ -0,0 +1,2 @@ +MD5 (swaks.20040404.1) = 747b5ace5648a4dc6ff2faef139539a1 +SIZE (swaks.20040404.1) = 46264 diff --git a/mail/swaks/pkg-descr b/mail/swaks/pkg-descr new file mode 100644 index 000000000000..3f021d5d556a --- /dev/null +++ b/mail/swaks/pkg-descr @@ -0,0 +1,3 @@ +Program to test MTA configurations. + +WWW: http://jetmore.org/john/code/#swaks diff --git a/mail/swaks/pkg-message b/mail/swaks/pkg-message new file mode 100644 index 000000000000..4682c8ad8c22 --- /dev/null +++ b/mail/swaks/pkg-message @@ -0,0 +1,7 @@ +swaks has been successfully installed. + +Try + `swaks --help' +to list the available options and + `swaks --support' +for a list of capabilities. |