On Apr 30, 2007, at 04:31, Ryan Schmidt wrote:
Otherwise, I think the commit mails are the default SVN::Notify HTML::ColorDiff style. I'm not sure if there's a simple hook to change the font that the CSS sets.
I wanted to play with svnnotify to see if I could find such an option, but I don't know how to install it. Is there a MacPorts way to install svnnotify?
It's just the SVN::Notify perl module, so it's easy :)
... but I just created a macports port for it (p5-svn-notify), so you should be able to install it from macports soon.
Thanks, Daniel. I've tried installing perl modules myself before, outside of MacPorts, and have always been rather incompetent. And, see, installing p5-svn-notify ended up installing 16 other p5 ports. So I'm glad that went smoothly. Now I'll look into setting it up.
Ok. I'm trying to set it up. I don't have a local SMTP server so I want to use a remote one. So I'm using the options --smtp, --smtp- user and --smtp-pass. But I don't seem to have the required modules to do this: Can't locate Net/SMTP_auth.pm in @INC (@INC contains: /opt/local/lib/ perl5/5.8.8/darwin-2level /opt/local/lib/perl5/5.8.8 /opt/local/lib/ perl5/site_perl/5.8.8/darwin-2level /opt/local/lib/perl5/site_perl/ 5.8.8 /opt/local/lib/perl5/site_perl /opt/local/lib/perl5/vendor_perl/ 5.8.8/darwin-2level /opt/local/lib/perl5/vendor_perl/5.8.8 /opt/local/ lib/perl5/vendor_perl .) at /opt/local/lib/perl5/vendor_perl/5.8.8/ SVN/Notify.pm line 2047. Using "port search p5" and "port search smtp" I can't find this Net/ SMTP_auth.pm. Is it available via MacPorts? If not, can it be made available?