aboutsummaryrefslogtreecommitdiff
path: root/mail/mboxstats
Commit message (Collapse)AuthorAgeFilesLines
* Reset maintainership:Baptiste Daroussin2014-12-021-1/+1
| | | | | | | | | | - Lots of maintainers timeout - unresponsive for almost a year PR: 195059 Notes: svn path=/head/; revision=373790
* Support stagingEmanuel Haupt2014-02-211-6/+4
| | | | Notes: svn path=/head/; revision=345334
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-6/+2
| | | | | | | mail) Notes: svn path=/head/; revision=327742
* - Update to 3.1Cheng-Lung Sung2011-03-032-4/+3
| | | | Notes: svn path=/head/; revision=270180
* - Remove the DESTDIR modifications from individual ports as we have a new,Gabor Kovesdan2007-08-041-1/+1
| | | | | | | | | | fully chrooted DESTDIR, which does not need such any more. Sponsored by: Google Summer of Code 2007 Approved by: portmgr (pav) Notes: svn path=/head/; revision=197075
* - Update to 3.0Cheng-Lung Sung2007-07-023-7/+23
| | | | | | | | | | | | | - buildable (and works) on amd64 [1] Added file(s): - files/patch-br.cpp: Workaround use of strndup PR: ports/113857 Submitted by: Nils Vogels <nivo+kw+ports dot bfa274_AT_is-root dot com> Reviewed by: clsung [1] Notes: svn path=/head/; revision=194609
* - Respect DESTDIRCheng-Lung Sung2006-08-141-1/+1
| | | | | | | | PR: ports/101877 Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org> Notes: svn path=/head/; revision=170536
* Remove USE_REINPLACE from ports starting with MEdwin Groothuis2006-05-101-1/+0
| | | | Notes: svn path=/head/; revision=162032
* SHA256ifyEdwin Groothuis2006-01-221-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154158
* - update to 2.9Cheng-Lung Sung2005-07-272-3/+3
| | | | | | | | | | | Changelog: - Fixed a segmentationfault (negative index) in the quick-replyers-top-list PR: 84082 Submitted by: Andrej Zverev <az AT inec dot ru> Notes: svn path=/head/; revision=140248
* - update to 2.8Cheng-Lung Sung2005-04-302-3/+3
| | | | | | | | | - fix fetchable - from Changelog Some XML fixes and one can now automatically add urls Notes: svn path=/head/; revision=134398
* - update to 2.6Cheng-Lung Sung2005-04-042-3/+3
| | | | | | | | - New statistics: total size of attachments, top quoters end start/end of subject timestamp (XML output only) Notes: svn path=/head/; revision=132401
* - update to 2.5Cheng-Lung Sung2005-03-162-3/+4
| | | | | | | | | | | | - Fixed average response time calculation (now also takes care of timezones), fixed XML output, optimized for more speed and added a list with the top-quick-replyers. - also fix unfetchable Noted by: krion Notes: svn path=/head/; revision=131384
* - update to 2.4 to chase distfilesCheng-Lung Sung2005-03-012-3/+4
| | | | | | | | | | | | - from ChnageLog - Added more new statistics: bussiest day in the whole period, fixed average line length fixed layout of timestamp, how many msgs were a reply, average response time, list of urls, number of pgp signed messages - only for i386/alpha (4.x) , 'cos I don't have ia64/sparc... machines. but it's should be ok when appling the same post-patch. Notes: svn path=/head/; revision=130083
* - update to 2.3Cheng-Lung Sung2005-02-192-3/+3
| | | | | | | | | | | | - Changelog - calculating the number of information bits per byte is now optional, this speeds things up 4x! When your mail is checked by spamassassin, mboxstats now can also give stats on the spam-ness of messages. - Fixed calculation of date of first and last message. Notes: svn path=/head/; revision=129247
* - update to 2.2Cheng-Lung Sung2005-02-142-4/+11
| | | | | | | | | | | | | | - ports/77333 is for 1.5, but 2.2 is released...... - ChangeLog: Version 2.2: lots of fixes to the XML output, made it 20% faster, added new statistics Version 1.5: mboxstats now handles weird mailbox-formats more gracefully Version 1.4: made 64-bit safe: now also works correctly with files > 2GB PR: ports/77333 Submitted by: leeym Notes: svn path=/head/; revision=128743
* My territory, suggested by ijliao. :pCheng-Lung Sung2004-08-201-1/+1
| | | | | | | Approved by: vanilla (co-mentor) Notes: svn path=/head/; revision=116729
* SIZEify (maintainer timeout)Trevor Johnson2004-03-311-0/+1
| | | | Notes: svn path=/head/; revision=105747
* Use PLIST_FILES (bento-tested, marcus-reviewed).Trevor Johnson2004-02-062-1/+1
| | | | Notes: svn path=/head/; revision=100139
* add mboxstats-1.3Yen-Ming Lee2003-10-314-0/+47
mboxstats creates several top-10 lists from a file containing message in mbox-format. List of top10 lists: o Top writes o Top receivers o Top subjects o Top cc'ers o Top top-level-domain o Top timezones o Top organisations o Top useragents (mailprograms) o Top month/day-of-month/day-of-week/hour o Average number of lines per message o All kinds of per-user statistics And much more! WWW: http://vanheusden.com/mboxstats/ PR: 58748 Submitted by: Cheng-Lung Sung <clsung@dragon2.net> Notes: svn path=/head/; revision=92700