- update to 0.90.3

- tidy
- take over maintainership (ok angelos@)
This commit is contained in:
jasoni 2001-05-29 23:22:44 +00:00
parent d87ca2c78a
commit 002b97ec9a
5 changed files with 32 additions and 36 deletions

View File

@ -1,28 +1,23 @@
# $OpenBSD: Makefile,v 1.13 2001/05/06 04:11:40 lebel Exp $
# $OpenBSD: Makefile,v 1.14 2001/05/29 23:22:44 jasoni Exp $
COMMENT= "MS Word ==> ASCII or TeX, Tk viewer included"
DISTNAME= catdoc-0.90b4
DISTNAME= catdoc-0.90.3
CATEGORIES= textproc
NEED_VERSION= 1.402
MASTER_SITES= ftp://ftp.ice.ru/pub/vitus/
MAINTAINER= Angelos D. Keromytis <angelos@openbsd.org>
HOMEPAGE= http://www.fe.msk.ru/~vitus/catdoc/index.html
MAINTAINER= Jason Ish <jasoni@openbsd.org>
LICENSE_TYPE= NONE
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ftp://ftp.ice.ru/pub/vitus/
RUN_DEPENDS= wish8.0::x11/tk/8.0
RUN_DEPENDS= wish8.0::x11/tk/8.0
CONFIGURE_STYLE=gnu dest
#do-install:
# ${INSTALL_PROGRAM} ${WRKSRC}/catdoc ${PREFIX}/bin
# ${INSTALL_SCRIPT} ${WRKSRC}/wordview ${PREFIX}/bin
# ${INSTALL_MAN} ${WRKSRC}/catdoc.1 ${PREFIX}/man/man1/catdoc.1
.include <bsd.port.mk>

View File

@ -1,3 +1,3 @@
MD5 (catdoc-0.90b4.tar.gz) = bfd53126a609d721aff4b0a734ca1e20
RMD160 (catdoc-0.90b4.tar.gz) = 47956e4d974e08918bfa76d74e7a63c807771ce4
SHA1 (catdoc-0.90b4.tar.gz) = 765dd09e6acb86b90e779e03f03f5dfaffc0ed37
MD5 (catdoc-0.90.3.tar.gz) = 54f3b3789d241a346378a13023f624b7
RMD160 (catdoc-0.90.3.tar.gz) = d4cbc6c93203818916ff597650ea8fd69243c973
SHA1 (catdoc-0.90.3.tar.gz) = bf5e2912e6a7196dd236486fc1b00fcedaecfa4b

View File

@ -1,20 +0,0 @@
--- src/catdoc.h.orig Fri Sep 11 07:32:23 1998
+++ src/catdoc.h Sun Oct 31 04:34:19 1999
@@ -6,7 +6,7 @@
* User customization
*
*/
-#ifdef __unix
+#ifdef __unix__
#ifndef USERC
#define USERRC ".catdocrc"
#endif
@@ -37,7 +37,7 @@
#endif
#define CHARSET_EXT ".txt"
-#ifdef __unix
+#ifdef __unix__
#ifndef TARGET_CHARSET
#define TARGET_CHARSET "koi8-r"
#endif

View File

@ -0,0 +1,21 @@
$OpenBSD: patch-src_catdoc_h,v 1.1 2001/05/29 23:22:44 jasoni Exp $
--- src/catdoc.h.orig Tue May 29 13:05:03 2001
+++ src/catdoc.h Tue May 29 13:06:42 2001
@@ -8,7 +8,7 @@
*
*/
-#ifdef __unix
+#ifdef __unix__
#ifndef USERC
#define USERRC ".catdocrc"
#endif
@@ -39,7 +39,7 @@ char *add_exe_path(const char* name);
#endif
#define CHARSET_EXT ".txt"
-#ifdef __unix
+#ifdef __unix__
#ifndef TARGET_CHARSET
#define TARGET_CHARSET "koi8-r"
#endif

View File

@ -6,7 +6,7 @@ There is also a cute little Tcl/Tk program included called wordview, which
is basically a small GUI frontend to catdoc for viewing word documents.
The wordview program works with Tcl 7.6 and up, but uses Tk 8.0 by default.
http://www.ice.ru/~vitus/works/works_unix.html
WWW: ${HOMEPAGE}
- Brion
brion@queeg.com