mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-30 01:15:52 +00:00
6776ef7ff8
- fix format for pkg-descr - convert to OptionsNG - remove logic for older versions of python which we no longer support - remove option for old versions of FreeBSD - unconditionally set PORTDOCS - etc. Reviewed by: jgh
10 lines
504 B
Plaintext
10 lines
504 B
Plaintext
The svnmailer is a tool, which is usually called by a subversion hook
|
|
to submit commit notifications in various ways (at the moment: mail via
|
|
SMTP or a pipe to a sendmail like program, news via NNTP, CIA live
|
|
tracker notification via XML-RPC). It is derived from the original
|
|
mailer.py distributed with subversion, but supposed to be much more
|
|
consistent, better extensible and to have much more features. Have a
|
|
look at the documentation for further details
|
|
|
|
WWW: http://opensource.perlig.de/svnmailer/
|