aboutsummaryrefslogtreecommitdiff
path: root/japanese/dvi2tty
diff options
context:
space:
mode:
authorHiroki Sato <hrs@FreeBSD.org>2011-10-01 08:04:49 +0000
committerHiroki Sato <hrs@FreeBSD.org>2011-10-01 08:04:49 +0000
commit32d2a7cc83a9761b4fa855f31dbd8af33b230006 (patch)
treeb83e3c745c486b80e7da716f11c903baf2d68059 /japanese/dvi2tty
parente973d1d25946aff98c94509a15d606e0f4bdfbb8 (diff)
downloadports-32d2a7cc83a9761b4fa855f31dbd8af33b230006.tar.gz
ports-32d2a7cc83a9761b4fa855f31dbd8af33b230006.zip
- Resurrect japanese/dvi2tty and update maintainership.
- Some style fixes. PR: ports/161140
Notes
Notes: svn path=/head/; revision=282727
Diffstat (limited to 'japanese/dvi2tty')
-rw-r--r--japanese/dvi2tty/Makefile36
-rw-r--r--japanese/dvi2tty/distinfo6
-rw-r--r--japanese/dvi2tty/pkg-descr6
3 files changed, 48 insertions, 0 deletions
diff --git a/japanese/dvi2tty/Makefile b/japanese/dvi2tty/Makefile
new file mode 100644
index 000000000000..dac25c8ff960
--- /dev/null
+++ b/japanese/dvi2tty/Makefile
@@ -0,0 +1,36 @@
+# New ports collection makefile for: dvi2tty
+# Date created: 30 Mar. 1996
+# Whom: Masafumi NAKANE <max@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= dvi2tty
+PORTVERSION= 5.0
+CATEGORIES= japanese print
+MASTER_SITES= LOCAL
+MASTER_SITE_SUBDIR= hrs
+PKGNAMESUFFIX= -ascii
+DISTNAME= dvi2tty${PORTVERSION}
+
+PATCH_SITES= ${MASTER_SITES}
+PATCH_SITE_SUBDIR= ${MASTER_SITE_SUBDIR}
+PATCH_DIST_STRIP= -p1
+PATCHFILES= dvi2tty-ascii-jtex-patch dvi2tty.c-patch
+
+MAINTAINER= turutani@scphys.kyoto-u.ac.jp
+COMMENT= Character-based DVI file previewer
+
+RUN_DEPENDS= jless:${PORTSDIR}/japanese/less
+
+PLIST_FILES= bin/jdvi2tty bin/dvi2tty bin/disdvi
+
+MAN1= dvi2tty.1
+MLINKS= dvi2tty.1 jdvi2tty.1
+
+do-install:
+ cd ${WRKSRC} && ${INSTALL_PROGRAM} jdvi2tty disdvi ${PREFIX}/bin
+ ${INSTALL_MAN} ${WRKSRC}/dvi2tty.1 ${PREFIX}/man/man1
+ ${LN} -sf ${PREFIX}/bin/jdvi2tty ${PREFIX}/bin/dvi2tty
+
+.include <bsd.port.mk>
diff --git a/japanese/dvi2tty/distinfo b/japanese/dvi2tty/distinfo
new file mode 100644
index 000000000000..78c04938e084
--- /dev/null
+++ b/japanese/dvi2tty/distinfo
@@ -0,0 +1,6 @@
+SHA256 (dvi2tty5.0.tar.gz) = 6b551a611f16557394a4a300c3298ae5c6c3f0226f3074fbc898dbd36ba65c92
+SIZE (dvi2tty5.0.tar.gz) = 29087
+SHA256 (dvi2tty-ascii-jtex-patch) = 86243d5a16343ee0ff76d6bbd40338d2220503ba2079d691ed5036dc0cf81fc9
+SIZE (dvi2tty-ascii-jtex-patch) = 10270
+SHA256 (dvi2tty.c-patch) = 38aec52f871804cd9c3731e28d0f37ffa272b7f04a2c353dbcb861b6e56c61e0
+SIZE (dvi2tty.c-patch) = 898
diff --git a/japanese/dvi2tty/pkg-descr b/japanese/dvi2tty/pkg-descr
new file mode 100644
index 000000000000..6c8dd12ac80d
--- /dev/null
+++ b/japanese/dvi2tty/pkg-descr
@@ -0,0 +1,6 @@
+Dvi2tty is intended for previewing dvi-files on text-only devices
+(terminals and lineprinters). The output is not very pretty many
+times, but it still saves quite a lot of work, especially if you
+have a little ways to walk to a laserprinter, for example.
+
+This package is capable of showing dvi-files created with ASCII-jTeX.