aboutsummaryrefslogtreecommitdiff
path: root/editors/tamago
Commit message (Collapse)AuthorAgeFilesLines
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | editors) Notes: svn path=/head/; revision=327720
* - Remove MAKE_JOBS_SAFE variableAlex Kozlov2013-08-141-1/+0
| | | | | | | Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=324744
* - Improve compatibility with older Emacsen.Hiroki Sato2013-05-053-9/+31
| | | | | | | | - Mark MAKE_JOBS_SAFE=yes. - Respect CC and CFLAGS for egg-helper. Notes: svn path=/head/; revision=317394
* - Remove redundant lines and style clean-ups.Hiroki Sato2013-04-233-8/+53
| | | | | | | | | | - Fix (accept-process-output) to use (with-local-quit). - Replace (inactivate-current-input-method-function) with (deactivate-current-input-method-function). - Replace (inactivate-input-method) with (deactivate-input-method). Notes: svn path=/head/; revision=316369
* - Rename obsolete symbol (s/last-command-char/last-command-event/) whichHiroki Sato2013-04-157-20/+63
| | | | | | | | | | | | prevents it from working with Emacs 24.3. - Minor style fixes. Submitted by: Yasuhiro KIMURA PR: ports/177498 Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=315801
* GNU Emacs updatesAshish SHUKLA2013-03-301-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | editors/emacs: - Update to 24.3 - Update CANNA patchset[1] - Unbreak ARM support by using the patch from emacs-devel port - Add missing INSTALLS_ICONS[2] - Remove a patch which is already integrated upstream - Fix Makefile header editors/emacs-devel: - Update to bzr revision 112178 - Fix Makefile header - Add missing INSTALLS_ICONS[2] editors/emacs23: - Remove ABI versions from LIB_DEPENDS - Fix Makefile header - Add missing INSTALLS_ICONS[2] Mk/bsd.emacs.mk: - Update major version for editors/emacs port *: - Bump PORTREVISION to chase Emacs updates PR: ports/177428[2] Submitted by: Yuji TAKANO[1] (via private email), bdrewery[2] Notes: svn path=/head/; revision=315598
* - Add LICENSE.Hiroki Sato2013-02-021-7/+5
| | | | | | | | | | - Style fix. Submitted by: Yasuhiro KIMURA PR: ports/175286 Notes: svn path=/head/; revision=311438
* Chase Emacs updatesAshish SHUKLA2012-09-041-0/+1
| | | | Notes: svn path=/head/; revision=303664
* - Update to 4.0.6.0.20041122.19.Hiroki Sato2012-08-044-5/+28
| | | | | | | | | - Fix make-local-hook issue in emacs24. PR: ports/170360 Notes: svn path=/head/; revision=301979
* Add support for emacs24.Hiroki Sato2012-08-031-1/+1
| | | | | | | Spotted by: beat Notes: svn path=/head/; revision=301939
* - Bump PORTREVISION to chase Emacs port updatesAshish SHUKLA2012-08-011-1/+1
| | | | | | | - Unbreak INDEX caused by databases/lsdb, editors/flim, and editors/semi Notes: svn path=/head/; revision=301834
* - update png to 1.5.10Dirk Meyer2012-06-011-1/+1
| | | | Notes: svn path=/head/; revision=297915
* - Chase Emacs updatesAshish SHUKLA2012-02-221-1/+1
| | | | | | | PR: ports/165082 Notes: svn path=/head/; revision=292058
* - Chase editors/emacs updateAshish SHUKLA2011-10-171-1/+1
| | | | Notes: svn path=/head/; revision=283686
* 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