From ab18dfc65248d85c4d2b1aac99011db7425f4b23 Mon Sep 17 00:00:00 2001 From: naddy Date: Wed, 20 Feb 2002 20:59:13 +0000 Subject: [PATCH] * fgetc() returns int While we're here: * prune useless docs * md5 -> distinfo * some cleanup --- news/plor/Makefile | 10 ++++------ news/plor/{files/md5 => distinfo} | 0 news/plor/patches/{patch-aa => patch-main_c} | 8 ++++---- news/plor/patches/patch-soupreply_c | 12 ++++++++++++ news/plor/patches/{patch-ab => patch-video_c} | 6 +++--- news/plor/pkg/PLIST | 4 +--- 6 files changed, 24 insertions(+), 16 deletions(-) rename news/plor/{files/md5 => distinfo} (100%) rename news/plor/patches/{patch-aa => patch-main_c} (53%) create mode 100644 news/plor/patches/patch-soupreply_c rename news/plor/patches/{patch-ab => patch-video_c} (59%) diff --git a/news/plor/Makefile b/news/plor/Makefile index 48e2e1235cc..57aaa532fcd 100644 --- a/news/plor/Makefile +++ b/news/plor/Makefile @@ -1,11 +1,10 @@ -# $OpenBSD: Makefile,v 1.13 2001/10/28 13:05:48 espie Exp $ -# Original from: Ejovi Nuwere +# $OpenBSD: Makefile,v 1.14 2002/02/20 20:59:13 naddy Exp $ -COMMENT= 'alpha-release readers for reading SOUP and QWK packets' +COMMENT= "alpha-release readers for reading SOUP and QWK packets" DISTNAME= plor-0.3.2 CATEGORIES= news -NEED_VERSION= 1.405 +NEED_VERSION= 1.504 # License: GPL PERMIT_PACKAGE_CDROM= Yes @@ -17,8 +16,7 @@ MASTER_SITES= ftp://linux.psy.unipd.it/pub/pluto/developers/utils/ CONFIGURE_STYLE= gnu -DOCFILES= ../AUTHORS ../NEWS TODO plor-1.html plor-2.html \ - plor.html plor.txt +DOCFILES= plor.html plor-1.html plor-2.html plor.txt post-install: ${INSTALL_PROGRAM} ${WRKSRC}/plor ${PREFIX}/bin diff --git a/news/plor/files/md5 b/news/plor/distinfo similarity index 100% rename from news/plor/files/md5 rename to news/plor/distinfo diff --git a/news/plor/patches/patch-aa b/news/plor/patches/patch-main_c similarity index 53% rename from news/plor/patches/patch-aa rename to news/plor/patches/patch-main_c index fce28a76fc5..b9729a67a23 100644 --- a/news/plor/patches/patch-aa +++ b/news/plor/patches/patch-main_c @@ -1,7 +1,7 @@ -diff -ur plor-0.3.1/main.c plor-new/main.c ---- plor-0.3.1/main.c Thu May 1 11:38:35 1997 -+++ main.c Thu Jul 3 12:20:45 1997 -@@ -28,7 +28,7 @@ +$OpenBSD: patch-main_c,v 1.1 2002/02/20 20:59:13 naddy Exp $ +--- main.c.orig Wed Jan 28 20:22:59 1998 ++++ main.c Wed Feb 20 21:53:34 2002 +@@ -22,7 +22,7 @@ #include #include #include diff --git a/news/plor/patches/patch-soupreply_c b/news/plor/patches/patch-soupreply_c new file mode 100644 index 00000000000..1526126d314 --- /dev/null +++ b/news/plor/patches/patch-soupreply_c @@ -0,0 +1,12 @@ +$OpenBSD: patch-soupreply_c,v 1.1 2002/02/20 20:59:13 naddy Exp $ +--- soupreply.c.orig Wed Feb 20 21:54:07 2002 ++++ soupreply.c Wed Feb 20 21:54:20 2002 +@@ -114,7 +114,7 @@ int edit_file(char* name, char* header, + char temp2[255]; /* call editor on headers */ + char bufftmp[256]; /* buffer to read message to which we reply */ + char strtmp[10]; /* tmp string to know the lenght message */ +- char choice, c; ++ int choice, c; + int end=0, i=0; + int head_count=0; /* to distinguish header from body */ + int byte_count=0; /* count bytes read from message */ diff --git a/news/plor/patches/patch-ab b/news/plor/patches/patch-video_c similarity index 59% rename from news/plor/patches/patch-ab rename to news/plor/patches/patch-video_c index 4c37c31bbda..37e08a97530 100644 --- a/news/plor/patches/patch-ab +++ b/news/plor/patches/patch-video_c @@ -1,6 +1,6 @@ -diff -ur plor-0.3.1/video.c plor-new/video.c ---- plor-0.3.1/video.c Sat Mar 15 07:15:40 1997 -+++ video.c Thu Jul 3 12:17:24 1997 +$OpenBSD: patch-video_c,v 1.1 2002/02/20 20:59:13 naddy Exp $ +--- video.c.orig Sat Mar 15 13:15:00 1997 ++++ video.c Wed Feb 20 21:53:34 2002 @@ -8,9 +8,7 @@ * see file COPYING for more information on copyright policy */ diff --git a/news/plor/pkg/PLIST b/news/plor/pkg/PLIST index 5ea98e13f84..7fa95bc10a2 100644 --- a/news/plor/pkg/PLIST +++ b/news/plor/pkg/PLIST @@ -1,8 +1,6 @@ +@comment $OpenBSD: PLIST,v 1.2 2002/02/20 20:59:13 naddy Exp $ bin/plor man/man1/plor.1 -share/doc/plor/AUTHORS -share/doc/plor/NEWS -share/doc/plor/TODO share/doc/plor/plor-1.html share/doc/plor/plor-2.html share/doc/plor/plor.html