summaryrefslogtreecommitdiff
path: root/textproc/coco (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update distfilesSatoshi Taoka2001-12-032-13/+6
| | | | | | | | | | | 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) Notes: svn path=/head/; revision=50964
* Unbreak (a problem occurs by the modification of bsd.port.mk rev 1.379)Satoshi Taoka2001-12-031-5/+10
| | | | | | | | | Fix for mule*wnn7 ports Submitted by: motoyuki Notes: svn path=/head/; revision=50963
* * Add Wnn7's clients (jvim, jvim3, kinput2, mule) and a library forSatoshi Taoka2001-08-274-5/+139
| | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=46945
* My poor English in pkg-descr was correctedSatoshi Taoka2001-07-061-4/+4
| | | | | | | Submitted by: imp Notes: svn path=/head/; revision=44797
* Change PKGDIR from pkg/ to . Also fix places where ${PKGDIR} isSatoshi Asami2000-10-081-1/+1
| | | | | | | | | spelled out (many of which are ${PKGDIR}/MESSAGE -> ${PKGMESSAGE} type fixes that shouldn't have been necessary) and the string "/pkg/" appear. Notes: svn path=/head/; revision=33576
* Correct a slave port name mule-canna+freewnn (described in thisSatoshi Taoka2000-10-031-4/+4
| | | | | | | | | | | | editors/mule-common/Makefile) from mule-freewnn+canna Submitted by: Shigeto TAJIMA <tajima@ics.es.osaka-u.ac.jp> Obtained from: a direct mail Sort slave port names in the above Makefile. Notes: svn path=/head/; revision=33368
* Updated for the change of the following (1) and (2):Satoshi Taoka2000-09-174-14/+65
| | | | | | | | | | | | | | | | | | | | | | | | | (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 (^_^;; Notes: svn path=/head/; revision=32765
* Remove share/mule/$VERSION/info, share/mule/$VERSION and share/mule.Satoshi Asami2000-08-111-0/+3
| | | | | | | Submitted by: obento- Notes: svn path=/head/; revision=31503
* Fix typo.Motoyuki Konno2000-07-091-1/+1
| | | | Notes: svn path=/head/; revision=30368
* As threatened on freebsd-ports: all startup scripts know about the twoThomas Gellekum2000-07-052-10/+22
| | | | | | | | | | 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. Notes: svn path=/head/; revision=30229
* Unnecessary to create "info/dir"Satoshi Taoka2000-06-231-1/+1
| | | | Notes: svn path=/head/; revision=29818
* (1) ${PREFIX}/share/mule/19.34/etc/DOC-19.34.1 is installed by a port forSatoshi Taoka2000-06-231-2/+4
| | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=29815
* Cosmetic.Akinori MUSHA2000-04-141-19/+21
| | | | | | | | | | | | | | | | | {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'. Notes: svn path=/head/; revision=27529
* Finish converting editors/ to PORTNAME/PORTVERSION.Satoshi Asami2000-04-141-2/+3
| | | | Notes: svn path=/head/; revision=27506
* Cannot view gzipped info files if the next line is in ~/.emacs:Satoshi Taoka2000-02-211-0/+26
| | | | | | | | | | (set-default-process-coding-system *autoconv*unix *junet*) PR: 16817 Submitted by: amagai@nue.org (Y.Amagai) Notes: svn path=/head/; revision=26076
* On 3.X-R, mule has a problem "Segmentation fault". Then I fixed it.Satoshi Taoka2000-01-251-5/+10
| | | | | | | | PR: 16336 Submitted by: Munehiro Matsuda <haro@tk.kubota.co.jp> Notes: svn path=/head/; revision=25064
* Mule scrambles the screen on the console in 4.0-CURRENTSatoshi Taoka2000-01-041-0/+14
| | | | | | | | | PR: 14615 Noticed by: Kevin Street <street@iname.com> Fixed by: Kentaro Inagaki <inagaki@tg.rim.or.jp> Notes: svn path=/head/; revision=24400
* Added "%%LOCALBASE%%/share/mule/info" into site-start.elSatoshi Taoka1999-09-281-0/+1
| | | | | | | | Reported by: Inagaki Kentaro <inagaki@tg.rim.or.jp> Obtained from: ports-jp@jp.freebsd.org Notes: svn path=/head/; revision=22056
* echo -> ${ECHO} or ${ECHO_MSG} and in some cases, move echo stuffMichael Haro1999-08-271-1/+1
| | | | | | | to pkg/MESSAGE and use ${CAT} ${PKGMESSAGE} Notes: svn path=/head/; revision=21032
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
| | | | Notes: svn path=/head/; revision=20947
* chmod -> ${CHMOD}Michael Haro1999-08-221-4/+4
| | | | | | | chown -> ${CHOWN} Notes: svn path=/head/; revision=20885
* Fix a probrem which occurs if you specify WRKDIRPREFIX variable.SADA Kenji1999-07-011-7/+11
| | | | Notes: svn path=/head/; revision=19949
* Fix some 80+ character COMMENTs that turned-up in the recent pkg/COMMENTTim Vanderhoek1999-06-271-1/+1
| | | | | | | rampage. Notes: svn path=/head/; revision=19819
* Remove the test to create ${PREFIX}/share/info/dir as it is nowMichael Haro1999-06-052-5/+1
| | | | | | | in bsd.port.mk and this helps to unify the check and install. Notes: svn path=/head/; revision=19223
* Changed MAINTAINER's e-mail addressSatoshi Taoka1999-05-012-4/+4
| | | | | | | from taoka@infonets.hiroshima-u.ac.jp to taoka@FreeBSD.org Notes: svn path=/head/; revision=18291
* XIM does not work very well. So X_I18N_INHIBITED is set.Satoshi Taoka1999-04-051-2/+9
| | | | | | | Noticed by: MANTANI Nobutaka <nobutaka@nobutaka.com> Notes: svn path=/head/; revision=17645
* Remove CONFIGURE_TARGET, the default suffices with the fixed bsd.port.mk.Satoshi Asami1999-03-291-2/+1
| | | | | | | PR: 10724 Notes: svn path=/head/; revision=17430
* Fix to make ports work with bsd.port.mk rev. 1.306.Satoshi Asami1999-03-081-4/+4
| | | | | | | | | | | | | | | | | | | ${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. :) Notes: svn path=/head/; revision=17053
* For 4.X and later releaseSatoshi Taoka1999-03-031-1/+1
| | | | Notes: svn path=/head/; revision=16986
* Adjust port Makefiles to new EXTRACT_* variable defaults. See log ofSatoshi Asami1999-02-031-3/+3
| | | | | | | | | | | | | | | | | | | | | | 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. Notes: svn path=/head/; revision=16518
* Add fix for Alpha.Hidetoshi Shimokawa1999-01-237-21/+139
| | | | | | | - patch for configure, unexelf.c, alpha.h, PLIST and etc. Notes: svn path=/head/; revision=16277
* An ugly hack to make it build when PACKAGE_BUILDING build comes hereSatoshi Asami1998-12-021-4/+50
| | | | | | | | | | | 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) Notes: svn path=/head/; revision=15057
* Remove extra trailing "\" -- the CONFIGURE_ARGS line was continuing ontoSatoshi Asami1998-10-211-2/+2
| | | | | | | the "STRIP=". Notes: svn path=/head/; revision=14146
* Fix the emacsclient bug.Motoyuki Konno1998-10-091-0/+22
| | | | | | | PR: ports/8208 Notes: svn path=/head/; revision=13788
* Prepend ${WRKDIRPREFIX} to WRKDIR definitions.Satoshi Asami1998-10-081-5/+5
| | | | Notes: svn path=/head/; revision=13755
* Make startup script quiet according to my own guidelines.Satoshi Asami1998-10-071-2/+2
| | | | Notes: svn path=/head/; revision=13720
* ELFize. Also, upgrade to mule-2.3 based on emacs-19.34b (used to beSatoshi Asami1998-10-0716-1047/+2464
| | | | | | | | | | 19.28). PR: 8178 Submitted by: taoka@infonets.hiroshima-u.ac.jp Notes: svn path=/head/; revision=13703
* Bugfix:Masafumi Max NAKANE1998-05-022-2/+8
| | | | | | | | | | | | | | (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 Notes: svn path=/head/; revision=10806
* Fix etc/doc* installation related problems.Masafumi Max NAKANE1997-10-312-25/+0
| | | | | | | Submitted by: maintainer Notes: svn path=/head/; revision=8419
* Change jp-mule-* -> ja-mule-*Masafumi Max NAKANE1997-10-311-3/+3
| | | | | | | | | | | Submitted by: maintainer While at it, I also changed kr-mule-2.3 -> ko-mule-2.3 cn-mule-2.3 -> zh-mule-2.3 Notes: svn path=/head/; revision=8418
* Update the references to other mule ports.Masafumi Max NAKANE1997-10-231-3/+3
| | | | | | | | (Now, PKGNAME of these ports are ja-mule-*, zh-*, ko-* instead of jp, cn or kr.) Notes: svn path=/head/; revision=8337
* Share files among various mule ports, both port files and withinSatoshi Asami1997-09-108-64/+157
| | | | | | | | | | | | 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> Notes: svn path=/head/; revision=7845
* Align all info entries at 4th tab stop (as in system info entries).Satoshi Asami1997-06-083-22/+24
| | | | Notes: svn path=/head/; revision=6802
* Align all info dir entries in the "emacs" section.Satoshi Asami1997-05-282-7/+7
| | | | Notes: svn path=/head/; revision=6583
* Make the mule ports use install-info. Note that our makeinfo can'tSatoshi Asami1997-05-213-8/+220
| | | | | | | | handle sources with Japanese characters, so the dir entries for those are given explicitly in Makefile and pkg/PLIST. Notes: svn path=/head/; revision=6523
* Make the emacs/mule ports compile when __FreeBSD__ == 3. Closes PRSatoshi Asami1997-04-091-0/+9
| | | | | | | ports/3175. Notes: svn path=/head/; revision=6165
* Install emacsclient et al., which were not included previously becauseSatoshi Asami1996-11-302-2/+61
| | | | | | | | | | | | 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) Notes: svn path=/head/; revision=4730
* Converted to MAN[1-9NL]David E. O'Brien1996-11-171-6/+2
| | | | Notes: svn path=/head/; revision=4534
* CATEGORIES+= --> CATEGORIES=David E. O'Brien1996-11-111-2/+2
| | | | | | | Minor variable reordering where needed. Notes: svn path=/head/; revision=4383
* Use GNU_CONFIGURE instead of HAS_CONFIGURE. Conditionalize manSatoshi Asami1996-08-161-3/+5
| | | | | | | page compression on NOMANCOMPRESS. Notes: svn path=/head/; revision=3615