mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 17:29:23 -04:00
Install emacsclient et al., which were not included previously because
they might overwrite emacs' versions. The more I think about this, the less sense this makes, as we pratcically mandate emacs to be installed as well for this mule to work. Requested by: hosokawa@mt.cs.keio.ac.jp (HOSOKAWA Tatsumi)
This commit is contained in:
parent
f74f854e9d
commit
d1a5dc8980
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=4730
6 changed files with 183 additions and 6 deletions
|
@ -3,7 +3,7 @@
|
||||||
# Date created: 22 November 1994
|
# Date created: 22 November 1994
|
||||||
# Whom: Satoshi Asami (asami)
|
# Whom: Satoshi Asami (asami)
|
||||||
#
|
#
|
||||||
# $Id: Makefile,v 1.24 1996/11/11 05:07:15 obrien Exp $
|
# $Id: Makefile,v 1.25 1996/11/17 07:01:29 obrien Exp $
|
||||||
#
|
#
|
||||||
|
|
||||||
DISTNAME= mule-2.3
|
DISTNAME= mule-2.3
|
||||||
|
@ -21,7 +21,7 @@ CONFIGURE_ARGS= i386--freebsd --with-x-toolkit \
|
||||||
--terminal-face \
|
--terminal-face \
|
||||||
--locallisppath=${PREFIX}/lib/mule/site-lisp:${PREFIX}/share/emacs/site-lisp
|
--locallisppath=${PREFIX}/lib/mule/site-lisp:${PREFIX}/share/emacs/site-lisp
|
||||||
STRIP=
|
STRIP=
|
||||||
MAN1= coco.1 m2ps.1 mule.1
|
MAN1= coco.1 ctags.1 etags.1 m2ps.1 mule.1
|
||||||
|
|
||||||
pre-build:
|
pre-build:
|
||||||
find ${WRKSRC} -name \*.orig -exec /bin/rm -f \{} \;
|
find ${WRKSRC} -name \*.orig -exec /bin/rm -f \{} \;
|
||||||
|
@ -30,6 +30,8 @@ post-install:
|
||||||
# note that any2ps is a script
|
# note that any2ps is a script
|
||||||
strip ${PREFIX}/bin/b2m
|
strip ${PREFIX}/bin/b2m
|
||||||
strip ${PREFIX}/bin/coco
|
strip ${PREFIX}/bin/coco
|
||||||
|
strip ${PREFIX}/bin/ctags
|
||||||
|
strip ${PREFIX}/bin/etags
|
||||||
strip ${PREFIX}/bin/m2ps
|
strip ${PREFIX}/bin/m2ps
|
||||||
strip ${PREFIX}/bin/mule-19.28
|
strip ${PREFIX}/bin/mule-19.28
|
||||||
|
|
||||||
|
|
|
@ -10,10 +10,67 @@ bin/mule-19.28
|
||||||
bin/any2ps
|
bin/any2ps
|
||||||
bin/b2m
|
bin/b2m
|
||||||
bin/coco
|
bin/coco
|
||||||
|
bin/ctags
|
||||||
|
bin/etags
|
||||||
bin/m2ps
|
bin/m2ps
|
||||||
|
bin/rcs-checkin
|
||||||
man/man1/coco.1.gz
|
man/man1/coco.1.gz
|
||||||
|
man/man1/ctags.1.gz
|
||||||
|
man/man1/etags.1.gz
|
||||||
man/man1/m2ps.1.gz
|
man/man1/m2ps.1.gz
|
||||||
man/man1/mule.1.gz
|
man/man1/mule.1.gz
|
||||||
|
@comment
|
||||||
|
@comment emacs stuff
|
||||||
|
@comment
|
||||||
|
info/cl
|
||||||
|
info/cl-1
|
||||||
|
info/cl-2
|
||||||
|
info/cl-3
|
||||||
|
info/cl-4
|
||||||
|
info/cl-5
|
||||||
|
info/cl-6
|
||||||
|
info/dired-x
|
||||||
|
info/emacs
|
||||||
|
info/emacs-1
|
||||||
|
info/emacs-2
|
||||||
|
info/emacs-3
|
||||||
|
info/emacs-4
|
||||||
|
info/emacs-5
|
||||||
|
info/emacs-6
|
||||||
|
info/emacs-7
|
||||||
|
info/emacs-8
|
||||||
|
info/emacs-9
|
||||||
|
info/emacs-10
|
||||||
|
info/emacs-11
|
||||||
|
info/emacs-12
|
||||||
|
info/emacs-13
|
||||||
|
info/emacs-14
|
||||||
|
info/emacs-15
|
||||||
|
info/emacs-16
|
||||||
|
info/emacs-17
|
||||||
|
info/emacs-18
|
||||||
|
info/emacs-19
|
||||||
|
info/emacs-20
|
||||||
|
info/emacs-21
|
||||||
|
info/emacs-22
|
||||||
|
info/emacs-23
|
||||||
|
info/emacs-24
|
||||||
|
info/forms
|
||||||
|
info/gnus
|
||||||
|
info/gnus-1
|
||||||
|
info/gnus-2
|
||||||
|
info/gnus-3
|
||||||
|
info/info
|
||||||
|
info/sc
|
||||||
|
info/sc-1
|
||||||
|
info/sc-2
|
||||||
|
info/sc-3
|
||||||
|
info/vip
|
||||||
|
info/vip-1
|
||||||
|
info/vip-2
|
||||||
|
@comment
|
||||||
|
@comment mule-specific stuff
|
||||||
|
@comment
|
||||||
info/CCL
|
info/CCL
|
||||||
info/ISO2022
|
info/ISO2022
|
||||||
info/R2L
|
info/R2L
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
# Date created: 22 November 1994
|
# Date created: 22 November 1994
|
||||||
# Whom: Satoshi Asami (asami)
|
# Whom: Satoshi Asami (asami)
|
||||||
#
|
#
|
||||||
# $Id: Makefile,v 1.24 1996/11/11 05:07:15 obrien Exp $
|
# $Id: Makefile,v 1.25 1996/11/17 07:01:29 obrien Exp $
|
||||||
#
|
#
|
||||||
|
|
||||||
DISTNAME= mule-2.3
|
DISTNAME= mule-2.3
|
||||||
|
@ -21,7 +21,7 @@ CONFIGURE_ARGS= i386--freebsd --with-x-toolkit \
|
||||||
--terminal-face \
|
--terminal-face \
|
||||||
--locallisppath=${PREFIX}/lib/mule/site-lisp:${PREFIX}/share/emacs/site-lisp
|
--locallisppath=${PREFIX}/lib/mule/site-lisp:${PREFIX}/share/emacs/site-lisp
|
||||||
STRIP=
|
STRIP=
|
||||||
MAN1= coco.1 m2ps.1 mule.1
|
MAN1= coco.1 ctags.1 etags.1 m2ps.1 mule.1
|
||||||
|
|
||||||
pre-build:
|
pre-build:
|
||||||
find ${WRKSRC} -name \*.orig -exec /bin/rm -f \{} \;
|
find ${WRKSRC} -name \*.orig -exec /bin/rm -f \{} \;
|
||||||
|
@ -30,6 +30,8 @@ post-install:
|
||||||
# note that any2ps is a script
|
# note that any2ps is a script
|
||||||
strip ${PREFIX}/bin/b2m
|
strip ${PREFIX}/bin/b2m
|
||||||
strip ${PREFIX}/bin/coco
|
strip ${PREFIX}/bin/coco
|
||||||
|
strip ${PREFIX}/bin/ctags
|
||||||
|
strip ${PREFIX}/bin/etags
|
||||||
strip ${PREFIX}/bin/m2ps
|
strip ${PREFIX}/bin/m2ps
|
||||||
strip ${PREFIX}/bin/mule-19.28
|
strip ${PREFIX}/bin/mule-19.28
|
||||||
|
|
||||||
|
|
|
@ -10,10 +10,67 @@ bin/mule-19.28
|
||||||
bin/any2ps
|
bin/any2ps
|
||||||
bin/b2m
|
bin/b2m
|
||||||
bin/coco
|
bin/coco
|
||||||
|
bin/ctags
|
||||||
|
bin/etags
|
||||||
bin/m2ps
|
bin/m2ps
|
||||||
|
bin/rcs-checkin
|
||||||
man/man1/coco.1.gz
|
man/man1/coco.1.gz
|
||||||
|
man/man1/ctags.1.gz
|
||||||
|
man/man1/etags.1.gz
|
||||||
man/man1/m2ps.1.gz
|
man/man1/m2ps.1.gz
|
||||||
man/man1/mule.1.gz
|
man/man1/mule.1.gz
|
||||||
|
@comment
|
||||||
|
@comment emacs stuff
|
||||||
|
@comment
|
||||||
|
info/cl
|
||||||
|
info/cl-1
|
||||||
|
info/cl-2
|
||||||
|
info/cl-3
|
||||||
|
info/cl-4
|
||||||
|
info/cl-5
|
||||||
|
info/cl-6
|
||||||
|
info/dired-x
|
||||||
|
info/emacs
|
||||||
|
info/emacs-1
|
||||||
|
info/emacs-2
|
||||||
|
info/emacs-3
|
||||||
|
info/emacs-4
|
||||||
|
info/emacs-5
|
||||||
|
info/emacs-6
|
||||||
|
info/emacs-7
|
||||||
|
info/emacs-8
|
||||||
|
info/emacs-9
|
||||||
|
info/emacs-10
|
||||||
|
info/emacs-11
|
||||||
|
info/emacs-12
|
||||||
|
info/emacs-13
|
||||||
|
info/emacs-14
|
||||||
|
info/emacs-15
|
||||||
|
info/emacs-16
|
||||||
|
info/emacs-17
|
||||||
|
info/emacs-18
|
||||||
|
info/emacs-19
|
||||||
|
info/emacs-20
|
||||||
|
info/emacs-21
|
||||||
|
info/emacs-22
|
||||||
|
info/emacs-23
|
||||||
|
info/emacs-24
|
||||||
|
info/forms
|
||||||
|
info/gnus
|
||||||
|
info/gnus-1
|
||||||
|
info/gnus-2
|
||||||
|
info/gnus-3
|
||||||
|
info/info
|
||||||
|
info/sc
|
||||||
|
info/sc-1
|
||||||
|
info/sc-2
|
||||||
|
info/sc-3
|
||||||
|
info/vip
|
||||||
|
info/vip-1
|
||||||
|
info/vip-2
|
||||||
|
@comment
|
||||||
|
@comment mule-specific stuff
|
||||||
|
@comment
|
||||||
info/CCL
|
info/CCL
|
||||||
info/ISO2022
|
info/ISO2022
|
||||||
info/R2L
|
info/R2L
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
# Date created: 22 November 1994
|
# Date created: 22 November 1994
|
||||||
# Whom: Satoshi Asami (asami)
|
# Whom: Satoshi Asami (asami)
|
||||||
#
|
#
|
||||||
# $Id: Makefile,v 1.24 1996/11/11 05:07:15 obrien Exp $
|
# $Id: Makefile,v 1.25 1996/11/17 07:01:29 obrien Exp $
|
||||||
#
|
#
|
||||||
|
|
||||||
DISTNAME= mule-2.3
|
DISTNAME= mule-2.3
|
||||||
|
@ -21,7 +21,7 @@ CONFIGURE_ARGS= i386--freebsd --with-x-toolkit \
|
||||||
--terminal-face \
|
--terminal-face \
|
||||||
--locallisppath=${PREFIX}/lib/mule/site-lisp:${PREFIX}/share/emacs/site-lisp
|
--locallisppath=${PREFIX}/lib/mule/site-lisp:${PREFIX}/share/emacs/site-lisp
|
||||||
STRIP=
|
STRIP=
|
||||||
MAN1= coco.1 m2ps.1 mule.1
|
MAN1= coco.1 ctags.1 etags.1 m2ps.1 mule.1
|
||||||
|
|
||||||
pre-build:
|
pre-build:
|
||||||
find ${WRKSRC} -name \*.orig -exec /bin/rm -f \{} \;
|
find ${WRKSRC} -name \*.orig -exec /bin/rm -f \{} \;
|
||||||
|
@ -30,6 +30,8 @@ post-install:
|
||||||
# note that any2ps is a script
|
# note that any2ps is a script
|
||||||
strip ${PREFIX}/bin/b2m
|
strip ${PREFIX}/bin/b2m
|
||||||
strip ${PREFIX}/bin/coco
|
strip ${PREFIX}/bin/coco
|
||||||
|
strip ${PREFIX}/bin/ctags
|
||||||
|
strip ${PREFIX}/bin/etags
|
||||||
strip ${PREFIX}/bin/m2ps
|
strip ${PREFIX}/bin/m2ps
|
||||||
strip ${PREFIX}/bin/mule-19.28
|
strip ${PREFIX}/bin/mule-19.28
|
||||||
|
|
||||||
|
|
|
@ -10,10 +10,67 @@ bin/mule-19.28
|
||||||
bin/any2ps
|
bin/any2ps
|
||||||
bin/b2m
|
bin/b2m
|
||||||
bin/coco
|
bin/coco
|
||||||
|
bin/ctags
|
||||||
|
bin/etags
|
||||||
bin/m2ps
|
bin/m2ps
|
||||||
|
bin/rcs-checkin
|
||||||
man/man1/coco.1.gz
|
man/man1/coco.1.gz
|
||||||
|
man/man1/ctags.1.gz
|
||||||
|
man/man1/etags.1.gz
|
||||||
man/man1/m2ps.1.gz
|
man/man1/m2ps.1.gz
|
||||||
man/man1/mule.1.gz
|
man/man1/mule.1.gz
|
||||||
|
@comment
|
||||||
|
@comment emacs stuff
|
||||||
|
@comment
|
||||||
|
info/cl
|
||||||
|
info/cl-1
|
||||||
|
info/cl-2
|
||||||
|
info/cl-3
|
||||||
|
info/cl-4
|
||||||
|
info/cl-5
|
||||||
|
info/cl-6
|
||||||
|
info/dired-x
|
||||||
|
info/emacs
|
||||||
|
info/emacs-1
|
||||||
|
info/emacs-2
|
||||||
|
info/emacs-3
|
||||||
|
info/emacs-4
|
||||||
|
info/emacs-5
|
||||||
|
info/emacs-6
|
||||||
|
info/emacs-7
|
||||||
|
info/emacs-8
|
||||||
|
info/emacs-9
|
||||||
|
info/emacs-10
|
||||||
|
info/emacs-11
|
||||||
|
info/emacs-12
|
||||||
|
info/emacs-13
|
||||||
|
info/emacs-14
|
||||||
|
info/emacs-15
|
||||||
|
info/emacs-16
|
||||||
|
info/emacs-17
|
||||||
|
info/emacs-18
|
||||||
|
info/emacs-19
|
||||||
|
info/emacs-20
|
||||||
|
info/emacs-21
|
||||||
|
info/emacs-22
|
||||||
|
info/emacs-23
|
||||||
|
info/emacs-24
|
||||||
|
info/forms
|
||||||
|
info/gnus
|
||||||
|
info/gnus-1
|
||||||
|
info/gnus-2
|
||||||
|
info/gnus-3
|
||||||
|
info/info
|
||||||
|
info/sc
|
||||||
|
info/sc-1
|
||||||
|
info/sc-2
|
||||||
|
info/sc-3
|
||||||
|
info/vip
|
||||||
|
info/vip-1
|
||||||
|
info/vip-2
|
||||||
|
@comment
|
||||||
|
@comment mule-specific stuff
|
||||||
|
@comment
|
||||||
info/CCL
|
info/CCL
|
||||||
info/ISO2022
|
info/ISO2022
|
||||||
info/R2L
|
info/R2L
|
||||||
|
|
Loading…
Add table
Reference in a new issue