Import pilot_makedoc.

This commit is contained in:
angelos 1998-04-27 23:23:42 +00:00
parent 70edc6fe76
commit 5f43dee02f
6 changed files with 43 additions and 0 deletions

12
textproc/files/Makefile Normal file
View File

@ -0,0 +1,12 @@
#
# $Id: Makefile,v 1.1.1.1 1998/04/27 23:23:42 angelos Exp $
#
CC= g++
CFLAGS= -O2
pilot_makedoc: makedoc7.cpp
${CC} -o pilot_makedoc makedoc7.cpp
#
# EOF

1
textproc/files/md5 Normal file
View File

@ -0,0 +1 @@
MD5 (makedoc7.cpp) = 88baf21e5d27b0493ee0e004ce4f520e

24
textproc/patches/patch-aa Normal file
View File

@ -0,0 +1,24 @@
--- makedoc7.cpp.orig Sat May 10 20:05:27 1997
+++ makedoc7.cpp Sat May 10 20:05:53 1997
@@ -31,11 +31,7 @@
// ver 0.7 change header and record0 to structs
// ver 0.7a minor mispellings and portability issues
-#ifdef sparc
-# ifndef UNIX
-# define UNIX 1
-# endif
-#endif
+#define UNIX 1
#include <stdio.h>
#include <stdlib.h>
@@ -588,7 +584,7 @@
printf("\n -n builds the .prc file without compression");
printf("\n -b option compresses/decompresses binary");
#if UNIX
- printf("\n");
+ printf("\n\n");
#endif
exit(1);
}

1
textproc/pkg/COMMENT Normal file
View File

@ -0,0 +1 @@
converts text into the Doc format used by PalmPilots.

4
textproc/pkg/DESCR Normal file
View File

@ -0,0 +1,4 @@
makedoc is a utility for compressing and converting text files into the Doc
standard. Doc is a program by Rick Bram (see
http://www.concentric.net/~rbram/) to display text files on many popular
PDAs, such as the USR PalmPilot.

1
textproc/pkg/PLIST Normal file
View File

@ -0,0 +1 @@
bin/pilot_makedoc