From ahze@gentoo.ahze.net  Fri Jul 30 01:34:08 2004
Return-Path: <ahze@gentoo.ahze.net>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 8F90D16A4CE
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 30 Jul 2004 01:34:08 +0000 (GMT)
Received: from imf16aec.mail.bellsouth.net (imf16aec.mail.bellsouth.net [205.152.59.64])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 1D84343D1D
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 30 Jul 2004 01:34:08 +0000 (GMT)
	(envelope-from ahze@gentoo.ahze.net)
Received: from gentoo.ahze.net ([68.209.163.3])
          by imf16aec.mail.bellsouth.net
          (InterMail vM.5.01.06.08 201-253-122-130-108-20031117) with ESMTP
          id <20040730013358.IAXQ1721.imf16aec.mail.bellsouth.net@gentoo.ahze.net>
          for <FreeBSD-gnats-submit@freebsd.org>;
          Thu, 29 Jul 2004 21:33:58 -0400
Received: (from root@localhost)
	by gentoo.ahze.net (8.12.11/8.12.11/Submit) id i6U1Xhde054450;
	Thu, 29 Jul 2004 21:33:43 -0400 (EDT)
	(envelope-from ahze)
Message-Id: <200407300133.i6U1Xhde054450@gentoo.ahze.net>
Date: Thu, 29 Jul 2004 21:33:43 -0400 (EDT)
From: Michael Johnson <ahze@ahze.net>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [NEW PORT] japanese/ja-gjiten: Japanese dictionary for gnome
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         69781
>Category:       ports
>Synopsis:       [NEW PORT] japanese/ja-gjiten: Japanese dictionary for gnome
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    ahze
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jul 30 01:40:25 GMT 2004
>Closed-Date:    Sat Feb 05 23:06:45 GMT 2005
>Last-Modified:  Sat Feb 05 23:06:45 GMT 2005
>Originator:     Michael Johnson
>Release:        FreeBSD 5.2-CURRENT i386
>Organization:
>Environment:
System: FreeBSD gentoo.ahze.net 5.2-CURRENT FreeBSD 5.2-CURRENT #58: Fri Jul 23 20:15:17 EDT 2004
>Description:
Gjiten is a Japanese dictionary for Gnome. It can look up words or kanji.

WWW:	http://gjiten.sourceforge.net/

Generated with FreeBSD Port Tools 0.50
>How-To-Repeat:
>Fix:

--- ja-gjiten-2.2.shar begins here ---
# 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:
#
#	gjiten
#	gjiten/pkg-descr
#	gjiten/Makefile
#	gjiten/pkg-plist
#	gjiten/distinfo
#	gjiten/files
#	gjiten/files/pkg-message.in
#
echo c - gjiten
mkdir -p gjiten > /dev/null 2>&1
echo x - gjiten/pkg-descr
sed 's/^X//' >gjiten/pkg-descr << 'END-of-gjiten/pkg-descr'
XGjiten is a Japanese dictionary for Gnome. It can look up words or kanji.
X
XWWW:	http://gjiten.sourceforge.net/
END-of-gjiten/pkg-descr
echo x - gjiten/Makefile
sed 's/^X//' >gjiten/Makefile << 'END-of-gjiten/Makefile'
X# New ports collection makefile for:	gjiten
X# Date created:		2004-07-26
X# Whom:			Michael Johnson <ahze@ahze.net>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	gjiten
XPORTVERSION=	2.2
XCATEGORIES=	japanese
XMASTER_SITES=	http://gjiten.sourceforge.net/ \
X		http://vtel.rgv.net/~ahze/dist/gjiten-dict-UTF-8-jp-040726/dics/:dict \
X		http://sisko.se.wp.cc.nc.us/~ahze/dist/gjiten-dict-UTF-8-jp-040726/dics/:dict
XMASTER_SITE_SUBDIR=	${PORTNAME}
XDISTFILES=	${DISTNAME}${EXTRACT_SUFX} \
X		kanjidic:dict
XEXTRACT_ONLY=	${DISTNAME}${EXTRACT_SUFX}
X
XMAINTAINER=	ahze@ahze.net
XCOMMENT=	Japanese dictionary for gnome
X
XRUN_DEPENDS=	kanjipad:${PORTSDIR}/japanese/kanjipad
X
XUSE_GNOME=	libgnomeui gnometarget gnomehack gnomeprefix
XUSE_REINPLACE=	yes
XUSE_INC_LIBTOOL_VER=15
XUSE_GMAKE=	yes
XUSE_X_PREFIX=	yes
XPKGMESSAGE=	${WRKDIR}/pkg-message
X
XMAN1=		gjiten.1
XPORTDOCS=	README
X
XDATADIR=	${PREFIX}/share/gnome/${PORTNAME}
X
Xpost-patch:
X	@${SED} -e 's|/usr/X11R6|${X11BASE}|; s|%%PORTVERSION%%|${PORTVERSION}|; \
X		    s|/usr/local|${LOCALBASE}|' \
X			${FILESDIR}/pkg-message.in >${PKGMESSAGE}
X	@${REINPLACE_CMD} -e \
X		's|$$gjiten_prefix/share/gjiten|${DATADIR}|; \
X		 s|$gjiten_prefix/share/pixmaps|${PREFIX}/share/gnome/pixmaps|' \
X			${WRKSRC}/configure
X	@${REINPLACE_CMD} -e 's|stdint.h|inttypes.h|' ${WRKSRC}/src/*
X
Xpost-install:
X	@${MKDIR} ${DATADIR}/dics
X	@${INSTALL_DATA} ${_DISTDIR}/kanjidic ${DATADIR}/dics/
X.if !defined(NOPORTDOCS)
X	@${MKDIR} ${DOCSDIR}
X	@${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
X.endif
X	@${CAT} ${PKGMESSAGE}
X
X.include <bsd.port.mk>
END-of-gjiten/Makefile
echo x - gjiten/pkg-plist
sed 's/^X//' >gjiten/pkg-plist << 'END-of-gjiten/pkg-plist'
Xbin/gjiten
Xshare/gnome/application-registry/gjiten.applications
Xshare/gnome/applications/gjiten.desktop
Xshare/gnome/doc/gjiten/gjiten-doc.ja.html
X%%DATADIR%%/gjiten-settings.glade
X%%DATADIR%%/radkfile.utf8
X%%DATADIR%%/vconj.utf8
Xshare/gnome/help/gjiten/C/gjiten.xml
Xshare/gnome/help/gjiten/C/legal.xml
Xshare/gnome/omf/gjiten/gjiten-C.omf
X@exec scrollkeeper-install -q %D/share/gnome/omf/gjiten/gjiten-C.omf 2>/dev/null || /usr/bin/true
X%%DATADIR%%/dics/kanjidic
Xshare/gnome/pixmaps/gjiten/gjiten-logo.png
Xshare/gnome/pixmaps/jiten.png
Xshare/gnome/pixmaps/kanjidic.png
Xshare/gnome/pixmaps/kanjipad.png
X@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gjiten/gjiten-C.omf 2>/dev/null || /usr/bin/true
X@dirrm share/gnome/pixmaps/gjiten
X@dirrm share/gnome/omf/gjiten
X@dirrm share/gnome/help/gjiten/C
X@dirrm share/gnome/help/gjiten
X@dirrm %%DATADIR%%/dics
X@dirrm %%DATADIR%%
END-of-gjiten/pkg-plist
echo x - gjiten/distinfo
sed 's/^X//' >gjiten/distinfo << 'END-of-gjiten/distinfo'
XMD5 (gjiten-2.2.tar.gz) = b650d7fdce659b8a7410999a3ca4dfc5
XSIZE (gjiten-2.2.tar.gz) = 427577
XMD5 (kanjidic) = 5af24666d0bd1c0313dcf84ca481250c
XSIZE (kanjidic) = 1135465
END-of-gjiten/distinfo
echo c - gjiten/files
mkdir -p gjiten/files > /dev/null 2>&1
echo x - gjiten/files/pkg-message.in
sed 's/^X//' >gjiten/files/pkg-message.in << 'END-of-gjiten/files/pkg-message.in'
X
XThe default dictionary file has been installed in
X/usr/X11R6/share/gnome/gjiten/dics/kanjidic
X
XAll dictionary files for gjiten-%%PORTVERSION%% must be UTF-8
X
XEdict UTF-8 can be installed for extra dictionary files in
Xports/japanese/edict-utf-8
X
XTo use the edict-utf-8 dictionary files you will have to manually
Xadd them to gjiten from preferences. They will be located in
X/usr/local/share/dict/edict-utf-8
END-of-gjiten/files/pkg-message.in
exit
--- ja-gjiten-2.2.shar ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->ahze  
Responsible-Changed-By: ahze 
Responsible-Changed-When: Sun Oct 31 00:36:09 GMT 2004 
Responsible-Changed-Why:  
mine 

http://www.freebsd.org/cgi/query-pr.cgi?pr=69781 
State-Changed-From-To: open->closed  
State-Changed-By: ahze 
State-Changed-When: Sat Feb 5 23:06:18 GMT 2005 
State-Changed-Why:  


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