diff options
author | Ralf S. Engelschall <rse@FreeBSD.org> | 2003-02-20 09:03:01 +0000 |
---|---|---|
committer | Ralf S. Engelschall <rse@FreeBSD.org> | 2003-02-20 09:03:01 +0000 |
commit | 00a3cacc2f372328a52a203ce16c3a60f56d2f2f (patch) | |
tree | 9909190829804a79df30dfa7805184b1f9ffdec6 | |
parent | 652954d7cf1dbb94e356ac7e1973e68132c6ba26 (diff) | |
download | ports-00a3cacc2f372328a52a203ce16c3a60f56d2f2f.tar.gz ports-00a3cacc2f372328a52a203ce16c3a60f56d2f2f.zip |
Notes
-rw-r--r-- | mail/lmtp2nntp/Makefile | 5 | ||||
-rw-r--r-- | mail/lmtp2nntp/distinfo | 2 | ||||
-rw-r--r-- | mail/lmtp2nntp/pkg-comment | 1 | ||||
-rw-r--r-- | mail/lmtp2nntp/pkg-descr | 27 |
4 files changed, 15 insertions, 20 deletions
diff --git a/mail/lmtp2nntp/Makefile b/mail/lmtp2nntp/Makefile index 23142c4bf024..9d69af2bb5af 100644 --- a/mail/lmtp2nntp/Makefile +++ b/mail/lmtp2nntp/Makefile @@ -6,11 +6,12 @@ # PORTNAME= lmtp2nntp -PORTVERSION= 1.1.1 +PORTVERSION= 1.2.0 CATEGORIES= mail news MASTER_SITES= ftp://ftp.ossp.org/pkg/tool/lmtp2nntp/ -MAINTAINER= thomas.lotterer@cw.com +MAINTAINER= ports@FreeBSD.org +COMMENT= "OSSP mail to news gateway" MAN8= lmtp2nntp.8 HAS_CONFIGURE= yes diff --git a/mail/lmtp2nntp/distinfo b/mail/lmtp2nntp/distinfo index 426750bd5ea7..65c476650aa2 100644 --- a/mail/lmtp2nntp/distinfo +++ b/mail/lmtp2nntp/distinfo @@ -1 +1 @@ -MD5 (lmtp2nntp-1.1.1.tar.gz) = 08f29edf4309c0c1848c22ae583fd711 +MD5 (lmtp2nntp-1.2.0.tar.gz) = 4f2a791b555a8fdbfadef22fd440cb54 diff --git a/mail/lmtp2nntp/pkg-comment b/mail/lmtp2nntp/pkg-comment deleted file mode 100644 index 6cc9a94b01c2..000000000000 --- a/mail/lmtp2nntp/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -OSSP mail to news gateway diff --git a/mail/lmtp2nntp/pkg-descr b/mail/lmtp2nntp/pkg-descr index c67cdb4138d2..100c1db76814 100644 --- a/mail/lmtp2nntp/pkg-descr +++ b/mail/lmtp2nntp/pkg-descr @@ -1,17 +1,12 @@ -The OSSP lmtp2nntp program is an LMTP service for use in -conjunction with an MTA (like Sendmail), providing a reli- -able 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 indi- -cates successful completed action, persistent transient -failure or permanent failure. +The OSSP lmtp2nntp program is an LMTP service for use in conjunction +with an MTA (like Sendmail), providing a reli- able 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 indi- cates successful completed action, persistent +transient failure or permanent failure. -WWW: http://www.ossp.org/ - --- -thomas.lotterer@cw.com +WWW: http://www.ossp.org/pkg/tool/lmtp2nntp/ |