summaryrefslogtreecommitdiff
path: root/textproc/word2x
diff options
context:
space:
mode:
authorBill Fumerola <billf@FreeBSD.org>2000-03-11 01:47:08 +0000
committerBill Fumerola <billf@FreeBSD.org>2000-03-11 01:47:08 +0000
commitf3249eca36a27affa225dd9e82a8056326a25c01 (patch)
treeb4c01591a9104a1df6edae3b35bfafcc39d4b262 /textproc/word2x
parentInstall setgid games, not setuid games. (diff)
Upgrade to 0.005, this has a new home now.
Notes
Notes: svn path=/head/; revision=26732
Diffstat (limited to 'textproc/word2x')
-rw-r--r--textproc/word2x/Makefile9
-rw-r--r--textproc/word2x/distinfo2
-rw-r--r--textproc/word2x/files/patch-ae23
-rw-r--r--textproc/word2x/files/patch-af11
-rw-r--r--textproc/word2x/pkg-descr2
5 files changed, 29 insertions, 18 deletions
diff --git a/textproc/word2x/Makefile b/textproc/word2x/Makefile
index 1195650bc080..2d99642e298e 100644
--- a/textproc/word2x/Makefile
+++ b/textproc/word2x/Makefile
@@ -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
diff --git a/textproc/word2x/distinfo b/textproc/word2x/distinfo
index b362d91f4ec1..7a69578719a5 100644
--- a/textproc/word2x/distinfo
+++ b/textproc/word2x/distinfo
@@ -1 +1 @@
-MD5 (word2x.tar.gz) = 286e2ddde00aff365debe7e1fb48aa30
+MD5 (word2x-0.005.tar.gz) = 50113e81b9f0e81d55cee1da6eea0f02
diff --git a/textproc/word2x/files/patch-ae b/textproc/word2x/files/patch-ae
index 2b734c2fff4d..4f6e42e728eb 100644
--- a/textproc/word2x/files/patch-ae
+++ b/textproc/word2x/files/patch-ae
@@ -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 */
diff --git a/textproc/word2x/files/patch-af b/textproc/word2x/files/patch-af
new file mode 100644
index 000000000000..099335f705c3
--- /dev/null
+++ b/textproc/word2x/files/patch-af
@@ -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
diff --git a/textproc/word2x/pkg-descr b/textproc/word2x/pkg-descr
index a9863167af55..be6495798fd8 100644
--- a/textproc/word2x/pkg-descr
+++ b/textproc/word2x/pkg-descr
@@ -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/