From owner-ports-jp@jp.freebsd.org  Thu Aug  5 05:46:45 1999
Received: (from daemon@localhost)
	by castle.jp.freebsd.org (8.9.3+3.2W/8.7.3) id FAA55045;
	Thu, 5 Aug 1999 05:46:45 +0900 (JST)
	(envelope-from owner-ports-jp@jp.FreeBSD.org)
Received: from rr.iij4u.or.jp (h172.p060.iij4u.or.jp [210.130.60.172])
	by castle.jp.freebsd.org (8.9.3+3.2W/8.7.3) with SMTP id FAA55034
	for <ports-jp@jp.freebsd.org>; Thu, 5 Aug 1999 05:46:41 +0900 (JST)
	(envelope-from sada@rr.iij4u.or.jp)
Received: (qmail 65969 invoked by uid 1000); 5 Aug 1999 05:46:40 +0900
Date: 5 Aug 1999 05:46:40 +0900
Message-ID: <19990804204640.65968.sada@rr.iij4u.or.jp>
To: ports-jp@jp.freebsd.org
In-Reply-To: Your message of "Thu, 5 Aug 1999 05:14:17 JST".
	<19990804201417.65263.sada@rr.iij4u.or.jp>
From: sada@rr.IIJ4U.OR.JP (SADA Kenji)
Mime-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
X-Mailer: mnews [version 1.21] 1997-12/23(Tue)
Reply-To: ports-jp@jp.freebsd.org
Precedence: list
X-Distribute: distribute version 2.1 (Alpha) patchlevel 24e+990727
X-Sequence: ports-jp 7090
Subject: [ports-jp 7090] semi-xemacs-mule-1.13.3
Errors-To: owner-ports-jp@jp.freebsd.org
Sender: owner-ports-jp@jp.freebsd.org
X-Originator: sada@rr.IIJ4U.OR.JP

# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	semi-xemacs-mule-1.13.3
#	semi-xemacs-mule-1.13.3/Makefile
#	semi-xemacs-mule-1.13.3/files
#	semi-xemacs-mule-1.13.3/files/md5
#	semi-xemacs-mule-1.13.3/pkg
#	semi-xemacs-mule-1.13.3/pkg/COMMENT
#	semi-xemacs-mule-1.13.3/pkg/DESCR
#	semi-xemacs-mule-1.13.3/pkg/PLIST
#
echo c - semi-xemacs-mule-1.13.3
mkdir -p semi-xemacs-mule-1.13.3 > /dev/null 2>&1
echo x - semi-xemacs-mule-1.13.3/Makefile
sed 's/^X//' >semi-xemacs-mule-1.13.3/Makefile << 'END-of-semi-xemacs-mule-1.13.3/Makefile'
X# New ports collection makefile for:	semi for xemacs-mule
X# Version required:	1.13.3
X# Date created:		4 August 1999
X# Whom:			sada
X# Based on the work by: Shigeyuki FUKUSHIMA <shige@FreeBSD.ORG>
X#
X# $Id$
X#
X
XDISTNAME=	semi-${SEMI_VER}
XPKGNAME=	semi-${EMACS_PORT}-${SEMI_VER}
XCATEGORIES=	editors elisp
XMASTER_SITES=	ftp://ftp.jaist.ac.jp/pub/GNU/elisp/semi/semi-1.13-for-flim-1.12/
X
XMAINTAINER?=	sada@FreeBSD.ORG
X
XBUILD_DEPENDS=	${EMACS_CMD}:${PORTSDIR}/editors/${EMACS_PORT} \
X		${APEL_DEPEND} ${FLIM_DEPEND}
X# info files JIS to EUC
XBUILD_DEPENDS+=	nkf:${PORTSDIR}/japanese/nkf
XRUN_DEPENDS=	${EMACS_CMD}:${PORTSDIR}/editors/${EMACS_DEPEND} \
X		${APEL_DEPEND} ${FLIM_DEPEND}
X
XALL_TARGET=	elc
XPLIST_SUB=	EMACS_VER=${EMACS_VER} \
X		SEMI_DIR=${EMACS_LIBDIR_WITH_VER}/site-lisp/semi \
X		SEMIDOCDIR=${SEMIDOCDIR}
XMAKE_FLAGS+=	EMACS=${EMACS_NAME} \
X                LISPDIR=${PREFIX}/${EMACS_LIBDIR_WITH_VER}/site-lisp \
X                VERSION_SPECIFIC_LISPDIR=${PREFIX}/${EMACS_LIBDIR_WITH_VER}/site-lisp/emu
X
X# distfile version
XAPEL_VER=	9.13
XAPEL_DEPEND=	${PREFIX}/${EMACS_LIBDIR}/site-lisp/apel/alist.el:${PORTSDIR}/editors/apel-${EMACS_PORT}-${APEL_VER}
XFLIM_VER=	1.12.5
XFLIM_DEPEND=	${PREFIX}/${EMACS_LIBDIR}/site-lisp/flim/mime.el:${PORTSDIR}/editors/flim-${EMACS_PORT}-${FLIM_VER}
XSEMI_VER=	1.13.3
XSEMIDOCDIR=	share/doc/semi
X# emacs port setup
XEMACS_NAME?=	xemacs
XEMACS_PORT?=	xemacs-mule
XEMACS_DEPEND?=	xemacs-mule-common
XEMACS_VER?=	20.4
XEMACS_LIBDIR=	lib/${EMACS_NAME}
XEMACS_LIBDIR_WITH_VER= ${EMACS_LIBDIR}-${EMACS_VER}
XEMACS_CMD=	${PREFIX}/bin/${EMACS_NAME}-${EMACS_VER}
X
X.include <bsd.port.pre.mk>
X
XMAKEINFO=	makeinfo --no-split --no-validate
X
Xpost-build:
X	@(cd ${WRKSRC} ; \
X	for i in mime-ui-en.texi mime-ui-ja.texi; do \
X		${MV} $${i} $${i}.jis ; \
X		${CAT} $${i}.jis | nkf -e > $${i} ; \
X		${ECHO_MSG} "===>   Please ignore the following errors." ; \
X		${MAKEINFO} $${i} || ${TRUE} ; \
X	done)
X
Xpost-install:
X	@(cd ${WRKSRC} ; \
X	for i in mime-ui-en.info mime-ui-ja.info; do \
X		${INSTALL_DATA} ${WRKSRC}/$${i} ${PREFIX}/info ; \
X		install-info ${PREFIX}/info/$${i} ${PREFIX}/info/dir ; \
X	done)
X.if !defined(NOPORTDOCS)
X	@${MKDIR} ${PREFIX}/${SEMIDOCDIR}
X	@(cd ${WRKSRC} ; \
X	for i in ChangeLog NEWS README.* TODO VERSION ; do \
X		${INSTALL_DATA} $${i} ${PREFIX}/${SEMIDOCDIR}/ ; \
X	done)
X.endif
X
X.include <bsd.port.post.mk>
END-of-semi-xemacs-mule-1.13.3/Makefile
echo c - semi-xemacs-mule-1.13.3/files
mkdir -p semi-xemacs-mule-1.13.3/files > /dev/null 2>&1
echo x - semi-xemacs-mule-1.13.3/files/md5
sed 's/^X//' >semi-xemacs-mule-1.13.3/files/md5 << 'END-of-semi-xemacs-mule-1.13.3/files/md5'
XMD5 (semi-1.13.3.tar.gz) = 6015cca40c844a9c93083c3e73463d5d
END-of-semi-xemacs-mule-1.13.3/files/md5
echo c - semi-xemacs-mule-1.13.3/pkg
mkdir -p semi-xemacs-mule-1.13.3/pkg > /dev/null 2>&1
echo x - semi-xemacs-mule-1.13.3/pkg/COMMENT
sed 's/^X//' >semi-xemacs-mule-1.13.3/pkg/COMMENT << 'END-of-semi-xemacs-mule-1.13.3/pkg/COMMENT'
XSEMI, Library of MIME feature for GNU Emacs for emacs
END-of-semi-xemacs-mule-1.13.3/pkg/COMMENT
echo x - semi-xemacs-mule-1.13.3/pkg/DESCR
sed 's/^X//' >semi-xemacs-mule-1.13.3/pkg/DESCR << 'END-of-semi-xemacs-mule-1.13.3/pkg/DESCR'
XSEMI, Library of MIME feature for GNU Emacs for emacs.
X
X  SEMI is a library to provide MIME feature for GNU Emacs.  MIME is a
X  proposed internet standard for including content and headers other
X  than (ASCII) plain text in messages.
X
X  SEMI has the following features:
X	- MIME message viewer   (mime-view-mode) (RFC 2045 .. 2049)
X	- MIME message composer (mime-edit-mode) (RFC 2045 .. 2049)
X
X  MIME message viewer and composer also support following features:
X	- filename handling by Content-Disposition field (RFC 1806)
X	- PGP/MIME security Multiparts (RFC 2015)
X	- application/pgp (draft-kazu-pgp-mime-00.txt; obsolete)
X	- text/richtext (RFC 1521; obsolete; preview only)
X	- text/enriched (RFC 1896)
X	- External method configuration by mailcap (RFC 1524)
X
X  Notice that this package does not contain MIME extender for any
X  MUAs.  They are released as separated packages.
X
X  SEMI is installed the following directory tree:
X	${PREFIX}/share/emacs/site-lisp/semi/	--- SEMI
X
X
XTo use flim, put the following setup into your ~/.emacs:
X
X	(require 'apel-setupel)
X	(require 'flim-setupel)
X	(require 'semi-setupel)
X
X--- Porting by shige <shige@FreeBSD.ORG>
END-of-semi-xemacs-mule-1.13.3/pkg/DESCR
echo x - semi-xemacs-mule-1.13.3/pkg/PLIST
sed 's/^X//' >semi-xemacs-mule-1.13.3/pkg/PLIST << 'END-of-semi-xemacs-mule-1.13.3/pkg/PLIST'
X%%SEMI_DIR%%/mail-mime-setup.el
X%%SEMI_DIR%%/mail-mime-setup.elc
X%%SEMI_DIR%%/mime-bbdb.el
X%%SEMI_DIR%%/mime-edit.el
X%%SEMI_DIR%%/mime-edit.elc
X%%SEMI_DIR%%/mime-image.el
X%%SEMI_DIR%%/mime-image.elc
X%%SEMI_DIR%%/mime-mc.el
X%%SEMI_DIR%%/mime-mc.elc
X%%SEMI_DIR%%/mime-partial.el
X%%SEMI_DIR%%/mime-partial.elc
X%%SEMI_DIR%%/mime-pgp.el
X%%SEMI_DIR%%/mime-pgp.elc
X%%SEMI_DIR%%/mime-play.el
X%%SEMI_DIR%%/mime-play.elc
X%%SEMI_DIR%%/mime-setup.el
X%%SEMI_DIR%%/mime-setup.elc
X%%SEMI_DIR%%/mime-view.el
X%%SEMI_DIR%%/mime-view.elc
X%%SEMI_DIR%%/mime-w3.el
X%%SEMI_DIR%%/mime-w3.elc
X%%SEMI_DIR%%/semi-def.el
X%%SEMI_DIR%%/semi-def.elc
X%%SEMI_DIR%%/semi-setup.el
X%%SEMI_DIR%%/semi-setup.elc
X%%SEMI_DIR%%/signature.el
X%%SEMI_DIR%%/signature.elc
X@dirrm %%SEMI_DIR%%
X%%SEMIDOCDIR%%/ChangeLog
X%%SEMIDOCDIR%%/NEWS
X%%SEMIDOCDIR%%/README.en
X%%SEMIDOCDIR%%/TODO
X%%SEMIDOCDIR%%/VERSION
X@dirrm %%SEMIDOCDIR%%
X@unexec install-info --delete %D/info/mime-ui-en.info %D/info/dir
X@unexec install-info --delete %D/info/mime-ui-ja.info %D/info/dir
Xinfo/mime-ui-en.info
Xinfo/mime-ui-ja.info
X@exec install-info %D/info/mime-ui-en.info %D/info/dir
X@exec install-info %D/info/mime-ui-ja.info %D/info/dir
END-of-semi-xemacs-mule-1.13.3/pkg/PLIST
exit
