From 12cc107bbcfba09f2f6ff163d58b3258eae07354 Mon Sep 17 00:00:00 2001 From: asami Date: Wed, 5 Apr 1995 08:53:47 +0000 Subject: Japanized gawk. Submitted by: Nobuhiro Yasutomi --- japanese/gawk/Makefile | 20 ++++++++++++++++++++ japanese/gawk/distinfo | 1 + japanese/gawk/pkg-comment | 1 + japanese/gawk/pkg-descr | 5 +++++ japanese/gawk/pkg-plist | 5 +++++ 5 files changed, 32 insertions(+) create mode 100644 japanese/gawk/Makefile create mode 100644 japanese/gawk/distinfo create mode 100644 japanese/gawk/pkg-comment create mode 100644 japanese/gawk/pkg-descr create mode 100644 japanese/gawk/pkg-plist (limited to 'japanese/gawk') diff --git a/japanese/gawk/Makefile b/japanese/gawk/Makefile new file mode 100644 index 0000000..b024970 --- /dev/null +++ b/japanese/gawk/Makefile @@ -0,0 +1,20 @@ +# New ports collection makefile for: gawk+mb +# Version required: 2.15.4+mb1.03 +# Date created: 5 April 1995 +# Whom: Nobuhiro Yasutomi +# +# $Id:$ +# + +DISTNAME= gawk-2.15.4 +PKGNAME= jp-gawk-2.15.4 +CATEGORY+= japanese +MASTER_SITES= ftp://gatekeeper.dec.com/pub/GNU/ + +MAINTAINER= asami@FreeBSD.ORG + +HAS_CONFIGURE= yes +CONFIGURE_ARGS= bsd44 +PATCH_STRIP= -p1 + +.include diff --git a/japanese/gawk/distinfo b/japanese/gawk/distinfo new file mode 100644 index 0000000..68aac8a --- /dev/null +++ b/japanese/gawk/distinfo @@ -0,0 +1 @@ +MD5 (gawk-2.15.4.tar.gz) = ea9e7312a5fc3a761ca8ff4b219d432a diff --git a/japanese/gawk/pkg-comment b/japanese/gawk/pkg-comment new file mode 100644 index 0000000..db5173a --- /dev/null +++ b/japanese/gawk/pkg-comment @@ -0,0 +1 @@ +GNU awk version 2.15.4 + multi-byte extension 1.03 diff --git a/japanese/gawk/pkg-descr b/japanese/gawk/pkg-descr new file mode 100644 index 0000000..86825ea --- /dev/null +++ b/japanese/gawk/pkg-descr @@ -0,0 +1,5 @@ +This package is multi-byte extented GNU AWK. It accepts text which +includes multi-byte character codes. Supported multi-byte codes are +2 byte EUC code and/or Shift-JIS code. + +Multi-byte code by t^2(Takahiro Tanimoto, NBC02362@niftyserve.or.jp). diff --git a/japanese/gawk/pkg-plist b/japanese/gawk/pkg-plist new file mode 100644 index 0000000..9d991a8 --- /dev/null +++ b/japanese/gawk/pkg-plist @@ -0,0 +1,5 @@ +@cwd ${PREFIX} +@mode 755 +bin/gawk +@mode 644 +man/man1/gawk.1.gz -- cgit v1.1