pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/apel



Module Name:    pkgsrc
Committed By:   mef
Date:           Mon Jan 31 00:17:58 UTC 2022

Modified Files:
        pkgsrc/devel/apel: Makefile buildlink3.mk distinfo

Log Message:
(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


To generate a diff of this commit:
cvs rdiff -u -r1.37 -r1.38 pkgsrc/devel/apel/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/apel/buildlink3.mk
cvs rdiff -u -r1.12 -r1.13 pkgsrc/devel/apel/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/apel/Makefile
diff -u pkgsrc/devel/apel/Makefile:1.37 pkgsrc/devel/apel/Makefile:1.38
--- pkgsrc/devel/apel/Makefile:1.37     Wed Jun 20 11:57:46 2018
+++ pkgsrc/devel/apel/Makefile  Mon Jan 31 00:17:58 2022
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.37 2018/06/20 11:57:46 ryoon Exp $
+# $NetBSD: Makefile,v 1.38 2022/01/31 00:17:58 mef Exp $
 
-DISTNAME=      apel-10.8.0.20170122
+DISTNAME=      apel-10.8.0.20201107
 PKGNAME=       ${EMACS_PKGNAME_PREFIX}${DISTNAME}
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=wanderlust/}
 GITHUB_PROJECT=        apel
-GITHUB_TAG=    339eb28ffae3165255a79de9b1fd362f43cd37c3
+GITHUB_TAG=    4e3269b6e702db2dba48cf560563ac883e81e3bf
 
 MAINTAINER=    uebayasi%NetBSD.org@localhost
 HOMEPAGE=      http://git.chise.org/elisp/apel/
@@ -26,6 +26,7 @@ MAKE_FLAGS+=  ${MAKE_FLAGS.${EMACS_FLAVOR
 # apel is included in xemacs-packages
 EMACS_VERSIONS_ACCEPTED=       emacs25 emacs25nox emacs21 emacs21nox emacs20
 EMACS_VERSIONS_ACCEPTED+=      emacs26 emacs26nox
+EMACS_VERSIONS_ACCEPTED+=      emacs27 emacs27nox
 
 BUILD_TARGET.emacs=    elc
 BUILD_TARGET.xemacs=   package

Index: pkgsrc/devel/apel/buildlink3.mk
diff -u pkgsrc/devel/apel/buildlink3.mk:1.4 pkgsrc/devel/apel/buildlink3.mk:1.5
--- pkgsrc/devel/apel/buildlink3.mk:1.4 Sun Jan  7 13:04:00 2018
+++ pkgsrc/devel/apel/buildlink3.mk     Mon Jan 31 00:17:58 2022
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.4 2018/01/07 13:04:00 rillig Exp $
+# $NetBSD: buildlink3.mk,v 1.5 2022/01/31 00:17:58 mef Exp $
 #
 
 .include "../../editors/emacs/modules.mk"
@@ -19,7 +19,7 @@ BUILDLINK_CONTENTS_FILTER.apel=       ${EGREP}
 # XEmacs has apel in xemacs-packages
 EMACS_MODULES+=                base
 
-.  endif
-.endif # APEL_BUILDLINK3_MK
+.  endif # APEL_BUILDLINK3_MK
+.endif
 
 BUILDLINK_TREE+=       -apel

Index: pkgsrc/devel/apel/distinfo
diff -u pkgsrc/devel/apel/distinfo:1.12 pkgsrc/devel/apel/distinfo:1.13
--- pkgsrc/devel/apel/distinfo:1.12     Tue Oct 26 10:14:14 2021
+++ pkgsrc/devel/apel/distinfo  Mon Jan 31 00:17:58 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.12 2021/10/26 10:14:14 nia Exp $
+$NetBSD: distinfo,v 1.13 2022/01/31 00:17:58 mef Exp $
 
-BLAKE2s (apel-10.8.0.20170122-339eb28ffae3165255a79de9b1fd362f43cd37c3.tar.gz) = 7527804c64478a06740c4d76bc86836d78adbc4847807a479dc6956185bffa60
-SHA512 (apel-10.8.0.20170122-339eb28ffae3165255a79de9b1fd362f43cd37c3.tar.gz) = 
02ae6a9495c0f561fcc1d221dc985abca2ca7d2ee06fb486a9f0fad1b83757779fb9189ae8c15a591829d4809c638dd8bd916804cb8919ab059ac2815f6a01ab
-Size (apel-10.8.0.20170122-339eb28ffae3165255a79de9b1fd362f43cd37c3.tar.gz) = 94777 bytes
+BLAKE2s (apel-10.8.0.20201107-4e3269b6e702db2dba48cf560563ac883e81e3bf.tar.gz) = aec884724a0e3a8c7c4fd0d90282b7ea783f19b838a18a8a86e4ad138d512ea2
+SHA512 (apel-10.8.0.20201107-4e3269b6e702db2dba48cf560563ac883e81e3bf.tar.gz) = 
fb14570d6d4f2346d386ae0012cfb9149ddf9ade8b4dc75507e6cef848d12ef65f80bd7d1dc26815031aee00461d67d4a86fe29e30d5d542756e725425634c77
+Size (apel-10.8.0.20201107-4e3269b6e702db2dba48cf560563ac883e81e3bf.tar.gz) = 69188 bytes



Home | Main Index | Thread Index | Old Index