The FreeBSD Ports Archive
FreeBSD textproc : coco4>
Code converter for any of Mule's code
This is port of coco.
coco runs as a filter for code conversion among
any coding-systems which Mule can handle.
m2ps converts *internal* code, which Mule
handles, to Postscript by using bdf files.
coco and m2ps are one of commands in Mule2.3.
But this port just install coco and m2ps,
not all of Mule2.3.
- Teruaki Ata
PFA03027@nifty.ne.jp
ftp://ftp.m17n.org/pub/mule/
|
coco history
v. 1.61
date: 2004/02/23 06:04:46; author: kris; state: Exp; lines: +7 -1
BROKEN on !i386: Does not compile
v. 1.60
date: 2004/02/04 05:09:10; author: marcus; state: Exp; lines: +1 -0
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1)
v. 1.59
date: 2003/11/13 12:54:52; author: trevor; state: Exp; lines: +1 -1
Use the FIND and XARGS macros introduced in bsd.port.mk 1.391.
v. 1.58
date: 2003/02/21 13:42:33; author: knu; state: Exp; lines: +1 -0
De-pkg-comment.
v. 1.57
date: 2002/03/01 04:16:13; author: yoichi; state: Exp; lines: +19 -135
Add package includes coco & m2ps.
Those commands are included in mule-2.3 but not integrated in
emacs-2x distribution even after merging MULE feature.
(repo-copied from editors/mule-common)
PR: ports/33287
Submitted by: Teruaki Ata
v. 1.56
date: 2001/12/03 14:02:22; author: taoka; state: Exp; lines: +5 -11
Update distfiles
from emacs-19.34b.tar.gz + mule-23-1934-alpha01.diff.gz
to mule-2.3-19.34.tar.gz
Notice: the current distfile was modified slightly
(in src/indent.c)
v. 1.55
date: 2001/12/03 13:42:53; author: taoka; state: Exp; lines: +11 -6
Unbreak (a problem occurs by the modification of bsd.port.mk rev 1.379)
Fix for mule*wnn7 ports
Submitted by: motoyuki
v. 1.54
date: 2001/08/27 01:20:18; author: taoka; state: Exp; lines: +2 -1
* Add Wnn7's clients (jvim, jvim3, kinput2, mule) and a library for
Wnn7 clients (Wnn7-lib). Notice the latter is modified from Wnn6-lib
by me and is not released from the Product company of Wnn7 (Omron
Software Co., Ltd).
* Modify master ports of the above ports according to adding these.
* [ports/editors/mule/pkg-descr] My English in pkg-descr was corrected
Submitted by: imp
v. 1.53
date: 2000/10/08 10:19:43; author: asami; state: Exp; lines: +2 -2
Change PKGDIR from pkg/ to . Also fix places where ${PKGDIR} is
spelled out (many of which are ${PKGDIR}/MESSAGE -> ${PKGMESSAGE} type
fixes that shouldn't have been necessary) and the string "/pkg/"
appear.
v. 1.52
date: 2000/10/03 15:22:18; author: taoka; state: Exp; lines: +5 -5
Correct a slave port name mule-canna+freewnn (described in this
editors/mule-common/Makefile) from mule-freewnn+canna
Submitted by: Shigeto TAJIMA
Obtained from: a direct mail
Sort slave port names in the above Makefile.
v. 1.51
date: 2000/09/17 15:29:19; author: taoka; state: Exp; lines: +8 -8
Updated for the change of the following (1) and (2):
(1) {chinese,korean,japanese}/Wnn (Wnn 4.2) was updated as follows:
(a) Its name was changed from Wnn to FreeWnn because Wnn6 which is a
commercial software exits
(b) Its license was changed to GPL.
(c) The method to configure was changed from imake to GNU configure.
(d) Relatively to the original Wnn, the Wnn in the ports tree were
modified by me a lot. Most of the modifications were adopted
into FreeWnn.
(c) Header and library files are installed into
${LOCALBASE}/{lib,include} instead of ${X11BASE}/{lib,include}.
(2) FreeWnn is divided into two ports FreeWnn-lib and FreeWnn-server
in chinese, korean and japanese categories. The former is for libwnn
and header files to compile client commands, and the files used in
client commands. The latter is for a server to convert KANA to KANJI
(Chinese character), and dictionaries and files used by the server.
Notice: I forgot to commit editors/mule*, too (^_^;;
v. 1.50
date: 2000/07/09 10:26:22; author: motoyuki; state: Exp; lines: +2 -2
Fix typo.
v. 1.49
date: 2000/07/05 12:36:27; author: tg; state: Exp; lines: +2 -11
As threatened on freebsd-ports: all startup scripts know about the two
options `start' and `stop' now (unless I have forgotten any). This allows
us to call the scripts from /etc/rc.shutdown with the correct option.
The (42 or so) ports that already DTRT before are unchanged.
v. 1.48
date: 2000/06/23 15:37:57; author: taoka; state: Exp; lines: +5 -3
(1) ${PREFIX}/share/mule/19.34/etc/DOC-19.34.1 is installed by a port for
mule except mule-common. So, in this port, I must remove the file.
Pointed out: asami
(2) Removed the test to create ${PREFIX}/share/info/dir in mule-common/Makefile.
Pointed out: bento
v. 1.47
date: 2000/04/14 16:47:38; author: knu; state: Exp; lines: +22 -20
Cosmetic.
{chinese,japanese,korean}/mule-*:
- Set only the lang-specific category for each.
editors/mule:
- Set CATEGORIES+= editors to follow after a slave's lang-specific category.
- Define MULE_VERSION and EMACS_VERSION to use.
editors/mule-common:
- Remove redundant `Version required' line.
- Define MULE_VERSION and EMACS_VERSION to use.
- Use ${VAR:S/../../} modifier instead of !=, and `echo | sed'.
v. 1.46
date: 2000/04/14 06:20:31; author: asami; state: Exp; lines: +4 -3
Finish converting editors/ to PORTNAME/PORTVERSION.
v. 1.45
date: 1999/08/27 21:13:47; author: mharo; state: Exp; lines: +2 -2
echo -> ${ECHO} or ${ECHO_MSG} and in some cases, move echo stuff
to pkg/MESSAGE and use ${CAT} ${PKGMESSAGE}
v. 1.44
date: 1999/08/25 05:44:03; author: obrien; state: Exp; lines: +1 -1
Change Id->FreeBSD.
v. 1.43
date: 1999/08/22 18:57:42; author: mharo; state: Exp; lines: +4 -4
chmod -> ${CHMOD}
chown -> ${CHOWN}
v. 1.42
date: 1999/07/01 23:15:54; author: sada; state: Exp; lines: +11 -7
Fix a probrem which occurs if you specify WRKDIRPREFIX variable.
v. 1.41
date: 1999/06/05 22:29:22; author: mharo; state: Exp; lines: +1 -4
Remove the test to create ${PREFIX}/share/info/dir as it is now
in bsd.port.mk and this helps to unify the check and install.
v. 1.40
date: 1999/05/01 04:00:14; author: taoka; state: Exp; lines: +3 -3
Changed MAINTAINER's e-mail address
from taoka@infonets.hiroshima-u.ac.jp to taoka@FreeBSD.org
v. 1.39
date: 1999/03/29 07:50:59; author: asami; state: Exp; lines: +1 -2
Remove CONFIGURE_TARGET, the default suffices with the fixed bsd.port.mk.
PR: 10724
v. 1.38
date: 1999/03/08 07:28:24; author: asami; state: Exp; lines: +4 -4
Fix to make ports work with bsd.port.mk rev. 1.306.
${MACHINE_ARCH}--freebsd${OSREL} is now passed to CONFIGURE_ARGS if
GNU_CONFIGURE is defined. Take the target out of CONFIGURE_ARGS of
some ports that added it explicitly; define it as
${MACHINE_ARCH}--freebsd if the port doesn't like the ${OSREL} part;
define it as something else (such as ${MACHINE_ARCH}--freebsdelf if
the port requires that; define it as an empty string if the port
doesn't like it at all.
The last might be a sign that a GNU_CONFIGURE port actually doesn't
use GNU's version of configure at all; but I don't have time to go
look at them all, we'll fix them as time goes on.
At least we've got much fewer "-unknown-"s in the tree as the result. :)
v. 1.37
date: 1999/02/03 11:11:42; author: asami; state: Exp; lines: +3 -3
Adjust port Makefiles to new EXTRACT_* variable defaults. See log of
bsd.port.mk rev. 1.304 for details on the change.
The fix here is one of the following.
(1) Define USE_BZIP2 instead of BUILD_DEPENDS on bzip2 and redefining
EXTRACT_* commands.
(2) Change ${EXTRACT_CMD} to ${TAR} when the command is obviously
calling the "tar" command (i.e., arguments like "-xzf" are spelled
out).
(3) If ${EXTRACT_CMD} is called directly with ${EXTRACT_BEFORE_ARGS},
add ${EXTRACT_AFTER_ARGS} to the command line as well.
(4) If any of EXTRACT_CMD, EXTRACT_BEFORE_ARGS or EXTRACT_AFTER_ARGS
is set, define the other two too.
v. 1.36
date: 1999/01/23 14:28:27; author: simokawa; state: Exp; lines: +4 -3
Add fix for Alpha.
- patch for configure, unexelf.c, alpha.h, PLIST and etc.
v. 1.35
date: 1998/12/02 07:57:11; author: asami; state: Exp; lines: +50 -4
An ugly hack to make it build when PACKAGE_BUILDING build comes here
without building one of the other mule's first.
Also, add USE_XLIB and fix stuff to synch it with ../mule.
Submitted by: maintainer (last part)
v. 1.34
date: 1998/10/21 09:58:29; author: asami; state: Exp; lines: +2 -2
Remove extra trailing "\" -- the CONFIGURE_ARGS line was continuing onto
the "STRIP=".
v. 1.33
date: 1998/10/08 23:51:59; author: asami; state: Exp; lines: +5 -5
Prepend ${WRKDIRPREFIX} to WRKDIR definitions.
v. 1.32
date: 1998/10/07 21:57:56; author: asami; state: Exp; lines: +2 -2
Make startup script quiet according to my own guidelines.
v. 1.31
date: 1998/10/07 08:11:31; author: asami; state: Exp; lines: +61 -30
ELFize. Also, upgrade to mule-2.3 based on emacs-19.34b (used to be
19.28).
PR: 8178
Submitted by: taoka@infonets.hiroshima-u.ac.jp
v. 1.30
date: 1997/09/10 08:49:44; author: asami; state: Exp; lines: +56 -16
Share files among various mule ports, both port files and within
packages. The editors/mule-common package contains the language-
independent parts. Add some new ports based on input methods. They
don't take up much space because of efficient sharing.
PR: 4411
Submitted by: Satoshi Taoka
v. 1.29
date: 1997/06/08 12:54:52; author: asami; state: Exp; lines: +5 -5
Align all info entries at 4th tab stop (as in system info entries).
v. 1.28
date: 1997/05/28 03:06:31; author: asami; state: Exp; lines: +4 -4
Align all info dir entries in the "emacs" section.
v. 1.27
date: 1997/05/21 07:24:22; author: asami; state: Exp; lines: +16 -7
Make the mule ports use install-info. Note that our makeinfo can't
handle sources with Japanese characters, so the dir entries for those
are given explicitly in Makefile and pkg/PLIST.
v. 1.26
date: 1996/11/30 10:13:15; author: asami; state: Exp; lines: +4 -2
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)
v. 1.25
date: 1996/11/17 07:01:29; author: obrien; state: Exp; lines: +2 -6
Converted to MAN[1-9NL]
v. 1.24
date: 1996/11/11 05:07:15; author: obrien; state: Exp; lines: +2 -2
CATEGORIES+= --> CATEGORIES=
Minor variable reordering where needed.
v. 1.23
date: 1996/08/16 09:43:31; author: asami; state: Exp; lines: +5 -3
Use GNU_CONFIGURE instead of HAS_CONFIGURE. Conditionalize man
page compression on NOMANCOMPRESS.
v. 1.22
date: 1995/09/15 01:41:22; author: asami; state: Exp; lines: +5 -12
Upgrade, 2.2.2 -> 2.3.
v. 1.21
date: 1995/07/23 22:32:38; author: asami; state: Exp; lines: +1 -4
Remove redundant mkdir of share/emacs/site-lisp from post-install.
The internal install rule already creates all the site-lisp directories!
Pointed-out by: me (not asami!)
v. 1.20
date: 1995/07/20 00:25:14; author: asami; state: Exp; lines: +5 -2
Add a mkdir -p for share/emacs/site-lisp, just in case. Reverse the
order of the search for site-lisp (lib/mule is searched before
share/emacs now).
v. 1.19
date: 1995/06/27 10:45:31; author: asami; state: Exp; lines: +3 -2
Use
/usr/local/share/emacs/site-lisp
/usr/local/lib/mule-site-lisp
as the "site-lisp" directories. Basically all I did was tuck
--locallisppath=${PREFIX}/share/emacs/site-lisp:${PREFIX}/lib/mule/site-lisp
to the end of CONFIGURE_ARGS.
Also, all the patch-aa's are unnecessary because bsd.port.mk now will
take ${CFLAGS} from /etc/make.conf and put it in the environment before
calling configure.
v. 1.18
date: 1995/04/23 10:33:33; author: asami; state: Exp; lines: +18 -21
Since thud was down all day (no offense Gary :), I finally had time to
split mule into three ports:
editors/mule: no language-specific support
japanese/mule-canna: Japanese support, Canna library built-in
japanese/mule-wnn: Japanese support, Wnn library built-in
Note that the two ports under japanese/ will overwrite some of the
emacs support files. Although this itself isn't a problem, if you
pkg_delete it, you will lose some files needed for emacs. (This is
explained in DESCR, although god knows who reads them.)
Also I've listed every single file in the PLIST.
v. 1.17
date: 1995/04/22 12:39:19; author: asami; state: Exp; lines: +8 -1
Update Makefile.canna to work with bsd.port.mk.
Also, strip the installed binaries. Aren't you glad I invented
post-install? :)
v. 1.16
date: 1995/04/20 18:23:06; author: asami; state: Exp; lines: +2 -7
Update of editors Makefiles!
v. 1.15
date: 1995/04/10 08:06:03; author: jkh; state: Exp; lines: +2 -2
DEPENDS= ${PORTSDIR}/japanese/Wnn
Not:
DEPENDS= ${PORTSDIR}/utils/Wnn
v. 1.14
date: 1995/04/09 06:11:12; author: asami; state: Exp; lines: +18 -12
Another round of Makefile updates, editors version.
v. 1.13
date: 1995/04/01 12:44:49; author: jkh; state: Exp; lines: +2 -1
Add CATEGORIES lines to a whole bunch of port Makefiles. Some ports are in
multiple catagories - I'll expect the various MAINTAINERS to make further
adjustments (and add any KEYWORDS lines) themselves.
v. 1.12
date: 1995/03/28 06:21:04; author: asami; state: Exp; lines: +6 -28
Reviewed by:
Submitted by:
Obtained from:
v. 1.11
date: 1995/03/24 11:08:05; author: asami; state: Exp; lines: +2 -1
Added MAINTAINER= asami@FreeBSD.ORG to the ones I'm taking care of,
and some other minor cleanup.
v. 1.10
date: 1995/03/16 00:09:45; author: asami; state: Exp; lines: +2 -2
Change references to Wnn/Canna to point to ports/japanese instead of
ports/utils.
v. 1.9
date: 1995/03/04 10:58:29; author: asami; state: Exp; lines: +5 -3
Upgrade, 2.2 -> 2.2.2 (2.2 PL02).
Note: post-build and cannainfo.el are necessary only for reformatting one of
the info files whose source was patched, and can go away when the next
minor release (i.e., 2.3) comes out.
v. 1.8
date: 1995/02/17 06:28:02; author: asami; state: Exp; lines: +3 -1
Add .if !exists(/usr/X11R6/lib/libwnn.a) around DEPENDS line.
v. 1.7
date: 1995/02/13 18:08:49; author: ats; state: Exp; lines: +2 -1
Add an empty STRIP= line to the toplevel Makefile to get all shell-scripts
installed.
v. 1.6
date: 1995/01/03 14:16:51; author: asami; state: Exp; lines: +8 -11
Version up to 2.2 (now based on emacs-19.28).
@ Don't need freebsd.h and unexsunos4.c anymore (these were taken from
19.28, with a minor modification, which is now known as patch-ac).
@ Tweaked lib-src/Makefile.in.in so that it won't clobber existing emacs
installation (patch-ab).
@ Taken out -g from configure per someone's suggestion (patch-aa).
@ Changed patch site to one in US.
@ New md5 checksums.
v. 1.5
date: 1994/12/23 06:56:00; author: asami; state: Exp; lines: +6 -6
Fetch patch file into $DISTDIR directly instead of current dir.
v. 1.4
date: 1994/11/27 03:40:09; author: asami; state: Exp; lines: +11 -3
Add cookies to pre-patch to pre-build targets so that this sucker
won't do the same thing twice.
v. 1.3
date: 1994/11/26 23:07:02; author: ats; state: Exp; lines: +5 -1
Put in an override rule for the patch site, if MASTER_SITE_OVERRIDE is set.
v. 1.2
date: 1994/11/24 00:08:17; author: asami; state: Exp; lines: +2 -2
Make the message align with those from bsd.port.mk.
v. 1.1
date: 1994/11/22 23:59:12; author: asami; state: Exp;
branches: 1.1.1;
Initial revision
v. 1.1.1.1
date: 1994/11/22 23:59:13; author: asami; state: Exp; lines: +0 -0
mule, multilingual extension to emacs (based on 19.27)
=============================================================================
v. 1.61
date: 2004/02/23 06:04:46; author: kris; state: Exp; lines: +7 -1
BROKEN on !i386: Does not compile
v. 1.60
date: 2004/02/04 05:09:10; author: marcus; state: Exp; lines: +1 -0
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1)
v. 1.59
date: 2003/11/13 12:54:52; author: trevor; state: Exp; lines: +1 -1
Use the FIND and XARGS macros introduced in bsd.port.mk 1.391.
v. 1.58
date: 2003/02/21 13:42:33; author: knu; state: Exp; lines: +1 -0
De-pkg-comment.
v. 1.57
date: 2002/03/01 04:16:13; author: yoichi; state: Exp; lines: +19 -135
Add package includes coco & m2ps.
Those commands are included in mule-2.3 but not integrated in
emacs-2x distribution even after merging MULE feature.
(repo-copied from editors/mule-common)
PR: ports/33287
Submitted by: Teruaki Ata
v. 1.56
date: 2001/12/03 14:02:22; author: taoka; state: Exp; lines: +5 -11
Update distfiles
from emacs-19.34b.tar.gz + mule-23-1934-alpha01.diff.gz
to mule-2.3-19.34.tar.gz
Notice: the current distfile was modified slightly
(in src/indent.c)
v. 1.55
date: 2001/12/03 13:42:53; author: taoka; state: Exp; lines: +11 -6
Unbreak (a problem occurs by the modification of bsd.port.mk rev 1.379)
Fix for mule*wnn7 ports
Submitted by: motoyuki
v. 1.54
date: 2001/08/27 01:20:18; author: taoka; state: Exp; lines: +2 -1
* Add Wnn7's clients (jvim, jvim3, kinput2, mule) and a library for
Wnn7 clients (Wnn7-lib). Notice the latter is modified from Wnn6-lib
by me and is not released from the Product company of Wnn7 (Omron
Software Co., Ltd).
* Modify master ports of the above ports according to adding these.
* [ports/editors/mule/pkg-descr] My English in pkg-descr was corrected
Submitted by: imp
v. 1.53
date: 2000/10/08 10:19:43; author: asami; state: Exp; lines: +2 -2
Change PKGDIR from pkg/ to . Also fix places where ${PKGDIR} is
spelled out (many of which are ${PKGDIR}/MESSAGE -> ${PKGMESSAGE} type
fixes that shouldn't have been necessary) and the string "/pkg/"
appear.
v. 1.52
date: 2000/10/03 15:22:18; author: taoka; state: Exp; lines: +5 -5
Correct a slave port name mule-canna+freewnn (described in this
editors/mule-common/Makefile) from mule-freewnn+canna
Submitted by: Shigeto TAJIMA
Obtained from: a direct mail
Sort slave port names in the above Makefile.
v. 1.51
date: 2000/09/17 15:29:19; author: taoka; state: Exp; lines: +8 -8
Updated for the change of the following (1) and (2):
(1) {chinese,korean,japanese}/Wnn (Wnn 4.2) was updated as follows:
(a) Its name was changed from Wnn to FreeWnn because Wnn6 which is a
commercial software exits
(b) Its license was changed to GPL.
(c) The method to configure was changed from imake to GNU configure.
(d) Relatively to the original Wnn, the Wnn in the ports tree were
modified by me a lot. Most of the modifications were adopted
into FreeWnn.
(c) Header and library files are installed into
${LOCALBASE}/{lib,include} instead of ${X11BASE}/{lib,include}.
(2) FreeWnn is divided into two ports FreeWnn-lib and FreeWnn-server
in chinese, korean and japanese categories. The former is for libwnn
and header files to compile client commands, and the files used in
client commands. The latter is for a server to convert KANA to KANJI
(Chinese character), and dictionaries and files used by the server.
Notice: I forgot to commit editors/mule*, too (^_^;;
v. 1.50
date: 2000/07/09 10:26:22; author: motoyuki; state: Exp; lines: +2 -2
Fix typo.
v. 1.49
date: 2000/07/05 12:36:27; author: tg; state: Exp; lines: +2 -11
As threatened on freebsd-ports: all startup scripts know about the two
options `start' and `stop' now (unless I have forgotten any). This allows
us to call the scripts from /etc/rc.shutdown with the correct option.
The (42 or so) ports that already DTRT before are unchanged.
v. 1.48
date: 2000/06/23 15:37:57; author: taoka; state: Exp; lines: +5 -3
(1) ${PREFIX}/share/mule/19.34/etc/DOC-19.34.1 is installed by a port for
mule except mule-common. So, in this port, I must remove the file.
Pointed out: asami
(2) Removed the test to create ${PREFIX}/share/info/dir in mule-common/Makefile.
Pointed out: bento
v. 1.47
date: 2000/04/14 16:47:38; author: knu; state: Exp; lines: +22 -20
Cosmetic.
{chinese,japanese,korean}/mule-*:
- Set only the lang-specific category for each.
editors/mule:
- Set CATEGORIES+= editors to follow after a slave's lang-specific category.
- Define MULE_VERSION and EMACS_VERSION to use.
editors/mule-common:
- Remove redundant `Version required' line.
- Define MULE_VERSION and EMACS_VERSION to use.
- Use ${VAR:S/../../} modifier instead of !=, and `echo | sed'.
v. 1.46
date: 2000/04/14 06:20:31; author: asami; state: Exp; lines: +4 -3
Finish converting editors/ to PORTNAME/PORTVERSION.
v. 1.45
date: 1999/08/27 21:13:47; author: mharo; state: Exp; lines: +2 -2
echo -> ${ECHO} or ${ECHO_MSG} and in some cases, move echo stuff
to pkg/MESSAGE and use ${CAT} ${PKGMESSAGE}
v. 1.44
date: 1999/08/25 05:44:03; author: obrien; state: Exp; lines: +1 -1
Change Id->FreeBSD.
v. 1.43
date: 1999/08/22 18:57:42; author: mharo; state: Exp; lines: +4 -4
chmod -> ${CHMOD}
chown -> ${CHOWN}
v. 1.42
date: 1999/07/01 23:15:54; author: sada; state: Exp; lines: +11 -7
Fix a probrem which occurs if you specify WRKDIRPREFIX variable.
v. 1.41
date: 1999/06/05 22:29:22; author: mharo; state: Exp; lines: +1 -4
Remove the test to create ${PREFIX}/share/info/dir as it is now
in bsd.port.mk and this helps to unify the check and install.
v. 1.40
date: 1999/05/01 04:00:14; author: taoka; state: Exp; lines: +3 -3
Changed MAINTAINER's e-mail address
from taoka@infonets.hiroshima-u.ac.jp to taoka@FreeBSD.org
v. 1.39
date: 1999/03/29 07:50:59; author: asami; state: Exp; lines: +1 -2
Remove CONFIGURE_TARGET, the default suffices with the fixed bsd.port.mk.
PR: 10724
v. 1.38
date: 1999/03/08 07:28:24; author: asami; state: Exp; lines: +4 -4
Fix to make ports work with bsd.port.mk rev. 1.306.
${MACHINE_ARCH}--freebsd${OSREL} is now passed to CONFIGURE_ARGS if
GNU_CONFIGURE is defined. Take the target out of CONFIGURE_ARGS of
some ports that added it explicitly; define it as
${MACHINE_ARCH}--freebsd if the port doesn't like the ${OSREL} part;
define it as something else (such as ${MACHINE_ARCH}--freebsdelf if
the port requires that; define it as an empty string if the port
doesn't like it at all.
The last might be a sign that a GNU_CONFIGURE port actually doesn't
use GNU's version of configure at all; but I don't have time to go
look at them all, we'll fix them as time goes on.
At least we've got much fewer "-unknown-"s in the tree as the result. :)
v. 1.37
date: 1999/02/03 11:11:42; author: asami; state: Exp; lines: +3 -3
Adjust port Makefiles to new EXTRACT_* variable defaults. See log of
bsd.port.mk rev. 1.304 for details on the change.
The fix here is one of the following.
(1) Define USE_BZIP2 instead of BUILD_DEPENDS on bzip2 and redefining
EXTRACT_* commands.
(2) Change ${EXTRACT_CMD} to ${TAR} when the command is obviously
calling the "tar" command (i.e., arguments like "-xzf" are spelled
out).
(3) If ${EXTRACT_CMD} is called directly with ${EXTRACT_BEFORE_ARGS},
add ${EXTRACT_AFTER_ARGS} to the command line as well.
(4) If any of EXTRACT_CMD, EXTRACT_BEFORE_ARGS or EXTRACT_AFTER_ARGS
is set, define the other two too.
v. 1.36
date: 1999/01/23 14:28:27; author: simokawa; state: Exp; lines: +4 -3
Add fix for Alpha.
- patch for configure, unexelf.c, alpha.h, PLIST and etc.
v. 1.35
date: 1998/12/02 07:57:11; author: asami; state: Exp; lines: +50 -4
An ugly hack to make it build when PACKAGE_BUILDING build comes here
without building one of the other mule's first.
Also, add USE_XLIB and fix stuff to synch it with ../mule.
Submitted by: maintainer (last part)
v. 1.34
date: 1998/10/21 09:58:29; author: asami; state: Exp; lines: +2 -2
Remove extra trailing "\" -- the CONFIGURE_ARGS line was continuing onto
the "STRIP=".
v. 1.33
date: 1998/10/08 23:51:59; author: asami; state: Exp; lines: +5 -5
Prepend ${WRKDIRPREFIX} to WRKDIR definitions.
v. 1.32
date: 1998/10/07 21:57:56; author: asami; state: Exp; lines: +2 -2
Make startup script quiet according to my own guidelines.
v. 1.31
date: 1998/10/07 08:11:31; author: asami; state: Exp; lines: +61 -30
ELFize. Also, upgrade to mule-2.3 based on emacs-19.34b (used to be
19.28).
PR: 8178
Submitted by: taoka@infonets.hiroshima-u.ac.jp
v. 1.30
date: 1997/09/10 08:49:44; author: asami; state: Exp; lines: +56 -16
Share files among various mule ports, both port files and within
packages. The editors/mule-common package contains the language-
independent parts. Add some new ports based on input methods. They
don't take up much space because of efficient sharing.
PR: 4411
Submitted by: Satoshi Taoka
v. 1.29
date: 1997/06/08 12:54:52; author: asami; state: Exp; lines: +5 -5
Align all info entries at 4th tab stop (as in system info entries).
v. 1.28
date: 1997/05/28 03:06:31; author: asami; state: Exp; lines: +4 -4
Align all info dir entries in the "emacs" section.
v. 1.27
date: 1997/05/21 07:24:22; author: asami; state: Exp; lines: +16 -7
Make the mule ports use install-info. Note that our makeinfo can't
handle sources with Japanese characters, so the dir entries for those
are given explicitly in Makefile and pkg/PLIST.
v. 1.26
date: 1996/11/30 10:13:15; author: asami; state: Exp; lines: +4 -2
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)
v. 1.25
date: 1996/11/17 07:01:29; author: obrien; state: Exp; lines: +2 -6
Converted to MAN[1-9NL]
v. 1.24
date: 1996/11/11 05:07:15; author: obrien; state: Exp; lines: +2 -2
CATEGORIES+= --> CATEGORIES=
Minor variable reordering where needed.
v. 1.23
date: 1996/08/16 09:43:31; author: asami; state: Exp; lines: +5 -3
Use GNU_CONFIGURE instead of HAS_CONFIGURE. Conditionalize man
page compression on NOMANCOMPRESS.
v. 1.22
date: 1995/09/15 01:41:22; author: asami; state: Exp; lines: +5 -12
Upgrade, 2.2.2 -> 2.3.
v. 1.21
date: 1995/07/23 22:32:38; author: asami; state: Exp; lines: +1 -4
Remove redundant mkdir of share/emacs/site-lisp from post-install.
The internal install rule already creates all the site-lisp directories!
Pointed-out by: me (not asami!)
v. 1.20
date: 1995/07/20 00:25:14; author: asami; state: Exp; lines: +5 -2
Add a mkdir -p for share/emacs/site-lisp, just in case. Reverse the
order of the search for site-lisp (lib/mule is searched before
share/emacs now).
v. 1.19
date: 1995/06/27 10:45:31; author: asami; state: Exp; lines: +3 -2
Use
/usr/local/share/emacs/site-lisp
/usr/local/lib/mule-site-lisp
as the "site-lisp" directories. Basically all I did was tuck
--locallisppath=${PREFIX}/share/emacs/site-lisp:${PREFIX}/lib/mule/site-lisp
to the end of CONFIGURE_ARGS.
Also, all the patch-aa's are unnecessary because bsd.port.mk now will
take ${CFLAGS} from /etc/make.conf and put it in the environment before
calling configure.
v. 1.18
date: 1995/04/23 10:33:33; author: asami; state: Exp; lines: +18 -21
Since thud was down all day (no offense Gary :), I finally had time to
split mule into three ports:
editors/mule: no language-specific support
japanese/mule-canna: Japanese support, Canna library built-in
japanese/mule-wnn: Japanese support, Wnn library built-in
Note that the two ports under japanese/ will overwrite some of the
emacs support files. Although this itself isn't a problem, if you
pkg_delete it, you will lose some files needed for emacs. (This is
explained in DESCR, although god knows who reads them.)
Also I've listed every single file in the PLIST.
v. 1.17
date: 1995/04/22 12:39:19; author: asami; state: Exp; lines: +8 -1
Update Makefile.canna to work with bsd.port.mk.
Also, strip the installed binaries. Aren't you glad I invented
post-install? :)
v. 1.16
date: 1995/04/20 18:23:06; author: asami; state: Exp; lines: +2 -7
Update of editors Makefiles!
v. 1.15
date: 1995/04/10 08:06:03; author: jkh; state: Exp; lines: +2 -2
DEPENDS= ${PORTSDIR}/japanese/Wnn
Not:
DEPENDS= ${PORTSDIR}/utils/Wnn
v. 1.14
date: 1995/04/09 06:11:12; author: asami; state: Exp; lines: +18 -12
Another round of Makefile updates, editors version.
v. 1.13
date: 1995/04/01 12:44:49; author: jkh; state: Exp; lines: +2 -1
Add CATEGORIES lines to a whole bunch of port Makefiles. Some ports are in
multiple catagories - I'll expect the various MAINTAINERS to make further
adjustments (and add any KEYWORDS lines) themselves.
v. 1.12
date: 1995/03/28 06:21:04; author: asami; state: Exp; lines: +6 -28
Reviewed by:
Submitted by:
Obtained from:
v. 1.11
date: 1995/03/24 11:08:05; author: asami; state: Exp; lines: +2 -1
Added MAINTAINER= asami@FreeBSD.ORG to the ones I'm taking care of,
and some other minor cleanup.
v. 1.10
date: 1995/03/16 00:09:45; author: asami; state: Exp; lines: +2 -2
Change references to Wnn/Canna to point to ports/japanese instead of
ports/utils.
v. 1.9
date: 1995/03/04 10:58:29; author: asami; state: Exp; lines: +5 -3
Upgrade, 2.2 -> 2.2.2 (2.2 PL02).
Note: post-build and cannainfo.el are necessary only for reformatting one of
the info files whose source was patched, and can go away when the next
minor release (i.e., 2.3) comes out.
v. 1.8
date: 1995/02/17 06:28:02; author: asami; state: Exp; lines: +3 -1
Add .if !exists(/usr/X11R6/lib/libwnn.a) around DEPENDS line.
v. 1.7
date: 1995/02/13 18:08:49; author: ats; state: Exp; lines: +2 -1
Add an empty STRIP= line to the toplevel Makefile to get all shell-scripts
installed.
v. 1.6
date: 1995/01/03 14:16:51; author: asami; state: Exp; lines: +8 -11
Version up to 2.2 (now based on emacs-19.28).
@ Don't need freebsd.h and unexsunos4.c anymore (these were taken from
19.28, with a minor modification, which is now known as patch-ac).
@ Tweaked lib-src/Makefile.in.in so that it won't clobber existing emacs
installation (patch-ab).
@ Taken out -g from configure per someone's suggestion (patch-aa).
@ Changed patch site to one in US.
@ New md5 checksums.
v. 1.5
date: 1994/12/23 06:56:00; author: asami; state: Exp; lines: +6 -6
Fetch patch file into $DISTDIR directly instead of current dir.
v. 1.4
date: 1994/11/27 03:40:09; author: asami; state: Exp; lines: +11 -3
Add cookies to pre-patch to pre-build targets so that this sucker
won't do the same thing twice.
v. 1.3
date: 1994/11/26 23:07:02; author: ats; state: Exp; lines: +5 -1
Put in an override rule for the patch site, if MASTER_SITE_OVERRIDE is set.
v. 1.2
date: 1994/11/24 00:08:17; author: asami; state: Exp; lines: +2 -2
Make the message align with those from bsd.port.mk.
v. 1.1
date: 1994/11/22 23:59:12; author: asami; state: Exp;
branches: 1.1.1;
Initial revision
v. 1.1.1.1
date: 1994/11/22 23:59:13; author: asami; state: Exp; lines: +0 -0
mule, multilingual extension to emacs (based on 19.27)
=============================================================================
v. 1.61
date: 2004/02/23 06:04:46; author: kris; state: Exp; lines: +7 -1
BROKEN on !i386: Does not compile
v. 1.60
date: 2004/02/04 05:09:10; author: marcus; state: Exp; lines: +1 -0
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1)
v. 1.59
date: 2003/11/13 12:54:52; author: trevor; state: Exp; lines: +1 -1
Use the FIND and XARGS macros introduced in bsd.port.mk 1.391.
v. 1.58
date: 2003/02/21 13:42:33; author: knu; state: Exp; lines: +1 -0
De-pkg-comment.
v. 1.57
date: 2002/03/01 04:16:13; author: yoichi; state: Exp; lines: +19 -135
Add package includes coco & m2ps.
Those commands are included in mule-2.3 but not integrated in
emacs-2x distribution even after merging MULE feature.
(repo-copied from editors/mule-common)
PR: ports/33287
Submitted by: Teruaki Ata
v. 1.56
date: 2001/12/03 14:02:22; author: taoka; state: Exp; lines: +5 -11
Update distfiles
from emacs-19.34b.tar.gz + mule-23-1934-alpha01.diff.gz
to mule-2.3-19.34.tar.gz
Notice: the current distfile was modified slightly
(in src/indent.c)
v. 1.55
date: 2001/12/03 13:42:53; author: taoka; state: Exp; lines: +11 -6
Unbreak (a problem occurs by the modification of bsd.port.mk rev 1.379)
Fix for mule*wnn7 ports
Submitted by: motoyuki
v. 1.54
date: 2001/08/27 01:20:18; author: taoka; state: Exp; lines: +2 -1
* Add Wnn7's clients (jvim, jvim3, kinput2, mule) and a library for
Wnn7 clients (Wnn7-lib). Notice the latter is modified from Wnn6-lib
by me and is not released from the Product company of Wnn7 (Omron
Software Co., Ltd).
* Modify master ports of the above ports according to adding these.
* [ports/editors/mule/pkg-descr] My English in pkg-descr was corrected
Submitted by: imp
v. 1.53
date: 2000/10/08 10:19:43; author: asami; state: Exp; lines: +2 -2
Change PKGDIR from pkg/ to . Also fix places where ${PKGDIR} is
spelled out (many of which are ${PKGDIR}/MESSAGE -> ${PKGMESSAGE} type
fixes that shouldn't have been necessary) and the string "/pkg/"
appear.
v. 1.52
date: 2000/10/03 15:22:18; author: taoka; state: Exp; lines: +5 -5
Correct a slave port name mule-canna+freewnn (described in this
editors/mule-common/Makefile) from mule-freewnn+canna
Submitted by: Shigeto TAJIMA
Obtained from: a direct mail
Sort slave port names in the above Makefile.
v. 1.51
date: 2000/09/17 15:29:19; author: taoka; state: Exp; lines: +8 -8
Updated for the change of the following (1) and (2):
(1) {chinese,korean,japanese}/Wnn (Wnn 4.2) was updated as follows:
(a) Its name was changed from Wnn to FreeWnn because Wnn6 which is a
commercial software exits
(b) Its license was changed to GPL.
(c) The method to configure was changed from imake to GNU configure.
(d) Relatively to the original Wnn, the Wnn in the ports tree were
modified by me a lot. Most of the modifications were adopted
into FreeWnn.
(c) Header and library files are installed into
${LOCALBASE}/{lib,include} instead of ${X11BASE}/{lib,include}.
(2) FreeWnn is divided into two ports FreeWnn-lib and FreeWnn-server
in chinese, korean and japanese categories. The former is for libwnn
and header files to compile client commands, and the files used in
client commands. The latter is for a server to convert KANA to KANJI
(Chinese character), and dictionaries and files used by the server.
Notice: I forgot to commit editors/mule*, too (^_^;;
v. 1.50
date: 2000/07/09 10:26:22; author: motoyuki; state: Exp; lines: +2 -2
Fix typo.
v. 1.49
date: 2000/07/05 12:36:27; author: tg; state: Exp; lines: +2 -11
As threatened on freebsd-ports: all startup scripts know about the two
options `start' and `stop' now (unless I have forgotten any). This allows
us to call the scripts from /etc/rc.shutdown with the correct option.
The (42 or so) ports that already DTRT before are unchanged.
v. 1.48
date: 2000/06/23 15:37:57; author: taoka; state: Exp; lines: +5 -3
(1) ${PREFIX}/share/mule/19.34/etc/DOC-19.34.1 is installed by a port for
mule except mule-common. So, in this port, I must remove the file.
Pointed out: asami
(2) Removed the test to create ${PREFIX}/share/info/dir in mule-common/Makefile.
Pointed out: bento
v. 1.47
date: 2000/04/14 16:47:38; author: knu; state: Exp; lines: +22 -20
Cosmetic.
{chinese,japanese,korean}/mule-*:
- Set only the lang-specific category for each.
editors/mule:
- Set CATEGORIES+= editors to follow after a slave's lang-specific category.
- Define MULE_VERSION and EMACS_VERSION to use.
editors/mule-common:
- Remove redundant `Version required' line.
- Define MULE_VERSION and EMACS_VERSION to use.
- Use ${VAR:S/../../} modifier instead of !=, and `echo | sed'.
v. 1.46
date: 2000/04/14 06:20:31; author: asami; state: Exp; lines: +4 -3
Finish converting editors/ to PORTNAME/PORTVERSION.
v. 1.45
date: 1999/08/27 21:13:47; author: mharo; state: Exp; lines: +2 -2
echo -> ${ECHO} or ${ECHO_MSG} and in some cases, move echo stuff
to pkg/MESSAGE and use ${CAT} ${PKGMESSAGE}
v. 1.44
date: 1999/08/25 05:44:03; author: obrien; state: Exp; lines: +1 -1
Change Id->FreeBSD.
v. 1.43
date: 1999/08/22 18:57:42; author: mharo; state: Exp; lines: +4 -4
chmod -> ${CHMOD}
chown -> ${CHOWN}
v. 1.42
date: 1999/07/01 23:15:54; author: sada; state: Exp; lines: +11 -7
Fix a probrem which occurs if you specify WRKDIRPREFIX variable.
v. 1.41
date: 1999/06/05 22:29:22; author: mharo; state: Exp; lines: +1 -4
Remove the test to create ${PREFIX}/share/info/dir as it is now
in bsd.port.mk and this helps to unify the check and install.
v. 1.40
date: 1999/05/01 04:00:14; author: taoka; state: Exp; lines: +3 -3
Changed MAINTAINER's e-mail address
from taoka@infonets.hiroshima-u.ac.jp to taoka@FreeBSD.org
v. 1.39
date: 1999/03/29 07:50:59; author: asami; state: Exp; lines: +1 -2
Remove CONFIGURE_TARGET, the default suffices with the fixed bsd.port.mk.
PR: 10724
v. 1.38
date: 1999/03/08 07:28:24; author: asami; state: Exp; lines: +4 -4
Fix to make ports work with bsd.port.mk rev. 1.306.
${MACHINE_ARCH}--freebsd${OSREL} is now passed to CONFIGURE_ARGS if
GNU_CONFIGURE is defined. Take the target out of CONFIGURE_ARGS of
some ports that added it explicitly; define it as
${MACHINE_ARCH}--freebsd if the port doesn't like the ${OSREL} part;
define it as something else (such as ${MACHINE_ARCH}--freebsdelf if
the port requires that; define it as an empty string if the port
doesn't like it at all.
The last might be a sign that a GNU_CONFIGURE port actually doesn't
use GNU's version of configure at all; but I don't have time to go
look at them all, we'll fix them as time goes on.
At least we've got much fewer "-unknown-"s in the tree as the result. :)
v. 1.37
date: 1999/02/03 11:11:42; author: asami; state: Exp; lines: +3 -3
Adjust port Makefiles to new EXTRACT_* variable defaults. See log of
bsd.port.mk rev. 1.304 for details on the change.
The fix here is one of the following.
(1) Define USE_BZIP2 instead of BUILD_DEPENDS on bzip2 and redefining
EXTRACT_* commands.
(2) Change ${EXTRACT_CMD} to ${TAR} when the command is obviously
calling the "tar" command (i.e., arguments like "-xzf" are spelled
out).
(3) If ${EXTRACT_CMD} is called directly with ${EXTRACT_BEFORE_ARGS},
add ${EXTRACT_AFTER_ARGS} to the command line as well.
(4) If any of EXTRACT_CMD, EXTRACT_BEFORE_ARGS or EXTRACT_AFTER_ARGS
is set, define the other two too.
v. 1.36
date: 1999/01/23 14:28:27; author: simokawa; state: Exp; lines: +4 -3
Add fix for Alpha.
- patch for configure, unexelf.c, alpha.h, PLIST and etc.
v. 1.35
date: 1998/12/02 07:57:11; author: asami; state: Exp; lines: +50 -4
An ugly hack to make it build when PACKAGE_BUILDING build comes here
without building one of the other mule's first.
Also, add USE_XLIB and fix stuff to synch it with ../mule.
Submitted by: maintainer (last part)
v. 1.34
date: 1998/10/21 09:58:29; author: asami; state: Exp; lines: +2 -2
Remove extra trailing "\" -- the CONFIGURE_ARGS line was continuing onto
the "STRIP=".
v. 1.33
date: 1998/10/08 23:51:59; author: asami; state: Exp; lines: +5 -5
Prepend ${WRKDIRPREFIX} to WRKDIR definitions.
v. 1.32
date: 1998/10/07 21:57:56; author: asami; state: Exp; lines: +2 -2
Make startup script quiet according to my own guidelines.
v. 1.31
date: 1998/10/07 08:11:31; author: asami; state: Exp; lines: +61 -30
ELFize. Also, upgrade to mule-2.3 based on emacs-19.34b (used to be
19.28).
PR: 8178
Submitted by: taoka@infonets.hiroshima-u.ac.jp
v. 1.30
date: 1997/09/10 08:49:44; author: asami; state: Exp; lines: +56 -16
Share files among various mule ports, both port files and within
packages. The editors/mule-common package contains the language-
independent parts. Add some new ports based on input methods. They
don't take up much space because of efficient sharing.
PR: 4411
Submitted by: Satoshi Taoka
v. 1.29
date: 1997/06/08 12:54:52; author: asami; state: Exp; lines: +5 -5
Align all info entries at 4th tab stop (as in system info entries).
v. 1.28
date: 1997/05/28 03:06:31; author: asami; state: Exp; lines: +4 -4
Align all info dir entries in the "emacs" section.
v. 1.27
date: 1997/05/21 07:24:22; author: asami; state: Exp; lines: +16 -7
Make the mule ports use install-info. Note that our makeinfo can't
handle sources with Japanese characters, so the dir entries for those
are given explicitly in Makefile and pkg/PLIST.
v. 1.26
date: 1996/11/30 10:13:15; author: asami; state: Exp; lines: +4 -2
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)
v. 1.25
date: 1996/11/17 07:01:29; author: obrien; state: Exp; lines: +2 -6
Converted to MAN[1-9NL]
v. 1.24
date: 1996/11/11 05:07:15; author: obrien; state: Exp; lines: +2 -2
CATEGORIES+= --> CATEGORIES=
Minor variable reordering where needed.
v. 1.23
date: 1996/08/16 09:43:31; author: asami; state: Exp; lines: +5 -3
Use GNU_CONFIGURE instead of HAS_CONFIGURE. Conditionalize man
page compression on NOMANCOMPRESS.
v. 1.22
date: 1995/09/15 01:41:22; author: asami; state: Exp; lines: +5 -12
Upgrade, 2.2.2 -> 2.3.
v. 1.21
date: 1995/07/23 22:32:38; author: asami; state: Exp; lines: +1 -4
Remove redundant mkdir of share/emacs/site-lisp from post-install.
The internal install rule already creates all the site-lisp directories!
Pointed-out by: me (not asami!)
v. 1.20
date: 1995/07/20 00:25:14; author: asami; state: Exp; lines: +5 -2
Add a mkdir -p for share/emacs/site-lisp, just in case. Reverse the
order of the search for site-lisp (lib/mule is searched before
share/emacs now).
v. 1.19
date: 1995/06/27 10:45:31; author: asami; state: Exp; lines: +3 -2
Use
/usr/local/share/emacs/site-lisp
/usr/local/lib/mule-site-lisp
as the "site-lisp" directories. Basically all I did was tuck
--locallisppath=${PREFIX}/share/emacs/site-lisp:${PREFIX}/lib/mule/site-lisp
to the end of CONFIGURE_ARGS.
Also, all the patch-aa's are unnecessary because bsd.port.mk now will
take ${CFLAGS} from /etc/make.conf and put it in the environment before
calling configure.
v. 1.18
date: 1995/04/23 10:33:33; author: asami; state: Exp; lines: +18 -21
Since thud was down all day (no offense Gary :), I finally had time to
split mule into three ports:
editors/mule: no language-specific support
japanese/mule-canna: Japanese support, Canna library built-in
japanese/mule-wnn: Japanese support, Wnn library built-in
Note that the two ports under japanese/ will overwrite some of the
emacs support files. Although this itself isn't a problem, if you
pkg_delete it, you will lose some files needed for emacs. (This is
explained in DESCR, although god knows who reads them.)
Also I've listed every single file in the PLIST.
v. 1.17
date: 1995/04/22 12:39:19; author: asami; state: Exp; lines: +8 -1
Update Makefile.canna to work with bsd.port.mk.
Also, strip the installed binaries. Aren't you glad I invented
post-install? :)
v. 1.16
date: 1995/04/20 18:23:06; author: asami; state: Exp; lines: +2 -7
Update of editors Makefiles!
v. 1.15
date: 1995/04/10 08:06:03; author: jkh; state: Exp; lines: +2 -2
DEPENDS= ${PORTSDIR}/japanese/Wnn
Not:
DEPENDS= ${PORTSDIR}/utils/Wnn
v. 1.14
date: 1995/04/09 06:11:12; author: asami; state: Exp; lines: +18 -12
Another round of Makefile updates, editors version.
v. 1.13
date: 1995/04/01 12:44:49; author: jkh; state: Exp; lines: +2 -1
Add CATEGORIES lines to a whole bunch of port Makefiles. Some ports are in
multiple catagories - I'll expect the various MAINTAINERS to make further
adjustments (and add any KEYWORDS lines) themselves.
v. 1.12
date: 1995/03/28 06:21:04; author: asami; state: Exp; lines: +6 -28
Reviewed by:
Submitted by:
Obtained from:
v. 1.11
date: 1995/03/24 11:08:05; author: asami; state: Exp; lines: +2 -1
Added MAINTAINER= asami@FreeBSD.ORG to the ones I'm taking care of,
and some other minor cleanup.
v. 1.10
date: 1995/03/16 00:09:45; author: asami; state: Exp; lines: +2 -2
Change references to Wnn/Canna to point to ports/japanese instead of
ports/utils.
v. 1.9
date: 1995/03/04 10:58:29; author: asami; state: Exp; lines: +5 -3
Upgrade, 2.2 -> 2.2.2 (2.2 PL02).
Note: post-build and cannainfo.el are necessary only for reformatting one of
the info files whose source was patched, and can go away when the next
minor release (i.e., 2.3) comes out.
v. 1.8
date: 1995/02/17 06:28:02; author: asami; state: Exp; lines: +3 -1
Add .if !exists(/usr/X11R6/lib/libwnn.a) around DEPENDS line.
v. 1.7
date: 1995/02/13 18:08:49; author: ats; state: Exp; lines: +2 -1
Add an empty STRIP= line to the toplevel Makefile to get all shell-scripts
installed.
v. 1.6
date: 1995/01/03 14:16:51; author: asami; state: Exp; lines: +8 -11
Version up to 2.2 (now based on emacs-19.28).
@ Don't need freebsd.h and unexsunos4.c anymore (these were taken from
19.28, with a minor modification, which is now known as patch-ac).
@ Tweaked lib-src/Makefile.in.in so that it won't clobber existing emacs
installation (patch-ab).
@ Taken out -g from configure per someone's suggestion (patch-aa).
@ Changed patch site to one in US.
@ New md5 checksums.
v. 1.5
date: 1994/12/23 06:56:00; author: asami; state: Exp; lines: +6 -6
Fetch patch file into $DISTDIR directly instead of current dir.
v. 1.4
date: 1994/11/27 03:40:09; author: asami; state: Exp; lines: +11 -3
Add cookies to pre-patch to pre-build targets so that this sucker
won't do the same thing twice.
v. 1.3
date: 1994/11/26 23:07:02; author: ats; state: Exp; lines: +5 -1
Put in an override rule for the patch site, if MASTER_SITE_OVERRIDE is set.
v. 1.2
date: 1994/11/24 00:08:17; author: asami; state: Exp; lines: +2 -2
Make the message align with those from bsd.port.mk.
v. 1.1
date: 1994/11/22 23:59:12; author: asami; state: Exp;
branches: 1.1.1;
Initial revision
v. 1.1.1.1
date: 1994/11/22 23:59:13; author: asami; state: Exp; lines: +0 -0
mule, multilingual extension to emacs (based on 19.27)
=============================================================================
|
| |

|