* pass maintainership to submitter (Vasil Dimov)
* change HAS_CONFIGURE with GNU_CONFIGURE, it is actually
GNU Configure that we have
* optionally install some useful files in share/doc
* add wrap-target to package's internal `check' target
* files/patch-l2_ut_format.c is not needed anymore
PR: 86886
Submitted by: Vasil Dimov <vd@datamax.bg>
- 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.
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>