summaryrefslogtreecommitdiff
path: root/japanese/a2ps
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1997-03-03 10:21:24 +0000
committerSatoshi Asami <asami@FreeBSD.org>1997-03-03 10:21:24 +0000
commit86804d9e3518b267528b6d2141ca2d63a3aa1e3f (patch)
treeabf84146057f94413480b0727f7a01f623cad345 /japanese/a2ps
parentSubmitted by: MITA Yoshio <mita@jp.FreeBSD.org> (diff)
Text converter for Japanese. Gosh, I love ports like this! (It's a single
perl script!) Closes PR ports/2590. Submitted by: Itsuro Saito <saito@miv.t.u-tokyo.ac.jp>
Notes
Notes: svn path=/head/; revision=5806
Diffstat (limited to 'japanese/a2ps')
-rw-r--r--japanese/a2ps/Makefile28
-rw-r--r--japanese/a2ps/distinfo1
-rw-r--r--japanese/a2ps/files/patch-aa13
-rw-r--r--japanese/a2ps/pkg-comment1
-rw-r--r--japanese/a2ps/pkg-descr6
-rw-r--r--japanese/a2ps/pkg-plist1
6 files changed, 50 insertions, 0 deletions
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 <saito@miv.t.u-tokyo.ac.jp>
+#
+# $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 <bsd.port.mk>
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