mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
PostScript (created by dvips) to ascii converter
PR: ports/4245 Submitted by: Slaven Rezic <eserte@cs.tu-berlin.de>
This commit is contained in:
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
20
print/dvips2ascii/Makefile
Normal file
20
print/dvips2ascii/Makefile
Normal 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>
|
1
print/dvips2ascii/distinfo
Normal file
1
print/dvips2ascii/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (dvips2ascii-1.0.tar.gz) = 21da7b8b9779c6e4c10eaeacae89d013
|
1
print/dvips2ascii/pkg-comment
Normal file
1
print/dvips2ascii/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
|||
PostScript (created by dvips) to ascii converter
|
17
print/dvips2ascii/pkg-descr
Normal file
17
print/dvips2ascii/pkg-descr
Normal 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)
|
||||
|
1
print/dvips2ascii/pkg-plist
Normal file
1
print/dvips2ascii/pkg-plist
Normal file
|
@ -0,0 +1 @@
|
|||
bin/dvips2ascii
|
Loading…
Add table
Reference in a new issue