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/Makefile | |
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/Makefile')
-rw-r--r-- | news/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/news/Makefile b/news/Makefile index 18e1275b1eb7..edb588a02cc1 100644 --- a/news/Makefile +++ b/news/Makefile @@ -8,6 +8,7 @@ SUBDIR += aub SUBDIR += bgrab SUBDIR += c-nocem + SUBDIR += cg SUBDIR += cleanfeed SUBDIR += cleanscore SUBDIR += cnews |