summaryrefslogtreecommitdiff
path: root/japanese
diff options
context:
space:
mode:
authorsakamoto <sakamoto@pkgsrc.org>1999-06-07 07:14:19 +0000
committersakamoto <sakamoto@pkgsrc.org>1999-06-07 07:14:19 +0000
commitbdf43c720fed9d94d25495cbc67108088bcb44a2 (patch)
treeffc86deed70e653c8845a692f68808f18de6ec46 /japanese
parente439ce41f36e22530e8de8e0ed5882d1122aebb8 (diff)
downloadpkgsrc-bdf43c720fed9d94d25495cbc67108088bcb44a2.tar.gz
Import FreeBSD's "ja-a2ps" port:
Text file to postscript converter (with Japanese support)
Diffstat (limited to 'japanese')
-rw-r--r--japanese/a2ps/Makefile27
-rw-r--r--japanese/a2ps/files/md51
-rw-r--r--japanese/a2ps/patches/patch-aa8
-rw-r--r--japanese/a2ps/pkg/COMMENT1
-rw-r--r--japanese/a2ps/pkg/DESCR6
-rw-r--r--japanese/a2ps/pkg/PLIST1
6 files changed, 44 insertions, 0 deletions
diff --git a/japanese/a2ps/Makefile b/japanese/a2ps/Makefile
new file mode 100644
index 00000000000..6f5c90b41f1
--- /dev/null
+++ b/japanese/a2ps/Makefile
@@ -0,0 +1,27 @@
+# New ports collection makefile for: a2ps-j
+# Version required: 1.44
+# Date created: 16 Nov 1996
+# Whom: SAITO Itsuro <saito@miv.t.u-tokyo.ac.jp>
+#
+# $Id: Makefile,v 1.1.1.1 1999/06/07 07:14:19 sakamoto Exp $
+#
+
+DISTNAME= a2ps.pl-1.44
+PKGNAME= ja-a2ps-1.44
+CATEGORIES= japanese print
+MASTER_SITES= ftp://ftp.iij.ad.jp/pub/IIJ/dist/utashiro/perl/ \
+ ftp://ftp.sra.co.jp/pub/lang/perl/sra-scripts/
+EXTRACT_SUFX= # None
+
+MAINTAINER= saito@miv.t.u-tokyo.ac.jp
+
+EXTRACT_CMD= ${CP}
+EXTRACT_BEFORE_ARGS=
+EXTRACT_AFTER_ARGS= .
+NO_WRKSUBDIR= yes
+NO_BUILD= yes
+
+do-install:
+ ${INSTALL_SCRIPT} ${WRKDIR}/a2ps.pl-1.44 ${PREFIX}/bin/a2ps-j
+
+.include <bsd.port.mk>
diff --git a/japanese/a2ps/files/md5 b/japanese/a2ps/files/md5
new file mode 100644
index 00000000000..4499b566943
--- /dev/null
+++ b/japanese/a2ps/files/md5
@@ -0,0 +1 @@
+MD5 (a2ps.pl-1.44) = 7c08e3d260d4cb6cf2d0403486421cf4
diff --git a/japanese/a2ps/patches/patch-aa b/japanese/a2ps/patches/patch-aa
new file mode 100644
index 00000000000..ca452e02502
--- /dev/null
+++ b/japanese/a2ps/patches/patch-aa
@@ -0,0 +1,8 @@
+--- a2ps.pl-1.44.orig Thu Apr 8 02:52:44 1999
++++ a2ps.pl-1.44 Thu Apr 8 02:54:06 1999
+@@ -1,4 +1,4 @@
+-#!/usr/local/bin/perl
++#!/usr/bin/perl
+ ;#
+ ;# a2ps: ascii to ps
+ ;#
diff --git a/japanese/a2ps/pkg/COMMENT b/japanese/a2ps/pkg/COMMENT
new file mode 100644
index 00000000000..b6d71fef381
--- /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 00000000000..abb711928fc
--- /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 00000000000..995dc864077
--- /dev/null
+++ b/japanese/a2ps/pkg/PLIST
@@ -0,0 +1 @@
+bin/a2ps-j