diff options
author | Wolfram Schneider <wosch@FreeBSD.org> | 1997-08-26 16:31:13 +0000 |
---|---|---|
committer | Wolfram Schneider <wosch@FreeBSD.org> | 1997-08-26 16:31:13 +0000 |
commit | d565b684572fb7f30e0ac5afa07152d9a0e3493a (patch) | |
tree | 1c15a37bf79e19d1fd368ab6de01d794b646e2b0 /print/dvips2ascii | |
parent | 59a19f9bb3fd8c891b043b5e41fc48f9e370625a (diff) | |
download | ports-d565b684572fb7f30e0ac5afa07152d9a0e3493a.tar.gz ports-d565b684572fb7f30e0ac5afa07152d9a0e3493a.zip |
Notes
Diffstat (limited to 'print/dvips2ascii')
-rw-r--r-- | print/dvips2ascii/Makefile | 20 | ||||
-rw-r--r-- | print/dvips2ascii/distinfo | 1 | ||||
-rw-r--r-- | print/dvips2ascii/pkg-comment | 1 | ||||
-rw-r--r-- | print/dvips2ascii/pkg-descr | 17 | ||||
-rw-r--r-- | print/dvips2ascii/pkg-plist | 1 |
5 files changed, 40 insertions, 0 deletions
diff --git a/print/dvips2ascii/Makefile b/print/dvips2ascii/Makefile new file mode 100644 index 000000000000..c16cdc94f278 --- /dev/null +++ b/print/dvips2ascii/Makefile @@ -0,0 +1,20 @@ +# New ports collection makefile for: dvips2ascii +# Version required: 1.0 +# Date created: 7 Aug 1997 +# Whom: eserte@cs.tu-berlin.de +# +# Makefile,v 1.2 1995/09/14 11:22:50 asami Exp +# + +DISTNAME= dvips2ascii-1.0 +CATEGORIES= print +MASTER_SITES= http://www.freebsd.org/~wosch/src/ + +MAINTAINER= eserte@cs.tu-berlin.de + +do-build: + +do-install: + ${INSTALL_SCRIPT} ${WRKSRC}/dvips2ascii ${PREFIX}/bin + +.include <bsd.port.mk> diff --git a/print/dvips2ascii/distinfo b/print/dvips2ascii/distinfo new file mode 100644 index 000000000000..a57a4ab2b98f --- /dev/null +++ b/print/dvips2ascii/distinfo @@ -0,0 +1 @@ +MD5 (dvips2ascii-1.0.tar.gz) = 21da7b8b9779c6e4c10eaeacae89d013 diff --git a/print/dvips2ascii/pkg-comment b/print/dvips2ascii/pkg-comment new file mode 100644 index 000000000000..3eacd674025d --- /dev/null +++ b/print/dvips2ascii/pkg-comment @@ -0,0 +1 @@ +PostScript (created by dvips) to ascii converter diff --git a/print/dvips2ascii/pkg-descr b/print/dvips2ascii/pkg-descr new file mode 100644 index 000000000000..c2bc86becd7c --- /dev/null +++ b/print/dvips2ascii/pkg-descr @@ -0,0 +1,17 @@ +dvips2ascii +----------- + +This is a PostScript-to-ascii converter which works for PostScript +files created by dvips. Results are usually better than using ps2ascii +which comes with ghostscript. + +USAGE: dvips2ascii < psfile > asciifile + +dvips2ascii is a perl script, therefore it is slow. There is limited +support for accented characters (mainly german umlauts). Let me know +if you want support for other special characters. + +Comments, bug reports and fixes to + + eserte@cs.tu-berlin.de (Slaven Rezic) + diff --git a/print/dvips2ascii/pkg-plist b/print/dvips2ascii/pkg-plist new file mode 100644 index 000000000000..37bee479abb5 --- /dev/null +++ b/print/dvips2ascii/pkg-plist @@ -0,0 +1 @@ +bin/dvips2ascii |