diff options
author | Florent Thoumie <flz@FreeBSD.org> | 2005-04-10 21:09:12 +0000 |
---|---|---|
committer | Florent Thoumie <flz@FreeBSD.org> | 2005-04-10 21:09:12 +0000 |
commit | 96c7199eb5e3c5547f0cff490c92f7b7239c4c83 (patch) | |
tree | 5e9d4b3307372abd46a37d1a48f5468990963e9b /editors/tamago-emacs21 | |
parent | af3e815f3118dab68f15457cc5bde2e27b463640 (diff) | |
download | ports-96c7199eb5e3c5547f0cff490c92f7b7239c4c83.tar.gz ports-96c7199eb5e3c5547f0cff490c92f7b7239c4c83.zip |
Notes
Diffstat (limited to 'editors/tamago-emacs21')
-rw-r--r-- | editors/tamago-emacs21/Makefile | 15 | ||||
-rw-r--r-- | editors/tamago-emacs21/distinfo | 4 | ||||
-rw-r--r-- | editors/tamago-emacs21/pkg-descr | 5 | ||||
-rw-r--r-- | editors/tamago-emacs21/pkg-plist | 10 |
4 files changed, 28 insertions, 6 deletions
diff --git a/editors/tamago-emacs21/Makefile b/editors/tamago-emacs21/Makefile index 78b88b751fb7..48a0ed4ade86 100644 --- a/editors/tamago-emacs21/Makefile +++ b/editors/tamago-emacs21/Makefile @@ -6,7 +6,7 @@ # PORTNAME= tamago -PORTVERSION= 4.0.6.0.20041122.5 +PORTVERSION= 4.0.6.0.20041122.7 CATEGORIES= editors elisp MASTER_SITES= ${MASTER_SITE_DEBIAN} MASTER_SITE_SUBDIR= pool/main/e/egg @@ -15,11 +15,11 @@ DISTNAME= egg_4.0.6+0.20041122cvs.orig PATCH_SITES= ${MASTER_SITE_DEBIAN:S,%SUBDIR%,pool/main/e/egg,} \ ${MASTER_SITE_LOCAL:S,%SUBDIR%,nork,} -PATCHFILES= egg_4.0.6+0.20041122cvs-5.diff.gz +PATCHFILES= egg_4.0.6+0.20041122cvs-7.diff.gz PATCH_DIST_STRIP= -p1 -MAINTAINER?= ports@FreeBSD.org -COMMENT?= The Multilingual Input Method - Egg V4 +MAINTAINER= ports@FreeBSD.org +COMMENT= The Multilingual Input Method - Egg V4 USE_REINPLACE= yes USE_GMAKE= yes @@ -46,6 +46,13 @@ post-build: post-install: ${INSTALL_PROGRAM} ${WRKSRC}/helper/egg-helper ${PREFIX}/bin/egg-helper +.if !defined(NOPORTDOCS) + ${MKDIR} ${DOCSDIR} +.for f in AUTHORS ChangeLog ChangeLog.1997-1998 ChangeLog.2000-2001 PROBLEMS README.ja.txt TODO debian/README.Debian + ${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR} +.endfor + ${INSTALL_DATA} ${WRKSRC}/debian/changelog ${DOCSDIR}/changelog.Debian +.endif @${CAT} ${PKGMESSAGE} .include <bsd.port.mk> diff --git a/editors/tamago-emacs21/distinfo b/editors/tamago-emacs21/distinfo index 74e064d18bcd..4180d446102c 100644 --- a/editors/tamago-emacs21/distinfo +++ b/editors/tamago-emacs21/distinfo @@ -1,4 +1,4 @@ MD5 (egg_4.0.6+0.20041122cvs.orig.tar.gz) = 64ec1af61f6e265c05447dd4e2a83aae SIZE (egg_4.0.6+0.20041122cvs.orig.tar.gz) = 287308 -MD5 (egg_4.0.6+0.20041122cvs-5.diff.gz) = d9a569cb15d148c33342571942839678 -SIZE (egg_4.0.6+0.20041122cvs-5.diff.gz) = 16575 +MD5 (egg_4.0.6+0.20041122cvs-7.diff.gz) = ad2a109f96fe526ec7143238c098928d +SIZE (egg_4.0.6+0.20041122cvs-7.diff.gz) = 16601 diff --git a/editors/tamago-emacs21/pkg-descr b/editors/tamago-emacs21/pkg-descr index 4d1c4020a85d..1d1ae915c355 100644 --- a/editors/tamago-emacs21/pkg-descr +++ b/editors/tamago-emacs21/pkg-descr @@ -8,4 +8,9 @@ This input method is working with various translation servers (i.e. jserver, cserver, tserver, Wnn6, SJ3 ver 1 and ver 2, cannaserver and wxgserver). +This package also includes enhancements from Debian, some of which are: + +- Partial support for Wnn7/Wnn8. +- Support connection to cannaserver using UNIX domain socket. + WWW: http://www.m17n.org/tamago/ diff --git a/editors/tamago-emacs21/pkg-plist b/editors/tamago-emacs21/pkg-plist index 00053a34f8cf..6db6798d9857 100644 --- a/editors/tamago-emacs21/pkg-plist +++ b/editors/tamago-emacs21/pkg-plist @@ -73,3 +73,13 @@ bin/egg-helper @dirrm %%ELISPDIR%%/egg/egg @dirrm %%ELISPDIR%%/egg/its @dirrm %%ELISPDIR%%/egg +%%PORTDOCS%%%%DOCSDIR%%/AUTHORS +%%PORTDOCS%%%%DOCSDIR%%/ChangeLog +%%PORTDOCS%%%%DOCSDIR%%/ChangeLog.1997-1998 +%%PORTDOCS%%%%DOCSDIR%%/ChangeLog.2000-2001 +%%PORTDOCS%%%%DOCSDIR%%/PROBLEMS +%%PORTDOCS%%%%DOCSDIR%%/README.Debian +%%PORTDOCS%%%%DOCSDIR%%/README.ja.txt +%%PORTDOCS%%%%DOCSDIR%%/TODO +%%PORTDOCS%%%%DOCSDIR%%/changelog.Debian +%%PORTDOCS%%@dirrm %%DOCSDIR%% |