Upgrade to 0.005, this has a new home now.
This commit is contained in:
parent
21f0fd7c1c
commit
f3249eca36
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=26732
5 changed files with 29 additions and 18 deletions
|
@ -1,16 +1,13 @@
|
|||
# New ports collection makefile for: word2x
|
||||
# Version required: 0.003
|
||||
# Version required: 0.005
|
||||
# Date created: 10 June 1998
|
||||
# Whom: Thomas Gellekum <tg@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
|
||||
DISTNAME= word2x
|
||||
PKGNAME= word2x-0.003
|
||||
DISTNAME= word2x-0.005
|
||||
CATEGORIES= textproc
|
||||
MASTER_SITES= ftp://ftp.gu.net/pub/unix/viewers/ \
|
||||
ftp://ftp.afti.nsu.ru/pub/source/utils/word2x/ \
|
||||
http://people.FreeBSD.org/~billf/
|
||||
MASTER_SITES= http://word2x.alcom.co.uk/download/
|
||||
|
||||
MAINTAINER= billf@FreeBSD.org
|
||||
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (word2x.tar.gz) = 286e2ddde00aff365debe7e1fb48aa30
|
||||
MD5 (word2x-0.005.tar.gz) = 50113e81b9f0e81d55cee1da6eea0f02
|
||||
|
|
|
@ -1,11 +1,12 @@
|
|||
--- html-table.cc.orig Sat Jun 19 17:35:05 1999
|
||||
+++ html-table.cc Sat Jun 19 17:35:25 1999
|
||||
@@ -264,7 +264,7 @@
|
||||
}
|
||||
|
||||
/* Destructor */
|
||||
-html_table::~html_table(int c, int r)
|
||||
+html_table::~html_table()
|
||||
{
|
||||
int i;
|
||||
struct col_info *col, *nxt;
|
||||
--- html-table.cc.orig Fri Mar 10 20:26:06 2000
|
||||
+++ html-table.cc Fri Mar 10 20:27:21 2000
|
||||
@@ -17,7 +17,8 @@
|
||||
#define __EXCLUDE_READER_CLASSES
|
||||
#include "lib.h"
|
||||
#ifndef HAVE_ALLOCA_H
|
||||
-extern "C" char *alloca(int);
|
||||
+/* extern "C" char *alloca(int); */
|
||||
+#include <stdlib.h> /* stupid linux specific weenie code. */
|
||||
#else
|
||||
#include <alloca.h>
|
||||
#endif /* HAVE_ALLOCA_H */
|
||||
|
|
11
textproc/word2x/files/patch-af
Normal file
11
textproc/word2x/files/patch-af
Normal file
|
@ -0,0 +1,11 @@
|
|||
--- map_chars.cc.orig Fri Mar 10 20:32:25 2000
|
||||
+++ map_chars.cc Fri Mar 10 20:33:59 2000
|
||||
@@ -1,7 +1,7 @@
|
||||
/* $Id: map_chars.cc,v 1.2 1997/03/23 13:19:26 dps Exp $ */
|
||||
|
||||
#include "tblock.h"
|
||||
-#ifndef NULL
|
||||
+#ifdef EXCESS_COCAINE_USAGE_BY_AUTHOR
|
||||
#define NULL (void *) 0
|
||||
#endif
|
||||
#define __EXCLUDE_READER_CLASSES
|
|
@ -3,3 +3,5 @@ avialable, far too many idiots seem to insist on using Word .doc
|
|||
format. This program is an attempt to limit the damage this causes
|
||||
users of non-Microsoft systems and text processing systems, for
|
||||
example LaTeX.
|
||||
|
||||
WWW: http://word2x.alcom.co.uk/
|
||||
|
|
Loading…
Reference in a new issue