From 4aa8bd1aa9495b4b8f33d10f10b0f1e9dac7c269 Mon Sep 17 00:00:00 2001 From: max Date: Thu, 19 Dec 1996 03:36:14 +0000 Subject: Text to LIPS filter Reviewed by: max Submitted by: mita@jp.freebsd.org --- japanese/lipsf/Makefile | 29 +++++++++++++++++++++++++++++ japanese/lipsf/distinfo | 2 ++ japanese/lipsf/pkg-comment | 1 + japanese/lipsf/pkg-descr | 12 ++++++++++++ japanese/lipsf/pkg-plist | 8 ++++++++ 5 files changed, 52 insertions(+) create mode 100644 japanese/lipsf/Makefile create mode 100644 japanese/lipsf/distinfo create mode 100644 japanese/lipsf/pkg-comment create mode 100644 japanese/lipsf/pkg-descr create mode 100644 japanese/lipsf/pkg-plist (limited to 'japanese') diff --git a/japanese/lipsf/Makefile b/japanese/lipsf/Makefile new file mode 100644 index 0000000..c7f54db --- /dev/null +++ b/japanese/lipsf/Makefile @@ -0,0 +1,29 @@ +# New ports collection makefile for: lipsf +# Version required: 1.13c +# Date created: 6 Dec 1996 +# Whom: Mita Yoshio +# +# $Id$ +# + +DISTNAME= lipsf113 +PKGNAME= jp-lipsf-1.13c +CATEGORIES= japanese print +MASTER_SITES= ftp://ftp.eos.hokudai.ac.jp/pub/tools/ + +PATCHFILES= lipsf113c.patch.gz +PATCH_SITES= ftp://freefall.freebsd.org/pub/FreeBSD/LOCAL_PORTS/ + +MAINTAINER= mita@jp.FreeBSD.org + +MANLANG= ja_JP.EUC +MAN1= lipsf.1 pols.1 + +DOCDIR= ${PREFIX}/share/doc/lipsf + +post-install: + ${MKDIR} ${DOCDIR} + (cd ${WRKSRC} ; \ + ${INSTALL_DATA} HISTORY Install README TECHKNOW ${DOCDIR}) + +.include diff --git a/japanese/lipsf/distinfo b/japanese/lipsf/distinfo new file mode 100644 index 0000000..4ad77e6 --- /dev/null +++ b/japanese/lipsf/distinfo @@ -0,0 +1,2 @@ +MD5 (lipsf113.tar.gz) = b3351eb8ed91a65541d38daae4b8e9c7 +MD5 (lipsf113c.patch.gz) = ff92a2fe677d9d743b41f12d313048fb diff --git a/japanese/lipsf/pkg-comment b/japanese/lipsf/pkg-comment new file mode 100644 index 0000000..c541262 --- /dev/null +++ b/japanese/lipsf/pkg-comment @@ -0,0 +1 @@ +text to LIPS filter diff --git a/japanese/lipsf/pkg-descr b/japanese/lipsf/pkg-descr new file mode 100644 index 0000000..baac1fc --- /dev/null +++ b/japanese/lipsf/pkg-descr @@ -0,0 +1,12 @@ +lipsf is a text filter which converts plain text file +to LIPS (LIPSIII is default). +EUC and JIS KANJI codes are detected automatically. + +pols is an interactive tool for printing through lipsf. +see /usr/local/share/doc/lipsf/ for details. + +An example for startup: +Put lipsf entry to /etc/printcap file: + +lipsf|lipsf printer:\ + :lp=/dev/lpt0:sd=/var/spool/output/lpd:lf=/var/log/lpd-errs:sh: diff --git a/japanese/lipsf/pkg-plist b/japanese/lipsf/pkg-plist new file mode 100644 index 0000000..c36a95f --- /dev/null +++ b/japanese/lipsf/pkg-plist @@ -0,0 +1,8 @@ +bin/lipsf +bin/pols +man/ja_JP.EUC/man1/lipsf.1.gz +man/ja_JP.EUC/man1/pols.1.gz +share/doc/lipsf/HISTORY +share/doc/lipsf/Install +share/doc/lipsf/README +share/doc/lipsf/TECHKNOW -- cgit v1.1