summaryrefslogtreecommitdiff
path: root/editors/mule
AgeCommit message (Collapse)Author
2005-07-24BROKEN on 6.0: Configure failsKris Kennaway
2004-12-23Reset MAINTAINER to ports@.Norikatsu Shigemura
We cannot contact them for a long time. Discussed with: hrs Approved by: kiri(blanket), mita(blanket), shige(blanket), taoka(blanket)
2004-02-04Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke
(Part 2)
2003-11-13Use the FIND and XARGS macros introduced in bsd.port.mk 1.391.Trevor Johnson
2003-09-24Make portlint(1) happy by changing strip to ${STRIP_CMD}Sergey A. Osokin
Submitted by: Oleg Karachevtsev <ok@etrust.ru> PR: 56998
2003-03-07Remove pkg-comment from remaining master/slave port sets.Ade Lovett
Approved by: portmgr (implicitly)
2002-10-30Bump PORTREVISION because of updating the dependency port japanese/Wnn6-libSatoshi Taoka
Approved by: maintainer
2002-10-29Change linking libwnn6.so.1 instead of libwnn6_for_wnn7.so.1.Satoshi Taoka
A shared library file libwnn6_for_wnn7.so.1 (japapese/Wnn7-lib) was linked to mule bulid by mule-*wnn7. The port Wnn7-lib was uptated and produces libwnn7.so.1. But mule 2.3 cannot use libwnn7.so.1. So, libwnn6.so.1 is linked to mule.
2002-01-29Don't try to use ${ECHO_CMD} in a != before including bsd.port.pre.mkBill Fenner
Submitted by: distfile survey
2002-01-29Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command;Akinori MUSHA
the ECHO macro is set to "echo" by default, but it is set to "true" if make(1) is invoked with the -s option while ECHO_CMD is always set to the echo command. Use command macros where appropriate.
2001-12-03Update distfilesSatoshi Taoka
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)
2001-12-03Unbreak (a problem occurs by the modification of bsd.port.mk rev 1.379)Satoshi Taoka
Fix for mule*wnn7 ports Submitted by: motoyuki
2001-08-27* Add Wnn7's clients (jvim, jvim3, kinput2, mule) and a library forSatoshi Taoka
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
2001-01-16Massive style enforcement - use ^I instead of spaces for variables identation.Maxim Sobolev
2000-12-20Add MD5_FILE for slave ports.Satoshi Taoka
In the new layout of ports tree, it is required. Submitted by: imura
2000-10-08Change PKGDIR from pkg/ to . Also fix places where ${PKGDIR} isSatoshi Asami
spelled out (many of which are ${PKGDIR}/MESSAGE -> ${PKGMESSAGE} type fixes that shouldn't have been necessary) and the string "/pkg/" appear.
2000-10-08Change PATCHDIR from patches/ to files/. Also change PKGDIR (pkg/ toSatoshi Asami
.) and other pkg variables if they are nearby.
2000-09-17Updated for the change of the following (1) and (2):Satoshi Taoka
(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 (^_^;;
2000-04-20add SLAVEDIRSMichael Haro
2000-04-14Cosmetic.Akinori MUSHA
{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'.
2000-04-13Convert to PORTNAME/PORTVERSION. I'm doing these first so we can testSatoshi Asami
the slave ports.
1999-08-25Change Id->FreeBSD.David E. O'Brien
1999-05-01Changed MAINTAINER's e-mail addressSatoshi Taoka
from taoka@infonets.hiroshima-u.ac.jp to taoka@FreeBSD.org
1999-03-08Fix to make ports work with bsd.port.mk rev. 1.306.Satoshi Asami
${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. :)
1999-02-03Adjust port Makefiles to new EXTRACT_* variable defaults. See log ofSatoshi Asami
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.
1999-01-23Add fix for Alpha.Hidetoshi Shimokawa
- patch for configure, unexelf.c, alpha.h, PLIST and etc.
1998-12-02(Hopefully last) USE_XLIB.Satoshi Asami
1998-10-07ELFize. Also, upgrade to mule-2.3 based on emacs-19.34b (used to beSatoshi Asami
19.28). PR: 8178 Submitted by: taoka@infonets.hiroshima-u.ac.jp
1998-09-21Remove regexp support for libcanna since it can now be builtSteve Price
in ELF format as well.
1998-05-02Bugfix:Masafumi Max NAKANE
(1) /usr/local/lib/mule/site-lisp/site-start.el is fixed (2) /usr/X11R6/info is added to Info-default-directory-list in site-start.el (3) mule can work on FreeBSD-current (this problem is about new ld.so). PR: 6030 Submitted by: maintainer
1997-10-31Fix etc/doc* installation related problems.Masafumi Max NAKANE
Submitted by: maintainer
1997-09-10Share files among various mule ports, both port files and withinSatoshi Asami
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 <taoka@infonets.hiroshima-u.ac.jp>
1997-06-08Align all info entries at 4th tab stop (as in system info entries).Satoshi Asami
1997-05-28Align all info dir entries in the "emacs" section.Satoshi Asami
1997-05-21Make the mule ports use install-info. Note that our makeinfo can'tSatoshi Asami
handle sources with Japanese characters, so the dir entries for those are given explicitly in Makefile and pkg/PLIST.
1996-11-30Install emacsclient et al., which were not included previously becauseSatoshi Asami
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)
1996-11-17Converted to MAN[1-9NL]David E. O'Brien
1996-11-11CATEGORIES+= --> CATEGORIES=David E. O'Brien
Minor variable reordering where needed.
1996-08-16Use GNU_CONFIGURE instead of HAS_CONFIGURE. Conditionalize manSatoshi Asami
page compression on NOMANCOMPRESS.
1995-11-13Delete @cwd, @mode, @owner and @group from these packing lists.Satoshi Asami
Reported by: jkh
1995-11-09Shorten one-line comments. Boy, I'm listed as MAINTAINERs in aSatoshi Asami
lot of ports or what! ;>
1995-09-15Upgrade, 2.2.2 -> 2.3.Satoshi Asami
1995-07-23Remove redundant mkdir of share/emacs/site-lisp from post-install.Satoshi Asami
The internal install rule already creates all the site-lisp directories! Pointed-out by: me (not asami!)
1995-07-20Add a mkdir -p for share/emacs/site-lisp, just in case. Reverse theSatoshi Asami
order of the search for site-lisp (lib/mule is searched before share/emacs now).
1995-06-27UseSatoshi Asami
/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.
1995-05-12Put back the longer PLISTs, now that pkg_create can take them. Thanks,Satoshi Asami
Jordan!
1995-05-06Another PLIST hack to shrink it.Satoshi Asami
1995-04-23Since thud was down all day (no offense Gary :), I finally had time toSatoshi Asami
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.
1995-04-22Update Makefile.canna to work with bsd.port.mk.Satoshi Asami
Also, strip the installed binaries. Aren't you glad I invented post-install? :)
1995-04-20Update of editors Makefiles!Satoshi Asami