mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-22 00:35:15 +00:00
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
19 lines
553 B
Plaintext
19 lines
553 B
Plaintext
--- Makefile.in.orig 2009-10-30 11:51:39.000000000 -0700
|
|
+++ Makefile.in 2011-02-02 00:56:35.000000000 -0800
|
|
@@ -615,15 +615,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)
|