Commit graph

15 commits

Author SHA1 Message Date
agc
30b55df38e Convert all occurrences (353 by my count) of
MASTER_SITES= 	site1 \
			site2

style continuation lines to be simple repeated

	MASTER_SITES+= site1
	MASTER_SITES+= site2

lines. As previewed on tech-pkg. With thanks to rillig for fixing pkglint
accordingly.
2017-01-19 18:52:01 +00:00
agc
2eddae48e5 Add SHA512 digests for distfiles for textproc category
Problems found locating distfiles:
	Package cabocha: missing distfile cabocha-0.68.tar.bz2
	Package convertlit: missing distfile clit18src.zip
	Package php-enchant: missing distfile php-enchant/enchant-1.1.0.tgz

Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden).  All existing
SHA1 digests retained for now as an audit trail.
2015-11-04 01:59:17 +00:00
dholland
384132a8a7 Revbump all elisp packages after emacs changes. 2013-02-17 19:17:55 +00:00
asau
1f96787c11 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-25 06:55:37 +00:00
cheusov
8415339e29 Update to 1.0.4
- Flag (interactive) was removed from the following functions:
     dictem-select-strategy, dictem-select-database, dictem-read-query
     and dictem-run. This fixes Debian bug #564251.
2012-08-25 20:52:24 +00:00
cheusov
005a557b67 Add LICENSE
Update to dictem-1.0.3
  - fix: "dictem-get-matches" function returns dictionary names
    without ":" in the end.

  - fix.  insertion of text produced by "dict" client of by user's
    database is always made IN THE END of dictem buffer. This fixes
    the problems with hightlighting in match/define mixed results.

  - Fix failure when dictem-use-user-databases-only is t.  The problem
    was that dictem-last-database variable was initialized
    incorrectly.
2012-07-22 11:02:40 +00:00
cheusov
98589abbad Update my email 2011-10-09 10:02:44 +00:00
minskim
7b90c30295 PKGREVISION bump for elisp packages because of bytecode format changes
in emacs23.
2009-08-06 01:44:45 +00:00
joerg
73ae0afd90 Remove @dirrm entries from PLISTs 2009-06-14 18:17:11 +00:00
wiz
e74d31034c Update to 1.0.2, provided by Aleksey Cheusov in PR 41149.
Changes: fixes in dictem-postprocess-definition-remove-header
postprocessing function.
2009-04-06 10:34:55 +00:00
darcy
0105decc39 Change MAINTAINER email address at his request. 2009-03-21 16:07:02 +00:00
obache
2f44a4b533 Update dictem to 1.0.0.
Based on maintainer update request by PR 39892.

Major changes in 1.0.0:

   - Running dictem-initialize everytime your network/internet is up
     (if case you have no permanent connection to Internet,
     e.g. dial-up, adsl etc.) is a bit annoying. To avoid this dictem
     is (re)initialized (if needed) automatically from
     dictem-select-strategy and dictem-select-database functions.  As
     a result, running dictem-initialize in .emacs becomes unnecessary

   - New function (dictem-reinitialize-err) added

   - Minor fix in dictem-initialize-databases-alist function.  Now it
     returns error data in case of failure, not nil.
     (just like dictem-initialize-strategies-alist)
2008-11-12 12:25:27 +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
obache
15ad125e2a Update dictem to 0.82, per maintainer update request in PR 38339.
Notes:
  - FIX for emacs-22 (insert-string is replaced with insert)
  - Minor fixes in README
2008-04-05 04:45:22 +00:00
obache
f6d6156a98 Import dictem version 0.81 from pkgsrc-wip, packaged by Aleksey Cheusov.
This is newer version than PR 33203.

DictEm is a customizable DICT client for (X)Emacs. It implements all
functions of the client part of the DICT protocol (RFC-2229). Unlike
dictionary.el, it widely uses autocompletion that is used for
selecting a dictionary and search strategy. It also provides several
hooks that may be used for buffer postprocessing. Built-in
hyperlinking and a highlighting mechanisms are based on this
ability. Also, DictEm supports the mechanism of virtual dictionaries
that can be used for grouping dictionaries from _different_ DICT
servers into the client-side virtual dictionary.

Fore information about dictionary protocol and DICT project, see
http://www.dict.org.
2007-01-10 14:53:11 +00:00