diff options
author | sakamoto <sakamoto> | 1999-06-07 07:14:19 +0000 |
---|---|---|
committer | sakamoto <sakamoto> | 1999-06-07 07:14:19 +0000 |
commit | ff36322edcf2ae650cac628b88d8831c4e710aca (patch) | |
tree | ffc86deed70e653c8845a692f68808f18de6ec46 /japanese | |
parent | 210f38543d3d1e8c6d7b1b3939e082060b5b8952 (diff) | |
download | pkgsrc-ff36322edcf2ae650cac628b88d8831c4e710aca.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/Makefile | 27 | ||||
-rw-r--r-- | japanese/a2ps/files/md5 | 1 | ||||
-rw-r--r-- | japanese/a2ps/patches/patch-aa | 8 | ||||
-rw-r--r-- | japanese/a2ps/pkg/COMMENT | 1 | ||||
-rw-r--r-- | japanese/a2ps/pkg/DESCR | 6 | ||||
-rw-r--r-- | japanese/a2ps/pkg/PLIST | 1 |
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 |