pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/news Remove cg. Development stopped in 2002.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6d132105b0c0
branches:  trunk
changeset: 366060:6d132105b0c0
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Tue Aug 01 17:13:47 2017 +0000

description:
Remove cg. Development stopped in 2002.

diffstat:

 news/Makefile            |   3 +--
 news/cg/DESCR            |   9 ---------
 news/cg/Makefile         |  17 -----------------
 news/cg/PLIST            |   3 ---
 news/cg/distinfo         |   9 ---------
 news/cg/patches/patch-aa |  13 -------------
 news/cg/patches/patch-ab |  22 ----------------------
 news/cg/patches/patch-ac |  13 -------------
 8 files changed, 1 insertions(+), 88 deletions(-)

diffs (128 lines):

diff -r 3c1dd4f21811 -r 6d132105b0c0 news/Makefile
--- a/news/Makefile     Tue Aug 01 17:13:02 2017 +0000
+++ b/news/Makefile     Tue Aug 01 17:13:47 2017 +0000
@@ -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 -r 3c1dd4f21811 -r 6d132105b0c0 news/cg/DESCR
--- a/news/cg/DESCR     Tue Aug 01 17:13:02 2017 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -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 -r 3c1dd4f21811 -r 6d132105b0c0 news/cg/Makefile
--- a/news/cg/Makefile  Tue Aug 01 17:13:02 2017 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -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@localhost
-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 -r 3c1dd4f21811 -r 6d132105b0c0 news/cg/PLIST
--- a/news/cg/PLIST     Tue Aug 01 17:13:02 2017 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -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 -r 3c1dd4f21811 -r 6d132105b0c0 news/cg/distinfo
--- a/news/cg/distinfo  Tue Aug 01 17:13:02 2017 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -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 -r 3c1dd4f21811 -r 6d132105b0c0 news/cg/patches/patch-aa
--- a/news/cg/patches/patch-aa  Tue Aug 01 17:13:02 2017 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -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 -r 3c1dd4f21811 -r 6d132105b0c0 news/cg/patches/patch-ab
--- a/news/cg/patches/patch-ab  Tue Aug 01 17:13:02 2017 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -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 -r 3c1dd4f21811 -r 6d132105b0c0 news/cg/patches/patch-ac
--- a/news/cg/patches/patch-ac  Tue Aug 01 17:13:02 2017 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -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);



Home | Main Index | Thread Index | Old Index