From f5acbb94b9c57d724df2126b5033dfbe4b275f14 Mon Sep 17 00:00:00 2001 From: wiz Date: Mon, 13 May 2002 17:31:23 +0000 Subject: Initial import of cg. cg is 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. It supports decoding data in the following formats: uuencode (both single- and multi-posting binaries) MIME (multipart/mixed, message/partial; base64, quoted printable, x-uuencode) yEnc --- news/cg/DESCR | 9 +++++++++ news/cg/Makefile | 15 +++++++++++++++ news/cg/PLIST | 3 +++ news/cg/distinfo | 4 ++++ 4 files changed, 31 insertions(+) create mode 100644 news/cg/DESCR create mode 100644 news/cg/Makefile create mode 100644 news/cg/PLIST create mode 100644 news/cg/distinfo (limited to 'news/cg') diff --git a/news/cg/DESCR b/news/cg/DESCR new file mode 100644 index 00000000000..a2f563d1d4f --- /dev/null +++ b/news/cg/DESCR @@ -0,0 +1,9 @@ +cg is 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. + +It supports decoding data in the following formats: + uuencode (both single- and multi-posting binaries) + MIME (multipart/mixed, message/partial; + base64, quoted printable, x-uuencode) + yEnc diff --git a/news/cg/Makefile b/news/cg/Makefile new file mode 100644 index 00000000000..ad0c8808cdf --- /dev/null +++ b/news/cg/Makefile @@ -0,0 +1,15 @@ +# $NetBSD: Makefile,v 1.1.1.1 2002/05/13 17:31:23 wiz Exp $ +# + +DISTNAME= cg-0.4 +CATEGORIES= news +MASTER_SITES= http://ftp.giga.or.at/pub/nih/cg/ + +MAINTAINER= wiz@netbsd.org +HOMEPAGE= http://ftp.giga.or.at/pub/nih/cg/ +COMMENT= semi-automatic newsgroup binary downloader + +GNU_CONFIGURE= YES +USE_BUILDLINK_ONLY= YES + +.include "../../mk/bsd.pkg.mk" diff --git a/news/cg/PLIST b/news/cg/PLIST new file mode 100644 index 00000000000..fc7008dc8e3 --- /dev/null +++ b/news/cg/PLIST @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2002/05/13 17:31:23 wiz Exp $ +bin/cg +man/man1/cg.1 diff --git a/news/cg/distinfo b/news/cg/distinfo new file mode 100644 index 00000000000..c1223bf2185 --- /dev/null +++ b/news/cg/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2002/05/13 17:31:23 wiz Exp $ + +SHA1 (cg-0.4.tar.gz) = 8fdb3156e3ad11fd182d2adf1d87ff799beaac60 +Size (cg-0.4.tar.gz) = 203503 bytes -- cgit v1.2.3