The NetBSD Project

CVS log for pkgsrc/devel/apel/Makefile

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / devel / apel

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.43: download - view: text, markup, annotated - select for diffs
Sun Jun 30 22:23:13 2024 UTC (4 months, 2 weeks ago) by mef
Branches: MAIN
CVS tags: pkgsrc-2024Q3-base, pkgsrc-2024Q3, HEAD
Diff to: previous 1.42: preferred, colored
Changes since revision 1.42: +2 -1 lines
(devel/apel) +EMACS_VERSIONS_ACCEPTED+= emacs29 emacs29nox, tks wiz@

Revision 1.42: download - view: text, markup, annotated - select for diffs
Fri Sep 15 23:19:27 2023 UTC (14 months ago) by dholland
Branches: MAIN
CVS tags: pkgsrc-2024Q2-base, pkgsrc-2024Q2, pkgsrc-2024Q1-base, pkgsrc-2024Q1, pkgsrc-2023Q4-base, pkgsrc-2023Q4, pkgsrc-2023Q3-base, pkgsrc-2023Q3
Diff to: previous 1.41: preferred, colored
Changes since revision 1.41: +3 -3 lines
devel/apel: claims to work in emacs20/21, but does not.

Revision 1.41: download - view: text, markup, annotated - select for diffs
Wed Aug 30 20:25:30 2023 UTC (14 months, 2 weeks ago) by gdt
Branches: MAIN
Diff to: previous 1.40: preferred, colored
Changes since revision 1.40: +2 -2 lines
various: Drop emacs25 from EMACS_VERSIONS_ACCEPTED

(due to recent removal of emacs25)

Revision 1.40: download - view: text, markup, annotated - select for diffs
Mon Aug 22 07:39:09 2022 UTC (2 years, 2 months ago) by markd
Branches: MAIN
CVS tags: pkgsrc-2023Q2-base, pkgsrc-2023Q2, pkgsrc-2023Q1-base, pkgsrc-2023Q1, pkgsrc-2022Q4-base, pkgsrc-2022Q4, pkgsrc-2022Q3-base, pkgsrc-2022Q3
Diff to: previous 1.39: preferred, colored
Changes since revision 1.39: +2 -1 lines
apel: allow emacs28

Revision 1.39: download - view: text, markup, annotated - select for diffs
Sat May 14 22:25:33 2022 UTC (2 years, 6 months ago) by dholland
Branches: MAIN
CVS tags: pkgsrc-2022Q2-base, pkgsrc-2022Q2
Diff to: previous 1.38: preferred, colored
Changes since revision 1.38: +2 -1 lines
Bump all elisp packages for the CONFLICTS change.

Revision 1.38: download - view: text, markup, annotated - select for diffs
Mon Jan 31 00:17:58 2022 UTC (2 years, 9 months ago) by mef
Branches: MAIN
CVS tags: pkgsrc-2022Q1-base, pkgsrc-2022Q1
Diff to: previous 1.37: preferred, colored
Changes since revision 1.37: +4 -3 lines
(devel/apel) Updated 10.8.20170122 to 10.8.20201107

Commits on Nov 6, 2020
 1. Merge pull request #11 from tats/bug/fontset
    Fix fontset-pixel-size failure
    @ikazuhiro
    ikazuhiro committed Nov 6, 2020
    4e3269b

 2. Fix fontset-pixel-size failure
    * poem-e20.el (fontset-pixel-size): Don't check height, which no
    longer exists since Emacs 23.
    @tats
    tats committed Nov 6, 2020
    ede3a69

Commits on Nov 5, 2020
 1. Revive poe.el's dependency on pym.el
    * poe.el: Require pym.el.  pym.el is a part of poe.el.
    Cf. #10
    @ikazuhiro
    ikazuhiro committed Nov 5, 2020
    b87ded4

Commits on Oct 31, 2020
 1. Remove conditional definition of functions and variable.
    Now all supported platforms have the same condition.
    * emu.el (insert-binary-file-contents-literally): Remove
    definition by defun-maybe.  The function is defined twice in the
    same file and this part is second definition and never used.
    * pces-e20.el: Don't require pym.el.
    (find-coding-system): Define always.
    * poe.el: Don't require pym.el.
    (remassoc, remassq, remrassoc, remrassq)
    (buffer-file-typesave-selected-frame, find-face)
    (character-to-event, event-to-character, next-command-event)
    (cancel-undo-boundary): Define always.
    * poem.el: Don't require pym.el.
    (char-int, int-char, char-or-char-int-p, char-octet): Define
    always.
    @ikazuhiro
    ikazuhiro committed Oct 31, 2020
    081c3a6

 2. Remove codes for old platforms.
    * pccl-20.el (ccl-accept-symbol-as-program): Remove check for
    ccl-vector-execute-on-string.
    * poe.el: Remove check for open-network-stream.
    * poem.el (char-or-char-int-p): Remove check for char-valid-p.
    @ikazuhiro
    ikazuhiro committed Oct 31, 2020
    c8c36f4

 3. Update package description file for MELPA.
    * apel-pkg.el: Define supported Emacs version.
    @ikazuhiro
    ikazuhiro committed Oct 31, 2020
    f19cdd7

 4. * product.el: Remove unneeded dependency on pym.el.
    @ikazuhiro
    ikazuhiro committed Oct 31, 2020
    5e024ba

Commits on Oct 30, 2020
 1. Merge pull request #9 from tats/bug/mcs-defun
    Don't use defun-maybe for mime-charset-list
    @ikazuhiro
    ikazuhiro committed Oct 30, 2020
    c332d4f

 2. Don't use defun-maybe for mime-charset-list ?
    * mcs-e20.el (mime-charset-list): Use `defun' instead of
    `defun-maybe'.
    @tats
    tats committed Oct 30, 2020
    cb024eb

Commits on Oct 24, 2020
 1. Merge branch 'conao3-remove-cvs' into apel-wl
    @ikazuhiro
    ikazuhiro committed Oct 24, 2020
    e0881ff

 2. remove cvs related files/contents
    * README.en:
    * README.ja:
    Remove description of cvs on Windows.
    * Makefile (tar): Remove target.
    * .cvsignore: Removed.
    @conao3 @ikazuhiro
    conao3 authored and ikazuhiro committed Oct 24, 2020
    6773cf1

Commits on Aug 31, 2020
 1. Obsolete ChangeLog file ?
    Since this commit, ChangeLog entries are written in commit
    messages instead of ChangLog file.
    * ChangeLog.1: Renamed from ChangeLog.
    * README: New file.
    @ikazuhiro
    ikazuhiro committed Aug 31, 2020
    28bca5f

Commits on Aug 23, 2020
 1. * apel-ver.el (apel-ver): Change product name to 'APEL-LB'.
    @ikazuhiro
    ikazuhiro committed Aug 23, 2020
    414dc33

Commits on Aug 22, 2020
 1. Change non-ASCII text files's coding-system to UTF-8
    * ChangeLog:
    * README.ja:
    Encode in UTF-8
    @ikazuhiro
    ikazuhiro committed Aug 22, 2020
    1df9f5f

Commits on Jun 25, 2020
 1. * inv-23.el (invisible-region): Minor refactoring.
    @ikazuhiro
    ikazuhiro committed Jun 25, 2020
    208c416

 2. * mcs-20.el (detect-mime-charset-string) (detect-mime-charset-region)
    : Improve performance.
    @ikazuhiro
    ikazuhiro committed Jun 25, 2020
    89f4260

 3. * mcs-20.el (mime-charset-to-coding-system): Don't use find-coding-system.
    * mcs-e20.el (charsets-mime-charset-alist): Ditto.
    @ikazuhiro
    ikazuhiro committed Jun 25, 2020
    2e50b28

 4. * APEL-MK (EMU_PREFIX): Assume Emacs 24 or later.
    @ikazuhiro
    ikazuhiro committed Jun 25, 2020
    e0b6eae

 5. * alist.el: Use lexical binding.
    @ikazuhiro
    ikazuhiro committed Jun 25, 2020
    3eb069c

 6. * mule-caesar.el (mule-caesar-region): Minor refactoring.
    @ikazuhiro
    ikazuhiro committed Jun 25, 2020
    9ec773b

 7. Strip use of function wrapping lambda.
    @ikazuhiro
    ikazuhiro committed Jun 25, 2020
    26efc58

 8. Remove unneeded dependencies.
    @ikazuhiro
    ikazuhiro committed Jun 25, 2020
    81a790c

 9. Use lexical binding.
    * apel-ver.el: Likewise.
    * atype.el: Likewise.
    * broken.el: Likewise.
    * calist.el: Likewise.
    * emu.el: Likewise.
    * file-detect.el: Likewise.
    * filename.el: Likewise.
    * install.el: Likewise.
    * inv-23.el: Likewise.
    * invisible.el: Likewise.
    * mcharset.el: Likewise.
    * mcs-20.el: Likewise.
    * mcs-e20.el: Likewise.
    * mule-caesar.el: Likewise.
    * path-util.el: Likewise.
    * pccl-20.el: Likewise.
    * pccl.el: Likewise.
    * pces-20.el: Likewise.
    * pces-e20.el: Likewise.
    * pces.el: Likewise.
    * pcustom.el: Likewise.
    * poe.el: Likewise.
    * poem-e20.el: Likewise.
    * poem-e20_3.el: Likewise.
    * poem.el: Likewise.
    * product.el: Likewise.
    * richtext.el: Likewise.
    * static.el: Likewise.
    @ikazuhiro
    ikazuhiro committed Jun 25, 2020
    1f899c0

10. Suppress byte-compiler's warnings.
    * alist.el (modify-alist): Use mapc instead of mapcar.
    * emu.el: Remove defalias for tm-7.106.
    (insert-binary-file-contents): Add obsolete date.
    * filename.el (filename-japanese-to-roman-string): Use
    with-current-bufer instead of save-excursion + set-buffer.
    * inv-23.el (end-of-invisible): Add obsolete date.
    * mcharset.el: Add workaround for circular dependency.
    (default-mime-charset-for-write): Always set defalt
    value to utf-8.
    * mcs-20.el: Add workaround for circular dependency.  Always
    requrie wid-edit.el.
    * mcs-e20.el (require): Don't require static.el.  Add workaround
    for circular dependency.
    * pccl-20.el (defun): Use define-coding-system instead of
    make-coding-system.
    * pces-20.el: Disable byte-compile-dynamic option.
    * poem-e20.el: Disable byte-compile-dynamic option.
    * poem-e20_3.el: Disable byte-compile-dynamic option.
    * poem.el: Disable byte-compile-dynamic option.
    @ikazuhiro
    ikazuhiro committed Jun 25, 2020
    0555ff6

11. * apel-ver.el (apel-version): Use called-interactively-p instead of interactive-p.
    @ikazuhiro
    ikazuhiro committed Jun 25, 2020
    9628b0c

12. * richtext.el (richtext-initial-annotation, richtext-decode):
     Use fill-column instead of enriched-text-width function, which is
     not defined on (at least) Emacs.  @ikazuhiro ikazuhiro committed
    Jun 25, 2020 eee9ca8

13. * poem-e20_3.el (string-to-char-list, string-to-int-list): Define as alias
    for string-to-list.
    @ikazuhiro
    ikazuhiro committed Jun 25, 2020
    dd8197a

14. Drop old platforms support, dependency on cl.el. Now supported Emacsen
    are version 24 and later.
    @ikazuhiro
    ikazuhiro committed Jun 25, 2020
    9304434

Commits on Apr 7, 2019
 1. * mcs-20.el: Require pces.el (for find-coding-system).
    @ikazuhiro
    ikazuhiro committed Apr 7, 2019
    d146ddb

Revision 1.37: download - view: text, markup, annotated - select for diffs
Wed Jun 20 11:57:46 2018 UTC (6 years, 4 months ago) by ryoon
Branches: MAIN
CVS tags: pkgsrc-2021Q4-base, pkgsrc-2021Q4, pkgsrc-2021Q3-base, pkgsrc-2021Q3, pkgsrc-2021Q2-base, pkgsrc-2021Q2, pkgsrc-2021Q1-base, pkgsrc-2021Q1, pkgsrc-2020Q4-base, pkgsrc-2020Q4, pkgsrc-2020Q3-base, pkgsrc-2020Q3, pkgsrc-2020Q2-base, pkgsrc-2020Q2, pkgsrc-2020Q1-base, pkgsrc-2020Q1, pkgsrc-2019Q4-base, pkgsrc-2019Q4, pkgsrc-2019Q3-base, pkgsrc-2019Q3, pkgsrc-2019Q2-base, pkgsrc-2019Q2, pkgsrc-2019Q1-base, pkgsrc-2019Q1, pkgsrc-2018Q4-base, pkgsrc-2018Q4, pkgsrc-2018Q3-base, pkgsrc-2018Q3, pkgsrc-2018Q2-base, pkgsrc-2018Q2
Diff to: previous 1.36: preferred, colored
Changes since revision 1.36: +6 -4 lines
Update to 10.8.0.20170122

* Works with emacs26

Revision 1.36: download - view: text, markup, annotated - select for diffs
Thu Jan 4 16:36:42 2018 UTC (6 years, 10 months ago) by jperkin
Branches: MAIN
CVS tags: pkgsrc-2018Q1-base, pkgsrc-2018Q1
Diff to: previous 1.35: preferred, colored
Changes since revision 1.35: +2 -2 lines
apel: Support emacs25nox.

Revision 1.35: download - view: text, markup, annotated - select for diffs
Fri Sep 29 12:40:26 2017 UTC (7 years, 1 month ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2017Q4-base, pkgsrc-2017Q4
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +2 -3 lines
emacs22*, emacs23*, emacs24*: remove unmaintained emacs versions

As announced in
https://mail-index.netbsd.org/pkgsrc-users/2017/09/11/msg025563.html

This still leaves emacs20, emacs21, and the current version, emacs25.

Revision 1.34: download - view: text, markup, annotated - select for diffs
Thu Aug 10 07:36:36 2017 UTC (7 years, 3 months ago) by jperkin
Branches: MAIN
CVS tags: pkgsrc-2017Q3-base, pkgsrc-2017Q3
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +5 -6 lines
DOCDIR is unused, fixes install.  Avoid continuation lines.

Revision 1.33: download - view: text, markup, annotated - select for diffs
Tue Apr 14 02:23:29 2015 UTC (9 years, 7 months ago) by mef
Branches: MAIN
CVS tags: pkgsrc-2017Q2-base, pkgsrc-2017Q2, pkgsrc-2017Q1-base, pkgsrc-2017Q1, pkgsrc-2016Q4-base, pkgsrc-2016Q4, pkgsrc-2016Q3-base, pkgsrc-2016Q3, pkgsrc-2016Q2-base, pkgsrc-2016Q2, pkgsrc-2016Q1-base, pkgsrc-2016Q1, pkgsrc-2015Q4-base, pkgsrc-2015Q4, pkgsrc-2015Q3-base, pkgsrc-2015Q3, pkgsrc-2015Q2-base, pkgsrc-2015Q2
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +2 -2 lines
Add emacs25 on EMACS_VERSIONS_ACCEPTED

Revision 1.32: download - view: text, markup, annotated - select for diffs
Sun Nov 2 16:08:33 2014 UTC (10 years ago) by ryoon
Branches: MAIN
CVS tags: pkgsrc-2015Q1-base, pkgsrc-2015Q1, pkgsrc-2014Q4-base, pkgsrc-2014Q4
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +2 -2 lines
Bump PKGREVISION

* Fix build with emacs 24.4.
  With a patch from https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=193270

Revision 1.31: download - view: text, markup, annotated - select for diffs
Sun Mar 10 05:10:59 2013 UTC (11 years, 8 months ago) by hiramatsu
Branches: MAIN
CVS tags: pkgsrc-2014Q3-base, pkgsrc-2014Q3, pkgsrc-2014Q2-base, pkgsrc-2014Q2, pkgsrc-2014Q1-base, pkgsrc-2014Q1, pkgsrc-2013Q4-base, pkgsrc-2013Q4, pkgsrc-2013Q3-base, pkgsrc-2013Q3, pkgsrc-2013Q2-base, pkgsrc-2013Q2, pkgsrc-2013Q1-base, pkgsrc-2013Q1
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +2 -2 lines
Add emacs24nox to the list of EMACS_VERSIONS_ACCEPTED.

Revision 1.30: download - view: text, markup, annotated - select for diffs
Sun Feb 17 19:17:57 2013 UTC (11 years, 8 months ago) by dholland
Branches: MAIN
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +2 -1 lines
Revbump all elisp packages after emacs changes.

Revision 1.29: download - view: text, markup, annotated - select for diffs
Sun Nov 4 04:20:14 2012 UTC (12 years ago) by minskim
Branches: MAIN
CVS tags: pkgsrc-2012Q4-base, pkgsrc-2012Q4
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +2 -2 lines
Update HOMEPAGE.

Revision 1.28: download - view: text, markup, annotated - select for diffs
Wed Oct 31 11:16:35 2012 UTC (12 years ago) by asau
Branches: MAIN
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +1 -2 lines
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.

Revision 1.27: download - view: text, markup, annotated - select for diffs
Tue Oct 4 03:05:37 2011 UTC (13 years, 1 month ago) by hiramatsu
Branches: MAIN
CVS tags: pkgsrc-2012Q3-base, pkgsrc-2012Q3, pkgsrc-2012Q2-base, pkgsrc-2012Q2, pkgsrc-2012Q1-base, pkgsrc-2012Q1, pkgsrc-2011Q4-base, pkgsrc-2011Q4
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +2 -1 lines
Set LICENSE to "gnu-gpl-v2 OR gnu-gpl-v3".

Revision 1.26: download - view: text, markup, annotated - select for diffs
Sat Aug 27 22:05:12 2011 UTC (13 years, 2 months ago) by hiramatsu
Branches: MAIN
CVS tags: pkgsrc-2011Q3-base, pkgsrc-2011Q3
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +2 -2 lines
Fix PLIST generation when EMACS_TYPE is set to emacs23nox.

Revision 1.25: download - view: text, markup, annotated - select for diffs
Wed Mar 23 14:55:01 2011 UTC (13 years, 7 months ago) by minskim
Branches: MAIN
CVS tags: pkgsrc-2011Q2-base, pkgsrc-2011Q2, pkgsrc-2011Q1-base, pkgsrc-2011Q1
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +13 -4 lines
Update apel to 10.8.

Changes:
        * EMU-ELS (emu-modules): Add setting for GNU Emacs 23 or later.
        * invisible.el: In GNU Emacs 23, inv-19.el overrides builtin
        function `invisible-p'.  To fix the bug, require `inv-23' when
        running with GNU Emacs 23 or later.
        * poe.el (format-time-string): Fix problem on GNU Emacs 22.2

Revision 1.24: download - view: text, markup, annotated - select for diffs
Wed Feb 9 12:45:33 2011 UTC (13 years, 9 months ago) by ryoon
Branches: MAIN
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +2 -2 lines
Add emacs23nox to EMACS_VERSIONS_ACCEPTED.

Revision 1.23: download - view: text, markup, annotated - select for diffs
Sat Nov 20 22:44:39 2010 UTC (13 years, 11 months ago) by minskim
Branches: MAIN
CVS tags: pkgsrc-2010Q4-base, pkgsrc-2010Q4
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +3 -2 lines
Make apel build with emacs24.

Revision 1.22: download - view: text, markup, annotated - select for diffs
Thu Aug 6 01:44:47 2009 UTC (15 years, 3 months ago) by minskim
Branches: MAIN
CVS tags: 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
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +2 -2 lines
PKGREVISION bump for elisp packages because of bytecode format changes
in emacs23.

Revision 1.21: download - view: text, markup, annotated - select for diffs
Sat Jun 6 15:33:37 2009 UTC (15 years, 5 months ago) by minskim
Branches: MAIN
CVS tags: pkgsrc-2009Q2-base, pkgsrc-2009Q2
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +2 -2 lines
Allow apel to build with emacs23.

Revision 1.20: download - view: text, markup, annotated - select for diffs
Sat Oct 11 09:31:55 2008 UTC (16 years, 1 month ago) by uebayasi
Branches: MAIN
CVS tags: pkgsrc-2009Q1-base, pkgsrc-2009Q1, pkgsrc-2008Q4-base, pkgsrc-2008Q4
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +20 -3 lines
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.19: download - view: text, markup, annotated - select for diffs
Mon Oct 29 12:53:51 2007 UTC (17 years ago) by uebayasi
Branches: MAIN
CVS tags: pkgsrc-2008Q3-base, pkgsrc-2008Q3, pkgsrc-2008Q2-base, pkgsrc-2008Q2, pkgsrc-2008Q1-base, pkgsrc-2008Q1, pkgsrc-2007Q4-base, pkgsrc-2007Q4, cwrapper, cube-native-xorg-base, cube-native-xorg
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +4 -3 lines
Sort definitions.

Revision 1.18: download - view: text, markup, annotated - select for diffs
Sat Sep 15 11:29:45 2007 UTC (17 years, 2 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2007Q3-base, pkgsrc-2007Q3
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +2 -1 lines
Remove @dirrm for non-existent directory. Bump PKGREVISION.

Revision 1.17: download - view: text, markup, annotated - select for diffs
Tue Feb 20 14:20:54 2007 UTC (17 years, 8 months ago) by uebayasi
Branches: MAIN
CVS tags: pkgsrc-2007Q2-base, pkgsrc-2007Q2, pkgsrc-2007Q1-base, pkgsrc-2007Q1
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +16 -30 lines
Update to 10.7; no change summary available but some new functions added,
minor bug fixes.

While here teach emacs22{,nox}.

Revision 1.16: download - view: text, markup, annotated - select for diffs
Tue Jan 30 23:38:34 2007 UTC (17 years, 9 months ago) by wiz
Branches: MAIN
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +2 -2 lines
Accept emacs22.

Revision 1.15: download - view: text, markup, annotated - select for diffs
Sun Feb 5 23:08:39 2006 UTC (18 years, 9 months ago) by joerg
Branches: MAIN
CVS tags: pkgsrc-2006Q4-base, pkgsrc-2006Q4, pkgsrc-2006Q3-base, pkgsrc-2006Q3, pkgsrc-2006Q2-base, pkgsrc-2006Q2, pkgsrc-2006Q1-base, pkgsrc-2006Q1
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +2 -1 lines
Recursive revision bump / recommended bump for gettext ABI change.

Revision 1.14: download - view: text, markup, annotated - select for diffs
Mon Dec 5 20:50:02 2005 UTC (18 years, 11 months ago) by rillig
Branches: MAIN
CVS tags: pkgsrc-2005Q4-base, pkgsrc-2005Q4
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +4 -4 lines
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.13: download - view: text, markup, annotated - select for diffs
Sun Aug 28 04:25:28 2005 UTC (19 years, 2 months ago) by uebayasi
Branches: MAIN
CVS tags: pkgsrc-2005Q3-base, pkgsrc-2005Q3
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +2 -1 lines
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.12: download - view: text, markup, annotated - select for diffs
Sat Mar 5 16:33:07 2005 UTC (19 years, 8 months ago) by minskim
Branches: MAIN
CVS tags: pkgsrc-2005Q2-base, pkgsrc-2005Q2, pkgsrc-2005Q1-base, pkgsrc-2005Q1
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +3 -2 lines
apel is included in xemacs-packages.  Remove xemacs* from accepted
emacs versions.

Revision 1.11: download - view: text, markup, annotated - select for diffs
Fri Dec 3 15:14:54 2004 UTC (19 years, 11 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2004Q4-base, pkgsrc-2004Q4
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +3 -3 lines
Rename ALL_TARGET to BUILD_TARGET for consistency with other *_TARGETs.
Suggested by Roland Illig, ok'd by various.

Revision 1.10: download - view: text, markup, annotated - select for diffs
Sat May 8 13:35:20 2004 UTC (20 years, 6 months ago) by uebayasi
Branches: MAIN
CVS tags: pkgsrc-2004Q3-base, pkgsrc-2004Q3, pkgsrc-2004Q2-base, pkgsrc-2004Q2
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +2 -2 lines
Add emacs21nox in EMACS_VERSIONS_ACCEPTED where appropriate.

Revision 1.9: download - view: text, markup, annotated - select for diffs
Thu Mar 25 03:16:25 2004 UTC (20 years, 7 months ago) by uebayasi
Branches: MAIN
CVS tags: pkgsrc-2004Q1-base, pkgsrc-2004Q1
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +4 -5 lines
* Use a right PLIST file for XEmacs.
* Don't depend on xemacs-packages.

While files of xemacs-packages are installed into
  	${PREFIX}/lib/xemacs/xemacs-packages,
individual Emacs lisp packages use
  	${PREFIX}/lib/xemacs/site-packages,
so these are never overwritten.

Let's think that these two parts are separate.  Individual Emacs lisp
packages depend on another individual ones, never need to depend on
xemacs-packages.  This should make things simpler.

Revision 1.8: download - view: text, markup, annotated - select for diffs
Fri Sep 12 02:49:44 2003 UTC (21 years, 2 months ago) by minoura
Branches: MAIN
CVS tags: pkgsrc-2003Q4-base, pkgsrc-2003Q4
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +2 -1 lines
Missing dependency for XEmacs.
xemacs-packages actually includes the old version of apel;
this package overrides it, which could be confusing.
Possibly we should remove apel from xemacs-packages?
(some packages require new apel)

Revision 1.7: download - view: text, markup, annotated - select for diffs
Mon Sep 1 14:51:00 2003 UTC (21 years, 2 months ago) by minoura
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +2 -2 lines
Updated to 10.6 (from 10.4), addressing pkg/22212 by hiramatsu-san.

2003-07-05  Yuuichi Teranishi  <[email protected]>

	* APEL: Version 10.6 released.
	* apel-ver.el (apel-ver): Change APEL version to 10.6.

2003-07-03  Shuhei KOBAYASHI  <[email protected]>

	* poe.el (make-temp-file) [2-args make-temp-file]:
	Don't use octal number for file modes.

	* poe.el (toplevel): Fixed the compile-time check for the definition of
	`make-temp-file' [apel-ja: 00874].
	(make-temp-file) [no make-temp-file, single-user system]:
	Don't use `set-default-file-modes' nor `default-file-modes'.

2003-07-03  Yuuichi Teranishi  <[email protected]>

	* poe-18.el (make-directory-internal): Signal an error according to
	the exit status of mkdir.
	(delete-directory): New function.
	(write-region): Ditto.

2003-06-06  Yuuichi Teranishi  <[email protected]>

	* APEL: Version 10.5 released.
	* apel-ver.el (apel-ver): Change APEL version to 10.5.

2003-05-29  Yuuichi Teranishi  <[email protected]>

	* poe.el (make-temp-file) [no make-temp-file, single-user system]:
	Modified for OS/2.

2003-05-22  Yuuichi Teranishi  <[email protected]>

	* install.el (install-prefix): Change value for Meadow2 and NTEmacs.

2003-05-20  Shuhei KOBAYASHI  <[email protected]>

	* poe.el (make-temp-file) [no make-temp-file, multi-user system]:
	Modified comments.

2003-05-19  Shuhei KOBAYASHI  <[email protected]>

	* poe.el (make-temp-file) [no make-temp-file, multi-user system]:
	Flatten nested `unwind-protect'.  Fixed comments.

2003-05-15  Yuuichi Teranishi  <[email protected]>

	* poe.el (make-temp-file): New function.

2002-11-05  MORIOKA Tomohiko  <[email protected]>

	* mcs-20.el (mcs-region-repertoire-p): New function for UTF-2000
	implementations.
	(mcs-string-repertoire-p): Likewise.
	(detect-mime-charset-region): New implementation for UTF-2000
	implementations.
	(detect-mime-charset-string): New function for UTF-2000
	implementations.

2002-11-03  Yoichi NAKAYAMA  <[email protected]>

	* filename.el (filename-filters): Change default value to nil.

Revision 1.6: download - view: text, markup, annotated - select for diffs
Mon Aug 18 13:12:47 2003 UTC (21 years, 3 months ago) by minoura
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +4 -4 lines
xemacs211 -> xemacs214
Include emacs.mk after defining EMACS_VERSIONS_ACCEPTED.

Revision 1.5: download - view: text, markup, annotated - select for diffs
Thu Jul 17 21:29:27 2003 UTC (21 years, 4 months ago) by grant
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +2 -2 lines
s/netbsd.org/NetBSD.org/

Revision 1.4: download - view: text, markup, annotated - select for diffs
Sat Jan 11 09:28:47 2003 UTC (21 years, 10 months ago) by uebayasi
Branches: MAIN
CVS tags: netbsd-1-6-1-base, netbsd-1-6-1
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +15 -4 lines
Update APEL to 10.4.

Many small changes which enhance APEL's functionality.  Due to the
charasteristic of APEL as a portability layer of emacsen, no user visible
change, but more portability, possibly.

Revision 1.3: download - view: text, markup, annotated - select for diffs
Sat Sep 14 02:44:36 2002 UTC (22 years, 2 months ago) by uebayasi
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +13 -2 lines
Use mk/emacs.mk.

Revision 1.2: download - view: text, markup, annotated - select for diffs
Sun Oct 21 09:54:19 2001 UTC (23 years, 1 month ago) by wiz
Branches: MAIN
CVS tags: pkgviews-base, pkgviews, netbsd-1-6-RELEASE-base, netbsd-1-6, netbsd-1-5-PATCH003, buildlink2-base, buildlink2
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +8 -1 lines
Install documentation, as prompted in pkg/14300 by Hiramatsu Yoshifumi,
but done slightly differently.

Revision 1.1.1.1 (vendor branch): download - view: text, markup, annotated - select for diffs
Tue Feb 20 08:33:59 2001 UTC (23 years, 9 months ago) by jun
Branches: TNF
CVS tags: pkgsrc-base, netbsd-1-5-PATCH001
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +0 -0 lines
Re-import of "apel":
Portable Emacs Library

Revision 1.1: download - view: text, markup, annotated - select for diffs
Tue Feb 20 08:33:59 2001 UTC (23 years, 9 months ago) by jun
Branches: MAIN
Initial revision

Diff request

This form allows you to request diffs 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.

Log view options

CVSweb <[email protected]>