summaryrefslogtreecommitdiff
path: root/news
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2017-08-01 17:13:47 +0000
committerwiz <wiz@pkgsrc.org>2017-08-01 17:13:47 +0000
commit6a4e0c4c6e318602be571dfd0d2b768511ac7f72 (patch)
treebec05dac6ce93ae3e826174be97def3787d4f9c8 /news
parentfe02ec645d8f2abb47bbe987425e40f9ec8b4259 (diff)
downloadpkgsrc-6a4e0c4c6e318602be571dfd0d2b768511ac7f72.tar.gz
Remove cg. Development stopped in 2002.
Diffstat (limited to 'news')
-rw-r--r--news/Makefile3
-rw-r--r--news/cg/DESCR9
-rw-r--r--news/cg/Makefile17
-rw-r--r--news/cg/PLIST3
-rw-r--r--news/cg/distinfo9
-rw-r--r--news/cg/patches/patch-aa13
-rw-r--r--news/cg/patches/patch-ab22
-rw-r--r--news/cg/patches/patch-ac13
8 files changed, 1 insertions, 88 deletions
diff --git a/news/Makefile b/news/Makefile
index c545b18ffee..33ebdf5c892 100644
--- a/news/Makefile
+++ b/news/Makefile
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.38 2016/05/24 09:27:46 leot Exp $
+# $NetBSD: Makefile,v 1.39 2017/08/01 17:13:47 wiz Exp $
#
COMMENT= Network news
-SUBDIR+= cg
SUBDIR+= cleanscore
SUBDIR+= heirloom-news
SUBDIR+= hellanzb
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 eccea571df8..00000000000
--- a/news/cg/Makefile
+++ /dev/null
@@ -1,17 +0,0 @@
-# $NetBSD: Makefile,v 1.14 2012/10/08 12:27:40 asau 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_TOOLS+= lex
-USE_FEATURES= regcomp
-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 2b2a9fc10fa..00000000000
--- a/news/cg/distinfo
+++ /dev/null
@@ -1,9 +0,0 @@
-$NetBSD: distinfo,v 1.6 2015/11/02 23:49:46 agc Exp $
-
-SHA1 (cg-0.4.tar.gz) = 8fdb3156e3ad11fd182d2adf1d87ff799beaac60
-RMD160 (cg-0.4.tar.gz) = 9a706b5b1dc5e4e2617dec7f9f6e37b19ed634aa
-SHA512 (cg-0.4.tar.gz) = 035227e42867b3630dbfbecb290d2a0118f4d5aea8b4a8866330bc4c406d9f69af8b13679379af65179e35f5560d91e7853a3eb7e68a6f93a53b11db6e7677a9
-Size (cg-0.4.tar.gz) = 203503 bytes
-SHA1 (patch-aa) = 112a34f172f71369dd09f5310d7e380ad01a07f0
-SHA1 (patch-ab) = 537cc5ab6d7f316f0a7802672e63104b2a476796
-SHA1 (patch-ac) = 3353ec656425732397926cdf1c09466b4640aed7
diff --git a/news/cg/patches/patch-aa b/news/cg/patches/patch-aa
deleted file mode 100644
index f842ce79fa1..00000000000
--- a/news/cg/patches/patch-aa
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-aa,v 1.2 2009/08/24 08:06:41 wiz Exp $
-
---- snprintf.c.orig 2002-05-13 16:51:22.000000000 +0000
-+++ 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
diff --git a/news/cg/patches/patch-ab b/news/cg/patches/patch-ab
deleted file mode 100644
index 96c95566cd0..00000000000
--- a/news/cg/patches/patch-ab
+++ /dev/null
@@ -1,22 +0,0 @@
-$NetBSD: patch-ab,v 1.1 2009/08/24 08:06:41 wiz Exp $
-
---- util.c.orig 2002-05-13 16:27:29.000000000 +0000
-+++ util.c
-@@ -180,7 +180,7 @@ rename_uniq(const char *from, char **to)
-
-
- char *
--getline(FILE *f)
-+get_line(FILE *f)
- {
- static char *b;
- static int bsize;
-@@ -234,7 +234,7 @@ getline(FILE *f)
- void
- skip_rest(FILE *f)
- {
-- while (getline(f) != NULL)
-+ while (get_line(f) != NULL)
- ;
- }
-
diff --git a/news/cg/patches/patch-ac b/news/cg/patches/patch-ac
deleted file mode 100644
index 39f522a3d7f..00000000000
--- a/news/cg/patches/patch-ac
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ac,v 1.1 2009/08/24 08:06:41 wiz Exp $
-
---- util.h.orig 2002-04-24 15:45:24.000000000 +0000
-+++ util.h
-@@ -57,7 +57,7 @@ void copy_stream(stream *in, out_state *
- void debug(out_state *out, char *fmt, ...);
- char *expand(char *path);
- FILE *fopen_uniq(char **s);
--char *getline(FILE *f);
-+char *get_line(FILE *f);
- void output_header(out_state *out, symbol name, struct header *h);
- void prdebug(int level, char *fmt, ...);
- void prdebug_init(int do_file, int do_stdout);