diff options
author | rse <rse@FreeBSD.org> | 2003-02-20 17:03:01 +0800 |
---|---|---|
committer | rse <rse@FreeBSD.org> | 2003-02-20 17:03:01 +0800 |
commit | e87c58e11da0d997507e41242674e0ede810bfc6 (patch) | |
tree | c46f24eef3d264c2aba3c3b6e474800a9d620740 /mail | |
parent | ffb61cdf5400bccf03c151f2d2206fc1c71385b6 (diff) | |
download | freebsd-ports-gnome-e87c58e11da0d997507e41242674e0ede810bfc6.tar.gz freebsd-ports-gnome-e87c58e11da0d997507e41242674e0ede810bfc6.tar.zst freebsd-ports-gnome-e87c58e11da0d997507e41242674e0ede810bfc6.zip |
- upgrade to OSSP lmtp2nntp 1.2.0
- 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.
Diffstat (limited to 'mail')
-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/ |