- Debian patch was updated to 4.0.6+0.20041122cvs-4.
- Change pkg-message. PR: ports/78100 Submitted by: KIMURA Yasuhiro <yasu@utahime.org>
This commit is contained in:
parent
a346da87d8
commit
48aac18dbc
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=130194
10 changed files with 12 additions and 86 deletions
|
@ -6,7 +6,7 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
PORTNAME= tamago
|
PORTNAME= tamago
|
||||||
PORTVERSION= 4.0.6.0.20041122.3
|
PORTVERSION= 4.0.6.0.20041122.4
|
||||||
CATEGORIES= editors elisp
|
CATEGORIES= editors elisp
|
||||||
MASTER_SITES= ${MASTER_SITE_DEBIAN}
|
MASTER_SITES= ${MASTER_SITE_DEBIAN}
|
||||||
MASTER_SITE_SUBDIR= pool/main/e/egg
|
MASTER_SITE_SUBDIR= pool/main/e/egg
|
||||||
|
@ -15,7 +15,7 @@ DISTNAME= egg_4.0.6+0.20041122cvs.orig
|
||||||
|
|
||||||
PATCH_SITES= ${MASTER_SITE_DEBIAN:S,%SUBDIR%,pool/main/e/egg,} \
|
PATCH_SITES= ${MASTER_SITE_DEBIAN:S,%SUBDIR%,pool/main/e/egg,} \
|
||||||
${MASTER_SITE_LOCAL:S,%SUBDIR%,nork,}
|
${MASTER_SITE_LOCAL:S,%SUBDIR%,nork,}
|
||||||
PATCHFILES= egg_4.0.6+0.20041122cvs-3.diff.gz
|
PATCHFILES= egg_4.0.6+0.20041122cvs-4.diff.gz
|
||||||
PATCH_DIST_STRIP= -p1
|
PATCH_DIST_STRIP= -p1
|
||||||
|
|
||||||
MAINTAINER?= ports@FreeBSD.org
|
MAINTAINER?= ports@FreeBSD.org
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
MD5 (egg_4.0.6+0.20041122cvs.orig.tar.gz) = 64ec1af61f6e265c05447dd4e2a83aae
|
MD5 (egg_4.0.6+0.20041122cvs.orig.tar.gz) = 64ec1af61f6e265c05447dd4e2a83aae
|
||||||
SIZE (egg_4.0.6+0.20041122cvs.orig.tar.gz) = 287308
|
SIZE (egg_4.0.6+0.20041122cvs.orig.tar.gz) = 287308
|
||||||
MD5 (egg_4.0.6+0.20041122cvs-3.diff.gz) = 11a3f526211fea5f7ee1a35be42275e7
|
MD5 (egg_4.0.6+0.20041122cvs-4.diff.gz) = 6b5eb09f164e9dc3546d0a87526839d3
|
||||||
SIZE (egg_4.0.6+0.20041122cvs-3.diff.gz) = 16042
|
SIZE (egg_4.0.6+0.20041122cvs-4.diff.gz) = 16558
|
||||||
|
|
|
@ -1,13 +0,0 @@
|
||||||
Index: egg/canna.el
|
|
||||||
diff -u egg/canna.el.orig egg/canna.el
|
|
||||||
--- egg/canna.el.orig Thu Feb 24 00:16:28 2005
|
|
||||||
+++ egg/canna.el Thu Feb 24 00:27:33 2005
|
|
||||||
@@ -53,7 +53,7 @@
|
|
||||||
"Group Name on CANNA server"
|
|
||||||
:group 'canna :type 'string)
|
|
||||||
|
|
||||||
-(defcustom egg-canna-icanna-path "icanna"
|
|
||||||
+(defcustom egg-canna-icanna-path "egg-helper"
|
|
||||||
"path of canna unix domain connection helper program"
|
|
||||||
:group 'canna :type 'file)
|
|
||||||
|
|
|
@ -1,22 +0,0 @@
|
||||||
Index: helper/egg-helper.c
|
|
||||||
diff -u -p helper/egg-helper.c.orig helper/egg-helper.c
|
|
||||||
--- helper/egg-helper.c.orig Thu Feb 24 00:16:28 2005
|
|
||||||
+++ helper/egg-helper.c Thu Feb 24 00:24:12 2005
|
|
||||||
@@ -25,7 +25,7 @@
|
|
||||||
/*
|
|
||||||
* connect unix domain cannaserver
|
|
||||||
*/
|
|
||||||
-int connect_canna_server(static char *sock_path)
|
|
||||||
+int connect_server(char *sock_path)
|
|
||||||
{
|
|
||||||
int sockfd;
|
|
||||||
struct sockaddr_un sun;
|
|
||||||
@@ -88,7 +88,7 @@ int main(int argc, char *argv[])
|
|
||||||
{
|
|
||||||
int server;
|
|
||||||
|
|
||||||
- server = connect_server(); /* connect IM server via unix domain socket */
|
|
||||||
+ server = connect_server(CANNA_PATH); /* connect IM server via unix domain socket */
|
|
||||||
|
|
||||||
/* transport request & response, until stdin or cannaserver is eof */
|
|
||||||
while (1)
|
|
|
@ -1,12 +1,10 @@
|
||||||
Enabling Tamago
|
Enabling Tamago
|
||||||
=================
|
=================
|
||||||
You can now tell your users to enable Tamago with Emacs 20.5 by adding
|
|
||||||
|
|
||||||
If you use with Asian Languages, select suitable languages, such as
|
You can now enable Tamago by adding one of following lines to your
|
||||||
|
.emacs file depending on the language you use:
|
||||||
|
|
||||||
Japanese: (set-language-environment "Japanese")
|
Japanese: (set-language-environment "Japanese")
|
||||||
Korean: (set-language-environment "Korean")
|
Korean: (set-language-environment "Korean")
|
||||||
Chinese-GB: (set-language-environment "Chinese-GB")
|
Chinese-GB: (set-language-environment "Chinese-GB")
|
||||||
Chinese-CNS: (set-language-environment "Chinese-CNS")
|
Chinese-CNS: (set-language-environment "Chinese-CNS")
|
||||||
|
|
||||||
add to their `~/.emacs' file.
|
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
PORTNAME= tamago
|
PORTNAME= tamago
|
||||||
PORTVERSION= 4.0.6.0.20041122.3
|
PORTVERSION= 4.0.6.0.20041122.4
|
||||||
CATEGORIES= editors elisp
|
CATEGORIES= editors elisp
|
||||||
MASTER_SITES= ${MASTER_SITE_DEBIAN}
|
MASTER_SITES= ${MASTER_SITE_DEBIAN}
|
||||||
MASTER_SITE_SUBDIR= pool/main/e/egg
|
MASTER_SITE_SUBDIR= pool/main/e/egg
|
||||||
|
@ -15,7 +15,7 @@ DISTNAME= egg_4.0.6+0.20041122cvs.orig
|
||||||
|
|
||||||
PATCH_SITES= ${MASTER_SITE_DEBIAN:S,%SUBDIR%,pool/main/e/egg,} \
|
PATCH_SITES= ${MASTER_SITE_DEBIAN:S,%SUBDIR%,pool/main/e/egg,} \
|
||||||
${MASTER_SITE_LOCAL:S,%SUBDIR%,nork,}
|
${MASTER_SITE_LOCAL:S,%SUBDIR%,nork,}
|
||||||
PATCHFILES= egg_4.0.6+0.20041122cvs-3.diff.gz
|
PATCHFILES= egg_4.0.6+0.20041122cvs-4.diff.gz
|
||||||
PATCH_DIST_STRIP= -p1
|
PATCH_DIST_STRIP= -p1
|
||||||
|
|
||||||
MAINTAINER?= ports@FreeBSD.org
|
MAINTAINER?= ports@FreeBSD.org
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
MD5 (egg_4.0.6+0.20041122cvs.orig.tar.gz) = 64ec1af61f6e265c05447dd4e2a83aae
|
MD5 (egg_4.0.6+0.20041122cvs.orig.tar.gz) = 64ec1af61f6e265c05447dd4e2a83aae
|
||||||
SIZE (egg_4.0.6+0.20041122cvs.orig.tar.gz) = 287308
|
SIZE (egg_4.0.6+0.20041122cvs.orig.tar.gz) = 287308
|
||||||
MD5 (egg_4.0.6+0.20041122cvs-3.diff.gz) = 11a3f526211fea5f7ee1a35be42275e7
|
MD5 (egg_4.0.6+0.20041122cvs-4.diff.gz) = 6b5eb09f164e9dc3546d0a87526839d3
|
||||||
SIZE (egg_4.0.6+0.20041122cvs-3.diff.gz) = 16042
|
SIZE (egg_4.0.6+0.20041122cvs-4.diff.gz) = 16558
|
||||||
|
|
|
@ -1,13 +0,0 @@
|
||||||
Index: egg/canna.el
|
|
||||||
diff -u egg/canna.el.orig egg/canna.el
|
|
||||||
--- egg/canna.el.orig Thu Feb 24 00:16:28 2005
|
|
||||||
+++ egg/canna.el Thu Feb 24 00:27:33 2005
|
|
||||||
@@ -53,7 +53,7 @@
|
|
||||||
"Group Name on CANNA server"
|
|
||||||
:group 'canna :type 'string)
|
|
||||||
|
|
||||||
-(defcustom egg-canna-icanna-path "icanna"
|
|
||||||
+(defcustom egg-canna-icanna-path "egg-helper"
|
|
||||||
"path of canna unix domain connection helper program"
|
|
||||||
:group 'canna :type 'file)
|
|
||||||
|
|
|
@ -1,22 +0,0 @@
|
||||||
Index: helper/egg-helper.c
|
|
||||||
diff -u -p helper/egg-helper.c.orig helper/egg-helper.c
|
|
||||||
--- helper/egg-helper.c.orig Thu Feb 24 00:16:28 2005
|
|
||||||
+++ helper/egg-helper.c Thu Feb 24 00:24:12 2005
|
|
||||||
@@ -25,7 +25,7 @@
|
|
||||||
/*
|
|
||||||
* connect unix domain cannaserver
|
|
||||||
*/
|
|
||||||
-int connect_canna_server(static char *sock_path)
|
|
||||||
+int connect_server(char *sock_path)
|
|
||||||
{
|
|
||||||
int sockfd;
|
|
||||||
struct sockaddr_un sun;
|
|
||||||
@@ -88,7 +88,7 @@ int main(int argc, char *argv[])
|
|
||||||
{
|
|
||||||
int server;
|
|
||||||
|
|
||||||
- server = connect_server(); /* connect IM server via unix domain socket */
|
|
||||||
+ server = connect_server(CANNA_PATH); /* connect IM server via unix domain socket */
|
|
||||||
|
|
||||||
/* transport request & response, until stdin or cannaserver is eof */
|
|
||||||
while (1)
|
|
|
@ -1,12 +1,10 @@
|
||||||
Enabling Tamago
|
Enabling Tamago
|
||||||
=================
|
=================
|
||||||
You can now tell your users to enable Tamago with Emacs 20.5 by adding
|
|
||||||
|
|
||||||
If you use with Asian Languages, select suitable languages, such as
|
You can now enable Tamago by adding one of following lines to your
|
||||||
|
.emacs file depending on the language you use:
|
||||||
|
|
||||||
Japanese: (set-language-environment "Japanese")
|
Japanese: (set-language-environment "Japanese")
|
||||||
Korean: (set-language-environment "Korean")
|
Korean: (set-language-environment "Korean")
|
||||||
Chinese-GB: (set-language-environment "Chinese-GB")
|
Chinese-GB: (set-language-environment "Chinese-GB")
|
||||||
Chinese-CNS: (set-language-environment "Chinese-CNS")
|
Chinese-CNS: (set-language-environment "Chinese-CNS")
|
||||||
|
|
||||||
add to their `~/.emacs' file.
|
|
||||||
|
|
Loading…
Reference in a new issue