aboutsummaryrefslogtreecommitdiff
path: root/print/txtbdf2ps
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2002-08-10 04:35:29 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2002-08-10 04:35:29 +0000
commit85f8ed6f8f36d1ce57ab8c188aa57435a074fef2 (patch)
treeeb7571242f35869e53bf96d6f6afa50c8b840a0c /print/txtbdf2ps
parent8a583ac17ad7844ca5c0f130fbc8df89d21f944d (diff)
downloadports-85f8ed6f8f36d1ce57ab8c188aa57435a074fef2.tar.gz
ports-85f8ed6f8f36d1ce57ab8c188aa57435a074fef2.zip
add txtbdf2ps 0.7.1
Translator TXT + BDF to PS
Notes
Notes: svn path=/head/; revision=64313
Diffstat (limited to 'print/txtbdf2ps')
-rw-r--r--print/txtbdf2ps/Makefile33
-rw-r--r--print/txtbdf2ps/distinfo1
-rw-r--r--print/txtbdf2ps/pkg-comment1
-rw-r--r--print/txtbdf2ps/pkg-descr11
-rw-r--r--print/txtbdf2ps/pkg-plist1
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