diff options
author | wosch <wosch@FreeBSD.org> | 1997-08-27 00:31:13 +0800 |
---|---|---|
committer | wosch <wosch@FreeBSD.org> | 1997-08-27 00:31:13 +0800 |
commit | 25ee18534e5335000f4813425a3bacc0fc0b8e5e (patch) | |
tree | de2e62104de7ea3ab0f6ffb05d0130ea2e32a9a7 /print | |
parent | 465dd87dfc1c8dae9a21a72128ae0f0acb354b84 (diff) | |
download | freebsd-ports-gnome-25ee18534e5335000f4813425a3bacc0fc0b8e5e.tar.gz freebsd-ports-gnome-25ee18534e5335000f4813425a3bacc0fc0b8e5e.tar.zst freebsd-ports-gnome-25ee18534e5335000f4813425a3bacc0fc0b8e5e.zip |
PostScript (created by dvips) to ascii converter
PR: ports/4245
Submitted by: Slaven Rezic <eserte@cs.tu-berlin.de>
Diffstat (limited to 'print')
-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 |