antiword port - msword 6,7,97,2K .doc -> ascii | postscript
This commit is contained in:
parent
b636259a12
commit
87c30cfa58
22
textproc/antiword/Makefile
Normal file
22
textproc/antiword/Makefile
Normal file
@ -0,0 +1,22 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2000/10/01 20:32:20 obecian Exp $
|
||||
|
||||
DISTNAME= antiword-0.30
|
||||
CATEGORIES= textproc
|
||||
NEED_VERSION= 1.320
|
||||
MASTER_SITES= http://www.winfield.demon.nl/linux/
|
||||
|
||||
WRKDIST= ${WRKDIR}/antiword.0.30
|
||||
|
||||
HOMEPAGE= http://www.winfield.demon.nl/
|
||||
|
||||
MAINTAINER= Mark Grimes <obecian@openbsd.org>
|
||||
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/antiword ${PREFIX}/bin
|
||||
|
||||
.include <bsd.port.mk>
|
3
textproc/antiword/files/md5
Normal file
3
textproc/antiword/files/md5
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (antiword-0.30.tar.gz) = 888cc02e6ea75f530a7e4bb5b866a07a
|
||||
RMD160 (antiword-0.30.tar.gz) = 3b90b6cab91912bbfb5ea3a374bf7a5aab093189
|
||||
SHA1 (antiword-0.30.tar.gz) = 768cd4fe241ceba7f98a5195473b0f094845ddd5
|
12
textproc/antiword/patches/patch-Makefile.Linux
Normal file
12
textproc/antiword/patches/patch-Makefile.Linux
Normal file
@ -0,0 +1,12 @@
|
||||
--- Makefile.Linux.orig Sat Sep 30 22:01:06 2000
|
||||
+++ Makefile.Linux Sat Sep 30 22:01:53 2000
|
||||
@@ -22,7 +22,8 @@ OBJS =\
|
||||
PROGS =\
|
||||
antiword
|
||||
|
||||
-INSTALL_DIR = $(HOME)/bin
|
||||
+PREFIX? = /usr/local
|
||||
+INSTALL_DIR = ${PREFIX}/bin
|
||||
|
||||
all: $(PROGS)
|
||||
|
1
textproc/antiword/pkg/COMMENT
Normal file
1
textproc/antiword/pkg/COMMENT
Normal file
@ -0,0 +1 @@
|
||||
converts MSWord documents to ascii text and postscript
|
5
textproc/antiword/pkg/DESCR
Normal file
5
textproc/antiword/pkg/DESCR
Normal file
@ -0,0 +1,5 @@
|
||||
AntiWord is an application to display Microsoft Word files.
|
||||
It allows for conversion to either ascii or postscript output.
|
||||
Currently, Word 6,7,97 and 2000 are supported.
|
||||
|
||||
WWW: ${HOMEPAGE}
|
2
textproc/antiword/pkg/PLIST
Normal file
2
textproc/antiword/pkg/PLIST
Normal file
@ -0,0 +1,2 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2000/10/01 20:32:20 obecian Exp $
|
||||
bin/antiword
|
Loading…
Reference in New Issue
Block a user