Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use MASTERDIR where appropriate. Also, add FILE_DEPENDS to denote | Satoshi Asami | 1998-12-01 | 1 | -2/+5 |
| | | | | | that the port otherwise uses files from another port. (Note: support for FILE_DEPENDS is not in bsd.port.mk yet, so it's a no-op for now.) | ||||
* | Use the recently-released source of the Wnn6 client library, so we aren't | Satoshi Asami | 1998-12-01 | 1 | -3/+1 |
| | | | | | | | BROKEN_ELF anymore. PR: 8770 Submitted by: taoka@infonets.hiroshima-u.ac.jp | ||||
* | ELFize. Also, upgrade to mule-2.3 based on emacs-19.34b (used to be | Satoshi Asami | 1998-10-07 | 2 | -6/+8 |
| | | | | | | | 19.28). PR: 8178 Submitted by: taoka@infonets.hiroshima-u.ac.jp | ||||
* | Use ISO639 language abbreviation instead of ISO3166 country abbreviation | Masafumi Max NAKANE | 1997-09-14 | 1 | -2/+2 |
| | | | | for PKGNAME. (IE, jp-* to ja-*). | ||||
* | Share files among various mule ports, both port files and within | Satoshi Asami | 1997-09-10 | 3 | -68/+31 |
| | | | | | | | | | 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> | ||||
* | Align all info entries at 4th tab stop (as in system info entries). | Satoshi Asami | 1997-06-08 | 1 | -5/+5 |
| | |||||
* | Align all info dir entries in the "emacs" section. | Satoshi Asami | 1997-05-28 | 1 | -4/+4 |
| | |||||
* | Make the mule ports use install-info. Note that our makeinfo can't | Satoshi Asami | 1997-05-21 | 1 | -7/+16 |
| | | | | | handle sources with Japanese characters, so the dir entries for those are given explicitly in Makefile and pkg/PLIST. | ||||
* | Misc. bugfixes, mostly FreeBSD-specific. | Satoshi Asami | 1996-11-30 | 1 | -1/+10 |
| | | | | Submitted by: Hidekazu Kuroki <hidekazu@cs.titech.ac.jp> | ||||
* | Fix Makefiles to work with new bsd.port.mk. Mostly just replacing | Satoshi Asami | 1996-11-13 | 1 | -8/+2 |
| | | | | | ${COMPRESS_MAN} so they will at least work. I will come back later and get rid of all the .if !defined(NOMANCOMPRESS) stuff. | ||||
* | CATEGORIES+= -> CATEGORIES= | Masafumi Max NAKANE | 1996-11-11 | 1 | -2/+2 |
| | | | | Inspired by: obrien | ||||
* | Use GNU_CONFIGURE instead of HAS_CONFIGURE. Conditionalize man | Satoshi Asami | 1996-08-16 | 1 | -3/+5 |
| | | | | page compression on NOMANCOMPRESS. | ||||
* | Shorten one-line comments. Boy, I'm listed as MAINTAINERs in a | Satoshi Asami | 1995-11-09 | 1 | -1/+1 |
| | | | | lot of ports or what! ;> | ||||
* | Use BUILD_DEPENDS and LIB_DEPENDS instead of ".if !exists(...)" hack. | Satoshi Asami | 1995-10-11 | 1 | -4/+2 |
| | |||||
* | Upgrade, 2.2.2 -> 2.3. Note the base emacs version is still 19.28. | Satoshi Asami | 1995-07-28 | 3 | -14/+9 |
| | | | | Other variations (japanese/mule-canna, editors/mule) to follow. | ||||
* | Remove redundant mkdir of share/emacs/site-lisp from post-install. | Satoshi Asami | 1995-07-23 | 1 | -4/+1 |
| | | | | | | The internal install rule already creates all the site-lisp directories! Pointed-out by: me (not asami!) | ||||
* | Add a mkdir -p for share/emacs/site-lisp, just in case. Reverse the | Satoshi Asami | 1995-07-20 | 1 | -2/+5 |
| | | | | | order of the search for site-lisp (lib/mule is searched before share/emacs now). | ||||
* | Use | Satoshi Asami | 1995-06-27 | 1 | -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. | ||||
* | Since thud was down all day (no offense Gary :), I finally had time to | Satoshi Asami | 1995-04-23 | 3 | -29/+38 |
| | | | | | | | | | | | | | | | 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. | ||||
* | Update Makefile.canna to work with bsd.port.mk. | Satoshi Asami | 1995-04-22 | 1 | -1/+8 |
| | | | | | Also, strip the installed binaries. Aren't you glad I invented post-install? :) | ||||
* | Update of editors Makefiles! | Satoshi Asami | 1995-04-20 | 1 | -7/+2 |
| | |||||
* | DEPENDS= ${PORTSDIR}/japanese/Wnn | Jordan K. Hubbard | 1995-04-10 | 1 | -2/+2 |
| | | | | | Not: DEPENDS= ${PORTSDIR}/utils/Wnn | ||||
* | Another round of Makefile updates, editors version. | Satoshi Asami | 1995-04-09 | 1 | -12/+18 |
| | |||||
* | Add CATEGORIES lines to a whole bunch of port Makefiles. Some ports are in | Jordan K. Hubbard | 1995-04-01 | 1 | -1/+2 |
| | | | | | multiple catagories - I'll expect the various MAINTAINERS to make further adjustments (and add any KEYWORDS lines) themselves. | ||||
* | Reviewed by: | Satoshi Asami | 1995-03-28 | 1 | -28/+6 |
| | | | | | Submitted by: Obtained from: | ||||
* | Added MAINTAINER= asami@FreeBSD.ORG to the ones I'm taking care of, | Satoshi Asami | 1995-03-24 | 1 | -1/+2 |
| | | | | and some other minor cleanup. | ||||
* | Change references to Wnn/Canna to point to ports/japanese instead of | Satoshi Asami | 1995-03-16 | 1 | -2/+2 |
| | | | | ports/utils. | ||||
* | Forgot to change these when upgraded from 2.2 -> 2.2.2. | Satoshi Asami | 1995-03-07 | 2 | -2/+2 |
| | |||||
* | Upgrade, 2.2 -> 2.2.2 (2.2 PL02). | Satoshi Asami | 1995-03-04 | 1 | -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. | ||||
* | Add .if !exists(/usr/X11R6/lib/libwnn.a) around DEPENDS line. | Satoshi Asami | 1995-02-17 | 1 | -1/+3 |
| | |||||
* | Add an empty STRIP= line to the toplevel Makefile to get all shell-scripts | Andreas Schulz | 1995-02-13 | 1 | -1/+2 |
| | | | | installed. | ||||
* | Version up to 2.2 (now based on emacs-19.28). | Satoshi Asami | 1995-01-03 | 3 | -13/+10 |
| | | | | | | | | | | @ 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. | ||||
* | Fetch patch file into $DISTDIR directly instead of current dir. | Satoshi Asami | 1994-12-23 | 1 | -6/+6 |
| | |||||
* | Add cookies to pre-patch to pre-build targets so that this sucker | Satoshi Asami | 1994-11-27 | 1 | -3/+11 |
| | | | | won't do the same thing twice. | ||||
* | Put in an override rule for the patch site, if MASTER_SITE_OVERRIDE is set. | Andreas Schulz | 1994-11-26 | 1 | -1/+5 |
| | |||||
* | Make the message align with those from bsd.port.mk. | Satoshi Asami | 1994-11-24 | 1 | -2/+2 |
| | |||||
* | mule, multilingual extension to emacs (based on 19.27) | Satoshi Asami | 1994-11-22 | 3 | -0/+65 |