diff options
author | Julian Ospald <hasufell@gentoo.org> | 2013-08-23 12:40:39 +0000 |
---|---|---|
committer | Julian Ospald <hasufell@gentoo.org> | 2013-08-23 12:40:39 +0000 |
commit | f83944738b88abaf548370032becf307fe1ebe53 (patch) | |
tree | 5acd57f4ddf0586ebac963331d35f1dea2f80219 /mail-filter | |
parent | Initial import (bug 188217) (diff) | |
download | gentoo-2-f83944738b88abaf548370032becf307fe1ebe53.tar.gz gentoo-2-f83944738b88abaf548370032becf307fe1ebe53.tar.bz2 gentoo-2-f83944738b88abaf548370032becf307fe1ebe53.zip |
initial import
(Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key E73C35B3)
Diffstat (limited to 'mail-filter')
-rw-r--r-- | mail-filter/sieve-connect/ChangeLog | 10 | ||||
-rw-r--r-- | mail-filter/sieve-connect/Manifest | 4 | ||||
-rw-r--r-- | mail-filter/sieve-connect/metadata.xml | 45 | ||||
-rw-r--r-- | mail-filter/sieve-connect/sieve-connect-0.86.ebuild | 33 |
4 files changed, 92 insertions, 0 deletions
diff --git a/mail-filter/sieve-connect/ChangeLog b/mail-filter/sieve-connect/ChangeLog new file mode 100644 index 000000000000..a76f0c252ea5 --- /dev/null +++ b/mail-filter/sieve-connect/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for mail-filter/sieve-connect +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/mail-filter/sieve-connect/ChangeLog,v 1.1 2013/08/23 12:40:39 hasufell Exp $ + +*sieve-connect-0.86 (23 Aug 2013) + + 23 Aug 2013; Julian Ospald <hasufell@gentoo.org> +sieve-connect-0.86.ebuild, + +metadata.xml: + initial import + diff --git a/mail-filter/sieve-connect/Manifest b/mail-filter/sieve-connect/Manifest new file mode 100644 index 000000000000..7e6cb8cdebfc --- /dev/null +++ b/mail-filter/sieve-connect/Manifest @@ -0,0 +1,4 @@ +DIST sieve-connect-0.86.tar.bz2 36292 SHA256 e5c06573d97c90baf90b119fba9779463a10596b2b8fb67ecf43e597d878498c SHA512 b432b17fbc48761535f8149a5a54be920684e8de1f8ee49d225aed7a114b2b4579c8d551d544606b98e618cb385553a016b26e5f7630d664e52ddb7538b661f6 WHIRLPOOL 9d856d9ca86e2c3bc12bac16d92f096526c3f15d599b305399588d30198d922acc341583ee74d9eb44499093baf105635e107109e20fc00ab5b56177cf161a7f +EBUILD sieve-connect-0.86.ebuild 703 SHA256 e07eca821db231d979e7211d5e062de18aa89ccc4bd2f38bdbd748f90a4f8097 SHA512 f367b526bbdd9df87c8c62a25b087f04256c26a9f51a386f4f4d0c12d11fe9119a6ca3b5953d12ec0c8288ed2c79b47b83fc5c78e1ad9422da1e270e269a16ab WHIRLPOOL 3b60729e215a01ea07d2b9d1d7a9be8f46662dabd4cf6e679abdac58501f8c0ab87ee5aede4528817073b932ce5752757bebe0e075eb9954e3a1270937ce1843 +MISC ChangeLog 275 SHA256 b146e3052f16ce9ee36eae8d3aba60bcd07dd4271ea7980ae9ba66e6b1328dad SHA512 4e17ca7363381d7484eb264b30d1cece03cae8660239d487aba92162e7aecfebed2a4857dcdcf7a16b6f8479015801bbd1db1985c1a40c0902da9b4e9989e9f8 WHIRLPOOL 7ffcf765343a6a829416c3f3a82b664c440de5fe73bec965cd88bf16c62842b49bd2d3b209ccc3d592136fefddf773794e10f1ebae200d0ddcd8f9bf4c47b6fe +MISC metadata.xml 2084 SHA256 15a64c8e6ee72b454425a0e7b3498de880acc005fceed41e2f85c70be3243eeb SHA512 969c58ebdeed83feb491bce90347e3fbea67e6b4e84f4c5ec04e66bbcb4474a4e3f19a1d9d45a0a8024e9379d16db0378a7f17c845c47e98ca6132ff23679fde WHIRLPOOL 51dd5f9e4e0bf4c3ddeb113d220e3ca11b23909c714c22778468bf79831348115b797175f20aae2027104405803ec1355ad04222530d28b62be4fbffa85246d2 diff --git a/mail-filter/sieve-connect/metadata.xml b/mail-filter/sieve-connect/metadata.xml new file mode 100644 index 000000000000..69d89ee7e2da --- /dev/null +++ b/mail-filter/sieve-connect/metadata.xml @@ -0,0 +1,45 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer> + <email>hasufell@gentoo.org</email> + <name>Julian Ospald</name> + </maintainer> + <longdescription lang="en"> + This is sieve-connect. A client for the ManageSieve protocol, + as specifed in RFC 5804. Historically, this was MANAGESIEVE as + implemented by timsieved in Cyrus IMAP. This software is licensed + and the terms are provided in the file "LICENSE" as supplied + with this software (BSD license without the advertising clause). + + SIEVE is an RFC-specified language for mail filtering, which at + time of writing is specified in a list of RFCs at the end of this + document, plus various drafts, both IETF and individual submissions. + It's designed to be regular enough for machines to be able to + manipulate, whilst still being editable by humans. Alas, not many + clients actually implement this instead of embedding their own + internal codes in sieve comments, defeating the goal of being able + to edit with a client of your choice. + + This is not yet fully compatible with RFC 5804, but is moving + towards that from the timsieved baseline; some issues to be + worked on are documented in the "TODO" file. + + sieve-connect speaks ManageSieve and supports TLS for connection + privacy and also authentication if using client certificates. + sieve-connect will use SASL authentication; SASL integrity layers + are not supported, use TLS instead. GSSAPI-based authentication + should generally work, provided that client and server can use a + common underlaying protocol. If it doesn't work for you, please + report the issue. + + sieve-connect is designed to be both a tool which can be invoked + from scripts and also a decent interactive client. It should also + be a drop-in replacement for "sieveshell", as supplied with Cyrus + IMAP. + </longdescription> + <upstream> + <bugs-to>https://github.com/syscomet/sieve-connect/issues</bugs-to> + <remote-id type="github">syscomet/sieve-connect</remote-id> + </upstream> +</pkgmetadata> diff --git a/mail-filter/sieve-connect/sieve-connect-0.86.ebuild b/mail-filter/sieve-connect/sieve-connect-0.86.ebuild new file mode 100644 index 000000000000..f6cbf0218ce9 --- /dev/null +++ b/mail-filter/sieve-connect/sieve-connect-0.86.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/mail-filter/sieve-connect/sieve-connect-0.86.ebuild,v 1.1 2013/08/23 12:40:39 hasufell Exp $ + +EAPI=5 + +DESCRIPTION="Sieve Command Line Interface" +HOMEPAGE="http://people.spodhuis.org/phil.pennock/software" +SRC_URI="https://github.com/syscomet/sieve-connect/releases/download/v${PV}/${P}.tar.bz2" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND=">=dev-lang/perl-5" +RDEPEND="${DEPEND} + >=dev-perl/Authen-SASL-2.11 + dev-perl/IO-Socket-INET6 + >=dev-perl/IO-Socket-SSL-0.97 + dev-perl/Net-DNS + dev-perl/TermReadKey + dev-perl/Term-ReadLine-Gnu" + +src_compile() { + emake all sieve-connect.1 +} + +src_install() { + dobin sieve-connect + doman sieve-connect.1 + dodoc README* +} |