# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 # $Id$ PortSystem 1.0 PortGroup perl5 1.0 perl5.branches 5.16 5.18 5.20 5.22 perl5.setup SVN-Notify 2.84 maintainers geeklair.net:dluke openmaintainer description Subversion activity notification license {Artistic-1 GPL} long_description This class may be used for sending email messages for \ Subversion repository activity. There are a number of \ different modes supported, and SVN::Notify is fully \ subclassable to easily add new functionality. By default, \ a list of all the files affected by the commit will be \ assembled and listed in a single message. An additional option \ allows diffs to be calculated for the changes and either \ appended to the message or added as an attachment. checksums rmd160 7c6cdda694904ac6cde80e34f6c820a18460725e \ sha256 baf60516039c90de8e7067772105f4e1680f734da08be7a4e9a6bfcbd25183f6 platforms darwin supported_archs noarch perl5.use_module_build if {${perl5.major} != ""} { depends_lib-append \ port:p${perl5.major}-module-build \ port:p${perl5.major}-pathtools \ port:p${perl5.major}-version \ port:p${perl5.major}-html-parser \ port:p${perl5.major}-net-smtp_auth \ port:p${perl5.major}-text-trac }