649d2374fa
gigabytes of mail without slowing down. Lurker has been designed to scale to support sites with thousands of concurrent users and hundreds of new messages a second. If you run a high-volume mailing list archive, you should seriously consider lurker for this alone. To facilitate finding interesting data, lurker supports: * full keyword search by body, subject, author, ... * a graphical representation of message relationships * charts of the current activity about a topic * searching lists or queries around an estimated time * signature verification to confirm the author * messages markup to find related information As one would expect, lurker also supports file attachments, multiple languages, message threading, gpg key photo ids, a transactional database, automatic timezone detection, render caching, xml customization with xslt and css, multiple front-ends (3-tier deployment), and many other buzz words. WWW: http://lurker.sourceforge.net/ PR: ports/154459 Submitted by: Kevin Rauwolf <sweetpea-freebsd at tentacle.net> Feature safe: yes
18 lines
549 B
Text
18 lines
549 B
Text
--- Makefile.am.orig 2009-10-19 06:56:31.000000000 -0700
|
|
+++ Makefile.am 2011-02-02 00:55:58.000000000 -0800
|
|
@@ -3,15 +3,6 @@
|
|
|
|
install-data-local:
|
|
$(mkinstalldirs) $(DESTDIR)$(default_config_dir)
|
|
- @echo
|
|
- @echo "*** PLEASE READ ***"
|
|
- @echo
|
|
- @echo "Lurker config files have not been installed (for your protection)"
|
|
- @echo "If you would like the default config files installed, run:"
|
|
- @echo " make install-config"
|
|
- @echo
|
|
- @echo "*** PLEASE READ ***"
|
|
- @echo
|
|
|
|
install-config:
|
|
$(mkinstalldirs) $(DESTDIR)$(localstatedir)/lib/$(PACKAGE)
|