Commit graph

32 commits

Author SHA1 Message Date
ryoon
44a54620ee Update to 14.4
Changelog:
* Simplify skk-isearch
* Add some menu items
* Display input mode indicator near cursor position
* Get annotation from DictionaryServices on Mac OS X
* Get annotation from other program
* Make $ behavior changable
* Remove some combination from skk-azik.el
* Improve Tan-Kanji transform
* Add skk-search-web.el
* Other bugfixes
2012-02-21 09:51:25 +00:00
ryoon
e03b080907 Uodate to 14.3
* bug fix
* refactoring.
2011-10-12 11:20:46 +00:00
ryoon
d1b4813937 Add emacs23nox to EMACS_VERSIONS_ACCEPTED. 2011-02-09 12:44:21 +00:00
uebayasi
bf4cf7fe7a Update skk to 14.2. pkg/44486 by Ryo ONODERA.
Random summary of changes:

14.2
- Support multiple dictionaries.
- Support "tooltip".
- Support UNICODE display.
- Support face colors.
- Support character input by code number.
- Improve JIX X 0213 support.

14.1
- Support CDB directly.
- Improve info.
- Improve dynamic completion.
- Display character code.
- Various conversion improvements.
2011-02-03 14:42:53 +00:00
obache
e08c0b3fd8 Fixes regression of simplify PLIST.
skk-jisx0213 is not for emacs22.
Noticed in PR#43649 additionally.
2010-08-01 01:09:14 +00:00
obache
79a76ec715 Update skk to 14.0.91.
Based on PR#43649 by Ryo ONODERA.

Back from snapshot release, so version scheme also back from timestamp.
This release is still alpha release, but, yes, better than snapshot,
and need to support of emacs23.

While here,
* set LICENSE=gnu-gpl-v2
* simplify PLIST.
* fixes paths for tutorial file in setup file
* change to use MAKE_FLAGS instead of MAKEFLAGS, it affect subsequent
  make, e.g. failed to build of emacs for resolving dependency.
2010-07-31 08:45:09 +00:00
minskim
7b90c30295 PKGREVISION bump for elisp packages because of bytecode format changes
in emacs23.
2009-08-06 01:44:45 +00:00
minskim
508d1e537f Make inputmethod/skk build with emacs23. 2009-08-05 07:16:18 +00:00
joerg
45656cf39c Remove @dirrm entries from PLISTs 2009-06-14 18:00:32 +00:00
uebayasi
8c349b6e46 Introduce EMACS_BUILDLINK to decide if Emacs lisp file wrappers are really
created or not.  Packages that include other ELP's buildlink3.mk must define
EMACS_BUILDLINK.  Other packages don't create wrappers, which reduces build
time a lot.
2008-10-13 08:07:02 +00:00
uebayasi
34004f51e0 Move mk/emacs.mk to editors/emacs/modules.mk.
Don't call pkg_info to get the installed Emacs version; always use the
version matching EMACS_TYPE set by users.  Be DEPENDS to it.  This should
address pkg/37146 by Aleksey Cheusov.

While here convert some emacs lisp packages to user-destdir.
2008-10-11 09:31:54 +00:00
brook
f764574060 The distfile for this version has been relegated to the 'old-snapshots'
directory at the main site.
2008-05-30 16:03:17 +00:00
jlam
841dfa0e7a Convert to use PLIST_VARS instead of manually passing "@comment "
through PLIST_SUBST to the plist module.
2008-04-12 22:42:57 +00:00
uebayasi
a12457ee06 Update to ddskk-20080309, prompted by Masaharu Kirihara <mki_open_eight at yahoo
dot co dot jp>.  Changes unknown.
2008-03-11 01:26:08 +00:00
uebayasi
01a7036eef Update (dd)skk to 20071028. Changes unknown.
While here:

* Correct PKGNAME back to skk, not ddskk.

* Buildlink3'ify.
2007-10-29 13:25:26 +00:00
jlam
0ad81d9bd7 List the info files directly in the PLIST and install into
${EMACS_INFOPREFIX}.
2006-04-08 19:29:52 +00:00
jlam
0a3bd63e8a Use EMACS_MODULES instead of EMACS_USE_LEIM and the conditional dependency
on xemacs-packages.  In the "lookup" option dependency, correct the
package dependency name in the xemacs case by fixing a typo.  Bump the
PKGREVISION to 4.
2006-03-20 05:30:33 +00:00
wiz
a17ad95a43 Add missing file+dir to PLIST. Bump PKGREVISION. 2006-02-18 21:56:33 +00:00
joerg
5911def816 Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
rillig
b71a1d488b Fixed pkglint warnings. The warnings are mostly quoting issues, for
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some
other changes are outlined in

    http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-12-05 20:49:47 +00:00
uebayasi
aa8e85bcfd Rework emacs.mk:
1) Simplify the way how an emacs version is picked when no emacs
   is installed, but a user try to install an Emacs Lisp package.
   Just pick up the version set as EMACS_TYPE than searching for
   versions already installed etc.  If the EMACS_TYPE version is
   not supported by the Emacs Lisp Package, just fail.  EMACS_TYPE
   be default to GNU Emacs 21.

   (In other words, users should set EMACS_TYPE as they want.
   Otherwise GNU Emacs 21 is used.)

2) All Emacs Lisp Packages *must* prepend EMACS_PKGNAME_PREFIX to
   a) the PKGNAME itself, and b) PKGNAME in its dependency lines.
   EMACS_PKGNAME_PREFIX is expanded to "xemacs-" when XEmacs is
   used.  This keeps dependency graph of Emacs-Lisp-packages-
   installed-for-XEmacs consistent.

3) Document EMACS_* variables as much as possible.

4) Provide more cookies for PLIST.  Maybe utilized later.

Note that the 2) change doesn't affect the default, GNU Emacs 21
behaviour.  So no version / revision bumps in this commit.
2005-08-28 04:25:28 +00:00
wiz
a437583ff4 Dependencies should look like: foo-[0-9]* (instead of foo-*). Fix some. 2005-03-05 11:26:48 +00:00
uebayasi
f686caba23 Change lookup gateway an option. This reduces dependency much.
Bump revision.
2005-03-05 11:19:09 +00:00
agc
e6962cf9de Add RMD160 digests 2005-02-23 21:00:34 +00:00
wiz
6e02d7ee41 Rename ALL_TARGET to BUILD_TARGET for consistency with other *_TARGETs.
Suggested by Roland Illig, ok'd by various.
2004-12-03 15:14:50 +00:00
uebayasi
18174b3f6b Use SUBST_*. 2004-11-02 00:41:30 +00:00
seb
cc5b97523c Remove info files entries from PLIST. 2004-02-18 01:48:22 +00:00
minoura
dad164a932 editors/mule-ucs now supports emacs20.
Thanks again to Ogawa-san.
2003-09-13 08:30:38 +00:00
minoura
799e80b407 Require Mule-UCS upon build when Emacs version is 21.x.
Pointed out by Takanori Ogawa (ogawa at soundboard dot co dot jp).
2003-09-13 06:07:10 +00:00
minoura
500636beeb Correct XEmacs support.
Avoid dependency on the build environment; leim-list.el is installed
only when leim is installed.
2003-09-12 12:53:44 +00:00
minoura
6fd3da8f52 Remove whitespaces at the EOL. 2003-09-02 14:19:27 +00:00
minoura
1ccf363d1d Add a new package SKK, Simple Kana to Kanji conversion program.
This package replaces inputmethod/ddskk program; the DISTNAME still has
the prefix `dd' (which stands for daredevil), but it is the official
successor of the original SKK-9.6 developed by Mr.Masahiko Sato, and
the release is announced under the name of SKK.  So we decided to
change the package name.

Notable changes from ddskk-20030629 include: enhancements to skk-study,
bug fixes, support of ML dictionary, etc.
2003-09-02 14:16:45 +00:00