PostScript (created by dvips) to ascii converter

PR: ports/4245
Submitted by: Slaven Rezic <eserte@cs.tu-berlin.de>
This commit is contained in:
Wolfram Schneider 1997-08-26 16:31:13 +00:00
parent 59a19f9bb3
commit d565b68457
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=7696
5 changed files with 40 additions and 0 deletions

View file

@ -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>

View file

@ -0,0 +1 @@
MD5 (dvips2ascii-1.0.tar.gz) = 21da7b8b9779c6e4c10eaeacae89d013

View file

@ -0,0 +1 @@
PostScript (created by dvips) to ascii converter

View file

@ -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)

View file

@ -0,0 +1 @@
bin/dvips2ascii