summaryrefslogtreecommitdiff
path: root/news/cg
diff options
context:
space:
mode:
Diffstat (limited to 'news/cg')
-rw-r--r--news/cg/DESCR9
-rw-r--r--news/cg/Makefile15
-rw-r--r--news/cg/PLIST3
-rw-r--r--news/cg/distinfo6
-rw-r--r--news/cg/patches/patch-aa13
5 files changed, 0 insertions, 46 deletions
diff --git a/news/cg/DESCR b/news/cg/DESCR
deleted file mode 100644
index a2f563d1d4f..00000000000
--- a/news/cg/DESCR
+++ /dev/null
@@ -1,9 +0,0 @@
-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
deleted file mode 100644
index 41424353bd5..00000000000
--- a/news/cg/Makefile
+++ /dev/null
@@ -1,15 +0,0 @@
-# $NetBSD: Makefile,v 1.7 2005/04/11 21:47:03 tv 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
-TEST_TARGET= check
-
-.include "../../mk/bsd.pkg.mk"
diff --git a/news/cg/PLIST b/news/cg/PLIST
deleted file mode 100644
index 441f2f480e6..00000000000
--- a/news/cg/PLIST
+++ /dev/null
@@ -1,3 +0,0 @@
-@comment $NetBSD: PLIST,v 1.2 2002/08/25 21:50:27 jlam Exp $
-bin/cg
-man/man1/cg.1
diff --git a/news/cg/distinfo b/news/cg/distinfo
deleted file mode 100644
index e94c50f1733..00000000000
--- a/news/cg/distinfo
+++ /dev/null
@@ -1,6 +0,0 @@
-$NetBSD: distinfo,v 1.4 2005/11/03 16:53:34 tv Exp $
-
-SHA1 (cg-0.4.tar.gz) = 8fdb3156e3ad11fd182d2adf1d87ff799beaac60
-RMD160 (cg-0.4.tar.gz) = 9a706b5b1dc5e4e2617dec7f9f6e37b19ed634aa
-Size (cg-0.4.tar.gz) = 203503 bytes
-SHA1 (patch-aa) = c30af62f04e07b347c5a048edad19b2cca70ae98
diff --git a/news/cg/patches/patch-aa b/news/cg/patches/patch-aa
deleted file mode 100644
index be265c48ab6..00000000000
--- a/news/cg/patches/patch-aa
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-aa,v 1.1 2005/11/03 16:53:34 tv Exp $
-
---- snprintf.c.orig 2002-05-13 12:51:22.000000000 -0400
-+++ snprintf.c
-@@ -64,7 +64,7 @@
-
- /* varargs declarations: */
-
--#if defined(HAVE_STDARG_H)
-+#if defined(HAVE_STDARG_H) || defined(__STDC__)
- # include <stdarg.h>
- # define HAVE_STDARGS /* let's hope that works everywhere (mj) */
- # define VA_LOCAL_DECL va_list ap