==== Patch <dports_textproc_antiword> level 1
Source: f4683a9b-5f3c-4ec4-b7f8-a7e21da36217:/local/trunk/dports/textproc:20167 [local]
Target: f4683a9b-5f3c-4ec4-b7f8-a7e21da36217:/pristine/trunk/dports/textproc:20162 [local]
Log:
 r19897@entropy:  mark | 2006-11-08 11:01:13 -0800
 Copy the mirrored repository to a local repository.
 r20163@entropy:  mark | 2006-11-29 00:35:24 -0800
 UPDATE: antiword-0.37
 r20167@entropy:  mark | 2006-11-29 12:48:39 -0800
 fix Makefile patch

=== antiword/files/patch-Makefile.Linux
==================================================================
--- antiword/files/patch-Makefile.Linux	(revision 20162)
+++ antiword/files/patch-Makefile.Linux	(patch dports_textproc_antiword level 1)
@@ -1,6 +1,6 @@
---- Makefile	Thu Oct 21 20:13:03 2004
-+++ Makefile.new	Sun Jan  2 11:27:21 2005
-@@ -16,7 +16,7 @@
+--- Makefile.Linux.orig	2006-11-29 12:43:35.000000000 -0800
++++ Makefile.Linux	2006-11-29 12:46:08.000000000 -0800
+@@ -16,7 +16,7 @@ OPT	= -O2
  
  LDLIBS	=
  
@@ -9,7 +9,7 @@
  LDFLAGS	=
  
  OBJS	=\
-@@ -36,16 +36,19 @@
+@@ -36,16 +36,19 @@ PROGS =\
  LOCAL_INSTALL_DIR = $(HOME)/bin
  LOCAL_RESOURCES_DIR = $(HOME)/.antiword
  
=== antiword/files/patch-main_u.c
==================================================================
--- antiword/files/patch-main_u.c	(revision 20162)
+++ antiword/files/patch-main_u.c	(patch dports_textproc_antiword level 1)
@@ -1,12 +0,0 @@
---- main_u.c	Thu Oct 14 18:49:18 2004
-+++ ../../main_u.c	Sun Jan  2 11:31:57 2005
-@@ -29,9 +29,7 @@
- #include <fcntl.h>
- #include <io.h>
- #endif /* __dos */
--#if defined(__STDC_ISO_10646__)
- #include <locale.h>
--#endif /* __STDC_ISO_10646__ */
- #if defined(N_PLAT_NLM)
- #if !defined(_VA_LIST)
- #include "NW-only/nw_os.h"

Property changes on: antiword/files/patch-main_u.c
___________________________________________________________________
Name: svn:eol-style
 -native

=== antiword/Portfile
==================================================================
--- antiword/Portfile	(revision 20162)
+++ antiword/Portfile	(patch dports_textproc_antiword level 1)
@@ -1,24 +1,21 @@
 # $Id$
 
-PortSystem 1.0
-name		antiword
-version		0.36.1
-categories	textproc
-maintainers	mij@macports.org
-description	Utility to read Microsoft Word (.doc) files
-homepage	http://www.winfield.demon.nl/index.html
-platforms	darwin
+PortSystem        1.0
+name              antiword
+version           0.37
+categories        textproc
+maintainers       mij@macports.org
+description       Utility to read Microsoft Word (.doc) files
+long_description  Antiword is a utility that can read binary files from \
+                  Microsoft Word 6, 7, 97, and 2000.
+homepage          http://www.winfield.demon.nl/index.html
+master_sites      http://www.winfield.demon.nl/linux/
 
-long_description Antiword is a utility that can read binary files from \
-		 Microsoft Word 6, 7, 97, and 2000.
+platforms         darwin
+checksums         md5 f868e2a269edcbc06bf77e89a55898d1
 
-master_sites	http://www.winfield.demon.nl/linux/
+patchfiles        patch-Makefile.Linux
 
-checksums	md5 d46107219f4afaee658647a49dc45ed9
+configure         { reinplace "s|/usr|${prefix}|g" ${worksrcpath}/antiword.h }
 
-patchfiles	patch-Makefile.Linux \
-			patch-main_u.c
-
-configure	{ reinplace "s|/usr|${prefix}|g" ${worksrcpath}/antiword.h }
-
-destroot.args	prefix=${destroot}${prefix}
+destroot.args     prefix=${destroot}${prefix}

