From 564cd016c09d5db42321e043cac18278be1732fc Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Mon, 18 Mar 2013 12:04:57 +0000 Subject: testing/swaks: new aport Swaks is a featureful, flexible, scriptable, transaction-oriented SMTP test tool. - SMTP extensions including TLS, authentication, pipelining, and XCLIENT - Protocols including SMTP, ESMTP, and LMTP - Transports including unix-domain sockets, internet-domain sockets (IPv4 and IPv6), and pipes to spawned processes - Completely scriptable configuration, with option specification via environment variables, configuration files, and command line Website: http://www.jetmore.org/john/code/swaks/ --- testing/swaks/APKBUILD | 44 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 testing/swaks/APKBUILD (limited to 'testing') diff --git a/testing/swaks/APKBUILD b/testing/swaks/APKBUILD new file mode 100644 index 000000000..1ff54785d --- /dev/null +++ b/testing/swaks/APKBUILD @@ -0,0 +1,44 @@ +# Contributor: Fabian Affolter +# Maintainer: Fabian Affolter +pkgname=swaks +pkgver=20130209.0 +pkgrel=0 +pkgdesc="An SMTP transaction tester" +url="http://www.jetmore.org/john/code/swaks" +arch="noarch" +license="GPL2+" +depends="perl-authen-digestmd5 perl-digest-sha1 perl-net-dns + perl-net-ssleay perl-time-hires" +depends_dev="" +makedepends="perl" +install="" +subpackages="$pkgname-doc" +source="http://www.jetmore.org/john/code/$pkgname/$pkgname-$pkgver.tar.gz" + +_builddir="$srcdir/$pkgname-$pkgver" +prepare() { + local i + cd "$_builddir" + for i in $source; do + case $i in + *.patch) msg $i; patch -p1 -i "$srcdir"/$i || return 1;; + esac + done +} + +build() { + cd "$_builddir" + pod2man swaks > $pkgname.1 +} + +package() { + cd "$_builddir" + install -m755 -D "$_builddir"/$pkgname \ + "$pkgdir"/usr/bin/$pkgname || return 1 + install -m644 -D "$_builddir"/$pkgname.1 \ + "$pkgdir"/usr/share/man/man1/$pkgname.1 || return 1 +} + +md5sums="281af4f487ada31cda1408a19e8da5b4 swaks-20130209.0.tar.gz" +sha256sums="0b0967256dca82776f610f1db862bc47644b236f325fa48cbdb2651babd41f7c swaks-20130209.0.tar.gz" +sha512sums="bf3c639f2c227d8219d5bc98a3d3519886471168c16e38d036283eeb1bb786c80bb80a648637150b3eb1903ef0c0d01bc37fd7b4f55af66a20f7bef18067b118 swaks-20130209.0.tar.gz" -- cgit v1.2.3