summaryrefslogtreecommitdiff
path: root/japanese/mule-canna (unfollow)
Commit message (Collapse)AuthorFilesLines
1999-08-25Change Id->FreeBSD.David E. O'Brien1-1/+1
Notes: svn path=/head/; revision=20944
1999-05-01Changed MAINTAINER's e-mail addressSatoshi Taoka2-3/+3
from taoka@infonets.hiroshima-u.ac.jp to taoka@FreeBSD.org Notes: svn path=/head/; revision=18291
1998-12-01Use MASTERDIR where appropriate. Also, add FILE_DEPENDS to denoteSatoshi Asami1-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.) Notes: svn path=/head/; revision=14974
1998-10-07ELFize. Also, upgrade to mule-2.3 based on emacs-19.34b (used to beSatoshi Asami2-6/+6
19.28). PR: 8178 Submitted by: taoka@infonets.hiroshima-u.ac.jp Notes: svn path=/head/; revision=13703
1997-09-14Use ISO639 language abbreviation instead of ISO3166 country abbreviationMasafumi Max NAKANE1-2/+2
for PKGNAME. (IE, jp-* to ja-*). Notes: svn path=/head/; revision=7911
1997-09-10Share files among various mule ports, both port files and withinSatoshi Asami3-66/+26
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
1997-06-08Align all info entries at 4th tab stop (as in system info entries).Satoshi Asami1-5/+5
Notes: svn path=/head/; revision=6802
1997-05-28Align all info dir entries in the "emacs" section.Satoshi Asami1-4/+4
Notes: svn path=/head/; revision=6583
1997-05-21Make the mule ports use install-info. Note that our makeinfo can'tSatoshi Asami1-7/+16
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
1996-11-30Misc. bugfixes, mostly FreeBSD-specific.Satoshi Asami1-1/+10
Submitted by: Hidekazu Kuroki <hidekazu@cs.titech.ac.jp> Notes: svn path=/head/; revision=4729
1996-11-13Fix Makefiles to work with new bsd.port.mk. Mostly just replacingSatoshi Asami1-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. Notes: svn path=/head/; revision=4440
1996-11-11CATEGORIES+= -> CATEGORIES=Masafumi Max NAKANE1-2/+2
Inspired by: obrien Notes: svn path=/head/; revision=4399
1996-09-20Updated CONFIGURE_ARGS to let --canna-include point to the new location ofMasafumi Max NAKANE1-2/+2
Canna's header files. Notes: svn path=/head/; revision=3822
1996-08-16Use GNU_CONFIGURE instead of HAS_CONFIGURE. Conditionalize manSatoshi Asami1-3/+5
page compression on NOMANCOMPRESS. Notes: svn path=/head/; revision=3615
1995-11-09Shorten one-line comments. Boy, I'm listed as MAINTAINERs in aSatoshi Asami1-1/+1
lot of ports or what! ;> Notes: svn path=/head/; revision=2402
1995-08-08Upgrade to version 2.3. The delta is almost identical to mule-wnn.Satoshi Asami3-13/+8
Submitted by: NIIMI Satoshi <sa2c@st.rim.or.jp> Notes: svn path=/head/; revision=2036
1995-07-23Remove redundant mkdir of share/emacs/site-lisp from post-install.Satoshi Asami1-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
1995-07-20Add a mkdir -p for share/emacs/site-lisp, just in case. Reverse theSatoshi Asami1-2/+5
order of the search for site-lisp (lib/mule is searched before share/emacs now). Notes: svn path=/head/; revision=1998
1995-06-27UseSatoshi Asami1-3/+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
1995-04-23Since thud was down all day (no offense Gary :), I finally had time toSatoshi Asami3-33/+41
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
1995-04-22Update Makefile.canna to work with bsd.port.mk.Satoshi Asami1-1/+8
Also, strip the installed binaries. Aren't you glad I invented post-install? :) Notes: svn path=/head/; revision=1491
1995-04-20Update of editors Makefiles!Satoshi Asami1-7/+2
Notes: svn path=/head/; revision=1473
1995-04-10DEPENDS= ${PORTSDIR}/japanese/WnnJordan K. Hubbard1-2/+2
Not: DEPENDS= ${PORTSDIR}/utils/Wnn Notes: svn path=/head/; revision=1319
1995-04-09Another round of Makefile updates, editors version.Satoshi Asami1-12/+18
Notes: svn path=/head/; revision=1308
1995-04-01Add CATEGORIES lines to a whole bunch of port Makefiles. Some ports are inJordan K. Hubbard1-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
1995-03-28Reviewed by:Satoshi Asami1-28/+6
Submitted by: Obtained from: Notes: svn path=/head/; revision=1224
1995-03-24Added MAINTAINER= asami@FreeBSD.ORG to the ones I'm taking care of,Satoshi Asami1-1/+2
and some other minor cleanup. Notes: svn path=/head/; revision=1196
1995-03-16Change references to Wnn/Canna to point to ports/japanese instead ofSatoshi Asami1-2/+2
ports/utils. Notes: svn path=/head/; revision=1135
1995-03-07Forgot to change these when upgraded from 2.2 -> 2.2.2.Satoshi Asami2-2/+2
Notes: svn path=/head/; revision=1106
1995-03-04Upgrade, 2.2 -> 2.2.2 (2.2 PL02).Satoshi Asami1-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
1995-02-17Add .if !exists(/usr/X11R6/lib/libwnn.a) around DEPENDS line.Satoshi Asami1-1/+3
Notes: svn path=/head/; revision=995
1995-02-13Add an empty STRIP= line to the toplevel Makefile to get all shell-scriptsAndreas Schulz1-1/+2
installed. Notes: svn path=/head/; revision=969
1995-01-03Version up to 2.2 (now based on emacs-19.28).Satoshi Asami3-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. Notes: svn path=/head/; revision=676
1994-12-23Fetch patch file into $DISTDIR directly instead of current dir.Satoshi Asami1-6/+6
Notes: svn path=/head/; revision=603
1994-11-27Add cookies to pre-patch to pre-build targets so that this suckerSatoshi Asami1-3/+11
won't do the same thing twice. Notes: svn path=/head/; revision=516
1994-11-26Put in an override rule for the patch site, if MASTER_SITE_OVERRIDE is set.Andreas Schulz1-1/+5
Notes: svn path=/head/; revision=512
1994-11-24Make the message align with those from bsd.port.mk.Satoshi Asami1-2/+2
Notes: svn path=/head/; revision=488
1994-11-22mule, multilingual extension to emacs (based on 19.27)Satoshi Asami3-0/+65
Notes: svn path=/head/; revision=467