# -*- 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: Portfile 154393 2016-10-28 22:10:07Z mojca@macports.org $ # This comment was inserted on 20160713 to force reindexing of # this port after the default homepage definition in the perl5 # PortGroup was changed to use metacpan.org (r150080). # Reindexing is necessary for the new definition to take effect. # This comment may be removed in subsequent updates of this port. PortSystem 1.0 PortGroup perl5 1.0 perl5.branches 5.24 perl5.setup SVN-Notify 2.86 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 01bf37b24f202abc8acdc85e3aba440cc7af53af \ sha256 1c230d09536870261a75e0d005e4510f6b38f16994b494064d48312f3e852e17 platforms darwin if {${perl5.major} != ""} { depends_lib-append \ port:p${perl5.major}-email-address \ port:p${perl5.major}-html-parser \ port:p${perl5.major}-net-smtp-tls \ port:p${perl5.major}-pathtools \ port:p${perl5.major}-text-trac \ port:p${perl5.major}-version supported_archs noarch perl5.use_module_build }