From a75d75c446de47929192f8a3cfa68254054f420e Mon Sep 17 00:00:00 2001 From: Steve Price Date: Mon, 18 Jan 1999 04:37:16 +0000 Subject: Initial import of ng-canna version 1.0.2. A very lightweight Emacs-clone with Japanese and Canna support. PR: 9436 Submitted by: HONDA Yasuhiro --- japanese/ng-canna/Makefile | 33 +++++++++++++++++++++++++++++++++ japanese/ng-canna/distinfo | 1 + japanese/ng-canna/pkg-comment | 1 + japanese/ng-canna/pkg-descr | 6 ++++++ japanese/ng-canna/pkg-plist | 5 +++++ 5 files changed, 46 insertions(+) create mode 100644 japanese/ng-canna/Makefile create mode 100644 japanese/ng-canna/distinfo create mode 100644 japanese/ng-canna/pkg-comment create mode 100644 japanese/ng-canna/pkg-descr create mode 100644 japanese/ng-canna/pkg-plist (limited to 'japanese') diff --git a/japanese/ng-canna/Makefile b/japanese/ng-canna/Makefile new file mode 100644 index 000000000000..e4dbbba0e342 --- /dev/null +++ b/japanese/ng-canna/Makefile @@ -0,0 +1,33 @@ +# New ports collection Makefile for: ja-ng-canna +# Version required: ng1.3Lcanna1.0.2 +# Date created: 11 January 1999 +# Whom: HONDA Yasuhiro +# +# $Id$ +# + +DISTNAME= ng13Lcanna1.0.2 +PKGNAME= ja-ng-canna-1.3l +CATEGORIES= japanese editors +MASTER_SITES= http://www3.tky.3web.ne.jp/~quiver/ng/ + +MAINTAINER= honda@kashio.info.mie-u.ac.jp + +LIB_DEPENDS= canna:${PORTSDIR}/japanese/Canna + +WRKSRC= ${WRKDIR}/ng +ALL_TARGET= ng + +post-patch: + @(cd ${WRKSRC} ; $(LN) -s sys/bsd/Makefile.canna ./Makefile ) + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/ng ${PREFIX}/bin/ + +post-install: + ${MKDIR} ${PREFIX}/share/doc/ja/ng + ${INSTALL_DATA} ${WRKSRC}/doc/Ng.doc ${PREFIX}/share/doc/ja/ng/Ng.doc.euc-jp + ${INSTALL_DATA} ${WRKSRC}/doc/Ng.ref ${PREFIX}/share/doc/ja/ng/Ng.ref.euc-jp + ${INSTALL_DATA} ${WRKSRC}/doc/Ng.tut ${PREFIX}/share/doc/ja/ng/Ng.tut.euc-jp + +.include diff --git a/japanese/ng-canna/distinfo b/japanese/ng-canna/distinfo new file mode 100644 index 000000000000..58e6fba04891 --- /dev/null +++ b/japanese/ng-canna/distinfo @@ -0,0 +1 @@ +MD5 (ng13Lcanna1.0.2.tar.gz) = 3f8b2917a79faf50f2d3dcdfa630d518 diff --git a/japanese/ng-canna/pkg-comment b/japanese/ng-canna/pkg-comment new file mode 100644 index 000000000000..1e680d78fc0b --- /dev/null +++ b/japanese/ng-canna/pkg-comment @@ -0,0 +1 @@ +A very lightweight Emacs-clone with Japanese and Canna support. diff --git a/japanese/ng-canna/pkg-descr b/japanese/ng-canna/pkg-descr new file mode 100644 index 000000000000..fbb0aa1c6e0c --- /dev/null +++ b/japanese/ng-canna/pkg-descr @@ -0,0 +1,6 @@ +Ng is very lightweight Emacs-clone text editor. Ng is based on Mg +version 2a and support Japanese encoding (EUC-JP, SHIFT-JIS, JIS). + +This port supports Canna Japanese kana-kanji conversion. If you want +to use Canna, set environment variable CANNAHOST to the hostname of +your Canna server. diff --git a/japanese/ng-canna/pkg-plist b/japanese/ng-canna/pkg-plist new file mode 100644 index 000000000000..a82961b4840d --- /dev/null +++ b/japanese/ng-canna/pkg-plist @@ -0,0 +1,5 @@ +bin/ng +share/doc/ja/ng/Ng.doc.euc-jp +share/doc/ja/ng/Ng.ref.euc-jp +share/doc/ja/ng/Ng.tut.euc-jp +@dirrm share/doc/ja/ng -- cgit v1.2.3