From ginga@athena.ginganet.org  Wed Jun 18 07:52:55 2003
Return-Path: <ginga@athena.ginganet.org>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 53A1537B401
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 18 Jun 2003 07:52:55 -0700 (PDT)
Received: from athena.ginganet.org (tk0008-202x210x243x26.ap-TK.usen.ad.jp [202.210.243.26])
	by mx1.FreeBSD.org (Postfix) with ESMTP id D0C2743F93
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 18 Jun 2003 07:52:54 -0700 (PDT)
	(envelope-from ginga@athena.ginganet.org)
Received: by athena.ginganet.org (Postfix, from userid 5003)
	id 59B13CF9E; Wed, 18 Jun 2003 23:52:54 +0900 (JST)
Message-Id: <20030618145254.59B13CF9E@athena.ginganet.org>
Date: Wed, 18 Jun 2003 23:52:54 +0900 (JST)
From: Kawaguti Ginga <ginga-freebsd@ginganet.org>
Reply-To: Kawaguti Ginga <ginga-freebsd@ginganet.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: ports/japanese/ng 's development beta version port
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         53449
>Category:       ports
>Synopsis:       ports/japanese/ng 's development beta version port
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    nork
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jun 18 08:00:26 PDT 2003
>Closed-Date:    Wed Jul 02 22:35:41 PDT 2003
>Last-Modified:  Wed Jul 02 22:35:41 PDT 2003
>Originator:     Kawaguti Ginga
>Release:        FreeBSD 4.8-STABLE i386
>Organization:
>Environment:
System: FreeBSD  4.8-STABLE FreeBSD 4.8-STABLE #14: Tue May 27 22:52:32 JST 2003

>Description:
	ports/japanese/ng editor's development beta version was released.
	This port utilizes this beta version's functionality.
>How-To-Repeat:
	shar archive below
>Fix:

# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	Makefile
#	distinfo
#	pkg-descr
#	pkg-plist
#
echo x - Makefile
sed 's/^X//' >Makefile << 'END-of-Makefile'
X# New ports collection makefile for:    Ng-devel
X# Date created:         18 June 2003
X# Whom:                 Kawaguti Ginga <ginga-freebsd@ginganet.org>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	ng
XPORTVERSION=	1.5b1
XCATEGORIES=	japanese editors
XMASTER_SITES=	http://tomato.sakura.ne.jp/~amura/archives/ng/
XDISTNAME=	${PORTNAME}-1.5beta1
X
XMAINTAINER?=	ginga-freebsd@ginganet.org
XCOMMENT=	A very light Emacs-clone with Japanese support
X
XALL_TARGET=	ng
XGNU_CONFIGURE=	yes
X
XPORTDOCS=	CHANGES.1_3 CHANGES.1_4 CHANGES.doc Ng.FAQ Ng.doc Ng.ref Ng.tut \
X		README.Ng README.SKG
X
Xdo-install:
X	${INSTALL_PROGRAM} ${WRKSRC}/ng ${PREFIX}/bin
X.if !defined(NOPORTDOCS)
X	${MKDIR} ${PREFIX}/share/doc/ja/ng
X.for file in ${PORTDOCS}
X	${INSTALL_DATA} ${WRKSRC}/docs/${file} ${PREFIX}/share/doc/ja/ng/${file}.euc-jp
X.endfor
X.endif
X
X.include <bsd.port.mk>
END-of-Makefile
echo x - distinfo
sed 's/^X//' >distinfo << 'END-of-distinfo'
XMD5 (ng-1.5beta1.tar.gz) = 70aa4906154e7884fb1305e90bdac887
END-of-distinfo
echo x - pkg-descr
sed 's/^X//' >pkg-descr << 'END-of-pkg-descr'
XNg is a very light weight Emacs clone editor, written in C.
XIt doesn't have Lisp(that means very limited customization
Xis available). Since you can invoke it very quickly
X(compared with real GNU Emacs), it is useful in dealing with
Xchanging small file a bit.
X
XNg(Nihongo Micro Gnu Emacs) is a Mg(Micro Gnu Emacs)'s 
Xjapanese port. Ng supports EUC, JIS and SJIS code.
XNg also have (rather simple) C-mode.
X
XIt is also very useful even if you don't need Japanese support.
X
XWWW: http://tomato.sakura.ne.jp/~amura/ng/
END-of-pkg-descr
echo x - pkg-plist
sed 's/^X//' >pkg-plist << 'END-of-pkg-plist'
Xbin/ng
Xshare/doc/ja/ng/CHANGES.1_3.euc-jp
Xshare/doc/ja/ng/CHANGES.1_4.euc-jp
Xshare/doc/ja/ng/CHANGES.doc.euc-jp
Xshare/doc/ja/ng/Ng.FAQ.euc-jp
Xshare/doc/ja/ng/Ng.doc.euc-jp
Xshare/doc/ja/ng/Ng.ref.euc-jp
Xshare/doc/ja/ng/Ng.tut.euc-jp
Xshare/doc/ja/ng/README.Ng.euc-jp
Xshare/doc/ja/ng/README.SKG.euc-jp
X@dirrm share/doc/ja/ng
END-of-pkg-plist
exit


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->feedback 
State-Changed-By: nork 
State-Changed-When: Wed Jun 18 08:24:48 PDT 2003 
State-Changed-Why:  
I'm waiting for repo copy(from japanese/ng to japanese/ng-devel). 
Please make a diff from ng-1.4.4 to ng-1.5b1. 
By the way, 1.5b1 = 1.5beta1? maybe, 1.5.b1 is good.  Please 
check pkg_info -t 1.5.b1 1.5 and pkg_info -t 1.5 1.5b1. 


Responsible-Changed-From-To: freebsd-ports-bugs->nork 
Responsible-Changed-By: nork 
Responsible-Changed-When: Wed Jun 18 08:24:48 PDT 2003 
Responsible-Changed-Why:  
I'll handle this. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=53449 
State-Changed-From-To: feedback->closed 
State-Changed-By: nork 
State-Changed-When: Wed Jul 2 22:35:31 PDT 2003 
State-Changed-Why:  
Committed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=53449 
>Unformatted:
