Commit graph

6 commits

Author SHA1 Message Date
William Grzybowski
adac9f0c9a mail/lurker: fix build on head
- Fix build on head [1]
- Remove useless LICENSE_FILE
- Remove leading article from COMMENT
- Allow staging

PR:		ports/182053
Submitted by:	Kevin Rauwolf <sweetpea-freebsd tentacle.net> (maintainer)
2013-09-26 17:30:13 +00:00
Baptiste Daroussin
fd61959c15 Add NO_STAGE all over the place in preparation for the staging support (cat: mail) 2013-09-20 19:59:12 +00:00
Alex Kozlov
d4041784dc - Remove MAKE_JOBS_SAFE variable
Approved by:	portmgr (bdrewery)
2013-08-14 22:35:50 +00:00
Marcus von Appen
a3a0715f38 - Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here

Reviewed by:	zeising
2013-04-27 11:59:28 +00:00
Dmitry Marakasov
6f6fbe4bdf - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead

PR:		157936
Submitted by:	myself
Exp-runs by:	pav
Approved by:	pav
2011-09-23 22:26:39 +00:00
Martin Wilke
649d2374fa Lurker is not just another mailing list archiver. It is capable of handling
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
2011-02-05 10:54:17 +00:00