summaryrefslogtreecommitdiff
path: root/editors/semi113
diff options
context:
space:
mode:
authorShigeyuki Fukushima <shige@FreeBSD.org>2001-10-22 18:49:58 +0000
committerShigeyuki Fukushima <shige@FreeBSD.org>2001-10-22 18:49:58 +0000
commit1b0fd1c7e499af4e346f388fdba5cab04f081294 (patch)
tree710bba81c2b798a16d448a0a80c937630ef738b8 /editors/semi113
parento unbreak Alpha and prepare for other 64-bit platforms. (diff)
Fix depend-directory(port name) after repo-copy.
Notes
Notes: svn path=/head/; revision=49094
Diffstat (limited to 'editors/semi113')
-rw-r--r--editors/semi113/Makefile10
-rw-r--r--editors/semi113/pkg-descr.emacs195
-rw-r--r--editors/semi113/pkg-descr.emacs204
-rw-r--r--editors/semi113/pkg-descr.emacs214
-rw-r--r--editors/semi113/pkg-descr.mule5
-rw-r--r--editors/semi113/pkg-descr.xemacs21-mule4
6 files changed, 16 insertions, 16 deletions
diff --git a/editors/semi113/Makefile b/editors/semi113/Makefile
index 64e742c6ccc8..838d576a69bf 100644
--- a/editors/semi113/Makefile
+++ b/editors/semi113/Makefile
@@ -1,4 +1,4 @@
-# New ports collection makefile for: semi-current for emacs
+# New ports collection makefile for: semi-1.13.x for emacs
# Date created: 9 May 1999
# Whom: Shigeyuki FUKUSHIMA <shige@FreeBSD.org>
#
@@ -8,7 +8,8 @@
PORTNAME= semi
PORTVERSION= ${SEMI_VER}
CATEGORIES= editors elisp
-MASTER_SITES= ftp://ftp.etl.go.jp/pub/mule/semi/semi-1.13-for-flim-1.13/ \
+MASTER_SITES= ftp://ftp.m17n.org/pub/mule/semi/semi-1.13-for-flim-1.13/ \
+ ftp://ftp.etl.go.jp/pub/mule/semi/semi-1.13-for-flim-1.13/ \
ftp://ftp.media.kyoto-u.ac.jp/pub/mule/semi/semi-1.13-for-flim-1.13/ \
ftp://ftp.win.or.jp/pub/word/mule/semi/semi-1.13-for-flim-1.13/ \
ftp://ftp.eos.hokudai.ac.jp/pub/GNU/emacs/mule/semi/semi-1.13-for-flim-1.13/
@@ -19,6 +20,7 @@ MAINTAINER?= shige@FreeBSD.org
PORTCLASS?= master
# distfile version
+FLIM_TRUNK= 1.13
FLIM_VER= 1.13.2
SEMI_VER= 1.13.7
# setupel filename
@@ -46,8 +48,8 @@ PLIST_SUB+= SEMIDOCDIR=${SEMIDOCDIR} SEMI_SETUPEL=${SEMI_SETUPEL} \
.if defined(EMACS_PORT_NAME)
# depends on flim
-BUILD_DEPENDS+= ${LOCALBASE}/share/flim/${FLIM_COOKIE}:${PORTSDIR}/editors/flim-${EMACS_PORT_NAME}-current
-RUN_DEPENDS+= ${LOCALBASE}/share/flim/${FLIM_COOKIE}:${PORTSDIR}/editors/flim-${EMACS_PORT_NAME}-current
+BUILD_DEPENDS+= ${LOCALBASE}/share/flim/${FLIM_COOKIE}:${PORTSDIR}/editors/flim${FLIM_TRUNK:S/.//}-${EMACS_PORT_NAME}
+RUN_DEPENDS+= ${LOCALBASE}/share/flim/${FLIM_COOKIE}:${PORTSDIR}/editors/flim${FLIM_TRUNK:S/.//}-${EMACS_PORT_NAME}
.else
.BEGIN:
@${ECHO} "Error: Bad port."
diff --git a/editors/semi113/pkg-descr.emacs19 b/editors/semi113/pkg-descr.emacs19
index 6643b26f426b..69b4f38b51b1 100644
--- a/editors/semi113/pkg-descr.emacs19
+++ b/editors/semi113/pkg-descr.emacs19
@@ -20,8 +20,7 @@ SEMI, Library of MIME feature for GNU Emacs for emacs.
MUAs. They are released as separated packages.
SEMI is installed the following directory tree:
- ${LOCALBASE}/share/emacs/site-lisp/semi/ --- SEMI
-
+ ${LOCALBASE}/share/emacs/site-lisp/semi/
To use flim, put the following setup into your ~/.emacs:
@@ -29,4 +28,4 @@ To use flim, put the following setup into your ~/.emacs:
(require 'flim-setupel)
(require 'semi-setupel)
---- Porting by shige <shige@FreeBSD.ORG>
+Ported by shige@FreeBSD.ORG
diff --git a/editors/semi113/pkg-descr.emacs20 b/editors/semi113/pkg-descr.emacs20
index 62b014e02da6..6cdf8aac2e11 100644
--- a/editors/semi113/pkg-descr.emacs20
+++ b/editors/semi113/pkg-descr.emacs20
@@ -20,6 +20,6 @@ SEMI, Library of MIME feature for GNU Emacs for emacs20.
MUAs. They are released as separated packages.
SEMI is installed the following directory tree:
- ${LOCALBASE}/share/emacs/site-lisp/semi/ --- SEMI
+ ${LOCALBASE}/share/emacs/site-lisp/semi/
---- Porting by shige <shige@FreeBSD.ORG>
+Ported by shige@FreeBSD.ORG
diff --git a/editors/semi113/pkg-descr.emacs21 b/editors/semi113/pkg-descr.emacs21
index 62b014e02da6..6cdf8aac2e11 100644
--- a/editors/semi113/pkg-descr.emacs21
+++ b/editors/semi113/pkg-descr.emacs21
@@ -20,6 +20,6 @@ SEMI, Library of MIME feature for GNU Emacs for emacs20.
MUAs. They are released as separated packages.
SEMI is installed the following directory tree:
- ${LOCALBASE}/share/emacs/site-lisp/semi/ --- SEMI
+ ${LOCALBASE}/share/emacs/site-lisp/semi/
---- Porting by shige <shige@FreeBSD.ORG>
+Ported by shige@FreeBSD.ORG
diff --git a/editors/semi113/pkg-descr.mule b/editors/semi113/pkg-descr.mule
index e7727d684b63..8fa7e4591ac6 100644
--- a/editors/semi113/pkg-descr.mule
+++ b/editors/semi113/pkg-descr.mule
@@ -20,8 +20,7 @@ SEMI, Library of MIME feature for GNU Emacs for mule.
MUAs. They are released as separated packages.
SEMI is installed the following directory tree:
- ${LOCALBASE}/share/emacs/site-lisp/semi/ --- SEMI
-
+ ${LOCALBASE}/share/emacs/site-lisp/semi/
To use flim, put the following setup into your ~/.emacs:
@@ -29,4 +28,4 @@ To use flim, put the following setup into your ~/.emacs:
(require 'flim-setupel)
(require 'semi-setupel)
---- Porting by shige <shige@FreeBSD.ORG>
+Ported by shige@FreeBSD.ORG
diff --git a/editors/semi113/pkg-descr.xemacs21-mule b/editors/semi113/pkg-descr.xemacs21-mule
index a02894c10f25..49c1b5eb33ca 100644
--- a/editors/semi113/pkg-descr.xemacs21-mule
+++ b/editors/semi113/pkg-descr.xemacs21-mule
@@ -20,6 +20,6 @@ SEMI, Library of MIME feature for GNU Emacs for xemacs21-mule.
MUAs. They are released as separated packages.
SEMI is installed the following directory tree:
- ${LOCALBASE}/lib/xemacs/site-packages/lisp/semi/ --- SEMI
+ ${LOCALBASE}/lib/xemacs/site-packages/lisp/semi/
---- Porting by shige <shige@FreeBSD.ORG>
+Ported by shige@FreeBSD.ORG