summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorShigeyuki Fukushima <shige@FreeBSD.org>1999-05-09 16:59:09 +0000
committerShigeyuki Fukushima <shige@FreeBSD.org>1999-05-09 16:59:09 +0000
commita92835f5f471097bff1dbad989f20f033707f453 (patch)
tree54a5dfc48151009e1be478854a3fb6bfda4c9ff2 /editors
parentUpdate to version 0.9.5. (diff)
Change from master to slave.
New master port is editors/semi-emacs-current.
Notes
Notes: svn path=/head/; revision=18669
Diffstat (limited to 'editors')
-rw-r--r--editors/semi-emacs20-current/Makefile70
-rw-r--r--editors/semi-emacs20-current/pkg-comment2
-rw-r--r--editors/semi-emacs20-current/pkg-descr4
-rw-r--r--editors/semi113-emacs20/Makefile70
-rw-r--r--editors/semi113-emacs20/pkg-comment2
-rw-r--r--editors/semi113-emacs20/pkg-descr4
-rw-r--r--editors/semi113/pkg-comment.emacs202
-rw-r--r--editors/semi113/pkg-comment.emacs212
-rw-r--r--editors/semi113/pkg-descr.emacs204
-rw-r--r--editors/semi113/pkg-descr.emacs214
10 files changed, 32 insertions, 132 deletions
diff --git a/editors/semi-emacs20-current/Makefile b/editors/semi-emacs20-current/Makefile
index 0265777501dd..625dcabfdd73 100644
--- a/editors/semi-emacs20-current/Makefile
+++ b/editors/semi-emacs20-current/Makefile
@@ -1,75 +1,25 @@
# New ports collection makefile for: semi-current for emacs20
# Version required: 1.13.3
# Date created: 23 September 1998
-# Whom: Shigeyuki FUKUSHIMA <shige@kuis.kyoto-u.ac.jp>
+# Whom: Shigeyuki FUKUSHIMA <shige@FreeBSD.ORG>
#
-# $Id: Makefile,v 1.5 1999/03/09 04:39:12 shige Exp $
+# $Id: Makefile,v 1.6 1999/04/18 05:01:14 sada Exp $
#
-DISTNAME= semi-${SEMI_VER}
-CATEGORIES= editors elisp
-MASTER_SITES= ftp://ftp.jaist.ac.jp/pub/GNU/elisp/semi/semi-1.13-for-flim-1.12/
+MAINTAINER= shige@FreeBSD.ORG
-MAINTAINER?= shige@FreeBSD.ORG
+# This is a slave port.
+PORTCLASS= slave
-# distfile version
-FLIM_VER= 1.12.5
-SEMI_VER= 1.13.3
-SEMIDOCDIR= share/doc/semi
+MASTERDIR= ${.CURDIR}/../../editors/semi-emacs-current
-# emacs20
+# emacs port setup
EMACS_NAME= emacs
EMACS_PORT= emacs20
EMACS_VER= 20.3
EMACS_LIBDIR= share/${EMACS_NAME}
-# target name for make build
-ALL_TARGET?= elc
+# use pkg/* files in ${.CURDIR}
+PKGDIR= ${.CURDIR}/pkg
-PKGNAME= semi-${EMACS_PORT}-${SEMI_VER}
-EMACS_CMD= ${PREFIX}/bin/${EMACS_NAME}-${EMACS_VER}
-BUILD_DEPENDS= ${EMACS_CMD}:${PORTSDIR}/editors/${EMACS_PORT}
-RUN_DEPENDS= ${EMACS_CMD}:${PORTSDIR}/editors/${EMACS_PORT}
-SCRIPTS_ENV= EMACS_LIBDIR=${EMACS_LIBDIR} EMACS_VER=${EMACS_VER}
-PLIST_SUB= EMACS_LIBDIR=${EMACS_LIBDIR} EMACS_VER=${EMACS_VER} \
- SEMIDOCDIR=${SEMIDOCDIR}
-MAKE_FLAGS= EMACS=${EMACS_CMD}
-
-# depends on apel
-BUILD_DEPENDS+= ${PREFIX}/${EMACS_LIBDIR}/${EMACS_VER}/site-lisp/emu/emu.el:${PORTSDIR}/editors/apel-${EMACS_PORT}
-RUN_DEPENDS+= ${PREFIX}/${EMACS_LIBDIR}/${EMACS_VER}/site-lisp/emu/emu.el:${PORTSDIR}/editors/apel-${EMACS_PORT}
-# depends on flim
-BUILD_DEPENDS+= ${PKG_DBDIR}/flim-${EMACS_PORT}-${FLIM_VER}:${PORTSDIR}/editors/flim-${EMACS_PORT}-current
-RUN_DEPENDS+= ${PKG_DBDIR}/flim-${EMACS_PORT}-${FLIM_VER}:${PORTSDIR}/editors/flim-${EMACS_PORT}-current
-
-# info files JIS to EUC
-BUILD_DEPENDS+= nkf:${PORTSDIR}/japanese/nkf
-
-.include <bsd.port.pre.mk>
-
-MAKEINFO= makeinfo --no-split --no-validate
-
-post-build:
- @(cd ${WRKSRC} ; \
- for i in mime-ui-en.texi mime-ui-ja.texi; do \
- ${MV} $${i} $${i}.jis ; \
- ${CAT} $${i}.jis | nkf -e > $${i} ; \
- ${ECHO_MSG} "===> Please ignore the following errors." ; \
- ${MAKEINFO} $${i} || ${TRUE} ; \
- done)
-
-post-install:
- @(cd ${WRKSRC} ; \
- for i in mime-ui-en.info mime-ui-ja.info; do \
- ${INSTALL_DATA} ${WRKSRC}/$${i} ${PREFIX}/info ; \
- install-info ${PREFIX}/info/$${i} ${PREFIX}/info/dir ; \
- done)
-.if !defined(NOPORTDOCS)
- @${MKDIR} ${PREFIX}/${SEMIDOCDIR}
- @(cd ${WRKSRC} ; \
- for i in ChangeLog NEWS README.* TODO VERSION ; do \
- ${INSTALL_DATA} $${i} ${PREFIX}/${SEMIDOCDIR}/ ; \
- done)
-.endif
-
-.include <bsd.port.post.mk>
+.include <${MASTERDIR}/Makefile>
diff --git a/editors/semi-emacs20-current/pkg-comment b/editors/semi-emacs20-current/pkg-comment
index 347f7618588c..c76a51b4ac4b 100644
--- a/editors/semi-emacs20-current/pkg-comment
+++ b/editors/semi-emacs20-current/pkg-comment
@@ -1 +1 @@
-SEMI, Library of MIME feature for GNU Emacs.
+SEMI, Library of MIME feature for GNU Emacs for emacs20.
diff --git a/editors/semi-emacs20-current/pkg-descr b/editors/semi-emacs20-current/pkg-descr
index fc830abb9d32..4730cbddbd85 100644
--- a/editors/semi-emacs20-current/pkg-descr
+++ b/editors/semi-emacs20-current/pkg-descr
@@ -1,4 +1,4 @@
-SEMI, Library of MIME feature for GNU Emacs.
+SEMI, Library of MIME feature for GNU Emacs for emacs20.
SEMI is a library to provide MIME feature for GNU Emacs. MIME is a
proposed internet standard for including content and headers other
@@ -22,4 +22,4 @@ SEMI, Library of MIME feature for GNU Emacs.
SEMI is installed the following directory tree:
${PREFIX}/share/emacs/site-lisp/semi/ --- SEMI
---- Porting by shige <shige@kuis.kyoto-u.ac.jp>
+--- Porting by shige <shige@FreeBSD.ORG>
diff --git a/editors/semi113-emacs20/Makefile b/editors/semi113-emacs20/Makefile
index 0265777501dd..625dcabfdd73 100644
--- a/editors/semi113-emacs20/Makefile
+++ b/editors/semi113-emacs20/Makefile
@@ -1,75 +1,25 @@
# New ports collection makefile for: semi-current for emacs20
# Version required: 1.13.3
# Date created: 23 September 1998
-# Whom: Shigeyuki FUKUSHIMA <shige@kuis.kyoto-u.ac.jp>
+# Whom: Shigeyuki FUKUSHIMA <shige@FreeBSD.ORG>
#
-# $Id: Makefile,v 1.5 1999/03/09 04:39:12 shige Exp $
+# $Id: Makefile,v 1.6 1999/04/18 05:01:14 sada Exp $
#
-DISTNAME= semi-${SEMI_VER}
-CATEGORIES= editors elisp
-MASTER_SITES= ftp://ftp.jaist.ac.jp/pub/GNU/elisp/semi/semi-1.13-for-flim-1.12/
+MAINTAINER= shige@FreeBSD.ORG
-MAINTAINER?= shige@FreeBSD.ORG
+# This is a slave port.
+PORTCLASS= slave
-# distfile version
-FLIM_VER= 1.12.5
-SEMI_VER= 1.13.3
-SEMIDOCDIR= share/doc/semi
+MASTERDIR= ${.CURDIR}/../../editors/semi-emacs-current
-# emacs20
+# emacs port setup
EMACS_NAME= emacs
EMACS_PORT= emacs20
EMACS_VER= 20.3
EMACS_LIBDIR= share/${EMACS_NAME}
-# target name for make build
-ALL_TARGET?= elc
+# use pkg/* files in ${.CURDIR}
+PKGDIR= ${.CURDIR}/pkg
-PKGNAME= semi-${EMACS_PORT}-${SEMI_VER}
-EMACS_CMD= ${PREFIX}/bin/${EMACS_NAME}-${EMACS_VER}
-BUILD_DEPENDS= ${EMACS_CMD}:${PORTSDIR}/editors/${EMACS_PORT}
-RUN_DEPENDS= ${EMACS_CMD}:${PORTSDIR}/editors/${EMACS_PORT}
-SCRIPTS_ENV= EMACS_LIBDIR=${EMACS_LIBDIR} EMACS_VER=${EMACS_VER}
-PLIST_SUB= EMACS_LIBDIR=${EMACS_LIBDIR} EMACS_VER=${EMACS_VER} \
- SEMIDOCDIR=${SEMIDOCDIR}
-MAKE_FLAGS= EMACS=${EMACS_CMD}
-
-# depends on apel
-BUILD_DEPENDS+= ${PREFIX}/${EMACS_LIBDIR}/${EMACS_VER}/site-lisp/emu/emu.el:${PORTSDIR}/editors/apel-${EMACS_PORT}
-RUN_DEPENDS+= ${PREFIX}/${EMACS_LIBDIR}/${EMACS_VER}/site-lisp/emu/emu.el:${PORTSDIR}/editors/apel-${EMACS_PORT}
-# depends on flim
-BUILD_DEPENDS+= ${PKG_DBDIR}/flim-${EMACS_PORT}-${FLIM_VER}:${PORTSDIR}/editors/flim-${EMACS_PORT}-current
-RUN_DEPENDS+= ${PKG_DBDIR}/flim-${EMACS_PORT}-${FLIM_VER}:${PORTSDIR}/editors/flim-${EMACS_PORT}-current
-
-# info files JIS to EUC
-BUILD_DEPENDS+= nkf:${PORTSDIR}/japanese/nkf
-
-.include <bsd.port.pre.mk>
-
-MAKEINFO= makeinfo --no-split --no-validate
-
-post-build:
- @(cd ${WRKSRC} ; \
- for i in mime-ui-en.texi mime-ui-ja.texi; do \
- ${MV} $${i} $${i}.jis ; \
- ${CAT} $${i}.jis | nkf -e > $${i} ; \
- ${ECHO_MSG} "===> Please ignore the following errors." ; \
- ${MAKEINFO} $${i} || ${TRUE} ; \
- done)
-
-post-install:
- @(cd ${WRKSRC} ; \
- for i in mime-ui-en.info mime-ui-ja.info; do \
- ${INSTALL_DATA} ${WRKSRC}/$${i} ${PREFIX}/info ; \
- install-info ${PREFIX}/info/$${i} ${PREFIX}/info/dir ; \
- done)
-.if !defined(NOPORTDOCS)
- @${MKDIR} ${PREFIX}/${SEMIDOCDIR}
- @(cd ${WRKSRC} ; \
- for i in ChangeLog NEWS README.* TODO VERSION ; do \
- ${INSTALL_DATA} $${i} ${PREFIX}/${SEMIDOCDIR}/ ; \
- done)
-.endif
-
-.include <bsd.port.post.mk>
+.include <${MASTERDIR}/Makefile>
diff --git a/editors/semi113-emacs20/pkg-comment b/editors/semi113-emacs20/pkg-comment
index 347f7618588c..c76a51b4ac4b 100644
--- a/editors/semi113-emacs20/pkg-comment
+++ b/editors/semi113-emacs20/pkg-comment
@@ -1 +1 @@
-SEMI, Library of MIME feature for GNU Emacs.
+SEMI, Library of MIME feature for GNU Emacs for emacs20.
diff --git a/editors/semi113-emacs20/pkg-descr b/editors/semi113-emacs20/pkg-descr
index fc830abb9d32..4730cbddbd85 100644
--- a/editors/semi113-emacs20/pkg-descr
+++ b/editors/semi113-emacs20/pkg-descr
@@ -1,4 +1,4 @@
-SEMI, Library of MIME feature for GNU Emacs.
+SEMI, Library of MIME feature for GNU Emacs for emacs20.
SEMI is a library to provide MIME feature for GNU Emacs. MIME is a
proposed internet standard for including content and headers other
@@ -22,4 +22,4 @@ SEMI, Library of MIME feature for GNU Emacs.
SEMI is installed the following directory tree:
${PREFIX}/share/emacs/site-lisp/semi/ --- SEMI
---- Porting by shige <shige@kuis.kyoto-u.ac.jp>
+--- Porting by shige <shige@FreeBSD.ORG>
diff --git a/editors/semi113/pkg-comment.emacs20 b/editors/semi113/pkg-comment.emacs20
index 347f7618588c..c76a51b4ac4b 100644
--- a/editors/semi113/pkg-comment.emacs20
+++ b/editors/semi113/pkg-comment.emacs20
@@ -1 +1 @@
-SEMI, Library of MIME feature for GNU Emacs.
+SEMI, Library of MIME feature for GNU Emacs for emacs20.
diff --git a/editors/semi113/pkg-comment.emacs21 b/editors/semi113/pkg-comment.emacs21
index 347f7618588c..c76a51b4ac4b 100644
--- a/editors/semi113/pkg-comment.emacs21
+++ b/editors/semi113/pkg-comment.emacs21
@@ -1 +1 @@
-SEMI, Library of MIME feature for GNU Emacs.
+SEMI, Library of MIME feature for GNU Emacs for emacs20.
diff --git a/editors/semi113/pkg-descr.emacs20 b/editors/semi113/pkg-descr.emacs20
index fc830abb9d32..4730cbddbd85 100644
--- a/editors/semi113/pkg-descr.emacs20
+++ b/editors/semi113/pkg-descr.emacs20
@@ -1,4 +1,4 @@
-SEMI, Library of MIME feature for GNU Emacs.
+SEMI, Library of MIME feature for GNU Emacs for emacs20.
SEMI is a library to provide MIME feature for GNU Emacs. MIME is a
proposed internet standard for including content and headers other
@@ -22,4 +22,4 @@ SEMI, Library of MIME feature for GNU Emacs.
SEMI is installed the following directory tree:
${PREFIX}/share/emacs/site-lisp/semi/ --- SEMI
---- Porting by shige <shige@kuis.kyoto-u.ac.jp>
+--- Porting by shige <shige@FreeBSD.ORG>
diff --git a/editors/semi113/pkg-descr.emacs21 b/editors/semi113/pkg-descr.emacs21
index fc830abb9d32..4730cbddbd85 100644
--- a/editors/semi113/pkg-descr.emacs21
+++ b/editors/semi113/pkg-descr.emacs21
@@ -1,4 +1,4 @@
-SEMI, Library of MIME feature for GNU Emacs.
+SEMI, Library of MIME feature for GNU Emacs for emacs20.
SEMI is a library to provide MIME feature for GNU Emacs. MIME is a
proposed internet standard for including content and headers other
@@ -22,4 +22,4 @@ SEMI, Library of MIME feature for GNU Emacs.
SEMI is installed the following directory tree:
${PREFIX}/share/emacs/site-lisp/semi/ --- SEMI
---- Porting by shige <shige@kuis.kyoto-u.ac.jp>
+--- Porting by shige <shige@FreeBSD.ORG>