aboutsummaryrefslogtreecommitdiff
path: root/editors/tamago
Commit message (Collapse)AuthorAgeFilesLines
* Chase editors/emacs updateAshish SHUKLA2011-09-071-1/+1
| | | | Notes: svn path=/head/; revision=281398
* Chase editors/emacs update.Ashish SHUKLA2011-08-271-1/+1
| | | | | | | PR: ports/160196 Notes: svn path=/head/; revision=280599
* - Get Rid MD5 supportMartin Wilke2011-03-201-2/+0
| | | | Notes: svn path=/head/; revision=271346
* - update to 1.4.1Dirk Meyer2010-03-281-0/+1
| | | | | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi Notes: svn path=/head/; revision=251605
* Update to 4.0.6+0.20041122.18.Hiroki Sato2010-03-026-138/+39
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=250482
* Add emacs23 support.Hiroki Sato2010-03-013-1/+98
| | | | | | | | Feature safe: yes PR: ports/144393 Notes: svn path=/head/; revision=250467
* - update to jpeg-8Dirk Meyer2010-02-051-1/+1
| | | | Notes: svn path=/head/; revision=249285
* Changes to editors/emacs and Mk/bsd.emacs.mk were taken fromBoris Samorodov2009-12-202-12/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PR/137956 by Ashish SHUKLA (thanks!). [1] Those ports which define EMACS_PORT_NAME to be "emacs21" were not touched (this time). They may be converted to the new world order by removing the above mentioned assignment. Four ports were marked as BROKEN with EMACS_PORT_NAME=emacs23 (they do not compile): . lang/bigloo; . mail/wanderlust; . mail/wanderlust-devel; . www/emacs-w3m. Three ports were marked as IGNORE with EMACS_PORT_NAME=emacs23: . japanese/egg-canna (the port version is dated as of 2001, does not compile with Emacs 23 and seems it cannot be fixed); . deskutils/remember.el (was incorporated into Emacs 23); . editors/nxml (was incorporated into Emacs 23). Changes that were made after (and as a result of) exp run. For those ports: . japanese/migemo-emacs21; . japanese/migemo-emacs22 EMACS_PORT_NAME?= was changed to EMACS_PORT_NAME= to the apropriate emacs port name. PR: ports/137956 [1], ports/141369 [2] Submitted by: Ashish SHUKLA <wahjava at gmail.com> [1], bsam (me) [2] Exp-run by: miwi Notes: svn path=/head/; revision=246319
* - bump all port that indirectly depends on libjpeg and have not yet been ↵Dirk Meyer2009-07-311-1/+1
| | | | | | | | | bumped or updated Requested by: edwin Notes: svn path=/head/; revision=238701
* Add unix domain socket support for Wnn backend and use it byHiroki Sato2008-11-082-13/+161
| | | | | | | | | | | | | | | default. If $[CJKT]SERVER environment variable is defined, the value is used as the server host name. In JSERVER case, for example, the server name is determined in the following way: $JSERVER --(if null)--> wnn-jserver --(if null)--> "unix" If the server host name is null or matches "^unix$", unix domain socket is used. The path name of the socket can be specified in wnn-[cjkt]udpath custom variable. Notes: svn path=/head/; revision=222529
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-1/+1
| | | | | | | | | | | | | The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav) Notes: svn path=/head/; revision=214430
* Obey default EMACS_PORT_NAME defined in bsd.emacs.mk.Hajimu UMEMOTO2007-07-211-3/+4
| | | | | | | Reported by: pav Notes: svn path=/head/; revision=195992
* Fix works on FreeWnn-server and 64bit-emacs.Andrey Slusar2007-06-222-0/+22
| | | | | | | | PR: ports/113755 Submitted by: Nobuhiro Ban <ban.nobuhiro@gmail.com> Notes: svn path=/head/; revision=194092
* Debian patch is updated to 11. Now it includes latest anthy patchAndrey Slusar2007-05-273-23/+8
| | | | | | | | | | from Hideyuki SHIRAI. PR: ports/112993 Submitted by: KIMURA Yasuhiro <yasu@utahime.org> Notes: svn path=/head/; revision=192076
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-0/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* Install extra files with emacs 21 and above.Andrey Slusar2007-02-241-1/+1
| | | | | | | | PR: ports/109481 Submitted by: NIIMI Satoshi <sa2c@sa2c.net> Notes: svn path=/head/; revision=185832
* Add patch that fixes some bugs that occur when Anthy (japanese/anthy) is usedIon-Mihai Tetcu2006-06-263-3/+19
| | | | | | | | | | as backend engine. PR: ports/98066 Submitted by: maintainer Notes: svn path=/head/; revision=166393
* Remove USE_REINPLACE from all categories starting with EEdwin Groothuis2006-05-071-1/+0
| | | | Notes: svn path=/head/; revision=161556
* - Fix possibility of "infinite make fork" when "Registering install for ..."Mark Linimon2006-01-281-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | EMACS ports. [1] - Allow building a port as root using an NFS-mounted /usr/ports if the server maps root to a UID other than root. [2] - Make 'BROKEN' and 'IGNORED' ports exit their "make install" with a fail status rather than success. [3] - Improve behavior when dealing with versioned dependencies. [4] - Fix false positives in check-conflicts target. [5] - Remove obsolete bzip2 code. [6] - Add physical category net-p2p. [7] - Don't fetch INDEXFILE if not necessary; respect FETCH_ENV. [8], [11] - INDEX can now be moved outside of ports tree. [9] - Add ghostscript-gpl. [10] - Remove obsolete USE_MESA. [12] - Force pkg_install tools from ports on FreeBSD 4.10 and older. [13] - Document ALWAYS_KEEP_DISTFILES. [14] - Remove USE_REINPLACE from bsd.port.mk USE_DOS2UNIX patch. [15] PR: ports/37596 [1], ports/57259 [2], ports/63216 [3], ports/89448 [4], ports/89710 [5], ports/88996 [6], ports/89260 [7], ports/89363 [8], ports/89809 [9], ports/89853 [10], ports/91086 [11], ports/91710 [12], ports/91727 [13], ports/92111 [14], ports/92124 [15] Submitted by: Jay Sachs <jay at eziba dot com> [1], sem [1, 3, 8, 12], Andrew Heybey <ath at niksun dot com> [2], Jamie Jones <jamie at thompson dot bishopston dot net>, tobez [4], Mark Andrews <Mark_Andrews at isc dot org> [5], edwin [6, 11, 15], pav [7, 13], Peter Jeremy <PeterJeremy at optushome dot com dot au> [9], Ulrich Spoerlein <q at galgenberg dot net> [10], netchild [11], erwin [14] Reviewed by: kris, clement (partially) Notes: svn path=/head/; revision=154626
* - Add SHA256Pav Lucistnik2005-11-261-0/+2
| | | | Notes: svn path=/head/; revision=149530
* Update editors/tamago to debian patchlevel 9Emanuel Haupt2005-10-062-4/+4
| | | | | | | | | PR: 86909 Submitted by: KIMURA Yasuhiro <yasu@utahime.org> Approved by: novel (mentor) Notes: svn path=/head/; revision=144416
* Update to 4.0.6.0.20041122.8Jean-Yves Lefort2005-05-012-4/+4
| | | | | | | | PR: ports/80508 Submitted by: KIMURA Yasuhiro <yasu@utahime.org> Notes: svn path=/head/; revision=134462
* - Debian patch is updated to 7.Florent Thoumie2005-04-104-6/+28
| | | | | | | | | | | - Change to install some additional documents. - Add description about Debian's enhancement to pkg-descr. PR: ports/79763 Submitted by: KIMURA Yasuhiro <yasu@utahime.org> Notes: svn path=/head/; revision=132941
* Debian patch was updated to 4.0.6+0.20041122cvs-5, which fixesHajimu UMEMOTO2005-03-032-4/+4
| | | | | | | | | | the bug in eggrc. PR: ports/78331 Submitted by: KIMURA Yasuhiro <yasu@utahime.org> Notes: svn path=/head/; revision=130251
* - Debian patch was updated to 4.0.6+0.20041122cvs-4.Hajimu UMEMOTO2005-03-025-43/+6
| | | | | | | | | | - Change pkg-message. PR: ports/78100 Submitted by: KIMURA Yasuhiro <yasu@utahime.org> Notes: svn path=/head/; revision=130194
* update Debian patch to egg_4.0.6+0.20041122cvs-3.Hajimu UMEMOTO2005-02-243-24/+4
| | | | Notes: svn path=/head/; revision=129663
* oops, I forget to add new patch.Hajimu UMEMOTO2005-02-231-0/+22
| | | | Notes: svn path=/head/; revision=129607
* update Debian patch to egg_4.0.6+0.20041122cvs-2.Hajimu UMEMOTO2005-02-235-15/+20
| | | | Notes: svn path=/head/; revision=129606
* - Tamago didn't work with Canna since last update.Hajimu UMEMOTO2005-02-233-0/+33
| | | | | | | - add note how to use recent Tamago with Canna. Notes: svn path=/head/; revision=129597
* Update to 20041122 snapshotVolker Stolz2005-02-143-9/+11
| | | | | | | | PR: ports/77414 Submitted by: KIMURA Yasuhiro Notes: svn path=/head/; revision=128754
* Display pkg-message when installing from portVolker Stolz2004-11-091-0/+1
| | | | | | | | PR: ports/73693 Submitted by: TAOKA Fumiyoshi Notes: svn path=/head/; revision=121197
* Update to latest upstream-patchVolker Stolz2004-08-132-4/+4
| | | | | | | | PR: ports/70008 Submitted by: KIMURA Yasuhiro Notes: svn path=/head/; revision=116093
* - Update to 4.0.6.0.20020909.5Pav Lucistnik2004-07-313-18/+4
| | | | | | | | PR: ports/69840 Submitted by: KIMURA Yasuhiro <yasu@utahime.org> Notes: svn path=/head/; revision=115185
* Fix hangup problem in japanese-egg-anthy input method.MANTANI Nobutaka2004-07-042-1/+14
| | | | | | | | PR: ports/68617 Submitted by: SANETO Takanori <sanewo@ba2.so-net.ne.jp> Notes: svn path=/head/; revision=112910
* - Fix plist and unbreak for tamago-emacs20Pav Lucistnik2004-06-162-2/+8
| | | | | | | | PR: ports/67957 Submitted by: KIMURA Yasuhiro <yasu@utahime.org> Notes: svn path=/head/; revision=111617
* Without touching .nosearch, normal-top-level-add-subdirs-to-load-pathJun Kuriyama2004-05-222-1/+5
| | | | | | | | | | | | function in subdirs.el adds %%ELISPDIR%%/egg/egg which is for implementation specific. This port has egg/egg/anthy.el, and japanese/anthy also have anthy.el for actual use. Anthy tries to load egg/egg/anthy.el, not thier anthy.el without this fix. Notes: svn path=/head/; revision=109678
* Update to HEAD branch(4 times revised at 2002.09.09 based 4.0.6).Norikatsu Shigemura2004-05-183-13/+20
| | | | | | | | | PR: ports-jp/14676, ports/66656 Submitted by: KIMURA Yasuhiro <yasu@utahime.org> Obtained from: Debian Notes: svn path=/head/; revision=109460
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-0/+1
| | | | | | | (Part 2) Notes: svn path=/head/; revision=99920
* SIZEify.Trevor Johnson2004-01-291-0/+2
| | | | Notes: svn path=/head/; revision=99360
* De-pkg-comment.Akinori MUSHA2003-02-202-2/+2
| | | | Notes: svn path=/head/; revision=75952
* Remove redundant dependencies. Mk/bsd.emacs.mk takes care of them.Akinori MUSHA2002-12-211-3/+0
| | | | Notes: svn path=/head/; revision=71761
* Replace ${PERL} with ${REINPLACE_CMD}Ying-Chieh Liao2002-06-211-1/+2
| | | | | | | | PR: 39591 Submitted by: Oliver Braun <obraun@informatik.unibw-muenchen.de> Notes: svn path=/head/; revision=61681
* Add missing plist entries.Jun Kuriyama2001-10-281-0/+2
| | | | | | | Submitted by: ume Notes: svn path=/head/; revision=49301
* Oops, I put old patchfile on freefall. Update to use new one.Jun Kuriyama2001-10-282-2/+2
| | | | Notes: svn path=/head/; revision=49288
* Add a patch to catch up tamago's CVS.Jun Kuriyama2001-10-283-5/+13
| | | | | | | | | Change default taget to emacs21. Reviewed by: ports-jp Notes: svn path=/head/; revision=49285
* Make use of bsd.emacs.mk and its variables.Akinori MUSHA2001-04-172-66/+68
| | | | Notes: svn path=/head/; revision=41607
* EMACS_VER should now be 20.7.Steve Price2000-07-101-1/+1
| | | | Notes: svn path=/head/; revision=30382
* Adding tamago version 4.0.6.Steve Price2000-05-016-0/+116
A mltilingual input method for emacs - Egg v4. PR: 17236 Submitted by: tetsushi NAKAI <nakai@tsl.pe.u-tokyo.ac.jp> Notes: svn path=/head/; revision=28211