diff options
author | pav <pav@FreeBSD.org> | 2004-08-21 21:35:31 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-08-21 21:35:31 +0800 |
commit | 056ad22231fb6104128cc726d8b8a3feb479ba60 (patch) | |
tree | c953cede0e71e8bcbcae4c36e2d47ba1c50d0ecf /news/cg | |
parent | 09ea33c406b0a71ec0db865a7a0e15c2fa5e5c18 (diff) | |
download | freebsd-ports-gnome-056ad22231fb6104128cc726d8b8a3feb479ba60.tar.gz freebsd-ports-gnome-056ad22231fb6104128cc726d8b8a3feb479ba60.tar.zst freebsd-ports-gnome-056ad22231fb6104128cc726d8b8a3feb479ba60.zip |
Add cg, a semi-automatic newsgroup binary downloader. It assembles parts based
on subject headers and then offers them in an editor for the user to
choose which files he really wants.
PR: ports/70566
Submitted by: Björn Lindström <bkhl@elektrubadur.se>
Diffstat (limited to 'news/cg')
-rw-r--r-- | news/cg/Makefile | 21 | ||||
-rw-r--r-- | news/cg/distinfo | 2 | ||||
-rw-r--r-- | news/cg/pkg-descr | 5 |
3 files changed, 28 insertions, 0 deletions
diff --git a/news/cg/Makefile b/news/cg/Makefile new file mode 100644 index 000000000000..72c51b034287 --- /dev/null +++ b/news/cg/Makefile @@ -0,0 +1,21 @@ +# New ports collection makefile for: cg +# Date created: 17 August 2004 +# Whom: bkhl@elektrubadur.se +# +# $FreeBSD$ +# + +PORTNAME= cg +PORTVERSION= 0.4 +CATEGORIES= net +MASTER_SITES= http://www.nih.at/cg/ + +MAINTAINER= bkhl@elektrubadur.se +COMMENT= Semi-automatic newsgroup binary downloader + +GNU_CONFIGURE= yes + +MAN1= cg.1 +PLIST_FILES= bin/cg + +.include <bsd.port.mk> diff --git a/news/cg/distinfo b/news/cg/distinfo new file mode 100644 index 000000000000..f34898564638 --- /dev/null +++ b/news/cg/distinfo @@ -0,0 +1,2 @@ +MD5 (cg-0.4.tar.gz) = cb5713aa6890410a8efa7c24bbdc54bd +SIZE (cg-0.4.tar.gz) = 203503 diff --git a/news/cg/pkg-descr b/news/cg/pkg-descr new file mode 100644 index 000000000000..3cbc8600c6df --- /dev/null +++ b/news/cg/pkg-descr @@ -0,0 +1,5 @@ +A semi-automatic newsgroup binary downloader. It assembles parts based +on subject headers and then offers them in an editor for the user to +choose which files he really wants. + +WWW: http://www.nih.at/cg/ |