From 86804d9e3518b267528b6d2141ca2d63a3aa1e3f Mon Sep 17 00:00:00 2001 From: Satoshi Asami Date: Mon, 3 Mar 1997 10:21:24 +0000 Subject: Text converter for Japanese. Gosh, I love ports like this! (It's a single perl script!) Closes PR ports/2590. Submitted by: Itsuro Saito --- japanese/a2ps/Makefile | 28 ++++++++++++++++++++++++++++ japanese/a2ps/distinfo | 1 + japanese/a2ps/files/patch-aa | 13 +++++++++++++ japanese/a2ps/pkg-comment | 1 + japanese/a2ps/pkg-descr | 6 ++++++ japanese/a2ps/pkg-plist | 1 + 6 files changed, 50 insertions(+) create mode 100644 japanese/a2ps/Makefile create mode 100644 japanese/a2ps/distinfo create mode 100644 japanese/a2ps/files/patch-aa create mode 100644 japanese/a2ps/pkg-comment create mode 100644 japanese/a2ps/pkg-descr create mode 100644 japanese/a2ps/pkg-plist (limited to 'japanese/a2ps') diff --git a/japanese/a2ps/Makefile b/japanese/a2ps/Makefile new file mode 100644 index 000000000000..97a7d334373a --- /dev/null +++ b/japanese/a2ps/Makefile @@ -0,0 +1,28 @@ +# New ports collection makefile for: a2ps-j +# Version required: 1.39 +# Date created: 16 Nov 1996 +# Whom: SAITO Itsuro +# +# $Id$ +# + +DISTNAME= a2ps-1.39 +PKGNAME= jp-a2ps-1.39 +MASTER_SITES= ftp://ftp.iij.ad.jp/pub/IIJ/dist/utashiro/perl/ \ + ftp://ftp.sra.co.jp/pub/lang/perl/sra-scripts/ +CATEGORIES= japanese print +EXTRACT_SUFX= + +MAINTAINER= saito@miv.t.u-tokyo.ac.jp + +EXTRACT_CMD= cp +EXTRACT_BEFORE_ARGS= +EXTRACT_AFTER_ARGS= . +NO_WRKSUBDIR= yes +NO_CONFIGURE= yes +NO_BUILD= yes + +do-install: + ${INSTALL_SCRIPT} ${WRKDIR}/a2ps-1.39 ${PREFIX}/bin/a2ps-j + +.include diff --git a/japanese/a2ps/distinfo b/japanese/a2ps/distinfo new file mode 100644 index 000000000000..b17a778ec440 --- /dev/null +++ b/japanese/a2ps/distinfo @@ -0,0 +1 @@ +MD5 (a2ps-1.39) = 18c9f4369767018fe887d6b84d1a9c83 diff --git a/japanese/a2ps/files/patch-aa b/japanese/a2ps/files/patch-aa new file mode 100644 index 000000000000..a3436b215f70 --- /dev/null +++ b/japanese/a2ps/files/patch-aa @@ -0,0 +1,13 @@ +*** a2ps-1.39.orig Sat Nov 16 07:22:10 1996 +--- a2ps-1.39 Sat Nov 16 07:35:10 1996 +*************** +*** 1,4 **** +! #!/usr/local/bin/perl + ;# + ;# a2ps: ascii to ps + ;# +--- 1,4 ---- +! #!/usr/bin/perl + ;# + ;# a2ps: ascii to ps + ;# diff --git a/japanese/a2ps/pkg-comment b/japanese/a2ps/pkg-comment new file mode 100644 index 000000000000..b6d71fef3819 --- /dev/null +++ b/japanese/a2ps/pkg-comment @@ -0,0 +1 @@ +Text file to postscript converter (with Japanese support) diff --git a/japanese/a2ps/pkg-descr b/japanese/a2ps/pkg-descr new file mode 100644 index 000000000000..abb711928fc5 --- /dev/null +++ b/japanese/a2ps/pkg-descr @@ -0,0 +1,6 @@ +A2ps formats each named file for printing in a postscript printer; if +no file is given, a2ps reads from the standard input. The format used +is nice and compact: normally two pages on each physical page, borders +surrounding pages, headers with useful information (page number, +printing date, file name or supplied header), etc. +This is very useful for making archive listings of programs. diff --git a/japanese/a2ps/pkg-plist b/japanese/a2ps/pkg-plist new file mode 100644 index 000000000000..995dc864077a --- /dev/null +++ b/japanese/a2ps/pkg-plist @@ -0,0 +1 @@ +bin/a2ps-j -- cgit v1.2.3