aboutsummaryrefslogtreecommitdiff
path: root/mail/lmtp2nntp
Commit message (Collapse)AuthorAgeFilesLines
* Fix build on amd64 by using va_copy.Tilman Keskinoz2004-04-134-2/+54
| | | | | | | Use external libraries, where possible. Bump PORTREVISION. Notes: svn path=/head/; revision=106942
* BROKEN on alpha and amd64: Does not compileKris Kennaway2004-02-231-1/+7
| | | | Notes: svn path=/head/; revision=101820
* Use PLIST_FILES.Trevor Johnson2004-02-052-1/+1
| | | | | | | Reviewed by: marcus Notes: svn path=/head/; revision=100076
* SIZEify.Trevor Johnson2004-01-291-0/+1
| | | | Notes: svn path=/head/; revision=99360
* - upgrade to OSSP lmtp2nntp 1.2.0Ralf S. Engelschall2003-02-204-20/+15
| | | | | | | | | | | - move pkg-comment to new COMMENT - update WWW: URL for new page on ossp.org - reformat pkg-descr text - move MAINTAINER to ports@FreeBSD.org because author Thomas Lotterer (one of my co-workers) has not the time to keep this up-to-date. Notes: svn path=/head/; revision=75931
* fix MASTER_SITES URLRalf S. Engelschall2003-01-301-1/+1
| | | | Notes: svn path=/head/; revision=74305
* Upgrade to OSSP lmtp2nntp 1.1.1Ralf S. Engelschall2001-11-142-2/+2
| | | | | | | Submitted by: Thomas Lotterer (maintainer) Notes: svn path=/head/; revision=50026
* Add new port: OSSP lmtp2nntp 1.1.0Ralf S. Engelschall2001-11-125-0/+38
The OSSP lmtp2nntp program is an LMTP service for use in conjunction with an MTA (like Sendmail), providing a reliable real-time mail to news gateway. Input messages get their headers slightly reformatted to match Usenet news article format. The article is then posted or feeded into a remote NNTP service (like INN). Delivery must take place immediately or the transaction fails. OSSP lmtp2nntp relies on the queuing capabilities of the MTA in order to provide a fully reliable service. For this the program returns proper delivery status notification which indicates successful completed action, persistent transient failure or permanent failure. Submitted by: Thomas Lotterer <thomas.lotterer@cw.com> Reviewed by: Ralf S. Engelschall <rse@freebsd.org> Notes: svn path=/head/; revision=49967