From fuyuki@hadaly.org  Sat Apr 12 03:00:49 2003
Return-Path: <fuyuki@hadaly.org>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id AEBEF37B401
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 12 Apr 2003 03:00:49 -0700 (PDT)
Received: from t-mta7.odn.ne.jp (mfep7.odn.ne.jp [143.90.131.185])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 85CFD43F85
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 12 Apr 2003 03:00:48 -0700 (PDT)
	(envelope-from fuyuki@hadaly.org)
Received: from hadaly.dyndns.org ([218.46.162.73]) by t-mta7.odn.ne.jp
          with ESMTP
          id <20030412100047514.HLZS.21631.t-mta7.odn.ne.jp@mta7.odn.ne.jp>
          for <FreeBSD-gnats-submit@freebsd.org>;
          Sat, 12 Apr 2003 19:00:47 +0900
Received: from hadaly.dyndns.org (localhost [127.0.0.1])
	by hadaly.dyndns.org (Postfix) with ESMTP id E693F20D3
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 12 Apr 2003 19:00:42 +0900 (JST)
Message-Id: <867ka0ghmd.wl%fuyuki@hadaly.org>
Date: Sat, 12 Apr 2003 19:00:42 +0900
From: Kimura Fuyuki <fuyuki@hadaly.org>
To: FreeBSD-gnats-submit@freebsd.org
Subject: New port: japanese/gauche-kakasi

>Number:         50851
>Category:       ports
>Synopsis:       New port: japanese/gauche-kakasi
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Apr 12 03:10:09 PDT 2003
>Closed-Date:    Sat Apr 12 10:57:28 PDT 2003
>Last-Modified:  Sat Apr 12 10:57:28 PDT 2003
>Originator:     Kimura Fuyuki <fuyuki@hadaly.org>
>Release:        FreeBSD 5.0-RELEASE-p5 i386
>Organization:
>Environment:

  FreeBSD hadaly.dyndns.org 5.0-RELEASE-p5 FreeBSD 5.0-RELEASE-p5 #1: Fri Mar 21 10:29:48 JST 2003     root@hadaly.dyndns.org:/.2/obj/usr/src/sys/NS  i386

>Description:
This is a Gauche extension module to use KAKASI.

WWW: http://www.shiro.dreamhost.com/scheme/gauche/index.html

>How-To-Repeat:

>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:
#
#	gauche-kakasi
#	gauche-kakasi/Makefile
#	gauche-kakasi/distinfo
#	gauche-kakasi/pkg-descr
#	gauche-kakasi/pkg-plist
#
echo c - gauche-kakasi
mkdir -p gauche-kakasi > /dev/null 2>&1
echo x - gauche-kakasi/Makefile
sed 's/^X//' >gauche-kakasi/Makefile << 'END-of-gauche-kakasi/Makefile'
X# New ports collection makefile for:	Gauche-kakasi
X# Date created:                12 April 2003
X# Whom:                        Kimura Fuyuki <fuyuki@hadaly.org>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	kakasi
XPORTVERSION=	0.0
XCATEGORIES=	japanese textproc
XMASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
XMASTER_SITE_SUBDIR=	gauche
XDISTNAME=	Gauche-${PORTNAME}-${PORTVERSION}
XEXTRACT_SUFX=	.tgz
X
XMAINTAINER=	fuyuki@hadaly.org
XCOMMENT=	KAKASI binding for Gauche
X
XBUILD_DEPENDS=	gosh:${PORTSDIR}/lang/gauche
XRUN_DEPENDS=	${BUILD_DEPENDS}
XLIB_DEPENDS=	kakasi.3:${PORTSDIR}/japanese/kakasi
X
XWRKSRC=		${WRKDIR}/Gauche-${PORTNAME}
XGNU_CONFIGURE=	yes
XCONFIGURE_ARGS=	--with-kakasi=${PREFIX}
XDOCSDIR=	${PREFIX}/share/doc/gauche/${PORTNAME}
XPLIST_SUB=	VERSION="`gauche-config -V`" \
X		TARGET="${CONFIGURE_TARGET}"
X
Xpost-install:
X.if !defined(NOPORTDOCS)
X	${MKDIR} ${DOCSDIR}
X	${INSTALL_DATA} ${WRKSRC}/README.eucjp ${DOCSDIR}
X.endif
X
X.include <bsd.port.pre.mk>
X
XPKGNAMEPREFIX:=	${PKGNAMEPREFIX}gauche-
X
X.include <bsd.port.post.mk>
END-of-gauche-kakasi/Makefile
echo x - gauche-kakasi/distinfo
sed 's/^X//' >gauche-kakasi/distinfo << 'END-of-gauche-kakasi/distinfo'
XMD5 (Gauche-kakasi-0.0.tgz) = 8c8e40469ae17fe43719561888e7af09
END-of-gauche-kakasi/distinfo
echo x - gauche-kakasi/pkg-descr
sed 's/^X//' >gauche-kakasi/pkg-descr << 'END-of-gauche-kakasi/pkg-descr'
XThis is a Gauche extension module to use KAKASI.
X
XWWW: http://www.shiro.dreamhost.com/scheme/gauche/index.html
END-of-gauche-kakasi/pkg-descr
echo x - gauche-kakasi/pkg-plist
sed 's/^X//' >gauche-kakasi/pkg-plist << 'END-of-gauche-kakasi/pkg-plist'
Xlib/gauche/site/%%VERSION%%/%%TARGET%%/kakasi.so
Xshare/gauche/site/lib/text/kakasi.scm
X@unexec rmdir %D/share/gauche/site/lib/text 2>/dev/null || true
X%%PORTDOCS%%%%DOCSDIR%%/README.eucjp
X%%PORTDOCS%%@dirrm %%DOCSDIR%%
X%%PORTDOCS%%@unexec rmdir %D/share/doc/gauche 2>/dev/null || true
END-of-gauche-kakasi/pkg-plist
exit

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: nork 
State-Changed-When: Sat Apr 12 10:57:19 PDT 2003 
State-Changed-Why:  
Committed, thanks! 

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