diff --git a/mail/sieve-connect/Makefile b/mail/sieve-connect/Makefile new file mode 100644 index 00000000000..b2c9ab29540 --- /dev/null +++ b/mail/sieve-connect/Makefile @@ -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 + +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 diff --git a/mail/sieve-connect/distinfo b/mail/sieve-connect/distinfo new file mode 100644 index 00000000000..27123fdcd53 --- /dev/null +++ b/mail/sieve-connect/distinfo @@ -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 diff --git a/mail/sieve-connect/pkg/DESCR b/mail/sieve-connect/pkg/DESCR new file mode 100644 index 00000000000..b0d455147bb --- /dev/null +++ b/mail/sieve-connect/pkg/DESCR @@ -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. diff --git a/mail/sieve-connect/pkg/PLIST b/mail/sieve-connect/pkg/PLIST new file mode 100644 index 00000000000..7483ee9e06f --- /dev/null +++ b/mail/sieve-connect/pkg/PLIST @@ -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