From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jun 26 02:55:58 2006 Return-Path: X-Original-To: freebsd-ports-bugs@FreeBSD.org Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2749016A400; Mon, 26 Jun 2006 02:55:58 +0000 (UTC) (envelope-from yasu@utahime.org) Received: from utahime.as.wakwak.ne.jp (utahime.as.wakwak.ne.jp [61.205.238.40]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6BA21452E9; Mon, 26 Jun 2006 02:55:56 +0000 (GMT) (envelope-from yasu@utahime.org) Received: from eastasia.home.utahime.org (eastasia.home.utahime.org [192.168.174.1]) by utahime.as.wakwak.ne.jp (Postfix) with ESMTP id 786081701C; Mon, 26 Jun 2006 11:55:55 +0900 (JST) Received: from eastasia.home.utahime.org (localhost.home.utahime.org [127.0.0.1]) by localhost-backdoor.home.utahime.org (Postfix) with ESMTP id 2995F21; Mon, 26 Jun 2006 11:55:55 +0900 (JST) Received: from localhost (eastasia.home.utahime.org [192.168.174.1]) by eastasia.home.utahime.org (Postfix) with ESMTP id DADA620; Mon, 26 Jun 2006 11:55:54 +0900 (JST) Date: Mon, 26 Jun 2006 11:55:21 +0900 (JST) Message-Id: <20060626.115521.118990262.yasu@utahime.org> To: itetcu@FreeBSD.org From: KIMURA Yasuhiro In-Reply-To: <20060623223754.0f0f5134@it.buh.tecnik93.com> References: <20060618.101028.37178225.yasu@utahime.org> <20060623.183513.27796571.yasu@utahime.org> <20060623223754.0f0f5134@it.buh.tecnik93.com> X-Mailer: Mew version 5.1rc1 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV using ClamSMTP Cc: freebsd-ports-bugs@FreeBSD.org, FreeBSD-gnats-submit@FreeBSD.org Subject: Re: ports/98066: [PATCH] editors/tamago: apply anthy patch X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Jun 2006 02:55:58 -0000 From: Ion-Mihai "IOnut" Tetcu Subject: Re: ports/98066: [PATCH] editors/tamago: apply anthy patch Date: Fri, 23 Jun 2006 22:37:54 +0300 >> Would you please commit this PR? > Hello Kimura-san. > Please take a look at: > http://sce-tindy.tecnik93.com/tb-exp/index.php?action=describe_port&id=854 > I was convinced I wrote you about this, but I can't find teh email here > (it's either on my work computer I forgot to actually send it). I'm sorry for this. It seems anthy patch was silently updated without changing archive name. I will ask patch author to change archive name somesing like egg-anthy-YYYYMMDD.tar.gz, but for now please commit attached patch instead of original one. Regards. Index: Makefile =================================================================== RCS file: /usr1/freebsd/cvsroot/ports/editors/tamago/Makefile,v retrieving revision 1.27 diff -u -r1.27 Makefile --- Makefile 7 May 2006 10:55:37 -0000 1.27 +++ Makefile 26 Jun 2006 02:43:13 -0000 @@ -6,12 +6,14 @@ # PORTNAME= tamago -PORTVERSION= 4.0.6.0.20041122.9 +PORTVERSION= ${EGG_DEBIAN_VER}.${EGG_ANTHY_VER} CATEGORIES= editors elisp -MASTER_SITES= ${MASTER_SITE_DEBIAN} +MASTER_SITES= ${MASTER_SITE_DEBIAN} \ + http://www.meadowy.org/~shirai/elips/:anthy MASTER_SITE_SUBDIR= pool/main/e/egg PKGNAMESUFFIX= -${EMACS_PORT_NAME} -DISTNAME= egg_4.0.6+0.20041122cvs.orig +DISTFILES= egg_4.0.6+0.20041122cvs.orig.tar.gz \ + egg-anthy.tar.gz:anthy PATCH_SITES= ${MASTER_SITE_DEBIAN:S,%SUBDIR%,pool/main/e/egg,} \ ${MASTER_SITE_LOCAL:S,%SUBDIR%,nork,} @@ -21,6 +23,9 @@ MAINTAINER= ports@FreeBSD.org COMMENT= The Multilingual Input Method - Egg V4 +EGG_DEBIAN_VER= 4.0.6.0.20041122.9 +EGG_ANTHY_VER= 20060606.2 + USE_GMAKE= yes GNU_CONFIGURE= yes @@ -28,6 +33,7 @@ EMACS_PORT_NAME?= emacs21 WRKSRC= ${WRKDIR}/egg-4.0.6+0.20041122cvs +WRKSRC_ANTHY= ${WRKDIR}/egg-anthy-20060606-2 ELISPDIR= ${PREFIX}/${EMACS_LIBDIR_WITH_VER}/site-lisp PLIST_SUB= ELISPDIR="${EMACS_LIBDIR_WITH_VER}/site-lisp" @@ -37,6 +43,11 @@ PLIST_SUB+= HAS_JISX0213="@comment " .endif +post-extract: +.for f in anthy.el anthyipc.el + @${CP} ${WRKSRC_ANTHY}/${f} ${WRKSRC}/egg +.endfor + pre-configure: @${REINPLACE_CMD} -e 's|emacs/site-lisp|${EMACS_NAME}/${EMACS_VER}/site-lisp|g' \ ${WRKSRC}/configure @@ -52,6 +63,7 @@ ${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR} .endfor ${INSTALL_DATA} ${WRKSRC}/debian/changelog ${DOCSDIR}/changelog.Debian + ${INSTALL_DATA} ${WRKSRC_ANTHY}/egg-anthy.readme ${DOCSDIR} .endif @${CAT} ${PKGMESSAGE} Index: distinfo =================================================================== RCS file: /usr1/freebsd/cvsroot/ports/editors/tamago/distinfo,v retrieving revision 1.16 diff -u -r1.16 distinfo --- distinfo 26 Nov 2005 01:47:28 -0000 1.16 +++ distinfo 26 Jun 2006 02:44:05 -0000 @@ -1,6 +1,9 @@ MD5 (egg_4.0.6+0.20041122cvs.orig.tar.gz) = 64ec1af61f6e265c05447dd4e2a83aae SHA256 (egg_4.0.6+0.20041122cvs.orig.tar.gz) = 722413515f2d60418d98250c8aed2b811e6b5363cdb69899193d454afe425115 SIZE (egg_4.0.6+0.20041122cvs.orig.tar.gz) = 287308 +MD5 (egg-anthy.tar.gz) = b4a7e15f64ca07526ce23d7fb7575045 +SHA256 (egg-anthy.tar.gz) = 46f51b377a70c1a6b07a4a9fc94860010c05651b1bdfa88b47abdfd06d999f4a +SIZE (egg-anthy.tar.gz) = 9961 MD5 (egg_4.0.6+0.20041122cvs-9.diff.gz) = 88a69191178c8c8dde7a19e4f7b79420 SHA256 (egg_4.0.6+0.20041122cvs-9.diff.gz) = e542e72644c317f6eb43aa89a5bbcefff499a8a9418ae42a72c38ea15f540e8c SIZE (egg_4.0.6+0.20041122cvs-9.diff.gz) = 16721 Index: pkg-plist =================================================================== RCS file: /usr1/freebsd/cvsroot/ports/editors/tamago/pkg-plist,v retrieving revision 1.9 diff -u -r1.9 pkg-plist --- pkg-plist 10 Apr 2005 21:09:12 -0000 1.9 +++ pkg-plist 28 May 2006 21:51:26 -0000 @@ -82,4 +82,5 @@ %%PORTDOCS%%%%DOCSDIR%%/README.ja.txt %%PORTDOCS%%%%DOCSDIR%%/TODO %%PORTDOCS%%%%DOCSDIR%%/changelog.Debian +%%PORTDOCS%%%%DOCSDIR%%/egg-anthy.readme %%PORTDOCS%%@dirrm %%DOCSDIR%%