./devel/flim, Emacs lisp library for message representation/encoding

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 1.14.9nb6, Package name: flim-1.14.9nb6, Maintainer: tech-pkg-ja

FLIM is a library to provide basic features about message
representation or encoding.

std11.el --- STD 11 (RFC 822) parser and utility
mime.el --- to provide various services about MIME-entities
mime-def.el --- Definitions about MIME format
mime-parse.el --- MIME parser
mel.el --- MIME encoder/decoder
mel-b-dl.el --- base64 (B-encoding) encoder/decoder
mel-b-ccl.el --- base64 (B-encoding) encoder/decoder
mel-b-en.el --- base64 (B-encoding) encoder/decoder
mel-q-ccl.el --- quoted-printable and Q-encoding
encoder/decoder (using CCL)
mel-q.el--- quoted-printable and Q-encoding
encoder/decoder
mel-u.el--- unofficial backend for uuencode
mel-g.el--- unofficial backend for gzip64
eword-decode.el --- encoded-word decoder
eword-encode.el --- encoded-word encoder
mailcap.el --- mailcap parser and utility


Required to run:
[devel/apel] [editors/emacs26]

Required to build:
[converters/qkc] [pkgtools/cwrappers]

Master sites:

Filesize: 177.798 KB

Version history: (Expand)


CVS history: (Expand)


   2023-12-24 15:23:05 by Zafer Aydogan | Files touched by this commit (1)
Log message:
fetch from backup
   2023-09-03 17:05:29 by Makoto Fujiwara | Files touched by this commit (2)
Log message:
(devel/flim) confusing patch removed for mime-parse.el
   2023-09-03 16:58:39 by Makoto Fujiwara | Files touched by this commit (46)
Log message:
(devel/flim) Patches added to get github.com/wanderlust/flim version 20230808

Fix to build with emacs28, (emacs20, xemacs215 are not tested)
   2023-06-06 14:42:56 by Taylor R Campbell | Files touched by this commit (1319)
Log message:
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
   2022-05-15 00:25:42 by David A. Holland | Files touched by this commit (90)
Log message:
Bump all elisp packages for the CONFLICTS change.
   2021-10-26 12:20:11 by Nia Alarie | Files touched by this commit (3016)
Log message:
archivers: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes

Could not be committed due to merge conflict:
devel/py-traitlets/distinfo

The following distfiles were unfetchable (note: some may be only fetched
conditionally):

./devel/pvs/distinfo pvs-3.2-solaris.tgz
./devel/eclipse/distinfo eclipse-sourceBuild-srcIncluded-3.0.1.zip
   2021-10-07 15:44:44 by Nia Alarie | Files touched by this commit (3017)
Log message:
devel: Remove SHA1 hashes for distfiles
   2021-05-11 04:05:07 by Makoto Fujiwara | Files touched by this commit (3)
Log message:
(devel/flim) sting-to-int is obsolete function since emacs-26