diff options
author | seb <seb@pkgsrc.org> | 2002-05-31 13:01:03 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2002-05-31 13:01:03 +0000 |
commit | 861231d92671719a937d97791aeaec012e72896d (patch) | |
tree | 6cec56d5151dbb37061b68886fea19adee776e18 /print/ja-a2ps | |
parent | 2cd45c4ed555772f41a5ad447946161c3714081c (diff) | |
download | pkgsrc-861231d92671719a937d97791aeaec012e72896d.tar.gz |
Reimport of package ja-a2ps from japanese/a2ps into print/ja-a2ps.
This is part of the japanese category retirement.
CATEGORIES and pathnames to japanese/ adjusted.
Diffstat (limited to 'print/ja-a2ps')
-rw-r--r-- | print/ja-a2ps/DESCR | 6 | ||||
-rw-r--r-- | print/ja-a2ps/Makefile | 24 | ||||
-rw-r--r-- | print/ja-a2ps/PLIST | 2 | ||||
-rw-r--r-- | print/ja-a2ps/distinfo | 4 |
4 files changed, 36 insertions, 0 deletions
diff --git a/print/ja-a2ps/DESCR b/print/ja-a2ps/DESCR new file mode 100644 index 00000000000..abb711928fc --- /dev/null +++ b/print/ja-a2ps/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/print/ja-a2ps/Makefile b/print/ja-a2ps/Makefile new file mode 100644 index 00000000000..caf3753a7ce --- /dev/null +++ b/print/ja-a2ps/Makefile @@ -0,0 +1,24 @@ +# $NetBSD: Makefile,v 1.1.1.1 2002/05/31 13:01:03 seb Exp $ +# FreeBSD Id: Makefile,v 1.5 1999/04/16 04:57:06 taoka 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= tech-pkg-ja@jp.netbsd.org +COMMENT= Text file to postscript converter (with Japanese support) + +USE_PERL5= YES + +EXTRACT_CMD= ${CP} ${DOWNLOADED_DISTFILE} . +WRKSRC= ${WRKDIR} +NO_BUILD= yes +REPLACE_PERL= a2ps.pl-1.44 + +do-install: + ${INSTALL_SCRIPT} ${WRKDIR}/a2ps.pl-1.44 ${PREFIX}/bin/a2ps-j + +.include "../../mk/bsd.pkg.mk" diff --git a/print/ja-a2ps/PLIST b/print/ja-a2ps/PLIST new file mode 100644 index 00000000000..46bb923e550 --- /dev/null +++ b/print/ja-a2ps/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2002/05/31 13:01:03 seb Exp $ +bin/a2ps-j diff --git a/print/ja-a2ps/distinfo b/print/ja-a2ps/distinfo new file mode 100644 index 00000000000..9b17d86a7b8 --- /dev/null +++ b/print/ja-a2ps/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2002/05/31 13:01:03 seb Exp $ + +SHA1 (a2ps.pl-1.44) = 7adc79f6b11e4aa729facad1739ed0d2ebe84ffe +Size (a2ps.pl-1.44) = 27804 bytes |