aboutsummaryrefslogtreecommitdiffstats
path: root/mail/mreport
Commit message (Collapse)AuthorAgeFilesLines
* 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>