aboutsummaryrefslogtreecommitdiffstats
path: root/mail/mreport
Commit message (Collapse)AuthorAgeFilesLines
* Remove Author from pkg-descr and white space fixesbapt2015-03-031-2/+0
|
* Support stagingehaupt2014-02-211-5/+4
|
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-5/+2
| | | | mail)
* The vast majority of pkg-descr files had the following format when theydougb2011-10-241-2/+0
| | | | | | | | | | | | | | | | had both lines: Author: ... WWW: .... So standardize on that, and move them to the end of the file when necessary. Also fix some more whitespace, and remove more "signature tags" of varying forms, like -- name, etc. s/AUTHOR/Author/ A few other various formatting issues
* - remove MD5ohauer2011-07-031-1/+0
|
* Remove USE_REINPLACE from ports starting with Medwin2006-05-111-1/+0
|
* SHA256ifyedwin2006-01-221-0/+1
| | | | Approved by: krion@
* - Un-mark DEPRECATED by fixing MASTER_SITESnovel2005-07-251-6/+2
| | | | | | | - Pass maintainership to submitter PR: 84009 Submitted by: Ismail YENIGUL <ismail@enderunix.org>
* Mark these ports DEPRECATED due to being unmaintained and one or morelawrance2005-05-311-0/+3
| | | | | | | | of stale, obsolete, unused, irrelevant and unloved. 60 days grace in which I will gladly accept fix requests. PR: ports/79666 Submitted by: me
* SIZEify.trevor2004-03-181-0/+1
|
* Use PLIST_FILES.trevor2004-02-062-1/+1
| | | | Reviewed by: marcus
* Per distfile survey, remove mastersite that disappeared in August 2003.linimon2003-10-292-2/+2
|
* De-pkg-comment.knu2003-02-212-1/+1
|
* o Rollback PORTCOMMENT modifications while this feature's implementationlioux2002-11-112-2/+1
| | | | | | | | is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence)
* Use PORTCOMMENT in the Makefile, and whack the pkg-comment.adamw2002-11-072-1/+2
| | | | Approved by: pat
* CC, CXX, CFLAGS, PTHREAD_CFLAGS and PTHREAD_LIBS may contain `/' inknu2002-10-101-1/+1
| | | | | them when using a non-default compiler/linker, so do not use `/' as delimiter for s///. (I picked `|' instead)
* Replace ${PERL} with ${REINPLACE_CMD}ijliao2002-06-221-2/+3
| | | | | PR: 39652 Submitted by: Oliver Braun <obraun@informatik.unibw-muenchen.de>
* Fixed checksum. Author repackaged, now using memcpy to copy datamarkp2001-06-174-24/+7
| | | | | | instead of snprintf in mreport.c. Patches -> regex while I'm here.
* Spaces->tabs in the mail category.olgeni2001-02-051-1/+1
| | | | (I know, I look boring and pedant :o)
* Unleash all of these ports upon the people. I no longer have any interestwill2000-06-221-1/+1
| | | | | in any of them, but will be happy to assign MAINTAINER to others and commit updates for them.
* Update to use PORTNAME/PORTVERSIONcpiazza2000-04-141-2/+2
|
* Finish moving MAINTAINER for my ports.will2000-03-221-1/+1
| | | | | | andrews@technologist.com -> will@FreeBSD.org. :-) Reminded by: asami
* Adding mreport version 0.9.steve2000-01-317-0/+63
A sendmail logfile summary tool. PR: 15805 Submitted by: Will Andrews <andrews@technologist.com>