summaryrefslogtreecommitdiff
path: root/editors/mule (follow)
Commit message (Collapse)AuthorAgeFilesLines
* add SLAVEDIRSMichael Haro2000-04-201-0/+2
| | | | Notes: svn path=/head/; revision=27783
* Cosmetic.Akinori MUSHA2000-04-141-18/+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
* Convert to PORTNAME/PORTVERSION. I'm doing these first so we can testSatoshi Asami2000-04-131-2/+2
| | | | | | | the slave ports. Notes: svn path=/head/; revision=27478
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
| | | | Notes: svn path=/head/; revision=20947
* 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
* Fix to make ports work with bsd.port.mk rev. 1.306.Satoshi Asami1999-03-081-3/+2
| | | | | | | | | | | | | | | | | | | ${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
* 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-231-2/+3
| | | | | | | - patch for configure, unexelf.c, alpha.h, PLIST and etc. Notes: svn path=/head/; revision=16277
* (Hopefully last) USE_XLIB.Satoshi Asami1998-12-021-1/+2
| | | | Notes: svn path=/head/; revision=15060
* ELFize. Also, upgrade to mule-2.3 based on emacs-19.34b (used to beSatoshi Asami1998-10-074-82/+98
| | | | | | | | | | 19.28). PR: 8178 Submitted by: taoka@infonets.hiroshima-u.ac.jp Notes: svn path=/head/; revision=13703
* Remove regexp support for libcanna since it can now be builtSteve Price1998-09-211-2/+2
| | | | | | | in ELF format as well. Notes: svn path=/head/; revision=13297
* Bugfix:Masafumi Max NAKANE1998-05-021-2/+10
| | | | | | | | | | | | | | (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-311-0/+2
| | | | | | | Submitted by: maintainer Notes: svn path=/head/; revision=8419
* Share files among various mule ports, both port files and withinSatoshi Asami1997-09-104-1020/+120
| | | | | | | | | | | | 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-082-13/+15
| | | | 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-212-8/+39
| | | | | | | | 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
* 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
* Delete @cwd, @mode, @owner and @group from these packing lists.Satoshi Asami1995-11-131-6/+1
| | | | | | | Reported by: jkh Notes: svn path=/head/; revision=2415
* Shorten one-line comments. Boy, I'm listed as MAINTAINERs in aSatoshi Asami1995-11-091-1/+1
| | | | | | | lot of ports or what! ;> Notes: svn path=/head/; revision=2402
* Upgrade, 2.2.2 -> 2.3.Satoshi Asami1995-09-154-17/+11
| | | | Notes: svn path=/head/; revision=2153
* Remove redundant mkdir of share/emacs/site-lisp from post-install.Satoshi Asami1995-07-231-4/+1
| | | | | | | | | The internal install rule already creates all the site-lisp directories! Pointed-out by: me (not asami!) Notes: svn path=/head/; revision=2003
* Add a mkdir -p for share/emacs/site-lisp, just in case. Reverse theSatoshi Asami1995-07-202-3/+6
| | | | | | | | order of the search for site-lisp (lib/mule is searched before share/emacs now). Notes: svn path=/head/; revision=1998
* UseSatoshi Asami1995-06-271-2/+3
| | | | | | | | | | | | | | | | | | /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. Notes: svn path=/head/; revision=1896
* Put back the longer PLISTs, now that pkg_create can take them. Thanks,Satoshi Asami1995-05-121-2/+888
| | | | | | | Jordan! Notes: svn path=/head/; revision=1688
* Another PLIST hack to shrink it.Satoshi Asami1995-05-061-888/+2
| | | | Notes: svn path=/head/; revision=1650
* Since thud was down all day (no offense Gary :), I finally had time toSatoshi Asami1995-04-233-29/+920
| | | | | | | | | | | | | | | | | | 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. Notes: svn path=/head/; revision=1500
* Update Makefile.canna to work with bsd.port.mk.Satoshi Asami1995-04-221-1/+8
| | | | | | | | Also, strip the installed binaries. Aren't you glad I invented post-install? :) Notes: svn path=/head/; revision=1491
* Update of editors Makefiles!Satoshi Asami1995-04-201-7/+2
| | | | Notes: svn path=/head/; revision=1473
* DEPENDS= ${PORTSDIR}/japanese/WnnJordan K. Hubbard1995-04-101-2/+2
| | | | | | | | Not: DEPENDS= ${PORTSDIR}/utils/Wnn Notes: svn path=/head/; revision=1319
* Another round of Makefile updates, editors version.Satoshi Asami1995-04-091-12/+18
| | | | Notes: svn path=/head/; revision=1308
* Add CATEGORIES lines to a whole bunch of port Makefiles. Some ports are inJordan K. Hubbard1995-04-011-1/+2
| | | | | | | | multiple catagories - I'll expect the various MAINTAINERS to make further adjustments (and add any KEYWORDS lines) themselves. Notes: svn path=/head/; revision=1267
* Reviewed by:Satoshi Asami1995-03-281-28/+6
| | | | | | | | Submitted by: Obtained from: Notes: svn path=/head/; revision=1224
* Added MAINTAINER= asami@FreeBSD.ORG to the ones I'm taking care of,Satoshi Asami1995-03-241-1/+2
| | | | | | | and some other minor cleanup. Notes: svn path=/head/; revision=1196
* Change references to Wnn/Canna to point to ports/japanese instead ofSatoshi Asami1995-03-161-2/+2
| | | | | | | ports/utils. Notes: svn path=/head/; revision=1135
* Forgot to change these when upgraded from 2.2 -> 2.2.2.Satoshi Asami1995-03-072-2/+2
| | | | Notes: svn path=/head/; revision=1106
* Upgrade, 2.2 -> 2.2.2 (2.2 PL02).Satoshi Asami1995-03-041-3/+5
| | | | | | | | | 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. Notes: svn path=/head/; revision=1085
* Add .if !exists(/usr/X11R6/lib/libwnn.a) around DEPENDS line.Satoshi Asami1995-02-171-1/+3
| | | | Notes: svn path=/head/; revision=995
* Add an empty STRIP= line to the toplevel Makefile to get all shell-scriptsAndreas Schulz1995-02-131-1/+2
| | | | | | | installed. Notes: svn path=/head/; revision=969
* Version up to 2.2 (now based on emacs-19.28).Satoshi Asami1995-01-034-15/+16
| | | | | | | | | | | | | @ 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. Notes: svn path=/head/; revision=676
* Fetch patch file into $DISTDIR directly instead of current dir.Satoshi Asami1994-12-231-6/+6
| | | | Notes: svn path=/head/; revision=603
* Add cookies to pre-patch to pre-build targets so that this suckerSatoshi Asami1994-11-271-3/+11
| | | | | | | won't do the same thing twice. Notes: svn path=/head/; revision=516
* Put in an override rule for the patch site, if MASTER_SITE_OVERRIDE is set.Andreas Schulz1994-11-261-1/+5
| | | | Notes: svn path=/head/; revision=512
* Added ln -s/rm trick taken from emacs port to maintain different versions.Satoshi Asami1994-11-251-1/+3
| | | | Notes: svn path=/head/; revision=497
* Make the message align with those from bsd.port.mk.Satoshi Asami1994-11-241-2/+2
| | | | Notes: svn path=/head/; revision=488
* mule, multilingual extension to emacs (based on 19.27)Satoshi Asami1994-11-224-0/+94
Notes: svn path=/head/; revision=467