Up to [cvs.NetBSD.org] / pkgsrc / devel / flim
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.44 / (download) - annotate - [select for diffs], Sun Sep 3 14:58:38 2023 UTC (2 weeks, 6 days ago) by mef
Branch: MAIN
CVS Tags: HEAD
Changes since 1.43: +13 -8
lines
Diff to previous 1.43 (colored)
(devel/flim) Patches added to get github.com/wanderlust/flim version 20230808 Fix to build with emacs28, (emacs20, xemacs215 are not tested)
Revision 1.43 / (download) - annotate - [select for diffs], Tue Jun 6 12:40:37 2023 UTC (3 months, 2 weeks ago) by riastradh
Branch: MAIN
CVS Tags: pkgsrc-2023Q2-base,
pkgsrc-2023Q2
Changes since 1.42: +2 -2
lines
Diff to previous 1.42 (colored)
Mass-change BUILD_DEPENDS to TOOL_DEPENDS outside mk/. Almost all uses, if not all of them, are wrong, according to the semantics of BUILD_DEPENDS (packages built for target available for use _by_ tools at build-time) and TOOL_DEPEPNDS (packages built for host available for use _as_ tools at build-time). No change to BUILD_DEPENDS as used correctly inside buildlink3. As proposed on tech-pkg: https://mail-index.netbsd.org/tech-pkg/2023/06/03/msg027632.html
Revision 1.42 / (download) - annotate - [select for diffs], Sat May 14 22:25:34 2022 UTC (16 months, 1 week ago) by dholland
Branch: MAIN
CVS Tags: pkgsrc-2023Q1-base,
pkgsrc-2023Q1,
pkgsrc-2022Q4-base,
pkgsrc-2022Q4,
pkgsrc-2022Q3-base,
pkgsrc-2022Q3,
pkgsrc-2022Q2-base,
pkgsrc-2022Q2
Changes since 1.41: +2 -2
lines
Diff to previous 1.41 (colored)
Bump all elisp packages for the CONFLICTS change.
Revision 1.41 / (download) - annotate - [select for diffs], Tue May 11 02:05:07 2021 UTC (2 years, 4 months ago) by mef
Branch: MAIN
CVS Tags: pkgsrc-2022Q1-base,
pkgsrc-2022Q1,
pkgsrc-2021Q4-base,
pkgsrc-2021Q4,
pkgsrc-2021Q3-base,
pkgsrc-2021Q3,
pkgsrc-2021Q2-base,
pkgsrc-2021Q2
Changes since 1.40: +2 -2
lines
Diff to previous 1.40 (colored)
(devel/flim) sting-to-int is obsolete function since emacs-26
Revision 1.40 / (download) - annotate - [select for diffs], Sun Nov 3 10:39:11 2019 UTC (3 years, 10 months ago) by rillig
Branch: MAIN
CVS Tags: 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
Changes since 1.39: +3 -3
lines
Diff to previous 1.39 (colored)
devel: align variable assignments pkglint -Wall -F --only aligned --only indent -r No manual corrections.
Revision 1.38.4.1 / (download) - annotate - [select for diffs], Sat Apr 29 18:48:20 2017 UTC (6 years, 4 months ago) by bsiegert
Branch: pkgsrc-2017Q1
Changes since 1.38: +2 -2
lines
Diff to previous 1.38 (colored) next main 1.39 (colored)
Pullup ticket #5318 - requested by sevan devel/flim: build fix Revisions pulled up: - devel/flim/Makefile 1.39 --- Module Name: pkgsrc Committed By: jperkin Date: Tue Apr 18 16:26:45 UTC 2017 Modified Files: pkgsrc/devel/flim: Makefile Log Message: Use GREP/EGREP and fix regexp.
Revision 1.39 / (download) - annotate - [select for diffs], Tue Apr 18 16:26:45 2017 UTC (6 years, 5 months ago) by jperkin
Branch: MAIN
CVS Tags: 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,
pkgsrc-2018Q1-base,
pkgsrc-2018Q1,
pkgsrc-2017Q4-base,
pkgsrc-2017Q4,
pkgsrc-2017Q3-base,
pkgsrc-2017Q3,
pkgsrc-2017Q2-base,
pkgsrc-2017Q2
Changes since 1.38: +2 -2
lines
Diff to previous 1.38 (colored)
Use GREP/EGREP and fix regexp.
Revision 1.38 / (download) - annotate - [select for diffs], Mon Dec 12 11:42:49 2016 UTC (6 years, 9 months ago) by hauke
Branch: MAIN
CVS Tags: pkgsrc-2017Q1-base,
pkgsrc-2016Q4-base,
pkgsrc-2016Q4
Branch point for: pkgsrc-2017Q1
Changes since 1.37: +6 -3
lines
Diff to previous 1.37 (colored)
Fix the regexp that selects the files to install to work with XEmacs.
Revision 1.37 / (download) - annotate - [select for diffs], Wed Nov 25 12:49:46 2015 UTC (7 years, 10 months ago) by jperkin
Branch: MAIN
CVS Tags: pkgsrc-2016Q3-base,
pkgsrc-2016Q3,
pkgsrc-2016Q2-base,
pkgsrc-2016Q2,
pkgsrc-2016Q1-base,
pkgsrc-2016Q1,
pkgsrc-2015Q4-base,
pkgsrc-2015Q4
Changes since 1.36: +2 -3
lines
Diff to previous 1.36 (colored)
Remove mk/find-prefix.mk usage from the devel category. The find-prefix infrastructure was required in a pkgviews world where packages installed from pkgsrc could have different installation prefixes, and this was a way for a dependency prefix to be determined. Now that pkgviews has been removed there is no longer any need for the overhead of this infrastructure. Instead we use BUILDLINK_PREFIX.pkg for dependencies pulled in via buildlink, or LOCALBASE/PREFIX where the dependency is coming from pkgsrc. Provides a reasonable performance win due to the reduction of `pkg_info -qp` calls, some of which were redundant anyway as they were duplicating the same information provided by BUILDLINK_PREFIX.pkg.
Revision 1.36 / (download) - annotate - [select for diffs], Sun Feb 17 19:17:58 2013 UTC (10 years, 7 months ago) by dholland
Branch: MAIN
CVS Tags: pkgsrc-2015Q3-base,
pkgsrc-2015Q3,
pkgsrc-2015Q2-base,
pkgsrc-2015Q2,
pkgsrc-2015Q1-base,
pkgsrc-2015Q1,
pkgsrc-2014Q4-base,
pkgsrc-2014Q4,
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
Changes since 1.35: +2 -2
lines
Diff to previous 1.35 (colored)
Revbump all elisp packages after emacs changes.
Revision 1.35 / (download) - annotate - [select for diffs], Sun Nov 4 04:21:47 2012 UTC (10 years, 10 months ago) by minskim
Branch: MAIN
CVS Tags: pkgsrc-2012Q4-base,
pkgsrc-2012Q4
Changes since 1.34: +2 -2
lines
Diff to previous 1.34 (colored)
Update HOMEPAGE.
Revision 1.34 / (download) - annotate - [select for diffs], Wed Oct 31 11:16:57 2012 UTC (10 years, 10 months ago) by asau
Branch: MAIN
Changes since 1.33: +1 -2
lines
Diff to previous 1.33 (colored)
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Revision 1.33 / (download) - annotate - [select for diffs], Tue Oct 4 03:07:53 2011 UTC (11 years, 11 months ago) by hiramatsu
Branch: MAIN
CVS Tags: pkgsrc-2012Q3-base,
pkgsrc-2012Q3,
pkgsrc-2012Q2-base,
pkgsrc-2012Q2,
pkgsrc-2012Q1-base,
pkgsrc-2012Q1,
pkgsrc-2011Q4-base,
pkgsrc-2011Q4
Changes since 1.32: +2 -1
lines
Diff to previous 1.32 (colored)
Set LICENSE to "gnu-gpl-v2 OR gnu-gpl-v3".
Revision 1.32 / (download) - annotate - [select for diffs], Thu Aug 6 01:44:48 2009 UTC (14 years, 1 month ago) by minskim
Branch: MAIN
CVS Tags: 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
Changes since 1.31: +2 -1
lines
Diff to previous 1.31 (colored)
PKGREVISION bump for elisp packages because of bytecode format changes in emacs23.
Revision 1.31 / (download) - annotate - [select for diffs], Sun Jul 12 20:49:14 2009 UTC (14 years, 2 months ago) by minskim
Branch: MAIN
Changes since 1.30: +4 -3
lines
Diff to previous 1.30 (colored)
Force to use EMACS_BIN to ensure that the correct binary is invoked.
Revision 1.30 / (download) - annotate - [select for diffs], Wed Nov 26 13:17:15 2008 UTC (14 years, 10 months ago) by obache
Branch: MAIN
CVS Tags: pkgsrc-2009Q2-base,
pkgsrc-2009Q2,
pkgsrc-2009Q1-base,
pkgsrc-2009Q1,
pkgsrc-2008Q4-base,
pkgsrc-2008Q4
Changes since 1.29: +6 -6
lines
Diff to previous 1.29 (colored)
Update flim to 1.14.9. Based on PR 40021 by Makoto Fujiwara. ChangeLog: 2007-11-28 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp> * FLIM: Version 1.14.9 (Goj-Dò) released.-A 2006-12-20 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp> * mime-def.el (mime-library-product): Update to 1.14.9. 2007-06-18 Wencheng Fang <wencheng.fang@spherenet.co.jp> * mel.el (mime-write-decoded-region): Define method function that uses built-in base64-decode-region. [cf. <emacs-mime-ja:02169>] 2006-12-20 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp> * README.ja, README.en (Installation): Update required version of APEL to 10.7 or later. * FLIM-CFG (PACKAGEDIR): Use `install-get-default-package-directory'. 2006-12-13 Katsumi Yamaoka <yamaoka@jpl.org> * FLIM-CFG (PACKAGEDIR): Avoid an error with Emacs. 2006-12-12 Katsumi Yamaoka <yamaoka@jpl.org> * FLIM-MK (compile-flim-package): Use batch-update-directory-autoloads if it is available instead of batch-update-directory. 2006-12-11 Katsumi Yamaoka <yamaoka@jpl.org> * FLIM-CFG (PACKAGEDIR): Check for (early|late|last)-package-hierarchies and configure-package-path as well as (early|late|last)-packages. 2006-09-24 Daiki Ueno <ueno@unixuser.org> * smtp.el (smtp-progress-message-format): Abolished; reverted the change 2004-08-11 Katsumi Yamaoka <yamaoka@jpl.org>. 2006-09-24 Daiki Ueno <ueno@unixuser.org> * smtp.el (smtp-end-of-line): Abolished; reverted the change 2002-07-24 Katsumi Yamaoka <yamaoka@jpl.org>. 2006-06-15 Yoichi NAKAYAMA <yoichi@geiin.org> * smtp.el (smtp-submit-package): Ignore error in `smtp-primitive-quit' where SMTP mail transaction is completed. 2006-06-12 Hiroya Murata <lapis-lazuli@pop06.odn.ne.jp> * mel-b-ccl.el (base64-ccl-insert-encoded-file): Use `insert-file-contents-as-binary' instead of `insert-file-contents'. * mel-q-ccl.el (quoted-printable-ccl-insert-encoded-file): Likewise. 2006-02-18 Hiroya Murata <lapis-lazuli@pop06.odn.ne.jp> * smtp.el (smtp-debug): New user option. (smtp-read-response): Treat a line break code loosely. If smtp-debug is non-nil, show an invalid response. 2005-12-25 Katsumi Yamaoka <yamaoka@jpl.org> * eword-decode.el: Change the way to decode successive encoded-words: decode B- or Q-encoding in each encoded-word, concatenate them, and decode it as charset. See the following threads for more information: http://news.gmane.org/group/gmane.emacs.pretest.bugs/thread=9541 http://news.gmane.org/group/gmane.emacs.gnus.general/thread=61176 (eword-decode-allow-incomplete-encoded-text): New variable. (eword-decode-encoded-words): New function. (eword-decode-string): Use it. (eword-decode-region): Use it. (eword-analyze-encoded-word): Use it. (eword-decode-encoded-word): Abolish. (eword-decode-encoded-text): Abolish. (eword-decode-encoded-word-error-handler): Abolish. (eword-warning-face): Abolish. (eword-decode-encoded-word-default-error-handler): Abolish. 2005-12-25 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp> * FLIM: Version 1.14.8 (Shij-Dò) released.-A 2005-12-25 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp> * mime-def.el (mime-library-product): Update to 1.14.8. 2005-11-13 Yoichi NAKAYAMA <yoichi@geiin.org> * std11.el (std11-addr-to-string): Reconstruct domain literal. From Yuuichi Teranishi [cf. <emacs-mime-ja:01956>] 2005-07-25 Daiki Ueno <ueno@unixuser.org> * smtp.el (smtp-read-response): Signal an error if connection is closed while reading response. From Hiroya Murata <lapis-lazuli@pop06.odn.ne.jp> [cf. <emacs-mime-ja:01978>] 2004-11-20 Daiki Ueno <ueno@unixuser.org> * ntlm.el (ntlm-ascii2unicode): Don't apply zerop to a character. (ntlm-smb-hash): Ditto.
Revision 1.29 / (download) - annotate - [select for diffs], Mon Oct 13 08:07:02 2008 UTC (14 years, 11 months ago) by uebayasi
Branch: MAIN
Changes since 1.28: +1 -0
lines
Diff to previous 1.28 (colored)
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.
Revision 1.28 / (download) - annotate - [select for diffs], Sat Oct 11 09:31:55 2008 UTC (14 years, 11 months ago) by uebayasi
Branch: MAIN
Changes since 1.27: +16 -3
lines
Diff to previous 1.27 (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.27 / (download) - annotate - [select for diffs], Mon Nov 12 05:34:10 2007 UTC (15 years, 10 months ago) by uebayasi
Branch: 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
Changes since 1.26: +4 -4
lines
Diff to previous 1.26 (colored)
It's not EMACS_TYPE but EMACS_FLAVOR which switches "emacs" / "xemacs".
Revision 1.26 / (download) - annotate - [select for diffs], Mon Oct 29 12:55:43 2007 UTC (15 years, 10 months ago) by uebayasi
Branch: MAIN
Changes since 1.25: +16 -15
lines
Diff to previous 1.25 (colored)
Buildlink3'ify. Sort definitions. No functional change intended.
Revision 1.25 / (download) - annotate - [select for diffs], Tue Feb 20 12:42:37 2007 UTC (16 years, 7 months ago) by uebayasi
Branch: MAIN
CVS Tags: pkgsrc-2007Q3-base,
pkgsrc-2007Q3,
pkgsrc-2007Q2-base,
pkgsrc-2007Q2,
pkgsrc-2007Q1-base,
pkgsrc-2007Q1
Changes since 1.24: +2 -2
lines
Diff to previous 1.24 (colored)
Teach emacs22{,nox}.
Revision 1.24 / (download) - annotate - [select for diffs], Tue Jan 30 23:41:40 2007 UTC (16 years, 7 months ago) by wiz
Branch: MAIN
Changes since 1.23: +2 -2
lines
Diff to previous 1.23 (colored)
Accept emacs22.
Revision 1.23 / (download) - annotate - [select for diffs], Thu Mar 30 23:55:38 2006 UTC (17 years, 5 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2006Q4-base,
pkgsrc-2006Q4,
pkgsrc-2006Q3-base,
pkgsrc-2006Q3,
pkgsrc-2006Q2-base,
pkgsrc-2006Q2
Changes since 1.22: +2 -2
lines
Diff to previous 1.22 (colored)
Info files for elisp packages should install into ${EMACS_INFOPREFIX}.
Revision 1.22 / (download) - annotate - [select for diffs], Thu Mar 30 03:31:13 2006 UTC (17 years, 5 months ago) by jlam
Branch: MAIN
Changes since 1.21: +18 -14
lines
Diff to previous 1.21 (colored)
* Install info files into ${EMACS_INFOPREFIX}, which is the correct location for both emacs and xemacs. * List the info files directly in the PLIST. * Use EMACS_MODULES to deal with a possible xemacs-packages dependency.
Revision 1.21 / (download) - annotate - [select for diffs], Sun Mar 5 16:27:24 2006 UTC (17 years, 6 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2006Q1-base,
pkgsrc-2006Q1
Changes since 1.20: +2 -2
lines
Diff to previous 1.20 (colored)
* Teach the tools framework how to supply the pkgsrc version of makeinfo if no native makeinfo executable exists. Honor TEXINFO_REQD when determining whether the native makeinfo can be used. * Remove USE_MAKEINFO and replace it with USE_TOOLS+=makeinfo. * Get rid of all the "split" argument deduction for makeinfo since the PLIST module already handles varying numbers of split info files correctly. NOTE: Platforms that have "makeinfo" in the base system should check that the makeinfo entries of pkgsrc/mk/tools.${OPSYS}.mk are correct.
Revision 1.20 / (download) - annotate - [select for diffs], Sun Feb 5 23:08:42 2006 UTC (17 years, 7 months ago) by joerg
Branch: MAIN
Changes since 1.19: +2 -1
lines
Diff to previous 1.19 (colored)
Recursive revision bump / recommended bump for gettext ABI change.
Revision 1.19 / (download) - annotate - [select for diffs], Thu Aug 11 14:34:38 2005 UTC (18 years, 1 month ago) by uebayasi
Branch: MAIN
CVS Tags: pkgsrc-2005Q4-base,
pkgsrc-2005Q4,
pkgsrc-2005Q3-base,
pkgsrc-2005Q3
Changes since 1.18: +7 -6
lines
Diff to previous 1.18 (colored)
Whitespace.
Revision 1.18 / (download) - annotate - [select for diffs], Sun Mar 6 15:45:38 2005 UTC (18 years, 6 months ago) by minskim
Branch: MAIN
CVS Tags: pkgsrc-2005Q2-base,
pkgsrc-2005Q2,
pkgsrc-2005Q1-base,
pkgsrc-2005Q1
Changes since 1.17: +2 -3
lines
Diff to previous 1.17 (colored)
Update flim to 1.14.7. Changes: * mime-en.sgml, mime-ja.sgml (CVS based development): Remove the description about developers' pserver access. * sha1-dl.el: Don't provide the sha1-dl feature twice. (sha1-region): Allow the optional argument `binary'. (sha1): Ditto. * smtp.el (smtp-parse-progress-message-format): Fix regexp usage. * smtp.el (smtp-progress-message-format): New user option. (smtp-primitive-data): Show progress message. (smtp-parse-progress-message-format): New function. (smtp-show-progress-message): New function. (smtp-deduce-address-list): Use insert instead of insert-string. * mel-g.el (gzip64-external-encoder): Change default value to cause more recognizable error. (gzip64-external-decoder): Ditto. * std11.el (std11-parse-word-or-comment-or-period): Renamed from `std11-parse-word-or-comment' and allow period. (std11-parse-phrase): Allow parsing obs-phrase in rfc2822. * mime-conf.el (mime-format-mailcap-command): Quote a file name which may contain spaces using `shell-quote-argument' in order to pass it to the shell safely. * eword-encode.el (mime-encode-header-in-buffer): Don't ignore a space char at the beginning of a field body in order to honor the 76-column rule which is described in RFC 2047 section 2. * eword-decode.el (eword-decode-encoded-text): Fix bug when `must-unfold' is specified; eliminate CR too when `must-unfold' is specified. * mel-u.el (mime-write-decoded-region): Use make-temp-file. (uuencode-external-decode-region): Ditto. * mel-u.el (mime-write-decoded-region): Use temporary filename. * sha1-el.el (sha1-maximum-internal-length): Doc fix. * lunit.el (lunit-make-test-suite-from-class): Fix regexp. Use "^test" instead of "^test-". * lunit.el (lunit-assert): Avoid double-eval `condtion-expr'. Use ,(not (not condition)) instead of ,condition. * lunit.el (lunit-make-test-suite-from-class): Restrict test method name to test-*. * smtp.el (smtp-starttls-program): New user option. (smtp-starttls-extra-args): New user option. (smtp-send-buffer): Bind starttls-program and starttls-extra-args. * mel-q.el (quoted-printable-external-decoder-option-to-specify-file): Accept nil. (mime-write-decoded-region): If the value of the variable `quoted-printable-external-decoder-option-to-specify-file' is nil, write stdout to the output file. * mel-b-el.el (base64-external-decoder-option-to-specify-file): Accept nil. (base64-write-decoded-region): If the value of the variable `base64-external-decoder-option-to-specify-file' is nil, write stdout to the output file. * sasl.texi: Texinfo markup fixes. From Jesper Harder <harder@ifa.au.dk>. * sha1-el.el (sha1-string-external): Use with-temp-buffer. * sha1-el.el (sha1-string-external): Make it can return a string in binary form. (sha1-region-external): Ditto. (sha1-string-internal): Ditto. (sha1-region-internal): Ditto. (sha1-region): Ditto. (sha1-string): Ditto. (sha1): Ditto. * sha1-el.el (autoload): Don't use ignore-errors. (sha1-use-external): Use condition-case. Suggested by Katsumi Yamaoka <yamaoka@jpl.org>. * sha1-el.el (autoload): Ignore errors for executable-find. (XEmacs ecrypto does not require sh-script where executable.el is located.) (sha1-use-external): Likewise. * sha1-el.el (sha1): Add defgroup. (sha1-maximum-internal-length, sha1-program, sha1-use-external) (sha1-program): Use 'sha1sum' from GNU CoreUtils instead of OpenSSL. (sha1): Autoload. * sha1-el.el (sha1-use-external): New variable. (sha1-region): Use it. (sha1-string): Ditto. * ntlm.el (ntlm-string-as-unibyte): New macro. (ntlm-build-auth-response): Use it. * ntlm.el: Fix namespace. Change smb-passwd-hash into ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt, smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1 into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into ntlm-string-permute, string-lshift into ntlm-string-lshift, string-xor into ntlm-string-xor. Suggested by Jesper Harder <harder@myrealbox.com>. * ntlm.el: Don't include poem. * md4.el (print-int32, print-string-hexa): Remove. Suggested by Jesper Harder <harder@myrealbox.com>.
Revision 1.17 / (download) - annotate - [select for diffs], Sat Mar 5 16:37:10 2005 UTC (18 years, 6 months ago) by minskim
Branch: MAIN
Changes since 1.16: +4 -3
lines
Diff to previous 1.16 (colored)
Depend on xemacs-packages instead of apel when built with xemacs. Bump PKGREVISION.
Revision 1.16 / (download) - annotate - [select for diffs], Fri Dec 3 15:14:54 2004 UTC (18 years, 9 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2004Q4-base,
pkgsrc-2004Q4
Changes since 1.15: +3 -3
lines
Diff to previous 1.15 (colored)
Rename ALL_TARGET to BUILD_TARGET for consistency with other *_TARGETs. Suggested by Roland Illig, ok'd by various.
Revision 1.15 / (download) - annotate - [select for diffs], Sun Sep 12 19:03:15 2004 UTC (19 years ago) by kristerw
Branch: MAIN
CVS Tags: pkgsrc-2004Q3-base,
pkgsrc-2004Q3
Changes since 1.14: +2 -1
lines
Diff to previous 1.14 (colored)
Update PLIST after the recent upgrade. Bump PKGREVISION.
Revision 1.14 / (download) - annotate - [select for diffs], Fri Sep 10 16:33:57 2004 UTC (19 years ago) by uebayasi
Branch: MAIN
Changes since 1.13: +2 -3
lines
Diff to previous 1.13 (colored)
Update flim to 1.14.6. Patch from Miles Nordin. Changes: * mime-def.el (mime-header-accept-quoted-encoded-words): Change default value to nil. * eword-decode.el (eword-analyze-quoted-string): Decode quoted-encoded-words when `mime-header-accept-quoted-encoded-words' is not nil. * mime.el (mime-entity-filename): Decode quoted-encoded-words when `mime-header-accept-quoted-encoded-words' is not nil. * mime-def.el (mime-header-accept-quoted-encoded-words): New user option. * eword-encode.el (mime-header-charset-encoding-alist): Add entry for iso-8859-1[45]. * FLIM-ELS (flim-modules): Install mel-b-el also for mel-b-builtin case. (from Tatsuya Kinoshita) * eword-encode.el (tm-eword::words-to-ruled-words): New implementation for UTF-2000 implementations.
Revision 1.13 / (download) - annotate - [select for diffs], Mon Aug 18 13:14:32 2003 UTC (20 years, 1 month ago) by minoura
Branch: MAIN
CVS Tags: pkgsrc-2004Q2-base,
pkgsrc-2004Q2,
pkgsrc-2004Q1-base,
pkgsrc-2004Q1,
pkgsrc-2003Q4-base,
pkgsrc-2003Q4
Changes since 1.12: +5 -4
lines
Diff to previous 1.12 (colored)
Correct XEmacs support. Tested with xemacs214.
Revision 1.12 / (download) - annotate - [select for diffs], Sat Aug 9 10:44:40 2003 UTC (20 years, 1 month ago) by seb
Branch: MAIN
Changes since 1.11: +1 -2
lines
Diff to previous 1.11 (colored)
USE_NEW_TEXINFO is unnecessary now.
Revision 1.11 / (download) - annotate - [select for diffs], Thu Jul 17 21:30:29 2003 UTC (20 years, 2 months ago) by grant
Branch: MAIN
Changes since 1.10: +2 -2
lines
Diff to previous 1.10 (colored)
s/netbsd.org/NetBSD.org/
Revision 1.10 / (download) - annotate - [select for diffs], Mon Jun 23 10:46:20 2003 UTC (20 years, 3 months ago) by seb
Branch: MAIN
Changes since 1.9: +4 -3
lines
Diff to previous 1.9 (colored)
Convert to USE_NEW_TEXINFO. While here fix a typo on EMACS_LISPPREFIX.
Revision 1.9 / (download) - annotate - [select for diffs], Wed Apr 23 16:59:51 2003 UTC (20 years, 5 months ago) by jmc
Branch: MAIN
Changes since 1.8: +2 -1
lines
Diff to previous 1.8 (colored)
Require texinfo 4.5 or greater
Revision 1.8 / (download) - annotate - [select for diffs], Thu Apr 17 04:56:34 2003 UTC (20 years, 5 months ago) by uebayasi
Branch: MAIN
Changes since 1.7: +2 -2
lines
Diff to previous 1.7 (colored)
Fix a typo in an Info entry. Bump revision to 2.
Revision 1.7 / (download) - annotate - [select for diffs], Thu Apr 17 02:15:07 2003 UTC (20 years, 5 months ago) by uebayasi
Branch: MAIN
Changes since 1.6: +8 -5
lines
Diff to previous 1.6 (colored)
Take care of a qkc(1)'s odd redirect behavior.
Revision 1.6 / (download) - annotate - [select for diffs], Sun Apr 13 04:14:23 2003 UTC (20 years, 5 months ago) by uebayasi
Branch: MAIN
Changes since 1.5: +15 -3
lines
Diff to previous 1.5 (colored)
* Install Info docs. PR19079 from Ishit <ishit at pluto dot dti dot ne dot jp>. * Do some Makefile/PLIST clean-ups. Bump revision.
Revision 1.5 / (download) - annotate - [select for diffs], Sat Jan 11 15:20:28 2003 UTC (20 years, 8 months ago) by uebayasi
Branch: MAIN
CVS Tags: netbsd-1-6-1-base,
netbsd-1-6-1
Changes since 1.4: +5 -5
lines
Diff to previous 1.4 (colored)
Update to 1.14.5 (Demachiyanagi). Changes from 1.14.4: * smtp.el (smtp-send-buffer): Error if `smtp-server' is nil. * FLIM-ELS (flim-version-specific-modules): Don't install mailcap.el. * FLIM-MK (install-flim): Avoid creating empty directory. * mime-parse.el (mime-parse-buffer): Require mmbuffer. * luna.el (luna-define-method): Clear method cache of child classes. * mime-ja.texi (CVS): Escape @. * luna.el (luna-define-method): Fix the bug that method cache is not cleard. * mime-en.texi (CVS): Fix Typo. (@ to @@). mime-ja.texi (CVS): Ditto. * std11.el: Update Copyright header. * std11.el (std11-non-atom-regexp): New constant. (std11-analyze-atom): New implementation to avoid error in current XEmacs UTF-2000 [may be caused by a bug about regexp]. * smtp.el (smtp-open-connection-function): Add doc. (smtp-end-of-line): Doc fix. * smtp.el (smtp-end-of-line): New variable. (smtp-read-response): Use it. (smtp-send-command): Use it. (smtp-send-data): Use it.
Revision 1.4 / (download) - annotate - [select for diffs], Sat Oct 19 06:56:28 2002 UTC (20 years, 11 months ago) by minoura
Branch: MAIN
Changes since 1.3: +2 -2
lines
Diff to previous 1.3 (colored)
Use PKGNAME_PREFIX.
Revision 1.3 / (download) - annotate - [select for diffs], Sat Sep 14 02:45:25 2002 UTC (21 years ago) by uebayasi
Branch: MAIN
Changes since 1.2: +14 -2
lines
Diff to previous 1.2 (colored)
Use mk/emacs.mk.
Revision 1.2 / (download) - annotate - [select for diffs], Fri Jul 6 02:00:11 2001 UTC (22 years, 2 months ago) by jun
Branch: MAIN
CVS Tags: pkgviews-base,
pkgviews,
netbsd-1-6-RELEASE-base,
netbsd-1-6,
netbsd-1-5-PATCH003,
buildlink2-base,
buildlink2
Changes since 1.1: +2 -2
lines
Diff to previous 1.1 (colored)
Update flim to 1.14.3 FLIM: Version 1.14.3 Merged MIME Parameter Value decoder. * mime-parse.el (mime-decode-parameter-value): Use one temporary buffer. * eword-decode.el (eword-encoded-word-regexp): Match for language. * mime-def.el (mime-charset-regexp): Updated for RFC2231. * mime-parse.el (mime-decode-parameter-value): New implementation; use temporary buffer for conversion. * test/test-rfc2231.el (test-rfc2231-10, test-rfc2231-11, test-rfc2231-12): New testcases for language info. * mime-def.el (mime-content-type-parameter): Expand `mime-content-type-parameters'. * test/test-rfc2231.el: Made independent of internal representation of Content-Type. * FLIM-MK (check-flim): Limit filename of test files. * test/test-rfc2231.el: New file. * mime-parse.el (mime-decode-parameter-plist): Shortcut for parameters without extensions. * mime-def.el (make-mime-content-type): Don't reverse parameters. (make-mime-content-disposition): New function. (mime-decode-parameter-encode-segment): New function. (mime-decode-parameter-plist): New implementation. Switched from decode-then-concat to concat-then-decode model. * lunit.el (lunit-test-listener-*): Abolish generic interface. (lunit-test-result-notify): New function. (lunit-create-index-function): New function. * mel-b-dl.el: Don't do `dynamic-call' at compile-time. (base64-dl-handle): Don't eval at compile-time. Support for built-in `md5' of Emacs 21. * md5.el (md5-dl-module): Moved from md5-dl.el. Use it for test whether to require 'md5-dl. (hmac-md5-96): New function. (hmac-sha1-96): New function. * mime.el (mime-find-root-entity): Find root recursively. MIME Parameter Value decoder support. * mime-parse.el (mime-lexical-analyze): New function. (mime-decode-parameter-value, mime-decode-parameter-plist, mime-parse-alist-to-plist, mime-decode-parameter-alist): New functions. (mime-parse-parameters): New function. (mime-parse-Content-Type, mime-parse-Content-Disposition, mime-parse-Content-Transfer-Encoding): New implementation. (mime-read-Content-Type, mime-read-Content-Disposition, mime-read-Content-Transfer-Encoding): Ditto.
Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Tue Feb 20 09:09:06 2001 UTC (22 years, 7 months ago) by jun
Branch: TNF
CVS Tags: pkgsrc-base,
netbsd-1-5-PATCH001
Changes since 1.1: +0 -0
lines
Diff to previous 1.1 (colored)
Re-import of "flim": Emacs lisp library for message representation/encoding
Revision 1.1 / (download) - annotate - [select for diffs], Tue Feb 20 09:09:06 2001 UTC (22 years, 7 months ago) by jun
Branch: MAIN
Initial revision