* fgetc() returns int

While we're here:
* prune useless docs
* md5 -> distinfo
* some cleanup
This commit is contained in:
naddy 2002-02-20 20:59:13 +00:00
parent 211b97378a
commit ab18dfc652
6 changed files with 24 additions and 16 deletions

View File

@ -1,11 +1,10 @@
# $OpenBSD: Makefile,v 1.13 2001/10/28 13:05:48 espie Exp $
# Original from: Ejovi Nuwere <ejovi@ejovi.net>
# $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

View File

@ -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 <stdio.h>
#include <string.h>
#include <stdlib.h>

View File

@ -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 */

View File

@ -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
*/

View File

@ -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