Path to this page:
./
devel/semi,
Emacs lisp library to provide MIME feature
Branch: CURRENT,
Version: 1.14.6nb8,
Package name: semi-1.14.6nb8,
Maintainer: uebayasi SEMI is a library to provide MIME feature for GNU Emacs. MIME is a
proposed internet standard for including content and headers other
than (ASCII) plain text in messages.
RFC 2045 : Internet Message Bodies
RFC 2046 : Media Types
RFC 2047 : Message Header Extensions
RFC 2048 : MIME Registration Procedures
RFC 2049 : MIME Conformance
SEMI has the following features:
- MIME message viewer (mime-view-mode) (RFC 2045 .. 2049)
- MIME message composer (mime-edit-mode) (RFC 2045 .. 2049)
MIME message viewer and composer also support following features:
- filename handling by Content-Disposition field (RFC 1806)
- PGP/MIME security Multiparts (RFC 2015)
- application/pgp (draft-kazu-pgp-mime-00.txt; obsolete)
- text/richtext (RFC 1521; obsolete; preview only)
- text/enriched (RFC 1896)
- External method configuration by mailcap (RFC 1524)
Required to run:[
devel/flim] [
devel/apel] [
editors/emacs26]
Required to build:[
converters/qkc] [
pkgtools/cwrappers]
Master sites:
Filesize: 139.208 KB
Version history: (Expand)
- (2022-05-15) Updated to version: semi-1.14.6nb8
- (2017-11-23) Package has been reborn
- (2013-02-18) Updated to version: semi-1.14.6nb7
- (2009-08-06) Updated to version: semi-1.14.6nb6
- (2006-02-06) Updated to version: semi-1.14.6nb5
- (2005-10-05) Package added to pkgsrc.se, version semi-1.14.6nb4 (created)
CVS history: (Expand)
2023-12-24 15:24:52 by Zafer Aydogan | Files touched by this commit (1) |
Log message:
fetch from backup
|
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-06-05 04:39:18 by Makoto Fujiwara | Files touched by this commit (1) |
Log message:
(devel/semi) buildlink3.mk to bbdb2 just renamed (to go with mail/wl-*)
|
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
|
2019-11-03 11:39:32 by Roland Illig | Files touched by this commit (274) |
Log message:
devel: align variable assignments
pkglint -Wall -F --only aligned --only indent -r
No manual corrections.
|
2015-11-25 13:49:47 by Jonathan Perkin | Files touched by this commit (7) |
Log message:
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.
|