mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
new port of newsfetch, command-line downloader for news articles.
"download news articles from NNTP server."
This commit is contained in:
parent
a1ce6ae466
commit
66a0c024ee
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=7880
19
news/newsfetch/Makefile
Normal file
19
news/newsfetch/Makefile
Normal file
@ -0,0 +1,19 @@
|
||||
# New ports collection makefile for: newsfetch
|
||||
# Version required: 1.0
|
||||
# Date created: 12 September 1997
|
||||
# Whom: Jun-ichiro itojun Itoh <itojun@itojun.org>
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
|
||||
DISTNAME= newsfetch-1.0
|
||||
CATEGORIES= news
|
||||
MASTER_SITES= ${MASTER_SITE_SUNSITE}
|
||||
MASTER_SITE_SUBDIR= system/news/readers
|
||||
|
||||
MAINTAINER= itojun@itojun.org
|
||||
|
||||
MAN1= newsfetch.1
|
||||
MAKE_ENV+= INSTALL_PROGRAM="${INSTALL_PROGRAM}" INSTALL_MAN="${INSTALL_MAN}"
|
||||
|
||||
.include <bsd.port.mk>
|
1
news/newsfetch/distinfo
Normal file
1
news/newsfetch/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (newsfetch-1.0.tar.gz) = 5d9d5a9658c27a434114d8610228430a
|
1
news/newsfetch/pkg-comment
Normal file
1
news/newsfetch/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
download news articles from NNTP server.
|
15
news/newsfetch/pkg-descr
Normal file
15
news/newsfetch/pkg-descr
Normal file
@ -0,0 +1,15 @@
|
||||
This is version 1.0 of the newsfetch distribution. This is an utility
|
||||
to download news in the mail format. Feedbacks are welcome.
|
||||
|
||||
If you find a bug in the newsfetcht distribution, please report it.
|
||||
|
||||
Yusuf Motiwala
|
||||
yusuf@scientist.com
|
||||
|
||||
DESCRIPTION
|
||||
% newsfetch news.yourisp.com
|
||||
% newsfetch $NNTPSERVER
|
||||
|
||||
newsfetch pulls news from an NNTP server and writes the
|
||||
articles to a file named same as newsgroup name. The file
|
||||
created by newsfetch can be used with any mail reader.
|
2
news/newsfetch/pkg-plist
Normal file
2
news/newsfetch/pkg-plist
Normal file
@ -0,0 +1,2 @@
|
||||
bin/newsfetch
|
||||
man/man1/newsfetch.1.gz
|
Loading…
Reference in New Issue
Block a user