mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Add emh-emacs20 and emh-xemacs21-mule, MIME extension of mh-e.el.
PR: ports/26511 Submitted by: Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
This commit is contained in:
parent
776017d0df
commit
26eb9e86d0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=47355
12 changed files with 113 additions and 0 deletions
|
@ -28,6 +28,8 @@
|
||||||
SUBDIR += drac
|
SUBDIR += drac
|
||||||
SUBDIR += elm
|
SUBDIR += elm
|
||||||
SUBDIR += elm+ME
|
SUBDIR += elm+ME
|
||||||
|
SUBDIR += emh-emacs20
|
||||||
|
SUBDIR += emh-xemacs21-mule
|
||||||
SUBDIR += emil
|
SUBDIR += emil
|
||||||
SUBDIR += evolution
|
SUBDIR += evolution
|
||||||
SUBDIR += exim
|
SUBDIR += exim
|
||||||
|
|
33
mail/emh-emacs20/Makefile
Normal file
33
mail/emh-emacs20/Makefile
Normal file
|
@ -0,0 +1,33 @@
|
||||||
|
# New ports collection makefile for: emh
|
||||||
|
# Date Created: 12 Mar 2001
|
||||||
|
# Whom: Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
|
||||||
|
#
|
||||||
|
# $FreeBSD$
|
||||||
|
#
|
||||||
|
|
||||||
|
PORTNAME= emh
|
||||||
|
PORTVERSION= 1.10.1
|
||||||
|
CATEGORIES= mail elisp
|
||||||
|
MASTER_SITES= ftp://ftp.m17n.org/pub/mule/semi/emh/
|
||||||
|
PKGNAMESUFFIX= -${EMACS_PORT_NAME}
|
||||||
|
|
||||||
|
MAINTAINER= yoichi@eken.phys.nagoya-u.ac.jp
|
||||||
|
|
||||||
|
BUILD_DEPENDS+= ${LOCALBASE}/share/semi/${MIMEUI_COOKIE}:${PORTSDIR}/editors/${MIMEUI_PORT_NAME}
|
||||||
|
RUN_DEPENDS+= ${LOCALBASE}/share/semi/${MIMEUI_COOKIE}:${PORTSDIR}/editors/${MIMEUI_PORT_NAME}
|
||||||
|
|
||||||
|
MIMEUI_PRODUCT?= semi
|
||||||
|
MIMEUI_VERSION?= 1.13.7
|
||||||
|
MIMEUI_PORT_NAME?= ${MIMEUI_PRODUCT}-${EMACS_PORT_NAME}-current
|
||||||
|
MIMEUI_COOKIE= ${MIMEUI_PRODUCT}-${EMACS_PORT_NAME}-${MIMEUI_VERSION}.FreeBSD-packages
|
||||||
|
|
||||||
|
EMACS_PORT_NAME?= emacs20
|
||||||
|
|
||||||
|
ALL_TARGET?= elc
|
||||||
|
EMH_LISPDIR?= share/emacs/site-lisp/semi
|
||||||
|
XEMACS_ONLY?= "@comment "
|
||||||
|
|
||||||
|
PLIST_SUB= XEMACS_ONLY=${XEMACS_ONLY} \
|
||||||
|
EMH_LISPDIR=${EMH_LISPDIR}
|
||||||
|
|
||||||
|
.include <bsd.port.mk>
|
1
mail/emh-emacs20/distinfo
Normal file
1
mail/emh-emacs20/distinfo
Normal file
|
@ -0,0 +1 @@
|
||||||
|
MD5 (emh-1.10.1.tar.gz) = c99c6b51bed0bab66a621b21accce089
|
1
mail/emh-emacs20/pkg-comment
Normal file
1
mail/emh-emacs20/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
||||||
|
MIME extension of mh-e.el
|
1
mail/emh-emacs20/pkg-descr
Normal file
1
mail/emh-emacs20/pkg-descr
Normal file
|
@ -0,0 +1 @@
|
||||||
|
EMH is a extender for mh-e to provide MIME feature using SEMI.
|
11
mail/emh-emacs20/pkg-plist
Normal file
11
mail/emh-emacs20/pkg-plist
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
%%EMH_LISPDIR%%/emh.el
|
||||||
|
%%EMH_LISPDIR%%/emh.elc
|
||||||
|
%%EMH_LISPDIR%%/emh-comp.el
|
||||||
|
%%EMH_LISPDIR%%/emh-comp.elc
|
||||||
|
%%EMH_LISPDIR%%/emh-face.el
|
||||||
|
%%EMH_LISPDIR%%/emh-face.elc
|
||||||
|
%%EMH_LISPDIR%%/emh-setup.el
|
||||||
|
%%EMH_LISPDIR%%/emh-setup.elc
|
||||||
|
%%XEMACS_ONLY%%%%EMH_LISPDIR%%/custom-load.el
|
||||||
|
%%XEMACS_ONLY%%%%EMH_LISPDIR%%/custom-load.elc
|
||||||
|
%%XEMACS_ONLY%%@dirrm %%EMH_LISPDIR%%
|
17
mail/emh-xemacs21-mule/Makefile
Normal file
17
mail/emh-xemacs21-mule/Makefile
Normal file
|
@ -0,0 +1,17 @@
|
||||||
|
# New ports collection makefile for: emh-xemacs21-mule
|
||||||
|
# Date Created: 12 Mar 2001
|
||||||
|
# Whom: Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
|
||||||
|
#
|
||||||
|
# $FreeBSD$
|
||||||
|
#
|
||||||
|
|
||||||
|
MASTERDIR= ${.CURDIR}/../emh-emacs20
|
||||||
|
|
||||||
|
EMACS_PORT_NAME= xemacs21-mule
|
||||||
|
|
||||||
|
ALL_TARGET= package
|
||||||
|
INSTALL_TARGET= install-package
|
||||||
|
EMH_LISPDIR= lib/xemacs/site-packages/lisp/emh
|
||||||
|
XEMACS_ONLY= ""
|
||||||
|
|
||||||
|
.include <${MASTERDIR}/Makefile>
|
33
mail/emh/Makefile
Normal file
33
mail/emh/Makefile
Normal file
|
@ -0,0 +1,33 @@
|
||||||
|
# New ports collection makefile for: emh
|
||||||
|
# Date Created: 12 Mar 2001
|
||||||
|
# Whom: Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
|
||||||
|
#
|
||||||
|
# $FreeBSD$
|
||||||
|
#
|
||||||
|
|
||||||
|
PORTNAME= emh
|
||||||
|
PORTVERSION= 1.10.1
|
||||||
|
CATEGORIES= mail elisp
|
||||||
|
MASTER_SITES= ftp://ftp.m17n.org/pub/mule/semi/emh/
|
||||||
|
PKGNAMESUFFIX= -${EMACS_PORT_NAME}
|
||||||
|
|
||||||
|
MAINTAINER= yoichi@eken.phys.nagoya-u.ac.jp
|
||||||
|
|
||||||
|
BUILD_DEPENDS+= ${LOCALBASE}/share/semi/${MIMEUI_COOKIE}:${PORTSDIR}/editors/${MIMEUI_PORT_NAME}
|
||||||
|
RUN_DEPENDS+= ${LOCALBASE}/share/semi/${MIMEUI_COOKIE}:${PORTSDIR}/editors/${MIMEUI_PORT_NAME}
|
||||||
|
|
||||||
|
MIMEUI_PRODUCT?= semi
|
||||||
|
MIMEUI_VERSION?= 1.13.7
|
||||||
|
MIMEUI_PORT_NAME?= ${MIMEUI_PRODUCT}-${EMACS_PORT_NAME}-current
|
||||||
|
MIMEUI_COOKIE= ${MIMEUI_PRODUCT}-${EMACS_PORT_NAME}-${MIMEUI_VERSION}.FreeBSD-packages
|
||||||
|
|
||||||
|
EMACS_PORT_NAME?= emacs20
|
||||||
|
|
||||||
|
ALL_TARGET?= elc
|
||||||
|
EMH_LISPDIR?= share/emacs/site-lisp/semi
|
||||||
|
XEMACS_ONLY?= "@comment "
|
||||||
|
|
||||||
|
PLIST_SUB= XEMACS_ONLY=${XEMACS_ONLY} \
|
||||||
|
EMH_LISPDIR=${EMH_LISPDIR}
|
||||||
|
|
||||||
|
.include <bsd.port.mk>
|
1
mail/emh/distinfo
Normal file
1
mail/emh/distinfo
Normal file
|
@ -0,0 +1 @@
|
||||||
|
MD5 (emh-1.10.1.tar.gz) = c99c6b51bed0bab66a621b21accce089
|
1
mail/emh/pkg-comment
Normal file
1
mail/emh/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
||||||
|
MIME extension of mh-e.el
|
1
mail/emh/pkg-descr
Normal file
1
mail/emh/pkg-descr
Normal file
|
@ -0,0 +1 @@
|
||||||
|
EMH is a extender for mh-e to provide MIME feature using SEMI.
|
11
mail/emh/pkg-plist
Normal file
11
mail/emh/pkg-plist
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
%%EMH_LISPDIR%%/emh.el
|
||||||
|
%%EMH_LISPDIR%%/emh.elc
|
||||||
|
%%EMH_LISPDIR%%/emh-comp.el
|
||||||
|
%%EMH_LISPDIR%%/emh-comp.elc
|
||||||
|
%%EMH_LISPDIR%%/emh-face.el
|
||||||
|
%%EMH_LISPDIR%%/emh-face.elc
|
||||||
|
%%EMH_LISPDIR%%/emh-setup.el
|
||||||
|
%%EMH_LISPDIR%%/emh-setup.elc
|
||||||
|
%%XEMACS_ONLY%%%%EMH_LISPDIR%%/custom-load.el
|
||||||
|
%%XEMACS_ONLY%%%%EMH_LISPDIR%%/custom-load.elc
|
||||||
|
%%XEMACS_ONLY%%@dirrm %%EMH_LISPDIR%%
|
Loading…
Add table
Reference in a new issue