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 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. WWW: http://people.spodhuis.org/phil.pennock/software/
State Changed From-To: open->closed New port added. Thanks!
miwi 2011-06-26 08:12:57 UTC FreeBSD ports repository Modified files: mail Makefile Added files: mail/sieve-connect Makefile distinfo pkg-descr Log: 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 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. WWW: http://people.spodhuis.org/phil.pennock/software/ PR: ports/157077 Submitted by: Alexey V. Degtyarev <alexey at renatasystems.org> Revision Changes Path 1.1073 +1 -0 ports/mail/Makefile 1.1 +50 -0 ports/mail/sieve-connect/Makefile (new) 1.1 +2 -0 ports/mail/sieve-connect/distinfo (new) 1.1 +20 -0 ports/mail/sieve-connect/pkg-descr (new) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
miwi 2011-06-26 08:15:16 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/git-annex Makefile distinfo pkg-descr devel/git-annex/files patch-Makefile Log: git-annex allows managing files with git, without checking the file contents into git. While that may seem paradoxical, it is useful when dealing with files larger than git can currently easily handle, whether due to limitations in memory, checksumming time, or disk space. Even without file content tracking, being able to manage files with git, move files around and delete files with versioned directory trees, and use branches and distributed clones, are all very handy reasons to use git. And annexed files can co-exist in the same git repository with regularly versioned files, which is convenient for maintaining documents, Makefiles, etc that are associated with annexed files but that benefit from full revision control. WWW: http://git-annex.branchable.com/ PR: ports/157077 Submitted by: frase at frase.id.au Revision Changes Path 1.4396 +1 -0 ports/devel/Makefile 1.1 +41 -0 ports/devel/git-annex/Makefile (new) 1.1 +2 -0 ports/devel/git-annex/distinfo (new) 1.1 +47 -0 ports/devel/git-annex/files/patch-Makefile (new) 1.1 +14 -0 ports/devel/git-annex/pkg-descr (new) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"