There is a good Trac plugin that adds more flexible notification system -- TracAnnouncer. Fix: The shar archive for the new port is available at the following URL: http://codelabs.ru/fbsd/ports/trac-announcer/new-port.shar The port itself was tested on our Trac 0.12 instance and passed Tinderbox builds for 7.x, 8.x and 9.x; both tests went without any issues. However, this port wants Babel, so it should be committed only after ports/150483 will be resolved, because if users will install this port it can break Trac installations that were built without devel/py-babel in the system.
Responsible Changed From-To: freebsd-ports-bugs->miwi miwi@ wants his PRs (via the GNATS Auto Assign Tool)
Responsible Changed From-To: miwi->pgollucci committer timeout (miwi ; 31 days)
pgollucci 2010-10-12 06:21:13 UTC FreeBSD ports repository Modified files: www Makefile Added files: www/trac-announcer Makefile distinfo pkg-descr www/trac-announcer/files patch-mail-dont-encode-ascii-headers patch-old-ticket-link-style Log: The AnnouncerPlugin is meant to provide an extensible, user-customizable notification system that can be used to completely replace Trac's default notifications. WWW: http://trac-hacks.org/wiki/AnnouncertPlugin PR: ports/150484 Submitted by: Eygene Ryabinkin <rea-fbsd at codelabs.ru> Revision Changes Path 1.2716 +1 -0 ports/www/Makefile 1.1 +46 -0 ports/www/trac-announcer/Makefile (new) 1.1 +3 -0 ports/www/trac-announcer/distinfo (new) 1.1 +15 -0 ports/www/trac-announcer/files/patch-mail-dont-encode-ascii-headers (new) 1.1 +80 -0 ports/www/trac-announcer/files/patch-old-ticket-link-style (new) 1.1 +5 -0 ports/www/trac-announcer/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"
State Changed From-To: open->closed Committed, Thanks!