Date: Thu, 29 Jul 2004 21:33:43 -0400 (EDT) From: Michael Johnson <ahze@ahze.net> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/69781: [NEW PORT] japanese/ja-gjiten: Japanese dictionary for gnome Message-ID: <200407300133.i6U1Xhde054450@gentoo.ahze.net> Resent-Message-ID: <200407300140.i6U1ePsN024552@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 69781 >Category: ports >Synopsis: [NEW PORT] japanese/ja-gjiten: Japanese dictionary for gnome >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Jul 30 01:40:25 GMT 2004 >Closed-Date: >Last-Modified: >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: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200407300133.i6U1Xhde054450>