Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 26 Jun 2006 11:55:21 +0900 (JST)
From:      KIMURA Yasuhiro <yasu@utahime.org>
To:        itetcu@FreeBSD.org
Cc:        freebsd-ports-bugs@FreeBSD.org, FreeBSD-gnats-submit@FreeBSD.org
Subject:   Re: ports/98066: [PATCH] editors/tamago: apply anthy patch
Message-ID:  <20060626.115521.118990262.yasu@utahime.org>
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>

next in thread | previous in thread | raw e-mail | index | archive | help
From: Ion-Mihai "IOnut" Tetcu <itetcu@FreeBSD.org>
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%%



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060626.115521.118990262.yasu>