Import sieve-connect:

Perl sieveshell-compatible ManageSieve client intended both for
scripting and interactive use; supports TLS, certificate-based
authentication support and tab-completion.

With tweaks from ajacoutot@
ok ajacoutot@
This commit is contained in:
pea 2011-01-19 12:26:22 +00:00
parent a063522b5f
commit 3b58066fe3
4 changed files with 42 additions and 0 deletions

View File

@ -0,0 +1,31 @@
# $OpenBSD: Makefile,v 1.1.1.1 2011/01/19 12:26:22 pea Exp $
COMMENT = perl sieveshell-compatible ManageSieve client
DISTNAME = sieve-connect-0.77
CATEGORIES = mail
PKG_ARCH = *
MAINTAINER = LEVAI Daniel <leva@ecentrum.hu>
HOMEPAGE = http://people.spodhuis.org/phil.pennock/software/
MASTER_SITES = ${HOMEPAGE}
EXTRACT_SUFX = .tar.bz2
# BSD
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM = Yes
PERMIT_DISTFILES_FTP = Yes
RUN_DEPENDS = net/p5-Net-DNS \
net/p5-IO-Socket-INET6 \
security/p5-IO-Socket-SSL \
security/p5-Authen-SASL \
devel/p5-Term-ReadKey
do-configure:
@perl -pi -e 's,^PREFIX=.*,,' ${WRKSRC}/Makefile
.include <bsd.port.mk>

View File

@ -0,0 +1,5 @@
MD5 (sieve-connect-0.77.tar.bz2) = fv3/4VtJzro+sbnuDTvwqg==
RMD160 (sieve-connect-0.77.tar.bz2) = BodE3/iLC/a4F8JCIck/YUMrwTc=
SHA1 (sieve-connect-0.77.tar.bz2) = fFF9f8AvBWOR5BuOp+ab1v4BGVE=
SHA256 (sieve-connect-0.77.tar.bz2) = PLvSwOn2wtptLQV8MUPzUizabtqB47q7I61tf1La29Q=
SIZE (sieve-connect-0.77.tar.bz2) = 30523

View File

@ -0,0 +1,3 @@
Perl sieveshell-compatible ManageSieve client intended both for
scripting and interactive use; supports TLS, certificate-based
authentication support and tab-completion.

View File

@ -0,0 +1,3 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2011/01/19 12:26:22 pea Exp $
bin/sieve-connect
@man man/man1/sieve-connect.1