diff options
author | ijliao <ijliao@FreeBSD.org> | 2002-08-10 12:35:29 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2002-08-10 12:35:29 +0800 |
commit | df08adeff04c3ae024588ed4e00a0e98778401fe (patch) | |
tree | 905fab8761615bc5a6ef6105b8d4455b9672a41d /print/txtbdf2ps | |
parent | f50a6a48030860ead42caba27d0b8a4ca38884cd (diff) | |
download | freebsd-ports-gnome-df08adeff04c3ae024588ed4e00a0e98778401fe.tar.gz freebsd-ports-gnome-df08adeff04c3ae024588ed4e00a0e98778401fe.tar.zst freebsd-ports-gnome-df08adeff04c3ae024588ed4e00a0e98778401fe.zip |
add txtbdf2ps 0.7.1
Translator TXT + BDF to PS
Diffstat (limited to 'print/txtbdf2ps')
-rw-r--r-- | print/txtbdf2ps/Makefile | 33 | ||||
-rw-r--r-- | print/txtbdf2ps/distinfo | 1 | ||||
-rw-r--r-- | print/txtbdf2ps/pkg-comment | 1 | ||||
-rw-r--r-- | print/txtbdf2ps/pkg-descr | 11 | ||||
-rw-r--r-- | print/txtbdf2ps/pkg-plist | 1 |
5 files changed, 47 insertions, 0 deletions
diff --git a/print/txtbdf2ps/Makefile b/print/txtbdf2ps/Makefile new file mode 100644 index 000000000000..4dc5403d05bf --- /dev/null +++ b/print/txtbdf2ps/Makefile @@ -0,0 +1,33 @@ +# ex:ts=8 +# Ports collection makefile for: txtbdf2ps +# Date created: Aug 10, 2002 +# Whom: ijliao +# +# $FreeBSD$ +# + +PORTNAME= txtbdf2ps +PORTVERSION= 0.7.1 +CATEGORIES= print +MASTER_SITES= http://www.geocities.com/CapeCanaveral/Lab/5735/1/ \ + http://oldrus-ispell.sourceforge.net/ \ + http://members.fortunecity.com/brodsky/TL/LS/ \ + http://sawsoft.newmail.ru/LS/ +EXTRACT_SUFX= .txt + +MAINTAINER= ports@FreeBSD.org + +USE_PERL5= yes +EXTRACT_CMD= ${CP} +EXTRACT_BEFORE_ARGS= +EXTRACT_AFTER_ARGS= ${WRKDIR} +NO_WRKSUBDIR= yes +NO_BUILD= yes + +post-patch: + @${PERL} -pi -e "s|/usr/bin/perl|${PERL}|g" ${WRKSRC}/${DISTNAME}.txt + +do-install: + ${INSTALL_SCRIPT} ${WRKSRC}/${DISTNAME}.txt ${PREFIX}/bin/txtbdf2ps + +.include <bsd.port.mk> diff --git a/print/txtbdf2ps/distinfo b/print/txtbdf2ps/distinfo new file mode 100644 index 000000000000..e21f72257b0c --- /dev/null +++ b/print/txtbdf2ps/distinfo @@ -0,0 +1 @@ +MD5 (txtbdf2ps-0.7.1.txt) = 355baa8fa43ba6ee137e85560eef3cca diff --git a/print/txtbdf2ps/pkg-comment b/print/txtbdf2ps/pkg-comment new file mode 100644 index 000000000000..66b758083d74 --- /dev/null +++ b/print/txtbdf2ps/pkg-comment @@ -0,0 +1 @@ +Translator TXT + BDF to PS diff --git a/print/txtbdf2ps/pkg-descr b/print/txtbdf2ps/pkg-descr new file mode 100644 index 000000000000..370a122bf535 --- /dev/null +++ b/print/txtbdf2ps/pkg-descr @@ -0,0 +1,11 @@ +This is a perl script that can generate compact, DSC-compliant Postscript out +of a plain text file and a BDF font. The output can be previewed using +Ghostscript under most platforms, or with the Windows shareware program +"ROPS", or printed on Postscript printers, or converted to PDF using "ps2pdf". + +The motivation for creating this script was to be able to print texts in +international character sets. Since it's much easier to create or edit bitmap +(BDF/PCF) fonts than outline fonts, this script allows to print texts using +your own fonts. + +WWW: http://www.geocities.com/CapeCanaveral/Lab/5735/1/txtbdf2ps.html diff --git a/print/txtbdf2ps/pkg-plist b/print/txtbdf2ps/pkg-plist new file mode 100644 index 000000000000..d6d13254c7e4 --- /dev/null +++ b/print/txtbdf2ps/pkg-plist @@ -0,0 +1 @@ +bin/txtbdf2ps |