The NetBSD Project

CVS log for pkgsrc/textproc/flyspell/Makefile

[BACK] Up to [cvs.netbsd.org] / pkgsrc / textproc / flyspell

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.19 / (download) - annotate - [select for diffs], Thu Aug 6 01:44:56 2009 UTC (2 years, 9 months ago) by minskim
Branch: MAIN
CVS Tags: pkgsrc-2012Q1-base, pkgsrc-2012Q1, pkgsrc-2011Q4-base, pkgsrc-2011Q4, pkgsrc-2011Q3-base, pkgsrc-2011Q3, pkgsrc-2011Q2-base, pkgsrc-2011Q2, pkgsrc-2011Q1-base, pkgsrc-2011Q1, pkgsrc-2010Q4-base, pkgsrc-2010Q4, pkgsrc-2010Q3-base, pkgsrc-2010Q3, pkgsrc-2010Q2-base, pkgsrc-2010Q2, pkgsrc-2010Q1-base, pkgsrc-2010Q1, pkgsrc-2009Q4-base, pkgsrc-2009Q4, pkgsrc-2009Q3-base, pkgsrc-2009Q3, HEAD
Changes since 1.18: +2 -1 lines
Diff to previous 1.18 (colored)

PKGREVISION bump for elisp packages because of bytecode format changes
in emacs23.

Revision 1.18 / (download) - annotate - [select for diffs], Sat Oct 11 09:31:58 2008 UTC (3 years, 7 months ago) by uebayasi
Branch: MAIN
CVS Tags: pkgsrc-2009Q2-base, pkgsrc-2009Q2, pkgsrc-2009Q1-base, pkgsrc-2009Q1, pkgsrc-2008Q4-base, pkgsrc-2008Q4
Changes since 1.17: +6 -4 lines
Diff to previous 1.17 (colored)

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.

Revision 1.17 / (download) - annotate - [select for diffs], Mon Jan 15 23:49:46 2007 UTC (5 years, 4 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2008Q3-base, pkgsrc-2008Q3, pkgsrc-2008Q2-base, pkgsrc-2008Q2, pkgsrc-2008Q1-base, pkgsrc-2008Q1, pkgsrc-2007Q4-base, pkgsrc-2007Q4, pkgsrc-2007Q3-base, pkgsrc-2007Q3, pkgsrc-2007Q2-base, pkgsrc-2007Q2, pkgsrc-2007Q1-base, pkgsrc-2007Q1, cwrapper, cube-native-xorg-base, cube-native-xorg
Changes since 1.16: +2 -3 lines
Diff to previous 1.16 (colored)

Update to 1.7m:

Release 1.7m, Wed Aug 23 11:37:05 CEST 2006 (Manuel Serrano):

        *** Instead of using the hard-wire "-l" ispell option, Flyspell.el
        now checks is Ispell.el defines the variable ISPELL-LISP-COMMAND.
        If it does, the value of this variable is used instead of the string
        "-l".


Release 1.7l, Mon Jul 24 16:50:06 CEST 2006 (Manuel Serrano):

        *** Fix a simple Xemacs bug. The function
        FLYSPELL-AFTER-CHANGE-FUNCTION was missing a guard. It has to
        check on Xemacs if this-command is a symbol or not!?

Revision 1.16 / (download) - annotate - [select for diffs], Thu Jun 15 13:31:30 2006 UTC (5 years, 11 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2006Q4-base, pkgsrc-2006Q4, pkgsrc-2006Q3-base, pkgsrc-2006Q3, pkgsrc-2006Q2-base, pkgsrc-2006Q2
Changes since 1.15: +2 -2 lines
Diff to previous 1.15 (colored)

Drop maintainership, I don't use them any longer.

Revision 1.15 / (download) - annotate - [select for diffs], Sun Feb 5 23:11:01 2006 UTC (6 years, 3 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2006Q1-base, pkgsrc-2006Q1
Changes since 1.14: +2 -1 lines
Diff to previous 1.14 (colored)

Recursive revision bump / recommended bump for gettext ABI change.

Revision 1.14 / (download) - annotate - [select for diffs], Sun Jan 1 18:38:01 2006 UTC (6 years, 4 months ago) by wiz
Branch: MAIN
Changes since 1.13: +2 -2 lines
Diff to previous 1.13 (colored)

Update to 1.7k: bug fix release.

Revision 1.13 / (download) - annotate - [select for diffs], Mon Dec 5 20:51:02 2005 UTC (6 years, 5 months ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2005Q4-base, pkgsrc-2005Q4
Changes since 1.12: +2 -2 lines
Diff to previous 1.12 (colored)

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

Revision 1.12 / (download) - annotate - [select for diffs], Mon Sep 5 17:04:53 2005 UTC (6 years, 8 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2005Q3-base, pkgsrc-2005Q3
Changes since 1.11: +2 -5 lines
Diff to previous 1.11 (colored)

Update to 1.7j:
*** Improve the handling of localwords on large regions.

Revision 1.11 / (download) - annotate - [select for diffs], Sun Aug 28 04:25:31 2005 UTC (6 years, 8 months ago) by uebayasi
Branch: MAIN
Changes since 1.10: +3 -3 lines
Diff to previous 1.10 (colored)

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.

Revision 1.10 / (download) - annotate - [select for diffs], Tue Jul 5 15:19:26 2005 UTC (6 years, 10 months ago) by wiz
Branch: MAIN
Changes since 1.9: +6 -3 lines
Diff to previous 1.9 (colored)

Distfile has changed without name change; set DIST_SUBDIR; PKGREVISION++.

Revision 1.9 / (download) - annotate - [select for diffs], Sat May 21 08:58:26 2005 UTC (7 years ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2005Q2-base, pkgsrc-2005Q2
Changes since 1.8: +2 -2 lines
Diff to previous 1.8 (colored)

Update to 1.7i:
Release 1.7i, Thu Apr 14 13:31:02 CEST 2005 (Manuel Serrano):

        *** replace (fboundp 'about-xemacs) with
        (or (foundp 'about-xemacs) (featurep 'xemacs)).

Revision 1.8 / (download) - annotate - [select for diffs], Sun Mar 27 20:37:11 2005 UTC (7 years, 2 months ago) by wiz
Branch: MAIN
Changes since 1.7: +2 -4 lines
Diff to previous 1.7 (colored)

Update to 1.7h:
Tue Mar 22 11:50:24 CET 2005 (Peter Heslin):
        *** Add advice for flyspell-auto-correct-previous-word.

Revision 1.7 / (download) - annotate - [select for diffs], Mon Dec 27 03:09:18 2004 UTC (7 years, 4 months ago) by minskim
Branch: MAIN
CVS Tags: pkgsrc-2005Q1-base, pkgsrc-2005Q1
Changes since 1.6: +2 -2 lines
Diff to previous 1.6 (colored)

Correct path to DISTFILES.

Revision 1.6 / (download) - annotate - [select for diffs], Thu Dec 16 07:29:18 2004 UTC (7 years, 5 months ago) by minskim
Branch: MAIN
CVS Tags: pkgsrc-2004Q4-base, pkgsrc-2004Q4
Changes since 1.5: +3 -1 lines
Diff to previous 1.5 (colored)

Fix checksum mismatch due to distfile change.  diff with the previous
shows some code changes.  Set DIST_SUBDIR to PKGNAME and bump
PKGREVISION.

Revision 1.5 / (download) - annotate - [select for diffs], Fri Nov 19 18:27:11 2004 UTC (7 years, 6 months ago) by wiz
Branch: MAIN
Changes since 1.4: +5 -6 lines
Diff to previous 1.4 (colored)

Update to 1.7f:
	*** Change the meaning of FLYSPELL-LARGE-REGION. From now on,
	if FLYSPELL-LARGE-REGION is nil, regions are treated as small.
	*** Improve doublon detection in TeX mode. The fix gets rid
	of errors introduced by indexes.
	*** Add the FLYSPELL-PROG-MODE-HOOK to FLYSPELL-PROG-MODE.

Revision 1.4 / (download) - annotate - [select for diffs], Tue Jan 20 12:26:49 2004 UTC (8 years, 4 months ago) by agc
Branch: MAIN
CVS Tags: pkgsrc-2004Q3-base, pkgsrc-2004Q3, pkgsrc-2004Q2-base, pkgsrc-2004Q2, pkgsrc-2004Q1-base, pkgsrc-2004Q1
Changes since 1.3: +2 -2 lines
Diff to previous 1.3 (colored)

Move WRKSRC definition away from the first paragraph in a Makefile.

Revision 1.3 / (download) - annotate - [select for diffs], Thu Jul 17 22:54:14 2003 UTC (8 years, 10 months ago) by grant
Branch: MAIN
CVS Tags: pkgsrc-2003Q4-base, pkgsrc-2003Q4
Changes since 1.2: +2 -2 lines
Diff to previous 1.2 (colored)

s/netbsd.org/NetBSD.org/

Revision 1.2 / (download) - annotate - [select for diffs], Sat Mar 29 12:42:36 2003 UTC (9 years, 1 month ago) by jmmv
Branch: MAIN
Changes since 1.1: +2 -2 lines
Diff to previous 1.1 (colored)

Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Tue Mar 4 09:12:09 2003 UTC (9 years, 2 months ago) by uebayasi
Branch: TNF
CVS Tags: pkgsrc-base
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (colored)

Initial import of Flyspell 1.7c.

  Flyspell enables on-the-fly spell checking in Emacs by the means
  of a minor mode. It is called Flyspell. This facility is hardly
  intrusive. It requires no help. Flyspell highlights incorrect words
  as soon as they are completed or as soon as the cursor hits a new
  word.
  
  Flyspell is language independent because you are free to select
  your own dictionary.
  
  Flyspell is compatible with TeX editing. That is, Flyspell tries,
  as much as possible, to avoid highlighting TeX command.
  
  Flyspell proposes corrections for miss-spelled words by the means
  of pop-up menus. Alternatively you will be able to store the word
  in the global dictionary, to add it to the current document dictionary
  or to ignore the miss-spelling for the current session.
  
  Flyspell also proposes automatic corrections.

(This DESCR is also written by wiz. :-)

Revision 1.1 / (download) - annotate - [select for diffs], Tue Mar 4 09:12:09 2003 UTC (9 years, 2 months ago) by uebayasi
Branch: MAIN

Initial revision

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>