Updated XEmacs-mule to 21.1.6

(1) Add the following ports for XEmacs packages (by repository-copy).

ports/editors/xemacs-base-packages
ports/editors/xemacs-mule-base-packages
ports/editors/xemacs-mule-sumo-packages
ports/editors/xemacs-sumo-packages

The last two ports are for japanese.

PR:		13386
Submitted by:	KIRIYAMA Kazuhiko <kiri@pis.toba-cmt.ac.jp>

(2) Add the following ports for XEmacs packages for mule (by repository-copy).

ports/japanese/xemacs-sumo
ports/japanese/xemacs-sumo-canna
ports/japanese/xemacs-sumo-canna+wnn4
ports/japanese/xemacs-sumo-canna+wnn6
ports/japanese/xemacs-sumo-wnn4
ports/japanese/xemacs-sumo-wnn6

PR:		13387
Submitted by:	KIRIYAMA Kazuhiko <kiri@pis.toba-cmt.ac.jp>

(3) Modified the following ports in order to update to 21.1.6.

ports/japanese/xemacs
ports/japanese/xemacs-canna
ports/japanese/xemacs-canna+wnn4
ports/japanese/xemacs-canna+wnn6
ports/japanese/xemacs-wnn4
ports/japanese/xemacs-wnn6
ports/editors/xemacs-mule
ports/editors/xemacs-mule-common

PR:		13390
Submitted by:	maintainer, KIRIYAMA Kazuhiko <kiri@pis.toba-cmt.ac.jp>
This commit is contained in:
Satoshi Taoka 1999-09-09 14:25:39 +00:00
parent d33db7b817
commit d19b7acbb4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=21497
18 changed files with 593 additions and 3338 deletions

View file

@ -1,22 +1,23 @@
# New ports collection makefile for: files except executables for xemacs with mule # New ports collection makefile for: files except executables for xemacs with mule
# Version required: 20.4 # Version required: 21.1.6
# Date created: 5 Dec 1997 # Date created: 5 Dec 1997
# Whom: Kazuyuki IENAGA <ienaga@jsys.co.jp> # Whom: Kazuyuki IENAGA <ienaga@jsys.co.jp>
# #
# $FreeBSD$ # $FreeBSD$
# #
DISTNAME= xemacs-20.4 DISTNAME= xemacs-${VERSION}
PKGNAME= xemacs-mule-common-20.4 PKGNAME= xemacs-mule-common-${VERSION}
CATEGORIES= editors japanese CATEGORIES= editors japanese
MASTER_SITES= ftp://unipro.jsys.co.jp/pub/editor/xemacs/20.4/ \ MASTER_SITES= ftp://ftp.lab.kdd.co.jp/xemacs/${FTP_DIR}/ \
ftp://ftp.lab.kdd.co.jp/xemacs/xemacs-20.4/ \ ftp://ftp.xemacs.org/pub/xemacs/${FTP_DIR}/ \
ftp://ftp.xemacs.org/pub/xemacs-20.4/ \ ftp://ftp.mpi-sb.mpg.de/pub/gnu/mirror/ftp.xemacs.org/xemacs/${FTP_DIR}/ \
ftp://ftp2.xemacs.org/pub/xemacs/xemacs-20.4/ \ ftp://ftp.th-darmstadt.de/pub/editors/xemacs/${FTP_DIR}/ \
ftp://ftp.jpl.org/pub/elisp/ ftp://ftp.jpl.org/pub/elisp/
DISTFILES= xemacs-20.4.tar.gz xemacs-20.4-elc.tar.gz \ DISTFILES= xemacs-${VERSION}.tar.gz xemacs-${VERSION}-elc.tar.gz \
xemacs-20.4-info.tar.gz xemacs-20.4-mule.tar.gz \ xemacs-${VERSION}-info.tar.gz \
ps-print-jp.el.gz ps-print-jp.el.gz
DIST_SUBDIR= xemacs
MAINTAINER= kiri@kiri.toba-cmt.ac.jp MAINTAINER= kiri@kiri.toba-cmt.ac.jp
@ -27,8 +28,8 @@ LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm \
compface.1:${PORTSDIR}/mail/faces compface.1:${PORTSDIR}/mail/faces
USE_AUTOCONF= yes USE_AUTOCONF= yes
EXTRACT_ONLY= xemacs-20.4.tar.gz xemacs-20.4-elc.tar.gz \ EXTRACT_ONLY= xemacs-${VERSION}.tar.gz xemacs-${VERSION}-elc.tar.gz \
xemacs-20.4-info.tar.gz xemacs-20.4-mule.tar.gz xemacs-${VERSION}-info.tar.gz
.include <bsd.port.pre.mk> .include <bsd.port.pre.mk>
@ -46,7 +47,7 @@ WRKDIR= ${WRKDIRPREFIX}${.CURDIR}/../../${dir}/work
WRKDIR?= ${WRKDIRPREFIX}${.CURDIR}/../../${dir}/work WRKDIR?= ${WRKDIRPREFIX}${.CURDIR}/../../${dir}/work
.endif .endif
.endfor .endfor
WRKSRC= ${WRKDIR}/xemacs-20.4 WRKSRC= ${WRKDIR}/xemacs-${VERSION}
.if !defined(WRKDIR) .if !defined(WRKDIR)
.if defined(PACKAGE_BUILDING) .if defined(PACKAGE_BUILDING)
@ -69,13 +70,17 @@ CONFIGURE_ARGS= i386-unknown-freebsd \
--with-mule \ --with-mule \
--x-includes=${X11BASE}/include \ --x-includes=${X11BASE}/include \
--x-libraries=${X11BASE}/lib --x-libraries=${X11BASE}/lib
STRIP=
MAN1= ctags.1 etags.1 gnuattach.1 gnuclient.1 gnudoit.1 \ MAN1= ctags.1 etags.1 gnuattach.1 gnuclient.1 gnudoit.1 \
gnuserv.1 xemacs.1 gnuserv.1 xemacs.1
STRIP=
INSTALL_TARGET= install-arch-indep INSTALL_TARGET= install-arch-indep
PLIST_SUB= XEMACS_DIR=${XEMACS_DIR}
PLIST_SUB= XEMACS_DIR=xemacs-20.4 MAJOR_VERSION= 21.1
VERSION= 21.1.6
XEMACS_DIR= xemacs-${VERSION}
FTP_DIR= xemacs-${MAJOR_VERSION}
pre-build: pre-build:
${RM} -f ${WRKSRC}/lib-src/DOC* ${WRKSRC}/src/xemacs ${RM} -f ${WRKSRC}/lib-src/DOC* ${WRKSRC}/src/xemacs
@ -90,7 +95,7 @@ pre-install:
post-install: post-install:
# install xemacs-mule.sh into ${PREFIX}/etc/rc.d # install xemacs-mule.sh into ${PREFIX}/etc/rc.d
@${MKDIR} /var/run/emacs/lock @${MKDIR} /var/run/emacs/lock
${CHMOD} 1777 /var/run/emacs/lock chmod 1777 /var/run/emacs/lock
@${MKDIR} ${PREFIX}/etc/rc.d @${MKDIR} ${PREFIX}/etc/rc.d
@${INSTALL_SCRIPT} ${FILESDIR}/xemacs-mule.sh ${PREFIX}/etc/rc.d @${INSTALL_SCRIPT} ${FILESDIR}/xemacs-mule.sh ${PREFIX}/etc/rc.d
@${TOUCH} ${TOUCH_FLAGS} ${INSTALL_COOKIE} @${TOUCH} ${TOUCH_FLAGS} ${INSTALL_COOKIE}

View file

@ -1 +1 @@
For XEmacs, lisp files, info pages, etc (except executables) For XEmacs with mule, lisp files, info pages, etc (except executables)

View file

@ -1,9 +1,9 @@
This is XEmacs lisp files, info pages, and so on (except executables) This is XEmacs lisp files, info pages, and so on (except executables)
for XEmacs 20.4, the next generation of Emacs. for XEmacs 21.1.6, the next generation of Emacs.
You must install one of packages, xemacs, jp-xemacs-*-20.4 ( You must install one of packages, xemacs, jp-xemacs-*-21.1.6 (
jp-xemacs-canna-20.4, jp-xemacs-canna+sj3-20.4, etc.), each of which jp-xemacs-canna-21.1.6, jp-xemacs-canna+sj3-21.1.6, etc.), each of which
contains only the executables for xemacs-20.4. contains only the executables for xemacs-21.1.6.
This package and the above package of the executables *will* clobber any This package and the above package of the executables *will* clobber any
existing XEmacs installation. In particular, the executables and man existing XEmacs installation. In particular, the executables and man
@ -14,10 +14,5 @@ Although this shouldn't cause any problems to run both mule and emacs,
it may cause some confusion when one of them is pkg_delete'd. If it may cause some confusion when one of them is pkg_delete'd. If
someone has a solution to this, please tell me. someone has a solution to this, please tell me.
A "dir" file is supplied in the ${PORTSDIR}/editors/xemacs-common/files/
subdirectory of the ports package. Copy it into your /usr/local/info
to read mule info pages, but also make sure you also add everything
that may have been added to that file!
-- --
Kazz Kazz

File diff suppressed because it is too large Load diff

View file

@ -1,36 +1,38 @@
# New ports collection makefile for: XEmacs # New ports collection makefile for: XEmacs
# Version required: 20.4 # Version required: 21.1.6
# Date created: 5 Dec 1997 # Date created: 5 Dec 1997
# Whom: Kazuyuki IENAGA <ienaga@jsys.co.jp> # Whom: Kazuyuki IENAGA <ienaga@jsys.co.jp>
# #
# $FreeBSD$ # $FreeBSD$
# #
DISTNAME= xemacs-20.4 DISTNAME= xemacs-${VERSION}
PKGNAME?= xemacs-mule-20.4 PKGNAME= ${LANGPREFIX}xemacs${PKGNAMEEXT}-${VERSION}
CATEGORIES?= editors CATEGORIES?= editors
MASTER_SITES= ftp://unipro.jsys.co.jp/pub/editor/xemacs/20.4/ \ MASTER_SITES= ftp://ftp.lab.kdd.co.jp/xemacs/${FTP_DIR}/ \
ftp://ftp.lab.kdd.co.jp/xemacs/xemacs-20.4/ \ ftp://ftp.xemacs.org/pub/xemacs/${FTP_DIR}/ \
ftp://ftp.xemacs.org/pub/xemacs-20.4/ \ ftp://ftp.mpi-sb.mpg.de/pub/gnu/mirror/ftp.xemacs.org/xemacs/${FTP_DIR}/ \
ftp://ftp2.xemacs.org/pub/xemacs/xemacs-20.4/ \ ftp://ftp.th-darmstadt.de/pub/editors/xemacs/${FTP_DIR}/ \
ftp://ftp.jpl.org/pub/elisp/ ftp://ftp.jpl.org/pub/elisp/
DISTFILES= xemacs-20.4.tar.gz xemacs-20.4-elc.tar.gz \ DISTFILES= xemacs-${VERSION}.tar.gz xemacs-${VERSION}-elc.tar.gz \
xemacs-20.4-info.tar.gz xemacs-20.4-mule.tar.gz \ xemacs-${VERSION}-info.tar.gz \
ps-print-jp.el.gz ps-print-jp.el.gz
DIST_SUBDIR= xemacs
MAINTAINER?= kiri@kiri.toba-cmt.ac.jp MAINTAINER?= kiri@kiri.toba-cmt.ac.jp
BUILD_DEPENDS= ${BUILD_INPUT_METHOD} BUILD_DEPENDS= ${BUILD_DEP_LIST}
LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm \ LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm \
jpeg.9:${PORTSDIR}/graphics/jpeg \ jpeg.9:${PORTSDIR}/graphics/jpeg \
png.3:${PORTSDIR}/graphics/png \ png.3:${PORTSDIR}/graphics/png \
compface.1:${PORTSDIR}/mail/faces \ compface.1:${PORTSDIR}/mail/faces \
tiff.4:${PORTSDIR}/graphics/tiff34 \
${LIB_INPUT_METHOD} ${LIB_INPUT_METHOD}
RUN_DEPENDS= ${PREFIX}/lib/${XEMACS_DIR}/lisp/x11/x-win-xfree86.elc:${PORTSDIR}/editors/xemacs-mule-common RUN_DEPENDS= ${RUN_DEP_LIST}
EXTRACT_ONLY= xemacs-20.4.tar.gz xemacs-20.4-elc.tar.gz \ EXTRACT_ONLY= xemacs-${VERSION}.tar.gz xemacs-${VERSION}-elc.tar.gz \
xemacs-20.4-info.tar.gz xemacs-20.4-mule.tar.gz xemacs-${VERSION}-info.tar.gz
WRKSRC= ${WRKDIR}/xemacs-20.4 WRKSRC= ${WRKDIR}/xemacs-${VERSION}
PATCHDIR= ${.CURDIR}/../../editors/xemacs-mule-common/patches PATCHDIR= ${.CURDIR}/../../editors/xemacs-mule-common/patches
FILESDIR= ${.CURDIR}/../../editors/xemacs-mule-common/files FILESDIR= ${.CURDIR}/../../editors/xemacs-mule-common/files
SCRIPTDIR= ${.CURDIR}/../../editors/xemacs-mule-common/scripts SCRIPTDIR= ${.CURDIR}/../../editors/xemacs-mule-common/scripts
@ -38,71 +40,53 @@ INSTALL_COOKIE= ${WRKDIR}/.install_done-${PKGNAME}
PACKAGE_COOKIE= ${WRKDIR}/.package_done-${PKGNAME} PACKAGE_COOKIE= ${WRKDIR}/.package_done-${PKGNAME}
GNU_CONFIGURE= yes GNU_CONFIGURE= yes
USE_AUTOCONF= yes USE_AUTOCONF= yes
CONFIGURE_ARGS= \ MAKE_ENV= LANG=C
--with-clash-detection \ CONFIGURE_TARGET=${MACHINE_ARCH}--freebsd
--lockdir=/var/run/emacs/lock \ CONFIGURE_ARGS= --with-x11 \
--with-x11 \ --with-xim=no \
--with-mule \ --with-mule \
--x-includes=${X11BASE}/include \ --x-includes=${X11BASE}/include \
--x-libraries=${X11BASE}/lib \ --x-libraries=${X11BASE}/lib \
--site-libraries='${SITE_LIBRARIES}' \ --site-libraries='${SITE_LIBRARIES}' \
--site-includes='${SITE_INCLUDES}' \ --site-includes='${SITE_INCLUDES}' \
--sitelispdir=${PREFIX}/lib/${XEMACS_DIR}/lisp:${PREFIX}/lib/${XEMACS_DIR}/site-lisp:${PREFIX}/lib/xemacs/site-lisp:${PREFIX}/share/emacs/site-lisp \ --with-xface \
--with-xpm \
--with-sound=native \
--with-site-lisp \
--with-pop \
--with-xfs \
--with-menubars=lucid \
--with-scrollbars=lucid \
--with-dialogs=athena \
--with-jpeg \
--with-png \
--with-tiff \
--infopath=${PREFIX}/lib/xemacs/info:${PREFIX}/info:${X11BASE}/info:/usr/info:${PREFIX}/lib/texmf/doc/info:/usr/lib/texmf/doc:/usr/share/info \ --infopath=${PREFIX}/lib/xemacs/info:${PREFIX}/info:${X11BASE}/info:/usr/info:${PREFIX}/lib/texmf/doc/info:/usr/lib/texmf/doc:/usr/share/info \
${MISC_OPTIONS} ${WITH_INPUT_METHOD} ${WITH_WIDGETS} --with-clash-detection \
CONFIGURE_TARGET= ${MACHINE_ARCH}--freebsd --lockdir=/var/run/emacs/lock \
${WITH_INPUT_METHOD}
STRIP= STRIP=
INSTALL_TARGET= install-arch-dep INSTALL_TARGET= install-arch-dep
PLIST?= ${PKGLDIR}/PLIST
PLIST_SUB= XEMACS_DIR=${XEMACS_DIR} ARCH_SUBDIR=${ARCH_SUBDIR}
PLIST_SUB= XEMACS_DIR=${XEMACS_DIR}
PKGLDIR= ${.CURDIR}/../../editors/xemacs-mule/pkg MAJOR_VERSION= 21.1
XEMACS_DIR= xemacs-20.4 VERSION= 21.1.6
EMACS_CMD= xemacs-${VERSION}
.if defined(WNN4) XEMACS_DIR= xemacs-${VERSION}
SITE_INCLUDES= ${X11BASE}/include FTP_DIR= xemacs-${MAJOR_VERSION}
SITE_LIBRARIES= ${X11BASE}/lib ARCH_SUBDIR= ${MACHINE_ARCH}--freebsd
.endif PKGNAMEEXT?= -mule
PKGLDIR= ${.CURDIR}/../../editors/xemacs-mule/pkg
SITE_INCLUDES+= ${PREFIX}/include SITE_INCLUDES+= ${PREFIX}/include
SITE_LIBRARIES+= ${PREFIX}/lib SITE_LIBRARIES+= ${PREFIX}/lib
.if defined(CANNA) WITH_INPUT_METHOD?= --with-canna=no --with-wnn=no --with-wnn6=no
LIB_INPUT_METHOD+= canna.1:${PORTSDIR}/japanese/Canna RUN_DEP_LIST+= ${PREFIX}/lib/${XEMACS_DIR}/lisp/x-win-xfree86.elc:${PORTSDIR}/editors/xemacs-mule-common
WITH_INPUT_METHOD+= --with-canna
.endif
.if defined(WNN4)
BUILD_INPUT_METHOD+= ${PREFIX}/bin/Wnn4/jserver:${PORTSDIR}/japanese/Wnn
WITH_INPUT_METHOD+= --with-wnn
.elif defined(WNN6)
BUILD_INPUT_METHOD+= ${PREFIX}/include/wnn/jlib.h:${PORTSDIR}/japanese/Wnn6-lib
WITH_INPUT_METHOD+= --with-wnn6
.endif
.if !defined(WITH_INPUT_METHOD)
WITH_INPUT_METHOD= --with-wnn=no
WITH_INPUT_METHOD+= --with-wnn6=no
WITH_INPUT_METHOD+= --with-canna=no
.endif
WITH_WIDGETS= --with-menubars=lucid --with-scrollbars=lucid --with-dialogs=athena
MISC_OPTIONS= --with-xface --with-xpm --with-sound=native --with-pop --with-xfs
LANGUAGE?=
.if (${LANGUAGE} == "Japanese")
PLIST= ${PKGLDIR}/PLIST-ja
.else
PLIST= ${PKGLDIR}/PLIST
.endif
pre-build: pre-build:
@find ${WRKSRC} \( -name \*.orig -o -name \*~ \) -exec ${RM} -f \{} \; @find ${WRKSRC} \( -name \*.orig -o -name \*~ \) -exec ${RM} -f \{} \;
@${RM} -f ${WRKSRC}/lib-src/DOC* ${WRKSRC}/src/xemacs @${RM} -f ${WRKSRC}/lib-src/DOC* ${WRKSRC}/src/xemacs
.if (${LANGUAGE} == "Japanese")
@if [ -e ${WRKSRC}/lisp/packages/ps-print.elc ]; then \
${RM} -f ${WRKSRC}/lisp/packages/ps-print.elc; \
fi
@${GZCAT} ${DISTDIR}/ps-print-jp.el.gz > ${WRKSRC}/lisp/packages/ps-print.el
.endif
# for xemacs-mule-common in defining ${WRKDIRPREFIX} # for xemacs-mule-common in defining ${WRKDIRPREFIX}
.if !exists(${WRKDIRPREFIX}${.CURDIR}/../../editors/xemacs-mule-common) .if !exists(${WRKDIRPREFIX}${.CURDIR}/../../editors/xemacs-mule-common)
@ -111,7 +95,7 @@ post-build:
.endif .endif
post-install:: post-install::
.for file in b2m ctags etags gnuclient xemacs-20.4 .for file in b2m ctags etags gnuclient xemacs-${VERSION}
@strip ${PREFIX}/bin/${file} @strip ${PREFIX}/bin/${file}
.endfor .endfor
@if [ -f ${PKGDIR}/INSTALL ]; then \ @if [ -f ${PKGDIR}/INSTALL ]; then \

View file

@ -1,16 +1,16 @@
This is a package containing only the executables for xemacs-20.4, the This is a package containing only the executables for xemacs-21.1.6, the
next generation of Emacs. next generation of Emacs.
You need to install a package, xemacs-common-20.4, containing emacs You need to install a package, xemacs-common-21.1.6, containing emacs
lisp files, info pages, and so on (except executables) for lisp files, info pages, and so on (except executables) for
xemacs-20.4. xemacs-21.1.6.
This package is not built with any particular language support. If This package is not built with any particular language support. If
you want a built-in input method, look into the xemacs ports in you want a built-in input method, look into the xemacs ports in
language- specific directories. Currently only Japanese (SKK,Canna, SJ3, language- specific directories. Currently only Japanese (SKK,Canna, SJ3,
Wnn4 and Wnn6) is available. Wnn4 and Wnn6) is available.
This package and the package, xemacs-common-20.4 are designed *not* to This package and the package, xemacs-common-21.1.6 are designed *not* to
clobber any existing emacs installation. In particular, the clobber any existing emacs installation. In particular, the
executables and man pages of etags/ctags are not installed, and the executables and man pages of etags/ctags are not installed, and the
info pages that come with the original emacs don't get installed too. info pages that come with the original emacs don't get installed too.

View file

@ -1,44 +1,32 @@
bin/etags
bin/ctags
bin/b2m bin/b2m
bin/gnuclient bin/ctags
bin/rcs-checkin bin/etags
bin/pstogif
bin/install-sid
bin/send-pr
bin/gnudoit
bin/gnuattach bin/gnuattach
bin/xemacs-20.4 bin/gnuclient
bin/gnudoit
bin/ootags
bin/pstogif
bin/rcs-checkin
bin/xemacs-21.1.6
@exec ln -sf %D/%F %B/xemacs @exec ln -sf %D/%F %B/xemacs
@unexec rm %B/xemacs @unexec rm %B/xemacs
lib/%%XEMACS_DIR%%/i386--freebsd/make-path lib/%%XEMACS_DIR%%/%%ARCH_SUBDIR%%/DOC
lib/%%XEMACS_DIR%%/i386--freebsd/wakeup lib/%%XEMACS_DIR%%/%%ARCH_SUBDIR%%/add-big-package.sh
lib/%%XEMACS_DIR%%/i386--freebsd/profile lib/%%XEMACS_DIR%%/%%ARCH_SUBDIR%%/config.values
lib/%%XEMACS_DIR%%/i386--freebsd/make-docfile lib/%%XEMACS_DIR%%/%%ARCH_SUBDIR%%/cvtmail
lib/%%XEMACS_DIR%%/i386--freebsd/digest-doc lib/%%XEMACS_DIR%%/%%ARCH_SUBDIR%%/digest-doc
lib/%%XEMACS_DIR%%/i386--freebsd/sorted-doc lib/%%XEMACS_DIR%%/%%ARCH_SUBDIR%%/fakemail
lib/%%XEMACS_DIR%%/i386--freebsd/movemail lib/%%XEMACS_DIR%%/%%ARCH_SUBDIR%%/gnuserv
lib/%%XEMACS_DIR%%/i386--freebsd/cvtmail lib/%%XEMACS_DIR%%/%%ARCH_SUBDIR%%/gzip-el.sh
lib/%%XEMACS_DIR%%/i386--freebsd/fakemail lib/%%XEMACS_DIR%%/%%ARCH_SUBDIR%%/hexl
lib/%%XEMACS_DIR%%/i386--freebsd/yow lib/%%XEMACS_DIR%%/%%ARCH_SUBDIR%%/make-docfile
lib/%%XEMACS_DIR%%/i386--freebsd/hexl lib/%%XEMACS_DIR%%/%%ARCH_SUBDIR%%/make-path
lib/%%XEMACS_DIR%%/i386--freebsd/gnuserv lib/%%XEMACS_DIR%%/%%ARCH_SUBDIR%%/mmencode
lib/%%XEMACS_DIR%%/i386--freebsd/mmencode lib/%%XEMACS_DIR%%/%%ARCH_SUBDIR%%/movemail
lib/%%XEMACS_DIR%%/i386--freebsd/rcs2log lib/%%XEMACS_DIR%%/%%ARCH_SUBDIR%%/profile
lib/%%XEMACS_DIR%%/i386--freebsd/vcdiff lib/%%XEMACS_DIR%%/%%ARCH_SUBDIR%%/rcs2log
lib/%%XEMACS_DIR%%/i386--freebsd/gzip-el.sh lib/%%XEMACS_DIR%%/%%ARCH_SUBDIR%%/sorted-doc
lib/%%XEMACS_DIR%%/i386--freebsd/install-sid lib/%%XEMACS_DIR%%/%%ARCH_SUBDIR%%/vcdiff
lib/%%XEMACS_DIR%%/i386--freebsd/send-pr lib/%%XEMACS_DIR%%/%%ARCH_SUBDIR%%/wakeup
lib/%%XEMACS_DIR%%/i386--freebsd/tm-au lib/%%XEMACS_DIR%%/%%ARCH_SUBDIR%%/yow
lib/%%XEMACS_DIR%%/i386--freebsd/tm-file @dirrm lib/%%XEMACS_DIR%%/%%ARCH_SUBDIR%%
lib/%%XEMACS_DIR%%/i386--freebsd/tm-html
lib/%%XEMACS_DIR%%/i386--freebsd/tm-image
lib/%%XEMACS_DIR%%/i386--freebsd/tm-mpeg
lib/%%XEMACS_DIR%%/i386--freebsd/tm-plain
lib/%%XEMACS_DIR%%/i386--freebsd/tm-ps
lib/%%XEMACS_DIR%%/i386--freebsd/tmdecode
lib/%%XEMACS_DIR%%/i386--freebsd/add-little-package.sh
lib/%%XEMACS_DIR%%/i386--freebsd/add-big-package.sh
lib/%%XEMACS_DIR%%/i386--freebsd/DOC
lib/%%XEMACS_DIR%%/i386--freebsd/config.values
@dirrm lib/%%XEMACS_DIR%%/i386--freebsd

View file

@ -1,13 +1,11 @@
# New ports collection makefile for: XEmacs with Canna and Wnn4 # New ports collection makefile for: XEmacs with Canna and Wnn4
# Version required: 20.4 # Version required: 21.1.6
# Date created: 5 Dec 1997 # Date created: 5 Dec 1997
# Whom: KIRIYAMA Kazuhiko <kiri@kiri.toba-cmt.ac.jp> # Whom: KIRIYAMA Kazuhiko <kiri@kiri.toba-cmt.ac.jp>
# #
# $FreeBSD$ # $FreeBSD$
# #
PKGNAME= ja-xemacs-canna+wnn4-20.4
CANNA= yes CANNA= yes
WNN4= yes WNN4= yes

View file

@ -6,8 +6,6 @@
# $FreeBSD$ # $FreeBSD$
# #
PKGNAME= ja-xemacs-canna+wnn6-20.4
CANNA= yes CANNA= yes
WNN6= yes WNN6= yes

View file

@ -6,8 +6,6 @@
# $FreeBSD$ # $FreeBSD$
# #
PKGNAME?= ja-xemacs-canna-20.4
CANNA= yes CANNA= yes
MASTERDIR= ${.CURDIR}/../../japanese/xemacs MASTERDIR= ${.CURDIR}/../../japanese/xemacs

View file

@ -1,16 +1,16 @@
This is a package containing only the executables for xemacs-20.4, the This is a package containing only the executables for xemacs-21.1.6, the
next generation of Emacs. next generation of Emacs.
You need to install a package, xemacs-common-20.4, containing emacs You need to install a package, xemacs-common-21.1.6, containing emacs
lisp files, info pages, and so on (except executables) for lisp files, info pages, and so on (except executables) for
xemacs-20.4. xemacs-21.1.6.
This package is built with Japanese support by using Canna or SJ3 as This package is built with Japanese support by using Canna or SJ3 as
an external input engine. If you use with SJ3, you should be installed an external input engine. If you use with SJ3, you should be installed
sj3serv in advance. SKK is supported as already builtin. Also it will sj3serv in advance. SKK is supported as already builtin. Also it will
support several input methods under leim. support several input methods under leim.
This package and the package xemacs-common-20.4, might clobber any This package and the package xemacs-common-21.1.6, might clobber any
existing emacs installation. In particular, the executables and man existing emacs installation. In particular, the executables and man
pages of etags/ctags are installed, and the info pages that come with pages of etags/ctags are installed, and the info pages that come with
the original emacs will be overwritten too. the original emacs will be overwritten too.

View file

@ -6,8 +6,6 @@
# $FreeBSD$ # $FreeBSD$
# #
PKGNAME= ja-xemacs-wnn4-20.4
WNN4= yes WNN4= yes
MASTERDIR= ${.CURDIR}/../../japanese/xemacs MASTERDIR= ${.CURDIR}/../../japanese/xemacs

View file

@ -1,17 +1,13 @@
# New ports collection makefile for: XEmacs with Canna and Wnn4 # New ports collection makefile for: Meta port of XEmacs mule with sumo package
# Version required: 20.4 # Version required: 1.0
# Date created: 5 Dec 1997 # Date created: 19 August 1999
# Whom: KIRIYAMA Kazuhiko <kiri@kiri.toba-cmt.ac.jp> # Whom: KIRIYAMA Kazuhiko <kiri@pis.toba-cmt.ac.jp>
# #
# $FreeBSD$ # $Id$
# #
PKGNAME= ja-xemacs-canna+wnn4-20.4 NAMEEXT= -canna+wnn4
CANNA= yes MASTERDIR= ${.CURDIR}/../../japanese/xemacs-sumo
WNN4= yes
MASTERDIR= ${.CURDIR}/../../japanese/xemacs
PKGDIR= ${.CURDIR}/pkg
.include "${MASTERDIR}/Makefile" .include "${MASTERDIR}/Makefile"

View file

@ -1,17 +1,13 @@
# New ports collection makefile for: XEmacs with Canna and Wnn6 # New ports collection makefile for: Meta port of XEmacs mule with sumo package
# Version required: 20.4 # Version required: 1.0
# Date created: 5 Dec 1997 # Date created: 19 August 1999
# Whom: KIRIYAMA Kazuhiko <kiri@kiri.toba-cmt.ac.jp> # Whom: KIRIYAMA Kazuhiko <kiri@pis.toba-cmt.ac.jp>
# #
# $FreeBSD$ # $Id$
# #
PKGNAME= ja-xemacs-canna+wnn6-20.4 NAMEEXT= -canna+wnn6
CANNA= yes MASTERDIR= ${.CURDIR}/../../japanese/xemacs-sumo
WNN6= yes
MASTERDIR= ${.CURDIR}/../../japanese/xemacs
PKGDIR= ${.CURDIR}/pkg
.include "${MASTERDIR}/Makefile" .include "${MASTERDIR}/Makefile"

View file

@ -1,16 +1,13 @@
# New ports collection makefile for: XEmacs for Japanese with Canna # New ports collection makefile for: Meta port of XEmacs mule with sumo package
# Version required: 20.4 # Version required: 1.0
# Date created: 5 Dec 1997 # Date created: 19 August 1999
# Whom: KIRIYAMA Kazuhiko <kiri@kiri.toba-cmt.ac.jp> # Whom: KIRIYAMA Kazuhiko <kiri@pis.toba-cmt.ac.jp>
# #
# $FreeBSD$ # $Id$
# #
PKGNAME?= ja-xemacs-canna-20.4 NAMEEXT= -canna
CANNA= yes MASTERDIR= ${.CURDIR}/../../japanese/xemacs-sumo
MASTERDIR= ${.CURDIR}/../../japanese/xemacs
PKGDIR= ${.CURDIR}/pkg
.include "${MASTERDIR}/Makefile" .include "${MASTERDIR}/Makefile"

View file

@ -1,16 +1,13 @@
# New ports collection makefile for: XEmacs with Wnn4 # New ports collection makefile for: Meta port of XEmacs mule with sumo package
# Version required: 20.4 # Version required: 1.0
# Date created: 25 January 1998 # Date created: 19 August 1999
# Whom: KIRIYAMA Kazuhiko <kiri@kiri.toba-cmt.ac.jp> # Whom: KIRIYAMA Kazuhiko <kiri@pis.toba-cmt.ac.jp>
# #
# $FreeBSD$ # $Id$
# #
PKGNAME= ja-xemacs-wnn4-20.4 NAMEEXT= -wnn4
WNN4= yes MASTERDIR= ${.CURDIR}/../../japanese/xemacs-sumo
MASTERDIR= ${.CURDIR}/../../japanese/xemacs
PKGDIR= ${.CURDIR}/pkg
.include "${MASTERDIR}/Makefile" .include "${MASTERDIR}/Makefile"

View file

@ -1,16 +1,13 @@
# New ports collection makefile for: XEmacs with Wnn6 # New ports collection makefile for: Meta port of XEmacs mule with sumo package
# Version required: 20.4 # Version required: 1.0
# Date created: 25 January 1998 # Date created: 19 August 1999
# Whom: KIRIYAMA Kazuhiko <kiri@kiri.toba-cmt.ac.jp> # Whom: KIRIYAMA Kazuhiko <kiri@pis.toba-cmt.ac.jp>
# #
# $FreeBSD$ # $Id$
# #
PKGNAME= ja-xemacs-wnn6-20.4 NAMEEXT= -wnn6
WNN6= yes MASTERDIR= ${.CURDIR}/../../japanese/xemacs-sumo
MASTERDIR= ${.CURDIR}/../../japanese/xemacs
PKGDIR= ${.CURDIR}/pkg
.include "${MASTERDIR}/Makefile" .include "${MASTERDIR}/Makefile"

View file

@ -6,8 +6,6 @@
# $FreeBSD$ # $FreeBSD$
# #
PKGNAME= ja-xemacs-wnn6-20.4
WNN6= yes WNN6= yes
MASTERDIR= ${.CURDIR}/../../japanese/xemacs MASTERDIR= ${.CURDIR}/../../japanese/xemacs