diff options
Diffstat (limited to 'mail/elm+ME')
-rw-r--r-- | mail/elm+ME/Makefile | 299 | ||||
-rw-r--r-- | mail/elm+ME/distinfo | 2 | ||||
-rw-r--r-- | mail/elm+ME/files/elm.mimetypes | 1670 | ||||
-rw-r--r-- | mail/elm+ME/files/patch-ab | 9 | ||||
-rw-r--r-- | mail/elm+ME/files/patch-ac | 49 | ||||
-rw-r--r-- | mail/elm+ME/files/patch-hdrdecode.c | 84 | ||||
-rw-r--r-- | mail/elm+ME/files/patch-header_alloc.c | 41 | ||||
-rw-r--r-- | mail/elm+ME/files/patch-iso2022_map.c | 12 | ||||
-rw-r--r-- | mail/elm+ME/files/patch-mailmsg2.c | 64 | ||||
-rw-r--r-- | mail/elm+ME/files/patch-mime_parse.c | 12 | ||||
-rw-r--r-- | mail/elm+ME/files/patch-precompiled_sets.c | 12 | ||||
-rw-r--r-- | mail/elm+ME/pkg-descr | 5 | ||||
-rw-r--r-- | mail/elm+ME/pkg-plist | 97 | ||||
-rw-r--r-- | mail/elm+ME/scripts/pre-configure | 374 |
14 files changed, 0 insertions, 2730 deletions
diff --git a/mail/elm+ME/Makefile b/mail/elm+ME/Makefile deleted file mode 100644 index 81f37950f6bb..000000000000 --- a/mail/elm+ME/Makefile +++ /dev/null @@ -1,299 +0,0 @@ -# Created by: ache -# $FreeBSD$ - -PORTNAME= elm+ME -PORTVERSION= ${ELM_VERSION}.${ELM_REVISION}${ELM_PATCHLEVEL:S/_//} -CATEGORIES= mail -MASTER_SITES= http://www.elmme-mailer.org/ \ - ftp://ftp.elmme-mailer.org/elmme-mailer.org/src/elm-2.4ME+/ \ - ftp://ftp.funet.fi/pub/unix/mail/elm/elm-2.4ME+/ -DISTNAME= elm-${ELM_VERSION}ME+${ELM_REVISION} - -PATCH_SITES= ${MASTER_SITES} -PATCHFILES= # see below. -PATCH_DIST_STRIP= -p1 - -MAINTAINER= ports@FreeBSD.org -COMMENT= Modern branch of an old mail user agent - -# not needed since config.sh is generated by scripts/pre-configure. -# BUILD_DEPENDS= ispell:${PORTSDIR}/textproc/ispell -# BUILD_DEPENDS= metamail:${PORTSDIR}/mail/metamail -# BUILD_DEPENDS= pgp:${PORTSDIR}/security/pgp -# BUILD_DEPENDS= gpg:${PORTSDIR}/security/gnupg - -MAKE_JOBS_UNSAFE= yes - -# Global variables -# - -CONFLICTS_INSTALL= elm-[0-9]* newmail-[0-9]* mailutils-[0-9]* -WRKSRC= ${WRKDIR}/${DISTNAME:S/-//:S/ME+/.ME+./} - -HAS_CONFIGURE= yes -USE_OPENSSL= yes - -CONFIGURE_SCRIPT= Configure -SCRIPTS_ENV= CONFIG_PATH="${CONFIG_PATH}" CFLAGS="${CFLAGS}" \ - PREFIX="${PREFIX}" LOCALBASE="${LOCALBASE}" \ - MAN1PREFIX="${MAN1PREFIX}" CONF_DIR="${CONF_DIR}" \ - LIB_DIR="${LIB_DIR}" SHLIB_DIR="${SHLIB_DIR}" \ - STAGE_DIR="${STAGE_DIR}" ELM_SHLIBS="${ELM_SHLIBS}" \ - OPENSSLLIB="${OPENSSLLIB}" OPENSSLINC="${OPENSSLINC}" \ - OPENSSLBASE="${OPENSSLBASE}" CC="${CC}" \ - ICONV_PREFIX="${ICONV_PREFIX}" ICONV_LINK="${ICONV_LINK}" -CONFIGURE_ARGS= -b -S -P ${PREFIX} -c ../${CONFIG_PATH:T} - -MAKE_ENV= MJ="FORMATTER=groff FORMATTER_OPTS=-Tlatin1" -ALL_TARGET= all - -USE_LDCONFIG= yes - -PLIST_SUB= SO_REV="${SO_REV}" \ - MAIL_DIR="${MAIL_DIR:S,^${PREFIX}/,,}" \ - CONF_DIR="${CONF_DIR:S,^${PREFIX}/,,}" \ - LIB_DIR="${LIB_DIR:S,^${PREFIX}/,,}" \ - SHLIB_DIR="${SHLIB_DIR:S,^${PREFIX}/,,}" \ - ELM_SHLIBS="${ELM_SHLIBS}" \ - ${ELM_SHLIBS:tu:S/^/ELM_/:S/$/=""/} \ - ${ELM_UNSHLIBS:tu:S/^/ELM_/:S/$/="@comment "/} - -MAN1= answer.1 checkalias.1 elm.1 elmalias.1 elmbindata.1 \ - elmcharset.1 elmlibregister.1 elmmimetypes.1 \ - elmrc-write.1 elmregister.1 \ - elmstringconvert.1 elmterminal.1 elmunidata.1 elmuninstall.1 \ - fastmail.1 frm.1 listalias.1 messages.1 newalias.1 newmail.1 \ - printmail.1 prlong.1 readmsg.1 -MLINKS= frm.1 nfrm.1 newmail.1 wnewmail.1 - -OPTIONS_DEFINE= ICONV SMTP TLS -OPTIONS_DEFAULT=ICONV SMTP TLS -SMTP_DESC= Enable SMTP submission protocol (RFC2746) support -TLS_DESC= Enable POP STLS and IMAP STARTTLS support - -NO_STAGE= yes -.include <bsd.port.options.mk> - -# Local variables -# - -ELM_VERSION= 2.4 -ELM_REVISION= 126 -ELM_PATCHLEVEL= _ # a...z = patch-level, _ means no patch-level. - -ELM_PATCHDONE= false -.for level in _ a b c d e f g h i j k l m n o p q r s t u v w x y z -_level=${level} -. if ${_level} != _ && ${ELM_PATCHDONE} == false -PATCHFILES+= ${DISTNAME:S/+/+PL/}${level}.patch.gz -. endif -. if ${ELM_PATCHLEVEL} == ${_level} -ELM_PATCHDONE= true -. endif -.endfor - -.if ${PORT_OPTIONS:MICONV} -USES+= iconv -.endif - -.for shlib in iconv smtp tls -.if ${PORT_OPTIONS:M${shlib:tu}} -ELM_SHLIBS+= ${shlib} -.else -ELM_UNSHLIBS+= ${shlib} -.endif -.endfor - -# evaluation should be protected 'til extraction to avoid noisy messages. -SO_REV= $$([ -f ${WRKSRC}/hdrs/patchlevel.h ] && \ - ${AWK} '/SHAREDTAG:/{print $$2}' ${WRKSRC}/hdrs/patchlevel.h) -MSECS= 1 - -STAGE_DIR= ${WRKDIR}/stage -MAIL_DIR= ${PREFIX}/etc/mail -CONF_DIR= ${MAIL_DIR}/elm -LIB_DIR= ${PREFIX}/lib/elm -SHLIB_DIR= ${PREFIX}/lib - -CONFIG_PATH= ${WRKDIR}/config.sh -MIME_TYPES= elm.mimetypes -MIME_CSETS= elm.mimecharsets -ELM_RC= elm.rc -LOCAL_CONF_FILES= ${MIME_TYPES} ${MIME_CSETS} ${TERM_INFO} ${ELM_RC} -DOC_FILES= MIME.txt README.ME+ -.for shlib in ${ELM_SHLIBS} -DOC_FILES+= shared_libs/${shlib:tl}/README.${shlib:tu} -.endfor - -.include <bsd.port.pre.mk> - -.if empty(ICONV_LIB) -ICONV_LINK= -.else -ICONV_LINK= iconv -.endif - -# Post-patch -# - -post-patch: fix-permissions patch-setgid patch-nls-files - -fix-permissions: - @${CHMOD} -R u+w ${WRKSRC} - -# from <sys/unistd.h>: -# Although we have saved user/group IDs, we do not use them in setuid -# as described in POSIX 1003.1, because the feature does not work for -# root. We use the saved IDs in seteuid/setegid, which are not currently -# part of the POSIX 1003.1 specification. XXX revisit for 1003.1-2001 -# as this is now mandatory. -patch-setgid: - @if [ "$$(/sbin/sysctl -n kern.saved_ids)" -eq 0 ]; then \ - ${REINPLACE_CMD} -e 's|setgid|setegid|' \ - ${WRKSRC}/lib/mbox/localmbx.c \ - ${WRKSRC}/src/init.c ${WRKSRC}/src/lock.c; \ - ${REINPLACE_CMD} -e 's|have_saved_ids = 0|have_saved_ids = 1|' \ - ${WRKSRC}/lib/read_rc.c; \ - fi - -patch-nls-files: - @${REINPLACE_CMD} -e 's|/usr/local|${PREFIX}|' ${WRKSRC}/nls/LANGS - -# Pre-configure -# -pre-configure: configure-shlibs - -TEE?= tee - -configure-shlibs: - @${CP} /dev/null ${CONFIG_PATH} -.for shlib in ${ELM_SYSTEM_SHLIBS} - @${ECHO_CMD} "\# Support for ${shlib:tu}" \ - > ${WRKSRC}/shared_libs/${shlib:tl}/config.res -.endfor -.for shlib in ${ELM_SHLIBS} - @${ECHO_CMD} "${shlib:tl}_ok='define'" \ - | ${TEE} -a ${CONFIG_PATH} \ - >> ${WRKSRC}/shared_libs/${shlib:tl}/config.res -.endfor -.for shlib in ${ELM_UNSHLIBS} - @${ECHO_CMD} "${shlib:tl}_ok='undef'" \ - | ${TEE} -a ${CONFIG_PATH} \ - >> ${WRKSRC}/shared_libs/${shlib:tl}/config.res -.endfor - -# Post-configure -# - -post-configure: rename-readmes - -rename-readmes: -.for shlib in ${ELM_SHLIBS} - @if [ -f ${WRKSRC}/shared_libs/${shlib:tl}/README.ME+ ]; then \ - ${MV} ${WRKSRC}/shared_libs/${shlib:tl}/README.ME+ \ - ${WRKSRC}/shared_libs/${shlib:tl}/README.${shlib:tu}; \ - fi -.endfor - -# Pre-install -# - -pre-su-install: create-install-dirs backup-conf-files - -create-install-dirs: - @${MKDIR} ${CONF_DIR} ${LIB_DIR} ${SHLIB_DIR} - -backup-conf-files: -.for file in ${LOCAL_CONF_FILES} - @if [ -f ${LIB_DIR}/${file} ]; then \ - ${MV} ${LIB_DIR}/${file} ${CONF_DIR}/${file}.orig; \ - elif [ -f ${CONF_DIR}/${file} ]; then \ - ${MV} ${CONF_DIR}/${file} ${CONF_DIR}/${file}.orig; \ - fi -.endfor - -# Post-install -# - -post-install: install-nls-files \ - install-doc-files install-mime-types \ - install-conf-files restore-conf-files \ - merge-global-rc-file \ - remove-catman-files remove-catman-links \ - remove-tempfiles - -install-nls-files: - @cd ${WRKSRC}/nls; ${MAKE} install - -install-doc-files: -.if ${PORT_OPTIONS:MDOCS} - @${MKDIR} ${DOCSDIR} -. for file in ${DOC_FILES} - @${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR} - @${GZIP_CMD} ${DOCSDIR}/${file:T} -. endfor -.endif - -install-mime-types: - @${INSTALL_DATA} ${FILESDIR}/${MIME_TYPES} ${CONF_DIR}/${MIME_TYPES} - -install-conf-files: -.for file in ${LOCAL_CONF_FILES} - @${INSTALL_DATA} ${CONF_DIR}/${file} ${CONF_DIR}/${file}-dist -.endfor - -# for instance, don't restore obsolete files :( except elm.rc :) -restore-conf-files: -.for file in ${ELM_RC} # ${LOCAL_CONF_FILES} - @if [ -f ${CONF_DIR}/${file}.orig ]; then \ - ${MV} ${CONF_DIR}/${file}.orig ${CONF_DIR}/${file}; \ - fi -.endfor - -merge-global-rc-file: - @${LIB_DIR}/elmrc-write -G -I - @${LIB_DIR}/elmlibregister -G -I ${ELM_SHLIBS} - @${INSTALL_DATA} ${CONF_DIR}/${ELM_RC} ${CONF_DIR}/${ELM_RC}-dist - @${RM} -f ${CONF_DIR}/${ELM_RC}.old-values - -remove-catman-files: -.for sect in ${MSECS} -. for page in ${MAN${sect}} - @${RM} -f ${MAN${sect}PREFIX}/man/cat${sect}/${page} - @${RM} -f ${MAN${sect}PREFIX}/man/cat${sect}/${page}~_~ - @${RM} -f ${MAN${sect}PREFIX}/man/man${sect}/${page}~_~ -. endfor -.endfor - -remove-catman-links: -.for sect in ${MSECS} -. for page in ${MLINKS} -. if ${MAN${sect}:M${page}} == "" - @${RM} -f ${MAN${sect}PREFIX}/man/cat${sect}/${page} - @${RM} -f ${MAN${sect}PREFIX}/man/cat${sect}/${page}~_~ - @${RM} -f ${MAN${sect}PREFIX}/man/man${sect}/${page}~_~ -. endif -. endfor -.endfor - -remove-tempfiles: -.for file in ${PREFIX}/bin/wnewmail ${PREFIX}/bin/nfrm ${LIB_DIR}/elmuninstall - @${RM} -f ${file}~_~ -.endfor - -# some sketchy hackery -FETCH_CMD_INTERIOR= ${FETCH_CMD:M*fetch*} - -# only enable the hack if FETCH_CMD is fetch -.if !empty(FETCH_CMD_INTERIOR) - -# some ftp servers dislike $USER@localhost... -FETCH_ENV= FTP_PASSWORD=${FTP_PASSWORD} - -IFCONFIG?= ifconfig - -HOSTIPADDR= ${IFCONFIG} | ${AWK} '/inet /{print $$2; exit}' -FTP_PASSWORD?= ${USER}@`${HOSTIPADDR}` -.endif - -.include <bsd.port.post.mk> diff --git a/mail/elm+ME/distinfo b/mail/elm+ME/distinfo deleted file mode 100644 index 78eaafa8ecf3..000000000000 --- a/mail/elm+ME/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (elm-2.4ME+126.tar.gz) = 49b25bdbbcc660141ef028320a63515f3b8de94b6a57e0f3b631644e80236f7d -SIZE (elm-2.4ME+126.tar.gz) = 1698705 diff --git a/mail/elm+ME/files/elm.mimetypes b/mail/elm+ME/files/elm.mimetypes deleted file mode 100644 index c4da74ebab5d..000000000000 --- a/mail/elm+ME/files/elm.mimetypes +++ /dev/null @@ -1,1670 +0,0 @@ -# $FreeBSD$ -# -# mime.types for Elm 2.4PL24 ME8 (or greater) -# -# Written by Cyrille Lefevre <clefevre@poboxes.com> -# -# Format of this file: -# <suffix> <content-type> -# -# Elm already has the following "builtin" definitions: -# ps application/postscript -# gif image/gif -# tiff image/tiff -# jpeg image/jpeg -# -# NOTE: data which is declared "application/octet-stream" will automatically -# have the "name=<default_filename>" option added to it, so you should not -# put it in your definitions. - -#pbm image/pbm -#pgm image/pgm -#ppm image/ppm -taz application/octet-stream; type=tar; conversions=x-compress -tgz application/octet-stream; type=tar; conversions=x-gzip -tbz application/octet-stream; type=tar; conversions=x-bzip -tbz2 application/octet-stream; type=tar; conversions=x-bzip2 -# application/octet-stream; type=tar -#Z application/octet-stream -#gz application/octet-stream -#bz2 application/octet-stream -#zip application/octet-stream; type=zip [-> application/zip] - -# PGP users might want the following -#pgp application/pgp - -# ====================================================================== -# Registered MIME types from IIANA -# -# URL : ftp://ftp.isi.edu/in-notes/iana/assignments/media-types/media-types -# DATE : Sun Jan 7 21:11:33 CET 2001 -# ====================================================================== -# -# Type Subtype Description Reference -# ---- ------- ----------- --------- -# -# text plain [RFC2646,RFC2046] -text text/plain -txt text/plain -# richtext [RFC2045,RFC2046] -rtx text/richtext -# enriched [RFC1896] -# tab-separated-values [Paul Lindner] -tsv text/tab-separated-values -# html [RFC2854] -htm text/html -html text/html -shtml text/html -# sgml [RFC1874] -sgm text/sgml -sgml text/sgml -# vnd.latex-z [Lubos] -# vnd.fmi.flexstor [Hurtta] -flx text/vnd.fmi.flexstor -# uri-list [RFC2483] -uris text/uri-list -uri text/uri-list -# vnd.abc [Allen] -abc text/vnd.abc -# rfc822-headers [RFC1892] -# vnd.in3d.3dml [Powers] -3dml text/vnd.in3d.3dml -3dm text/vnd.in3d.3dml -# prs.lines.tag [Lines] -tag text/prs.lines.tag -# vnd.in3d.spot [Powers] -spot text/vnd.in3d.spot -spo text/vnd.in3d.spot -# css [RFC2318] -css text/css -# xml [RFC2376] -dtd text/xml -xml text/xml -# rtf [Lindner] -rtf text/rtf -# directory [RFC2425] -# calendar [RFC2445] -# vnd.wap.wml [Stark] -wml text/vnd.wap.wml -# text/vnd.wap.wml [-> text/xml] -# vnd.wap.wmlscript [Stark] -wmls text/vnd.wap.wmlscript -# vnd.motorola.reflex [Patton] -# vnd.fly [Gurney] -fly text/vnd.fly -# vnd.wap.sl [WAP-Forum] -sl text/vnd.wap.sl -# text/vnd.wap.sl [-> text/xml] -# vnd.wap.si [WAP-Forum] -si text/vnd.wap.si -# text/vnd.wap.si [-> text/xml] -# t140 [RFC2793] -# vnd.ms-mediapackage [Nelson] -mpf text/vnd.ms-mediapackage -# vnd.IPTC.NewsML [IPTC] -# text/vnd.IPTC.NewsML [-> text/xml] -# vnd.IPTC.NITF [IPTC] -# text/vnd.IPTC.NITF [-> text/xml] -# vnd.curl [Hodge] -curl text/vnd.curl -# vnd.DMClientScript [Bradley] -dms text/vnd.DMClientScript -# parityfec [RFC3009] -# - -# Type Subtype Description Reference -# ---- ------- ----------- --------- -# -# multipart mixed [RFC2045,RFC2046] -# alternative [RFC2045,RFC2046] -# digest [RFC2045,RFC2046] -# parallel [RFC2045,RFC2046] -# appledouble [MacMime,Patrik Faltstrom] -# header-set [Dave Crocker] -# form-data [RFC2388] -# related [RFC2387] -# report [RFC1892] -# voice-message [RFC2421,RFC2423] -# signed [RFC1847] -# encrypted [RFC1847] -# byteranges [RFC2068] - -# Type Subtype Description Reference -# ---- ------- ----------- --------- -# -# message rfc822 [RFC2045,RFC2046] -eml message/rfc822 -# partial [RFC2045,RFC2046] -# external-body [RFC2045,RFC2046] -# news [RFC 1036, Henry Spencer] -nws message/news -# http [RFC2616] -# delivery-status [RFC1894] -# disposition-notification [RFC2298] -# s-http [RFC2660] -# - -# Type Subtype Description Reference -# ---- ------- ----------- --------- -# -# application octet-stream [RFC2045,RFC2046] -bin application/octet-stream -exe application/octet-stream -# postscript [RFC2045,RFC2046] -ai application/postscript -eps application/postscript -epsf application/postscript -epsi application/postscript -ps application/postscript -# oda [RFC2045,RFC2046] -oda application/oda -# atomicmail [atomicmail,Borenstein] -am application/atomicmail -# andrew-inset [andrew-inset,Borenstein] -ez application/andrew-inset -# slate [slate,terry crowley] -# wita [Wang Info Transfer,Larry Campbell] -# dec-dx [Digital Doc Trans, Larry Campbell] -# dca-rft [IBM Doc Content Arch, Larry Campbell] -dca application/dca-rtf -# activemessage [Ehud Shapiro] -# rtf [Paul Lindner] -# application/rtf [-> text/rtf] -# applefile [MacMime,Patrik Faltstrom] -# mac-binhex40 [MacMime,Patrik Faltstrom] -hqx application/mac-binhex40 -# news-message-id [RFC1036, Henry Spencer] -# news-transmission [RFC1036, Henry Spencer] -# wordperfect5.1 [Paul Lindner] -wp6 application/wordperfect5.1 -wpd application/wordperfect5.1 -# pdf [Paul Lindner] -pdf application/pdf -# zip [Paul Lindner] -zip application/zip -# macwriteii [Paul Lindner] -# msword [Paul Lindner] -doc application/msword -dot application/msword -# remote-printing [RFC1486,Rose] -# mathematica [Van Nostern] -nb application/mathematica -ma application/mathematica -mb application/mathematica -# cybercash [Eastlake] -# commonground [Glazer] -# iges [Parks] -igs application/iges -iges application/iges -# riscos [Smith] -# eshop [Katz] -# x400-bp [RFC1494] -# sgml [RFC1874] -# application/sgml [-> text/sgml] -# cals-1840 [RFC1895] -# pgp-encrypted [RFC2015] -# pgp-signature [RFC2015] -# pgp-keys [RFC2015] -asc application/pgp-keys -# vnd.framemaker [Wexler] -fm application/vnd.framemaker -# vnd.mif [Wexler] -mif application/vnd.mif -# vnd.ms-excel [Gill] -xla application/vnd.ms-excel -xlc application/vnd.ms-excel -xld application/vnd.ms-excel -xll application/vnd.ms-excel -xlm application/vnd.ms-excel -xls application/vnd.ms-excel -xlt application/vnd.ms-excel -xlw application/vnd.ms-excel -# vnd.ms-powerpoint [Gill] -pot application/vnd.ms-powerpoint -ppa application/vnd.ms-powerpoint -pps application/vnd.ms-powerpoint -ppt application/vnd.ms-powerpoint -ppz application/vnd.ms-powerpoint -# vnd.ms-project [Gill] -mpc application/vnd.ms-project -mpt application/vnd.ms-project -mpx application/vnd.ms-project -mpw application/vnd.ms-project -mpp application/vnd.ms-project -# vnd.ms-works [Gill] -# vnd.ms-tnef [Gill] -# vnd.svd [Becker] -# vnd.music-niff [Butler] -# vnd.ms-artgalry [Slawson] -cil application/vnd.ms-artgalry -# vnd.truedoc [Chase] -# vnd.koan [Cole] -skd application/vnd.koan -skp application/vnd.koan -skm application/vnd.koan -skt application/vnd.koan -# vnd.street-stream [Levitt] -# vnd.fdf [Zilles] -# set-payment-initiation [Korver] -# set-payment [Korver] -# set-registration-initiation [Korver] -# set-registration [Korver] -# vnd.seemail [Webb] -see application/vnd.seemail -# vnd.businessobjects [Imoucha] -rep application/vnd.businessobjects -# vnd.meridian-slingshot [Wedel] -# vnd.xara [Matthewman] -xar application/vnd.xara -# sgml-open-catalog [Grosso] -# vnd.rapid [Szekely] -zrp application/vnd.rapid -# vnd.enliven [Santinelli] -nml application/vnd.enliven -# vnd.japannet-registration-wakeup [Fujii] -# vnd.japannet-verification-wakeup [Fujii] -# vnd.japannet-payment-wakeup [Fujii] -# vnd.japannet-directory-service [Fujii] -# vnd.intertrust.digibox [Tomasello] -# vnd.intertrust.nncp [Tomasello] -# prs.alvestrand.titrax-sheet [Alvestrand] -# vnd.noblenet-web [Solomon] -nnw application/vnd.noblenet-web -# vnd.noblenet-sealer [Solomon] -nns application/vnd.noblenet-sealer -# vnd.noblenet-directory [Solomon] -nnd application/vnd.noblenet-directory -# prs.nprend [Doggett] -rnd application/prs.nprend -rct application/prs.nprend -# vnd.webturbo [Rehem] -wtb application/vnd.webturbo -# hyperstudio [Domino] -# vnd.shana.informed.formtemplate [Selzler] -itp application/vnd.shana.informed.formtemplate -# vnd.shana.informed.formdata [Selzler] -ifm application/vnd.shana.informed.formdata -# vnd.shana.informed.package [Selzler] -ipk application/vnd.shana.informed.package -# vnd.shana.informed.interchange [Selzler] -iif application/vnd.shana.informed.interchange -# vnd.commerce-battelle [Applebaum] -ica application/vnd.commerce-battelle -icf application/vnd.commerce-battelle -icd application/vnd.commerce-battelle -icc application/vnd.commerce-battelle -ic0 application/vnd.commerce-battelle -ic1 application/vnd.commerce-battelle -ic2 application/vnd.commerce-battelle -ic3 application/vnd.commerce-battelle -ic4 application/vnd.commerce-battelle -ic5 application/vnd.commerce-battelle -ic6 application/vnd.commerce-battelle -ic7 application/vnd.commerce-battelle -ic8 application/vnd.commerce-battelle -# vnd.osa.netdeploy [Klos] -ndc application/vnd.osa.netdeploy -# vnd.ibm.MiniPay [Herzberg] -mpy application/vnd.ibm.MiniPay -# vnd.japannet-jpnstore-wakeup [Yoshitake] -# vnd.japannet-setstore-wakeup [Yoshitake] -# vnd.japannet-verification [Yoshitake] -# vnd.japannet-registration [Yoshitake] -# vnd.hp-HPGL [Pentecost] -# vnd.hp-PCL [Pentecost] -# vnd.hp-PCLXL [Pentecost] -# vnd.musician [Adams] -mus application/vnd.musician -# vnd.FloGraphIt [Floersch] -gph application/vnd.FloGraphIt -# vnd.intercon.formnet [Gurak] -xpw application/vnd.intercon.formnet -xpx application/vnd.intercon.formnet -# vemmi [RFC2122] -# vnd.ms-asf [Fleischman] -asf application/vnd.ms-asf -# vnd.ecdis-update [Buettgenbach] -# vnd.powerbuilder6 [Guy] -pbd application/vnd.powerbuilder6 -# vnd.powerbuilder6-s [Guy] -# application/vnd.powerbuilder6-s [-> application/vnd.powerbuilder6] -# vnd.lotus-wordpro [Wattenberger] -lwp application/vnd.lotus-wordpro -sam application/vnd.lotus-wordpro -# vnd.lotus-approach [Wattenberger] -apr application/vnd.lotus-approach -vew application/vnd.lotus-approach -# vnd.lotus-1-2-3 [Wattenberger] -123 application/vnd.lotus-1-2-3 -wk1 application/vnd.lotus-1-2-3 -wk3 application/vnd.lotus-1-2-3 -wk4 application/vnd.lotus-1-2-3 -# vnd.lotus-organizer [Wattenberger] -or3 application/vnd.lotus-organizer -or2 application/vnd.lotus-organizer -org application/vnd.lotus-organizer -# vnd.lotus-screencam [Wattenberger] -scm application/vnd.lotus-screencam -# vnd.lotus-freelance [Wattenberger] -pre application/vnd.lotus-freelance -prz application/vnd.lotus-freelance -# vnd.fujitsu.oasys [Togashi] -oas application/vnd.fujitsu.oasys -# vnd.fujitsu.oasys2 [Togashi] -oa2 application/vnd.fujitsu.oasys2 -# vnd.swiftview-ics [Widener] -# vnd.dna [Searcy] -dna application/vnd.dna -# prs.cww [Rungchavalnont] -cw application/prs.cww -cww application/prs.cww -# vnd.wt.stf [Wohler] -stf application/vnd.wt.stf -# vnd.dxr [Duffy] -dxr application/vnd.dxr -# vnd.mitsubishi.misty-guard.trustweb [Tanaka] -# vnd.ibm.modcap [Hohensee] -list3820 application/vnd.ibm.modcap -listafp application/vnd.ibm.modcap -afp application/vnd.ibm.modcap -pseg3820 application/vnd.ibm.modcap -# vnd.acucobol [Lubin] -acu application/vnd.acucobol -# vnd.fujitsu.oasys3 [Okudaira] -oa3 application/vnd.fujitsu.oasys3 -# marc [RFC2220] -mrc application/marc -# vnd.fujitsu.oasysprs [Ogita] -bh2 application/vnd.fujitsu.oasysprs -# vnd.fujitsu.oasysgp [Sugimoto] -fg5 application/vnd.fujitsu.oasysgp -# vnd.visio [Sandal] -vsd application/vnd.visio -vst application/vnd.visio -vsw application/vnd.visio -vss application/vnd.visio -# vnd.netfpx [Mutz] -fpx application/vnd.netfpx -# vnd.audiograph [Slusanschi] -aep application/vnd.audiograph -# vnd.epson.salt [Nagatomo] -slt application/vnd.epson.salt -# vnd.3M.Post-it-Notes [O'Brien] -pwn application/vnd.3M.Post-it-Notes -# vnd.novadigm.EDX [Swenson] -edx application/vnd.novadigm.EDX -# vnd.novadigm.EXT [Swenson] -ext application/vnd.novadigm.EXT -# vnd.novadigm.EDM [Swenson] -edm application/vnd.novadigm.EDM -# vnd.claymore [Simpson] -cla application/vnd.claymore -# vnd.cosmocaller [Dellutri] -cmc application/vnd.cosmocaller -# pkcs7-mime [RFC2311] -p7m application/pkcs7-mime -p7c application/pkcs7-mime -# pkcs7-signature [RFC2311] -p7s application/pkcs7-signature -# pkcs10 [RFC2311] -# vnd.yellowriver-custom-menu [Yellow] -cmp application/vnd.yellowriver-custom-menu -# vnd.ecowin.chart [Olsson] -mag application/vnd.ecowin.chart -# vnd.ecowin.series [Olsson] -# vnd.ecowin.filerequest [Olsson] -# vnd.ecowin.fileupdate [Olsson] -# vnd.ecowin.seriesrequest [Olsson] -# vnd.ecowin.seriesupdate [Olsson] -# EDIFACT [RFC1767] -# EDI-X12 [RFC1767] -# EDI-Consent [RFC1767] -# vnd.wrq-hp3000-labelled [Bartram] -# vnd.minisoft-hp3000-save [Bartram] -# vnd.ffsns [Holstage] -# vnd.hp-hps [Aubrey] -hps application/vnd.hp-hps -# vnd.fujixerox.docuworks [Taguchi] -xdw application/vnd.fujixerox.docuworks -# xml [RFC2376] -# application/xml [-> text/xml] -# vnd.anser-web-funds-transfer-initiation [Mori] -fti application/vnd.anser-web-funds-transfer-initiation -# vnd.anser-web-certificate-issue-initiation [Mori] -cii application/vnd.anser-web-certificate-issue-initiation -# vnd.is-xpr [Natarajan] -xpr application/vnd.is-xpr -# vnd.intu.qbo [Scratchley] -qbo application/vnd.intu.qbo -# vnd.publishare-delta-tree [Ben-Kiki] -qps application/vnd.publishare-delta-tree -# vnd.cybank [Helmee] -# batch-SMTP [RFC2442] -# vnd.uplanet.alert [Martin] -# vnd.uplanet.cacheop [Martin] -# vnd.uplanet.list [Martin] -# vnd.uplanet.listcmd [Martin] -# vnd.uplanet.channel [Martin] -# vnd.uplanet.bearer-choice [Martin] -# vnd.uplanet.signal [Martin] -# vnd.uplanet.alert-wbxml [Martin] -# vnd.uplanet.cacheop-wbmxl [Martin] -# vnd.uplanet.list-wbxml [Martin] -# vnd.uplanet.listcmd-wbxml [Martin] -# vnd.uplanet.channel-wbxml [Martin] -# vnd.uplanet.bearer-choice-wbxml [Martin] -# vnd.epson.quickanime [Gu] -qam application/vnd.epson.quickanime -# vnd.commonspace [Chandhok] -csp application/vnd.commonspace -cst application/vnd.commonspace -# vnd.fut-misnet [Pruulmann] -# vnd.xfdl [Manning] -xfdl application/vnd.xfdl -xfd application/vnd.xfdl -frm application/vnd.xfdl -# vnd.intu.qfx [Scratchley] -qfx application/vnd.intu.qfx -# vnd.epson.ssf [Hoshina] -ssf application/vnd.epson.ssf -# vnd.epson.msf [Hoshina] -msf application/vnd.epson.msf -# vnd.powerbuilder7 [Shilts] -# application/vnd.powerbuilder7 [-> application/vnd.powerbuilder6] -# vnd.powerbuilder7-s [Shilts] -# application/vnd.powerbuilder7-s [-> application/vnd.powerbuilder6-s] -# vnd.lotus-notes [Laramie] -nsf application/vnd.lotus-notes -ntf application/vnd.lotus-notes -ndl application/vnd.lotus-notes -ns4 application/vnd.lotus-notes -ns3 application/vnd.lotus-notes -ns2 application/vnd.lotus-notes -nsh application/vnd.lotus-notes -nsg application/vnd.lotus-notes -# pkixcmp [RFC2510] -pki application/pkixcmp -# vnd.wap.wmlc [Stark] -wmlc application/vnd.wap.wmlc -# application/vnd.wap.wmlc [-> application/vnd.wap.wbxml] -# vnd.wap.wmlscriptc [Stark] -wmlsc application/vnd.wap.wmlscriptc -# vnd.motorola.flexsuite [Patton] -# vnd.wap.wbxml [Stark] -wbxml application/vnd.wap.wbxml -# vnd.motorola.flexsuite.wem [Patton] -# vnd.motorola.flexsuite.kmr [Patton] -# vnd.motorola.flexsuite.adsi [Patton] -# vnd.motorola.flexsuite.fis [Patton] -# vnd.motorola.flexsuite.gotap [Patton] -# vnd.motorola.flexsuite.ttc [Patton] -# vnd.ufdl [Manning] -ufdl application/vnd.ufdl -ufd application/vnd.ufdl -# application/vnd.ufdl [-> application/vnd.xfdl] -# vnd.accpac.simply.imp [Leow] -imp application/vnd.accpac.simply.imp -# vnd.accpac.simply.aso [Leow] -aso application/vnd.accpac.simply.aso -# vnd.vcx [T.Sugimoto] -vcx application/vnd.vcx -# ipp [RFC2910] -# ocsp-request [RFC2560] -orq application/ocsp-request -# ocsp-response [RFC2560] -ors application/ocsp-request -# vnd.previewsystems.box [Smolgovsky] -box application/vnd.previewsystems.box -vbox application/vnd.previewsystems.box -# vnd.mediastation.cdkey [Flurry] -cdkey application/vnd.mediastation.cdkey -# vnd.pg.format [Gandert] -str application/vnd.pg.format -# vnd.pg.osasli [Gandert] -ei6 application/vnd.pg.osasli -# vnd.hp-hpid [Gupta] -hpi application/vnd.hp-hpid -hpid application/vnd.hp-hpid -# pkix-cert [RFC2585] -cer application/pkix-cert -# pkix-crl [RFC2585] -crl application/pkix-crl -# vnd.Mobius.TXF [Kabayama] -txf application/vnd.Mobius.TXF -# vnd.Mobius.PLC [Kabayama] -plc application/vnd.Mobius.PLC -# vnd.Mobius.DIS [Kabayama] -dis application/vnd.Mobius.DIS -# vnd.Mobius.DAF [Kabayama] -daf application/vnd.Mobius.DAF -# vnd.Mobius.MSL [Kabayama] -msl application/vnd.Mobius.MSL -# vnd.cups-raster [Sweet] -# vnd.cups-postscript [Sweet] -# vnd.cups-raw [Sweet] -# index [RFC2652] -# index.cmd [RFC2652] -# index.response [RFC2652] -# index.obj [RFC2652] -# index.vnd [RFC2652] -# vnd.triscape.mxs [Simonoff] -mxs application/vnd.triscape.mxs -# vnd.powerbuilder75 [Shilts] -# application/vnd.powerbuilder75 [-> application/vnd.powerbuilder6] -# vnd.powerbuilder75-s [Shilts] -# alias application/vnd.powerbuilder75-s application/vnd.powerbuilder6-s -# vnd.dpgraph [Parker] -dpg application/vnd.dpgraph -mwc application/vnd.dpgraph -dpgraph application/vnd.dpgraph -# http [RFC2616] -# sdp [RFC2327] -sdp application/sdp -# vnd.eudora.data [Resnick] -# vnd.fujixerox.docuworks.binder [Matsumoto] -xbd application/vnd.fujixerox.docuworks -# vnd.vectorworks [Pharr] -# application/vnd.vectorworks [-> application/vnd.mcd] -# vnd.grafeq [Tupper] -gqf application/vnd.grafeq -gqs application/vnd.grafeq -# vnd.bmi [Gotoh] -bmi application/vnd.bmi -# vnd.ericsson.quickcall [Tidwell] -qcall application/vnd.ericsson.quickcall -qca application/vnd.ericsson.quickcall -# vnd.hzn-3d-crossword [Minnis] -x3d application/vnd.hzn-3d-crossword -# vnd.wap.slc [WAP-Forum] -slc application/vnd.wap.slc -# application/vnd.wap.slc [-> application/vnd.wap.wbxml] -# vnd.wap.sic [WAP-Forum] -sic application/vnd.wap.sic -# application/vnd.wap.sic [-> application/vnd.wap.wbxml] -# vnd.groove-injector [Joseph] -grv application/vnd.groove-injector -# vnd.fujixerox.ddd [Onda] -ddd application/vnd.fujixerox.ddd -# vnd.groove-account [Joseph] -gac application/vnd.groove-account -# vnd.groove-identity-message [Joseph] -gim application/vnd.groove-identity-message -# vnd.groove-tool-message [Joseph] -gtm application/vnd.groove-tool-message -# vnd.groove-tool-template [Joseph] -tpl application/vnd.groove-tool-template -# vnd.groove-vcard [Joseph] -vcg application/vnd.groove-vcard -# vnd.ctc-posml [Kohlhepp] -pml application/vnd.ctc-posml -# vnd.canon-lips [Muto] -# vnd.canon-cpdl [Muto] -# vnd.trueapp [Hepler] -tra application/vnd.trueapp -# vnd.s3sms [Tarkkala] -# iotp [RFC2935] -# vnd.mcd [Gotoh] -mcd application/vnd.mcd -# vnd.httphone [Lefevre] -# vnd.informix-visionary [Gales] -vis application/vnd.informix-visionary -# vnd.msign [Borcherding] -# vnd.ms-lrm [Ledoux] -lrm application/vnd.ms-lrm -# vnd.contact.cmsg [Patz] -cdbcmsg application/vnd.contact.cmsg -# vnd.epson.esf [Hoshina] -esf application/vnd.epson.esf -# whoispp-query [RFC2957] -# whoispp-response [RFC2958] -# vnd.mozilla.xul+xml [McDaniel] -xul application/vnd.mozilla.xul+xml -# parityfec [RFC3009] -# vnd.palm [Peacock] -prc application/vnd.palm -pdb application/vnd.palm -pqa application/vnd.palm -oprc application/vnd.palm -# vnd.fsc.weblaunch [D.Smith] -fsc application/vnd.fsc.weblaunch -# vnd.tve-trigger [Welsh] -# dvcs [Sylvester] -dvc application/dvcs -# sieve [Showalter] -siv application/sieve -# vnd.vividence.scriptfile [Risher] -vsf application/vnd.vividence.scriptfile -vtd application/vnd.vividence.scriptfile -vd application/vnd.vividence.scriptfile - -# Type Subtype Description Reference -# ---- ------- ----------- --------- -# -# image jpeg [RFC2045,RFC2046] -jpe image/jpeg -jpeg image/jpeg -jpg image/jpeg -jfif image/jpeg -pjp image/jpeg -pjpeg image/jpeg -# gif [RFC2045,RFC2046] -gif image/gif -# ief Image Exchange Format [RFC1314] -ief image/ief -# g3fax [RFC1494] -g3 image/g3fax -fax image/g3fax -# tiff Tag Image File Format [RFC2302] -tif image/tiff -tiff image/tiff -# cgm Computer Graphics Metafile [Francis] -cgm image/cgm -# naplps [Ferber] -# vnd.dwg [Moline] -dwg image/vnd.dwg -# vnd.svf [Moline] -svf image/vnd.svf -# vnd.dxf [Moline] -dxf image/vnd.dxf -# png [Randers-Pehrson] -png image/png -# vnd.fpx [Spencer] -# image/vnd.fpx [-> application/vnd.netfpx] -# vnd.netfpx [Spencer] -# image/vnd.netfpx [-> application/vnd.netfpx] -# vnd.xiff [SMartin] -xif image/vnd.xiff -# prs.btif [Simon] -btif image/prs.btif -btf image/prs.btif -# vnd.fastbidsheet [Becker] -fbs image/vnd.fastbidsheet -# vnd.wap.wbmp [Stark] -wbmp image/vnd.wap.wbmp -# prs.pti [Laun] -pti image/prs.pti -# vnd.cns.inf2 [McLaughlin] -# vnd.mix [Reddy] -# vnd.fujixerox.edmics-rlc [Onda] -rlc image/vnd.fujixerox.edmics-rlc -# vnd.fujixerox.edmics-mmr [Onda] -mmr image/vnd.fujixerox.edmics-mmr -# vnd.fst [Fuldseth] -fst image/vnd.fst - -# Type Subtype Description Reference -# ---- ------- ----------- --------- -# -# audio basic [RFC2045,RFC2046] -au audio/basic -snd audio/basic -# 32kadpcm [RFC2421,RFC2422] -# vnd.qcelp [Lundblade] -qcp audio/vnd.qcelp -# vnd.digital-winds [Strazds] -eol audio/vnd.digital-winds -# vnd.lucent.voice [Vaudreuil] -lvp audio/vnd.lucent.voice -# vnd.octel.sbc [Vaudreuil] -# vnd.rhetorex.32kadpcm [Vaudreuil] -# vnd.vmx.cvsd [Vaudreuil] -# vnd.nortel.vbk [Parsons] -vbk audio/vnd.nortel.vbk -# vnd.cns.anp1 [McLaughlin] -# vnd.cns.inf1 [McLaughlin] -# L16 [RFC2586] -# vnd.everad.plj [Cicelsky] -plj audio/vnd.everad.plj -# telephone-event [RFC2833] -# tone [RFC2833] -# prs.sid [Walleij] -sid audio/prs.sid -psid audio/prs.sid -# vnd.nuera.ecelp4800 [Fox] -ecelp4800 audio/vnd.nuera.ecelp4800 -# vnd.nuera.ecelp7470 [Fox] -ecelp7470 audio/vnd.nuera.ecelp7470 -# mpeg [RFC3003] -abs audio/mpeg -mp2 audio/mpeg -mp3 audio/mpeg -mpa audio/mpeg -mpga audio/mpeg -mpega audio/mpeg -# parityfec [RFC3009] -# MP4A-LATM [RFC3016] - -# Type Subtype Description Reference -# ---- ------- ----------- --------- -# -# video mpeg [RFC2045,RFC2046] -mpe video/mpeg -mpeg video/mpeg -mpegv video/mpeg -mpg video/mpeg -mpv video/mpeg -vbs video/mpeg -# quicktime [Paul Lindner] -moov video/quicktime -mov video/quicktime -qt video/quicktime -# vnd.vivo [Wolfe] -# vnd.motorola.video [McGinty] -# vnd.motorola.videop [McGinty] -# vnd.fvt [Fuldseth] -fvt video/vnd.fvt -# pointer [RFC2862] -# parityfec [RFC3009] -# vnd.mpegurl [Recktenwald] -mgu video/vnd.mpegurl -# MP4V-ES [RFC3016] - -# Type Subtype Description Reference -# ---- ------- ----------- --------- -# -# model [RFC2077] -# iges [Parks] -# vrml [RFC2077] -vrml model/vrml -wrl model/vrml -# mesh [RFC2077] -msh model/mesh -mesh model/mesh -silo model/mesh -# vnd.dwf [Pratt] -# vnd.gtw [Ozaki] -# vnd.flatland.3dml [Powers] -# vnd.vtu [Rabinovitch] -# vnd.mts [Rabinovitch] -# vnd.gdl [Babits] -# vnd.gs-gdl [Babits] -# vnd.parasolid.transmit.text [Dearnaley,Juckes] -# vnd.parasolid.transmit.binary [Dearnaley,Juckes] - -# ====================================================================== -# Known unregistered MIME types from Mime-FAQ -# -# URL : ftp://[no more available online!]/mail/mime-faq/part3 -# ====================================================================== - -# Text types -# ---------- - -# text/unknown -# text/x-html [-> text/html] -etx text/x-setext -faq text/x-usenet-faq - -# Application types -# ----------------- - -# application/x-aiff [-> audio/x-aiff] -bcpio application/x-bcpio -# application/x-bitmap [-> image/x-xbitmap] -cpio application/x-cpio -csh application/x-csh -dvi application/x-dvi -# application/x-framemaker [-> application/vnd.framemaker] -gtar application/x-gtar -hdf application/x-hdf -# application/x-inventor -# application/x-island-draw -# application/x-island-paint -# application/x-island-write -# application/x-jot -latex application/x-latex -# application/x-macbinhex40 -# application/x-metamail-patch -# application/x-mif [-> application/vnd.mif] -# application/x-movie -# application/x-ms-tnef [-> application/vnd.ms-tnef] -cdf application/x-netcdf -nc application/x-netcdf -# application/x-sgi -sh application/x-sh -shar application/x-shar -# application/x-showcase -sv4cpio application/x-sv4cpio -sv4crc application/x-sv4crc -tar application/x-tar -tcl application/x-tcl -tk application/x-tcl -cls application/x-tex -ltx application/x-tex -sty application/x-tex -tex application/x-tex -texi application/x-texinfo -texinfo application/x-texinfo -t application/x-troff -tr application/x-troff -roff application/x-troff -troff application/x-troff -man application/x-troff-man -me application/x-troff-me -ms application/x-troff-ms -ustar application/x-ustar -src application/x-wais-source -wsrc application/x-wais-source -wkz application/x-wingz -# application/x-wt-stf -# application/x-xpm1 [-> image/x-xpixmap] -# application/x-zm-fax - -# Audio types -# ----------- - -af audio/x-aiff -aif audio/x-aiff -aifc audio/x-aiff -aiff audio/x-aiff -maca audio/x-macaudio -# audio/x-next -wav audio/x-wav - -# Image types -# ----------- - -ras image/x-cmu-raster -fits image/x-fits -pict image/x-macpict -# image/x-pbm [-> image/x-portable-bitmap] -# image/x-pgm [-> image/x-portable-graymap] -# image/x-pict [-> image/x-macpict] -# image/x-pnm [-> image/x-portable-anymap] -pbm image/x-portable-bitmap -pgm image/x-portable-graymap -pnm image/x-portable-anymap -ppm image/x-portable-pixmap -# image/x-ppm [-> image/x-portable-pixmap] -rgb image/x-rgb -xbm image/x-xbitmap -# image/x-xbm [-> image/x-xbitmap] -xpm image/x-xpixmap -# image/x-xpm [-> image/x-xpixmap] -# image/x-xwd [-> image/x-xwindowdump] -xwd image/x-xwindowdump - -# Video types -# ----------- - -avi video/x-msvideo -movie video/x-sgi-movie - -# ====================================================================== -# Known unregistered MIME types from Apache -# ====================================================================== - -# Text types -# ---------- - -# text/vnd.flatland.3dml - -# Application types -# ----------------- - -# application/mac-compactpro [-> application/x-mac-compactpro] -cpt application/x-mac-compactpro -# application/smil [-> application/x-smil] -smi application/x-smil -smil application/x-smil -vcd application/x-cdlink -pgn application/x-chess-pgn -Z application/x-compress -dcr application/x-director -dir application/x-director -# application/x-director [-> application/vnd.dxr] -spl application/x-futuresplash -gz application/x-gzip -js application/x-javascript -# application/x-koan [-> application/vnd.koan] -php3 application/x-httpd-php3 -php3s application/x-httpd-php3-source -php application/x-httpd-php4 -php4 application/x-httpd-php4 -php4s application/x-httpd-php4-source -sit application/x-stuffit - -# Image types -# ----------- - -# image/bmp [-> image/x-ms-bmp] - -# Audio types -# ----------- - -# audio/midi [-> audio/x-midi] -mid audio/x-midi -midi audio/x-midi - -# Misc types -# ---------- - -# chemical/x-pdb [-> application/vnd.palm] -xyz chemical/x-pdb - -ice x-conference/x-cooltalk - -# ====================================================================== -# Known unregistered MIME types from Netscape -# ====================================================================== - -# Text types -# ---------- - -vcf text/x-vcard - -# Application types -# ----------------- - -fif application/fractals -depot application/hp_depot -# application/java-archive [-> application/x-java-archive] -enc application/pre-encrypted -mda application/vnd.ms-access -mdb application/vnd.ms-access -mde application/vnd.ms-access -pwz application/vnd.ms-powerpoint -sc2 application/vnd.ms-schedule -scd application/vnd.ms-schedule -sch application/vnd.ms-schedule -wp5 application/wordperfect5.1 -wk application/x-123 -ckl application/x-fortezza-ckl -mocha application/x-javascript -jsc application/x-javascript-config -pac application/x-ns-proxy-autoconfig -#proxy application/x-ns-proxy-autoconfig -pl application/x-perl -perl application/x-perl -# application/x-pkcs7-crl [-> application/pkix-crl] -# application/x-pkcs7-mime [-> application/pkcs7-mime] -# application/x-pkcs7-signature [-> application/pkcs7-signature] -# application/x-sdp [-> application/sdp] -wz application/x-wingz -# application/x-zip-compressed [-> application/zip] - -# Image types -# ----------- - -bmp image/x-ms-bmp -pcd image/x-photo-cd - -# Audio types -# ----------- - -# audio/aiff [-> audio/x-aiff] -# audio/wav [-> audio/x-wav] - -# Video types -# ----------- - -mp2v video/x-mpeg2 -mpv2 video/x-mpeg2 - -# ====================================================================== -# Known unregistered MIME types from Xemacs -# ====================================================================== - -# Text types -# ---------- - -diff text/x-patch -patch text/x-patch -udiff text/x-patch - -# Application types -# ----------------- - -# application/emacs-lisp [-> application/x-emacs-lisp] -el application/x-emacs-lisp -# application/mif [-> application/vnd.mif] -# application/texinfo [-> application/x-texinfo] -ano application/x-annotator - -# Image types -# ----------- - -# image/pict [-> image/x-macpict] -# image/portable-graymap [-> image/x-portable-graymap] -# image/portable-pixmap [-> image/x-portable-pixmap] -# image/windowdump [-> image/x-windowdump] -# image/x11-dump [-> image/x-windowdump] -# image/x-fax [-> image/g3fax] -icon image/x-icon -macp image/x-macpaint -# image/x-pixmap [-> image/x-xpixmap] -# image/x-raster [-> image/x-cmu-taster] -tga image/x-targa -# image/xbm [-> image/x-xbitmap] -# image/xpm [-> image/x-xpixmap] - -# Audio types -# ----------- - -# audio/ulaw [-> audio/basic] -mp2a audio/x-mpeg2 -mpa2 audio/x-mpeg2 - -# Message types -# ------------- - -# message/x-gnus-rmail - -# Misc types -# ---------- - -# archive/tar [-> application/x-tar] - -# x-world/x-vrml [-> model/vrml] - -# ====================================================================== -# Known unregistered MIME types from Gnome -# ====================================================================== - -# Text types -# ---------- - -# text/abiword [-> text/x-abiword] -# text/bib [-> text/x-bib] -# text/calendar [-> text/x-calendar] -# text/directory [-> text/x-directory] -# text/htmlh [-> text/x-htmlh] -# text/mathml [-> text/x-mathml] -# text/spreadsheet [-> text/x-spreadsheet] -# text/x-abiword [-> application/x-abiword] -# text/x-applix-word [-> application/x-applix-word] -#?? text/x-authors -bib text/x-bib -# text/x-c [-> text/x-csrc] -# text/x-c++ [-> text/x-c++src] -#?? text/x-calendar -csv text/x-comma-separated-values -#?? text/x-copying -#?? text/x-credits -# text/x-csh [-> application/x-csh] -# text/x-dcl [-> text/x-sgml-declaration] -#?? text/x-directory -dsl text/x-dsl -# text/x-dtd [-> text/xml] -f text/x-fortran -#?? text/x-gtkrc -idl text/x-idl -#?? text/x-install -# text/x-java [-> application/x-java] -#?? text/x-htmlh -# text/x-makefile [-> application/x-makefile] -mml text/x-mathml -# text/x-perl [-> application/x-perl] -# text/x-python [-> application/x-python] -#?? text/x-readme -# text/x-scheme [-> application/vnd.lotus-screencam] -slk text/x-spreadsheet -sylk text/x-spreadsheet -stx text/x-setext -# text/x-sh [-> application/x-sh] -#?? text/x-speech -sql text/x-sql -# text/x-tcl [-> application/x-tcl] -# text/x-tex [-> application/x-tex] -# text/x-texinfo [-> application/x-texinfo] -# text/x-troff [-> application/x-troff] -# text/x-troff-man [-> application/x-troff-man] -# text/x-troff-man-compressed [-> application/x-troff-man-compressed] -# text/x-troff-me [-> application/x-troff-me] -# text/x-troff-mm [-> application/x-troff-mm] -# text/x-troff-ms [-> application/x-troff-ms] -vcs text/x-vcalendar -vct text/x-vcard -gcrd text/x-vcard - -# Application types -# ----------------- - -# application/msexcel [-> application/vnd.ms-excel] -# application/mspowerpoint [-> application/vnd.ms-powerpoint] -pgp application/pgp -# application/qif [-> application/x-qif] -wks application/vnd.lotus-1-2-3 -abw application/x-abiword -as application/x-applix-spreadsheet -aw application/x-applix-word -arj application/x-arj -asp application/x-asp -bak application/x-backup -bz2 application/x-bzip2 -cgi application/x-cgi -# application/x-class-file [-> application/x-java-vm] -# application/x-compressed-tar [-> application/octet-stream] -# application/x-bzip-compressed-tar [-> application/octet-stream] -#?? application/x-cpio-compressed -core application/x-core-file -# application/x-deb [-> application/x-debian-package] -dia application/x-dia-diagram -etheme application/x-e-theme -#?? application/x-executable-file [-> application/octet-stream] -afm application/x-font-afm -bdf application/x-font-bdf -fon application/x-font-dos -#?? application/x-font-framemaker -#?? application/x-font-libgrx -psf application/x-font-linux-psf -pcf application/x-font-pcf -spd application/x-font-speedo -#?? application/x-font-sunos-news -mf application/x-font-tex -tfm application/x-font-tex-tfm -ttf application/x-font-ttf -pfa application/x-font-type1 -pfb application/x-font-type1 -#?? application/x-font-vfont -glade application/x-glade -desktop application/x-gnome-app-info -caves application/x-gnome-stones -gnucash application/x-gnucash -gnc application/x-gnucash -xac application/x-gnucash -gnumeric application/x-gnumeric -# application/x-java-byte-code [-> application/x-java-vm] -jpr application/x-jbuilder-project -jpx application/x-jbuilder-project -lha application/x-lha -lzh application/x-lzh -# application/x-kde-app-info [-> application/x-desktop] -#?? application/x-ms-dos-executable -o application/x-object-file -# application/x-ogg [-> audio/x-ogg] -oleo application/x-oleo -# application/x-palm-database [-> application/vnd.palm] -#?? application/x-pef-executable -# application/x-php [-> application/x-httpd-php4] -out application/x-profile -qif application/x-qif -# application/x-qw [-> application/x-qif] -sml application/x-smil -rar application/x-rar -# application/x-rar-compressed [-> application/x-rar] -rej application/x-reject -rpm application/x-rpm -so application/x-shared-library -la application/x-shared-library-la -slp application/x-slp -# application/x-staroffice-presentation [-> application/x-sdraw] -# application/x-staroffice-spreadsheet [-> application/x-scalc] -# application/x-staroffice-words [-> application/x-swriter] -theme application/x-theme -#?? application/x-troff-man-compressed -a application/x-unix-archive -# application/x-wordperfect [-> application/wordperfect5.1] -dbf application/x-xbase -zoo application/x-zoo - -# Image types -# ----------- - -# image/svg [-> image/x-svg] -3ds image/x-3ds -ag image/x-applix-graphic -# image/x-bmp [-> image/x-ms-bmp] -# image/x-compressed-gimp [-> image/x-compressed-xcf] -#?? image/x-compressed-xcf -# image/x-gimp [-> image/x-xcf] -ico image/x-ico -# image/x-iff [-> video/x-iff] -ilbm image/x-ilbm -lwo image/x-lwo -lws image/x-lws -psd image/x-psd -svg image/x-svg -# image/x-tga [-> image/x-targa] -# image/x-wmf [-> application/x-msmetafile] -xcf image/x-xcf -fig image/x-xfig - -# Audio types -# ----------- - -# audio/ac3 [-> audio/x-ac3] -ac3 audio/x-ac3 -it audio/x-it -# audio/x-mp3 [-> audio/mpeg] -# audio/x-mp3-playlist [-> audio/x-mpegurl] -m3u audio/x-mpegurl -ogg audio/x-ogg -# audio/x-real-audio [-> audio/vnd.rn-realaudio] -#?? audio/x-riff -# audio/x-s3m [-> audio/x-mod] -# audio/x-stm [-> audio/x-mod] -# audio/x-ulaw [-> audio/basic] -voc audio/x-voc -xi audio/x-xi -# audio/x-xm [-> audio/x-mod] - -# Video types -# ----------- - -# video/isivideo [-> video/x-isivideo] -# video/vivo [-> video/vnd.vivo] -# video/wavelet [-> video/x-wavelet] -vob video/mpeg -dat video/mpeg -anim video/x-anim -# video/x-avi [-> video/x-msvideo] -#?? video/x-isivideo -#?? video/x-wavelet -# video/x-real-video [-> video/vnd.rn-realvideo] - -# Misc types -# ---------- - -# font/afm [-> application/x-font-afm] -# font/ttf [-> application/x-font-ttf] -# font/x-pcf [-> application/x-font-pcf] - -#?? x-directory/normal -#?? x-directory/search -#?? x-directory/webdav - -#?? x-special/device-block -#?? x-special/device-char -#?? x-special/fifo -#?? x-special/socket -#?? x-special/symlink - -#?? x-url/http -#?? x-url/ftp -#?? x-url/news - -# ====================================================================== -# Known unregistered MIME types from KDE -# ====================================================================== - -# Text types -# ---------- - -# text/english [-> text/plain] -#?? text/xmcd -H text/x-c++hdr -hpp text/x-c++hdr -hxx text/x-c++hdr -hh text/x-c++hdr -C text/x-c++src -cc text/x-c++src -cpp text/x-c++src -cxx text/x-c++src -h text/x-chdr -c text/x-csrc -# text/x-csv [-> text/x-comma-separated-values] -# text/x-diff [-> text/x-patch] -moc text/x-moc -p text/x-pascal -pas text/x-pascal - -# Application types -# ----------------- - -# application/wordperfect [-> application/x-wordperfect] -# application/x-applix [-> application/x-applix-*] -# application/x-archive [-> application/x-unix-archive] -bz application/x-bzip -# application/x-core [-> application/x-core-file] -kdelnk application/x-kde-app-info -# application/x-executable [-> application/x-executable-file] -# application/x-font [-> application/x-font-*] -gsf application/x-font-gsf -# application/x-jar [-> application/x-java-archive] -chrt application/x-kchart -kil application/x-killustrator -shell application/x-konsole -kpr application/x-kpresenter -kpt application/x-kpresenter -ksp application/x-kspread -kwd application/x-kword -kwt application/x-kword -lzo application/x-lzop -# application/x-object [-> application/x-object-file] -py application/x-python -pyc application/x-python-bytecode -# application/x-sharedlib [-> application/x-shared-library] -# application/x-shellscript [-> application/x-sh] -gf application/x-tex-gf -pk application/x-tex-pk -old application/x-trash -sik application/x-trash -# application/x-truetype-font [-> application/x-font-type1] -tzo application/x-tzo - -# Image types -# ----------- - -# image/fax-g3 [-> image/g3fax] -# image/x-eps [-> application/postscript] - -# Audio types -# ----------- - -kar audio/x-karaoke -669 audio/x-mod -mod audio/x-mod -m15 audio/x-mod -mtm audio/x-mod -s3m audio/x-mod -stm audio/x-mod -ult audio/x-mod -uni audio/x-mod -pls audio/x-scpls - -# Misc types -# ---------- - -#?? inode/blockdevice -#?? inode/chardevice -#?? inode/directory-locked -#?? inode/directory -#?? inode/fifo -#?? inode/socket - -# ====================================================================== -# Known unregistered MIME types from Cult3D -# ====================================================================== - -# Application types -# ----------------- - -co application/x-cult3d-object - -# ====================================================================== -# Known unregistered MIME types from RealAudio -# ====================================================================== - -# Text types -# ---------- - -rt text/vnd.rn-realtext - -# Application types -# ----------------- - -rm application/vnd.rn-realmedia - -# Image types -# ----------- - -rf image/vnd.rn-realflash -rp image/vnd.rn-realpix -# image/x-realaudio [-> audio/vnd.rn-realaudio] - -# Audio types -# ----------- - -# audio/x-pn-aiff [-> audio/x-aiff] -# audio/x-pn-au [-> audio/basic] -ram audio/x-pn-realaudio -rmm audio/x-pn-realaudio -# audio/x-pn-realaudio-plugin [-> application/x-rpm] -# audio/x-pn-wav [-> audio/x-wav] -# audio/x-pn-windows-acm [-> audio/x-wav] -# audio/x-realaudio [-> audio/vnd.rn-realaudio] -ra audio/vnd.rn-realaudio - -# Video types -# ----------- - -rv video/vnd.rn-realvideo - -# ====================================================================== -# Known unregistered MIME types from MS/IIS -# ====================================================================== - -# Text types -# ---------- - -323 text/h323 -bas text/plain -htc text/x-component -htt text/webviewhtml -sct text/scriptlet -uls text/iuls - -# Application types -# ----------------- - -acx application/internet-property-stream -axs application/olescript -cat application/vnd.ms-pkiseccat -crt application/x-x509-ca-cert -clp application/x-msclip -crd application/x-mscardfile -dll application/x-msdownload -evy application/enjoy -hlp application/winhlp -hta applcation/hta -iii application/x-iphone -ins application/x-internet-signup -isp application/x-internet-signup -m13 application/x-msmediaview -m14 application/x-msmediaview -mny application/x-msmoney -mvb application/x-msmediaview -ods application/oleobject -p10 application/pkcs10 -p12 application/x-pkcs12 -pfx application/x-pkcs12 -p7b application/x-pkcs7-certificates -spc application/x-pkcs7-certificates -p7r application/x-pkcs7-certreqresp -pko application/vnd.ms-pkipko -pma application/x-perfmon -pmc application/x-perfmon -pml application/x-perfmon -pmr application/x-perfmon -pmw application/x-perfmon -prf application/pics-rules -pub application/x-mspublisher -scd application/x-msschedule -setpay application/set-payment-initiation -setreg application/set-registration-initiation -sst application/vnd.ms-pkicertstore -stl application/vnd.ms-pkistl -trm application/x-msterminal -stl application/vnd.ms-pkistl -wcm application/vnd.ms-works -wcm application/vnd.ms-works -wdb application/vnd.ms-works -wps application/vnd.ms-works -wmf application/x-msmetafile -wri application/x-mswrite - -# Image types -# ----------- - -cmx image/x-cmx -cod image/cis-cod - -# Audio types -# ----------- - -rmi audio/x-midi - -# Video types -# ----------- - -# video/x-ms-asf [-> video/vnd.ms-asf] -asr video/vnd.ms-asf -asx video/vnd.ms-asf -ivf video/x-ivf -lsf video/x-la-asf -lsx video/x-la-asf -m1v video/mpeg - -# Message types -# ------------- - -mht message/rfc822 -mhtml message/rfc822 - -# Misc types -# ---------- - -flr x-world/x-vrml -wrz x-world/x-vrml -waf x-world/x-vrml -xof x-world/x-vrml - -# ====================================================================== -# Known unregistered MIME types from ShockWave -# ====================================================================== - -# Application types -# ----------------- - -swf application/x-shockwave-flash -# application/x-shockwave-flash2-preview [-> image/vnd.rn-realflash] - -# ====================================================================== -# Known unregistered MIME types from StarDivision -# ====================================================================== - -# Application types -# ----------------- - -sdc application/x-scalc -sda application/x-sdraw -sdb application/x-sdb -sdf application/x-sdf -sdd application/x-simpress -sdm application/x-smail -sds application/x-schart -sdw application/x-swriter -sgl application/x-sgl -smf application/x-smath -vor application/x-stemplate - -# application/x-starclac [-> application/x-sclac] -# application/x-starchart [-> application/x-schart] -# application/x-stardraw [-> application/x-sdraw] -# application/x-starimpress [-> application/x-simpress] -# application/x-starmath [-> application/x-smath] -# application/x-starmail [-> application/x-smail] -# application/x-starwriter [-> application/x-swriter] - -# ====================================================================== -# Known unregistered MIME types from Links -# ====================================================================== - -# Application types -# ----------------- - -# application/x-debian-package [-> application/x-deb] -phtml application/x-httpd-php -pht application/x-httpd-php -# application/x-maker [-> application/vnd.framemaker] -# application/x-msdos-program [-> application/octet-stream] -# text/comma-separated-values [-> text/x-comma-separated-values] - -# Video types -# ----------- - -# video/dl [-> video/x-dl] -dl video/x-dl -# video/gl [-> video/x-gl] -gl video/x-gl - -# Model types -# ----------- - -vrm model/vrml - -# ====================================================================== -# Known unregistered MIME types from Anywhere -# ====================================================================== - -# Text types -# ---------- - -ent text/x-sgml-document-entity -dcl text/x-sgml-declaration - -# Application types -# ----------------- - -# application/dvi [-> application/x-dvi] -# application/excel [-> application/vnd.ms-excel] -mf1 application/i-deas -mf2 application/i-deas -# application/macbinary -# application/macbinhex40 [-> application/x-macbinhex40] -# application/futuresplash [-> application/x-futuresplash] -# application/latex [-> application/x-latex] -# application/ms-tnef [-> application/vnd.ms-tnef] -com application/octet-stream -bat application/octet-stream -cmd application/octet-stream -btm application/octet-stream -# application/powerpoint [-> application/vnd.ms-powerpoint] -# application/safe-tcl [-> application/x-safe-tcl] -# application/tex [-> application/x-tex] -# application/word [-> application/msword] -# application/vnd.stardivision.calc [-> application/x-scalc] -# application/vnd.stardivision.chart [-> application/x-schart] -# application/vnd.stardivision.draw [-> application/x-sdraw] -# application/vnd.stardivision.impress [-> application/x-simpress] -# application/vnd.stardivision.math [-> application/x-smath] -# application/vnd.stardivision.mail [-> application/x-smail] -# application/vnd.stardivision.writer [-> application/x-swriter] -awk application/x-awk -qi application/x-cpan -ofm application/x-font-tex-ofm -ovf application/x-font-tex-ovf -ovp application/x-font-tex-ovp -pfm application/x-font-tex-pfm -vf application/x-font-tex-tfm -info application/x-info -java application/x-java -jar application/x-java-archive -class application/x-java-vm -ser application/x-java-serialized-object -ksh application/x-ksh -# application/x-lotus-notes [-> application/vnd.lotus-notes] -mk application/x-makefile -# application/x-patch [-> text/x-patch] -ph application/x-perl-header -pm application/x-perl-module -pod application/x-perl-old-documentation -# application/x-pdf [-> application/pdf] -# application/x-rtf [-> application/rtf] -# application/x-safe-tcl -mm application/x-troff-mm -# application/x-uuencode [-> encoding/x-uuencode] -cert application/x-x509-ca-cert -# application/x-zip [-> application/zip] - -# Image types -# ----------- - -# image/cmu-raster [-> image/x-cmu-raster] -# image/portable-anymap [-> image/x-portable-anymap] -# image/portable-bitmap [-> image/x-portable-bitmap] -# image/targa [-> image/x-targa] -# image/x-bitmap [-> image/x-xbitmap] -# image/x-jpeg [-> image/jpeg] -# image/x-mswindows-bmp [-> image/x-ms-bmp] -# image/x-mswindows-bitmap [-> image/x-ms-bmp] -# image/x-tiff [-> image/tiff] -# image/x-win-bmp [-> image/x-ms-bmp] - -# Audio types -# ----------- - -vox audio/basic -# audio/x-mpeg [-> audio/mpeg] - -# Video types -# ----------- - -flc video/x-flc -fli video/x-fli -iff video/x-iff -# video/x-qtc [-> video/quicktime] -# video/x-qtv [-> video/quicktime] - -# ====================================================================== diff --git a/mail/elm+ME/files/patch-ab b/mail/elm+ME/files/patch-ab deleted file mode 100644 index a499a0158942..000000000000 --- a/mail/elm+ME/files/patch-ab +++ /dev/null @@ -1,9 +0,0 @@ ---- nls/LANGS.orig Fri Dec 29 20:56:45 2000 -+++ nls/LANGS Sun Jan 7 09:00:13 2001 -@@ -1,5 +1,3 @@ - # LANGS file - --C/C/C /usr/local/nls/msg/C --english/us/ascii /usr/local/nls/msg/english --french/canada/8859 /usr/local/nls/msg/french -+C/C/C /usr/local/share/nls/C diff --git a/mail/elm+ME/files/patch-ac b/mail/elm+ME/files/patch-ac deleted file mode 100644 index 56571607eedf..000000000000 --- a/mail/elm+ME/files/patch-ac +++ /dev/null @@ -1,49 +0,0 @@ ---- Configure.orig Sat Nov 15 17:19:06 2003 -+++ Configure Tue Dec 23 03:24:03 2003 -@@ -64,7 +64,7 @@ - shift - ;; - -P*) -- prefix="`expr \"$1\" : '-P\(.*\)'`" -+ prefix="`expr \"X$1\" : 'X-P\(.*\)'`" - shift - case "$prefix" in - "") -@@ -75,7 +75,7 @@ - echo "Prefix: $prefix" - ;; - -s*) -- libsuffix="`expr \"$1\" : '-s\(.*\)'`" -+ libsuffix="`expr \"X$1\" : 'X-s\(.*\)'`" - shift - case "$libsuffix" in - "") -@@ -86,7 +86,7 @@ - echo "Extra library suffix: $libsuffix" - ;; - -c*) -- config="`expr \"$1\" : '-c\(.*\)'`" -+ config="`expr \"X$1\" : 'X-c\(.*\)'`" - shift - case "$config" in - "") -@@ -2589,7 +2589,10 @@ - - : see if crypt exists - echo " " --if $contains '^crypt$' libc.list >/dev/null 2>&1; then -+if $test "$cryptlib" = -lcrypt; then -+ echo 'crypt() found.' -+ d_crypt="$define" -+elif $contains '^crypt$' libc.list >/dev/null 2>&1; then - echo 'crypt() found.' - d_crypt="$define" - cryptlib='' -@@ -3093,6 +3096,7 @@ - - $echo $n "Testing if inet_aton can be used ... $c" - $cat > try.c <<'EOF' -+#include <sys/types.h> - #include <sys/socket.h> - #include <netinet/in.h> - #include <arpa/inet.h> diff --git a/mail/elm+ME/files/patch-hdrdecode.c b/mail/elm+ME/files/patch-hdrdecode.c deleted file mode 100644 index 730250394dab..000000000000 --- a/mail/elm+ME/files/patch-hdrdecode.c +++ /dev/null @@ -1,84 +0,0 @@ ---- lib/hdrdecode.c Sat Jul 9 18:03:15 2005 -+++ lib/hdrdecode.c Sun Sep 10 04:57:10 2006 -@@ -173,9 +173,16 @@ - char *encoded = NULL; - struct string *ret = NULL; - charset_t set; -+ char *front, *end; -+ struct string *fstr, *estr; - -- if ('=' != *p++) -+ /* Pasear: front, end are used to solve buffer: abc""=?...?=" problem */ -+ front = p; -+ while (*p && '=' != *p) ++p; -+ if (front != p && '=' == *p && '"' == *(p-1)) *(p-1) = '\0'; -+ if ('=' != *p) - goto fail; -+ *p = '\0'; ++p; - if ('?' != *p++) - goto fail; - sn = p; -@@ -209,8 +216,8 @@ - p++; - if ('=' != *p++) - goto fail; -- if (*p) -- goto fail; -+ if ('"' == *p) ++p; -+ end = p; - - set = MIME_name_to_charset(sn,CHARSET_create); - -@@ -225,6 +232,18 @@ - break; - } - -+ /* Pasear */ -+ if (ret){ -+ estr = ret; -+ fstr = new_string2(system_charset,us_str(front)); -+ fstr = ret = cat_strings(fstr, ret, 0); -+ free_string(&estr); -+ estr = new_string2(system_charset,us_str(end)); -+ ret = cat_strings(ret, estr, 0); -+ free_string(&estr); -+ free_string(&fstr); -+ } -+ - fail: - if (!ret) { - DPRINT(Debug,20,(&Debug, -@@ -341,20 +360,31 @@ - struct string * ret = new_string(defcharset); - char **tokenized = rfc822_tokenize(buffer); - unsigned char * last_char = NULL; -- int i; -+ int i, encoded; -+ char* p; - - for (i = 0; tokenized[i]; i++) { - - struct string * ok = NULL; - int nostore = 0; - -+ /* Pasear: detect if it is a encoded string */ -+ encoded = 0; -+ if ('"' == tokenized[i][0]){ -+ p = tokenized[i]; -+ while (*p && *p != '=') ++p; -+ if (*p && *p == '=' && *(p+1) && *(p+1) == '?' ) -+ encoded = 1; -+ } -+ -+ - if ('(' == tokenized[i][0]) { - /* we need add last space */ - if (last_char) - add_ascii_to_string(ret,last_char); - ok = hdr_comment(tokenized[i],defcharset,demime); - nostore = 1; -- } else if ('"' == tokenized[i][0]) { -+ } else if (!encoded && '"' == tokenized[i][0]) { - /* we need add last space */ - if (last_char) - add_ascii_to_string(ret,last_char); diff --git a/mail/elm+ME/files/patch-header_alloc.c b/mail/elm+ME/files/patch-header_alloc.c deleted file mode 100644 index 83aadcab0efd..000000000000 --- a/mail/elm+ME/files/patch-header_alloc.c +++ /dev/null @@ -1,41 +0,0 @@ ---- src/messages/header_alloc.c Mon Aug 30 13:28:48 2004 -+++ src/messages/header_alloc.c Wed Jul 6 23:39:03 2005 -@@ -318,6 +318,38 @@ - } - - for (tmphdr = locate_header_by_name(parsed_headers, -+ "Newsgroup"); -+ tmphdr; -+ tmphdr = tmphdr -> next_this_header) { -+ struct addr_item * addrs = -+ break_down_address(tmphdr->body, -+ !(current_header -> status & -+ NOHDRENCODING) && -+ is_rfc1522(tmphdr->body), -+ current_header->header_charset); -+ -+ if (addrs) { -+ if (current_header->to) -+ free_addr_items(current_header->to); -+ current_header->to = addrs; -+ -+#if DEBUG -+ if (Debug.active > 10) { -+ struct addr_item * p; -+ for (p = current_header->to; p->addr; p++) { -+ DPRINT(Debug,15,(&Debug, -+ "-- newsgroup[%d] addr='%s' comment='%S' fullname='%S'\n", -+ p - current_header->to, -+ p->addr, -+ p->comment, -+ p->fullname)); -+ } -+ } -+#endif -+ } -+ } -+ -+ for (tmphdr = locate_header_by_name(parsed_headers, - "Cc"); - tmphdr; - tmphdr = tmphdr -> next_this_header) { diff --git a/mail/elm+ME/files/patch-iso2022_map.c b/mail/elm+ME/files/patch-iso2022_map.c deleted file mode 100644 index c1e23da8e3d1..000000000000 --- a/mail/elm+ME/files/patch-iso2022_map.c +++ /dev/null @@ -1,12 +0,0 @@ -127+128 is 255, which no `char' can exceed. This leads to a compiler -warning... - ---- lib/iso2022_map.c Tue Mar 30 11:38:43 2004 -+++ lib/iso2022_map.c Wed Jul 6 23:43:14 2005 -@@ -926,5 +926,5 @@ - if (iso2022_94 == Mx->type || - iso2022_96 == Mx->type) { -- if (ch < 32 + 128 || ch > 127 + 128) { -+ if (ch < 32 + 128) { - DPRINT(Debug,10,(&Debug, - "map_unicode_to_ISO2022_word_1: char %c (unicode %u) out of range (type iso2022_94 or iso2022_96, PF_BUILTIN_upper)", diff --git a/mail/elm+ME/files/patch-mailmsg2.c b/mail/elm+ME/files/patch-mailmsg2.c deleted file mode 100644 index d58011e12a8f..000000000000 --- a/mail/elm+ME/files/patch-mailmsg2.c +++ /dev/null @@ -1,64 +0,0 @@ ---- src/mailmsg2.c.orig Wed Aug 4 19:07:35 2004 -+++ src/mailmsg2.c Wed Aug 25 01:44:23 2004 -@@ -486,6 +486,7 @@ - } else if ( - (forwarding || mime_attach || copy_msg)) { - struct string * From_buffer = NULL; -+ struct string * Date_buffer = NULL; - struct addr_item *p; - - if (hdr->from) { -@@ -504,7 +505,22 @@ - } - } - } -- -+ -+ if (hdr->time_sent) { -+ char date_buf[SLEN]; -+ -+ Date_buffer = new_string(display_charset); -+ add_ascii_to_string(Date_buffer, -+ s2us(elm_date_str(date_buf, -+ hdr->time_sent + -+ hdr->tz_offset, -+ sizeof date_buf))); -+ if (hdr->time_zone[0]) { -+ add_ascii_to_string(Date_buffer, s2us(" ")); -+ add_ascii_to_string(Date_buffer, s2us(hdr->time_zone)); -+ } -+ } -+ - if (!cur_editcharset) - cur_editcharset = display_charset; - -@@ -523,15 +539,18 @@ - hdr->env_from); - - } else if (attribution[0] && hdr) { -+ char * date = us2s(stream_from_string(Date_buffer,1,NULL)); -+ - if (From_buffer) { - struct string * tmp1 = convert_string(cur_editcharset, - From_buffer,1); - char * str = us2s(stream_from_string(tmp1,1,NULL)); -- fprintf(reply, attribution, str); -+ fprintf(reply, attribution, str, date); - free(str); - free_string(&tmp1); - } else -- fprintf(reply, attribution, hdr->env_from); -+ fprintf(reply, attribution, hdr->env_from, date); -+ free(date); - fputc('\n', reply); - } - if (edit_message && mailbox_file) { -@@ -621,6 +640,8 @@ - - if (From_buffer) - free_string(&From_buffer); -+ if (Date_buffer) -+ free_string(&Date_buffer); - - } else { - /* make referenced message as edited message */ diff --git a/mail/elm+ME/files/patch-mime_parse.c b/mail/elm+ME/files/patch-mime_parse.c deleted file mode 100644 index a5d4df6e0e45..000000000000 --- a/mail/elm+ME/files/patch-mime_parse.c +++ /dev/null @@ -1,12 +0,0 @@ -Do not pause to inform the user, metamail is not needed. -Maybe, there is no need to even say anything at all... - ---- melib/mime_parse.c Sun Jun 27 15:39:33 2004 -+++ melib/mime_parse.c Thu Jul 7 16:46:46 2005 -@@ -749,5 +749,5 @@ - - if (! (tmp & NOTPLAIN_need_metamail)) { -- lib_error(CATGETS(elm_msg_cat, MeSet, MeParsingMimeNoMetamail, -+ lib_transient(CATGETS(elm_msg_cat, MeSet, MeParsingMimeNoMetamail, - "Parsing MIME structure... metamail not needed")); - } diff --git a/mail/elm+ME/files/patch-precompiled_sets.c b/mail/elm+ME/files/patch-precompiled_sets.c deleted file mode 100644 index eb4caebe2027..000000000000 --- a/mail/elm+ME/files/patch-precompiled_sets.c +++ /dev/null @@ -1,12 +0,0 @@ ---- lib/precompiled_sets.c Sat Jul 9 18:03:15 2005 -+++ lib/precompiled_sets.c Sun Sep 10 03:29:48 2006 -@@ -404,7 +404,8 @@ - { CS_charset_magic, &cs_euc, &map_EUC_ascii, SET_valid, "GB2312", NULL, - &set_EUCCN, 2025, "GB2312-1980" }, /* ASCII + GB 2312-80 */ - -- { CS_charset_magic, &cs_unknown, NULL, SET_valid, "Big5", NULL, NULL, 2026, NULL }, -+ { CS_charset_magic, &cs_ascii, &map_latin1, SET_valid, "Big5", ASCII, -+ &(sets_iso_8859_X[1]), 2026, "Big5" }, - { CS_charset_magic, &cs_ascii, NULL, SET_valid, "windows-1250", ASCII, NULL, 2250, NULL }, - { CS_charset_magic, &cs_ascii, NULL, SET_valid, "windows-1253", ASCII, NULL, 2253, NULL }, - { CS_charset_magic, &cs_ascii, NULL, SET_valid, "windows-1254", ASCII ,NULL, 2254, NULL }, diff --git a/mail/elm+ME/pkg-descr b/mail/elm+ME/pkg-descr deleted file mode 100644 index 9f4a2ec78d79..000000000000 --- a/mail/elm+ME/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -An interactive screen-oriented mailer program that supersedes mail -and mailx. This version is a branch from ELM with enhanced MIME -and character set support. Others features include PGP and IMAP. - -WWW: http://www.elmme-mailer.org/ diff --git a/mail/elm+ME/pkg-plist b/mail/elm+ME/pkg-plist deleted file mode 100644 index eca212d69861..000000000000 --- a/mail/elm+ME/pkg-plist +++ /dev/null @@ -1,97 +0,0 @@ -bin/answer -bin/checkalias -bin/elm -bin/elmalias -bin/elmstringconvert -bin/fastmail -bin/frm -@exec ln -f %B/%f %B/nfrm -@unexec rm -f %B/nfrm -bin/listalias -bin/messages -bin/newalias -bin/newmail -@exec ln -f %B/%f %B/wnewmail -@unexec rm -f %B/wnewmail -bin/printmail -bin/readmsg -%%CONF_DIR%%/elm.filelist -@unexec if cmp -s %D/%%CONF_DIR%%/elm.mimecharsets %D/%%CONF_DIR%%/elm.mimecharsets-dist; then rm -f %D/%%CONF_DIR%%/elm.mimecharsets; fi -%%CONF_DIR%%/elm.mimecharsets-dist -%%CONF_DIR%%/elm.mimecharsets.NEW -@exec if [ -f %D/%%LIB_DIR%%/elm.mimecharsets ]; then [ -f %B/elm.mimecharsets ] && old=.old || old=; mv %D/%%LIB_DIR%%/elm.mimecharsets %B/elm.mimecharsets${old}; fi -@exec [ -f %B/elm.mimecharsets ] || cp %B/%f %B/elm.mimecharsets -@unexec if cmp -s %D/%%CONF_DIR%%/elm.mimetypes %D/%%CONF_DIR%%/elm.mimetypes-dist; then rm -f %D/%%CONF_DIR%%/elm.mimetypes; fi -%%CONF_DIR%%/elm.mimetypes-dist -%%CONF_DIR%%/elm.mimetypes.NEW -@exec if [ -f %D/%%LIB_DIR%%/elm.mimetypes ]; then [ -f %B/elm.mimetypes ] && old=.old || old=; mv %D/%%LIB_DIR%%/elm.mimetypes %B/elm.mimetypes${old}; fi -@exec [ -f %B/elm.mimetypes ] || cp %B/%f %B/elm.mimetypes -@unexec if cmp -s %D/%%CONF_DIR%%/elm.rc %D/%%CONF_DIR%%/elm.rc-dist; then rm -f %D/%%CONF_DIR%%/elm.rc; fi -%%CONF_DIR%%/elm.rc-dist -@exec if [ -f %D/%%LIB_DIR%%/elm.rc ]; then [ -f %B/elm.rc ] && old=.old || old=; mv %D/%%LIB_DIR%%/elm.rc %B/elm.rc${old}; fi -@exec [ -f %B/elm.rc ] || cp %B/%f %B/elm.rc -%%LIB_DIR%%/elm-help.0 -%%LIB_DIR%%/elm-help.1 -%%LIB_DIR%%/elm-help.2 -%%LIB_DIR%%/elm-help.3 -%%LIB_DIR%%/elm.map.bin/bindata.bin -%%LIB_DIR%%/elm.map.bin/unidata.bin -%%LIB_DIR%%/elm.map.txt/8859-10.TXT -%%LIB_DIR%%/elm.map.txt/8859-11.TXT -%%LIB_DIR%%/elm.map.txt/8859-13.TXT -%%LIB_DIR%%/elm.map.txt/8859-14.TXT -%%LIB_DIR%%/elm.map.txt/8859-16.TXT -%%LIB_DIR%%/elm.map.txt/8859-2.TXT -%%LIB_DIR%%/elm.map.txt/8859-3.TXT -%%LIB_DIR%%/elm.map.txt/8859-4.TXT -%%LIB_DIR%%/elm.map.txt/8859-5.TXT -%%LIB_DIR%%/elm.map.txt/8859-6.TXT -%%LIB_DIR%%/elm.map.txt/8859-7.TXT -%%LIB_DIR%%/elm.map.txt/8859-8.TXT -%%LIB_DIR%%/elm.map.txt/8859-9.TXT -%%LIB_DIR%%/elm.map.txt/CP1250.TXT -%%LIB_DIR%%/elm.map.txt/CP1253.TXT -%%LIB_DIR%%/elm.map.txt/CP1254.TXT -%%LIB_DIR%%/elm.map.txt/CP1255.TXT -%%LIB_DIR%%/elm.map.txt/CP1256.TXT -%%LIB_DIR%%/elm.map.txt/CP1257.TXT -%%LIB_DIR%%/elm.map.txt/CP1258.TXT -%%LIB_DIR%%/elm.map.txt/CP437.TXT -%%LIB_DIR%%/elm.map.txt/dec-mcs.txt -%%LIB_DIR%%/elm.map.txt/hp-roman8.txt -%%LIB_DIR%%/elm.map.txt/koi8-e.txt -%%LIB_DIR%%/elm.map.txt/viscii.txt -%%LIB_DIR%%/elmbindata -%%LIB_DIR%%/elmcharset -%%LIB_DIR%%/elmlibregister -%%LIB_DIR%%/elmmimetypes -%%LIB_DIR%%/elmrc-info -%%LIB_DIR%%/elmrc-write -%%LIB_DIR%%/elmregister -@exec ln -f %B/%f %B/elmuninstall -@unexec rm -f %B/elmuninstall -%%LIB_DIR%%/elmterminal -%%LIB_DIR%%/elmunidata -%%LIB_DIR%%/prlong -%%SHLIB_DIR%%/libelmme-base.so%%SO_REV%% -%%SHLIB_DIR%%/libelmme-mailer.so%%SO_REV%% -%%SHLIB_DIR%%/libelmme-mbox.so%%SO_REV%% -%%SHLIB_DIR%%/libelmme-mime.so%%SO_REV%% -%%SHLIB_DIR%%/libelmme-misc.so%%SO_REV%% -%%ELM_ICONV%%%%SHLIB_DIR%%/libelmme-iconv.so%%SO_REV%% -%%ELM_SMTP%%%%SHLIB_DIR%%/libelmme-smtp.so%%SO_REV%% -%%ELM_TLS%%%%SHLIB_DIR%%/libelmme-tls.so%%SO_REV%% -%%PORTDOCS%%%%DOCSDIR%%/MIME.txt.gz -%%ELM_ICONV%%%%PORTDOCS%%%%DOCSDIR%%/README.ICONV.gz -%%PORTDOCS%%%%DOCSDIR%%/README.ME+.gz -%%ELM_SMTP%%%%PORTDOCS%%%%DOCSDIR%%/README.SMTP.gz -%%ELM_TLS%%%%PORTDOCS%%%%DOCSDIR%%/README.TLS.gz -share/nls/C/elm2.4me+.cat -@exec %D/%%LIB_DIR%%/elmrc-write -G -I -@exec %D/%%LIB_DIR%%/elmlibregister -G -I %%ELM_SHLIBS%% -%%PORTDOCS%%@dirrm %%DOCSDIR%% -@dirrm %%LIB_DIR%%/elm.map.txt -@dirrm %%LIB_DIR%%/elm.map.bin -@dirrmtry %%LIB_DIR%% -@dirrmtry %%CONF_DIR%% -@dirrmtry %%MAIL_DIR%% diff --git a/mail/elm+ME/scripts/pre-configure b/mail/elm+ME/scripts/pre-configure deleted file mode 100644 index b5b39d8a9813..000000000000 --- a/mail/elm+ME/scripts/pre-configure +++ /dev/null @@ -1,374 +0,0 @@ -#!/bin/sh -e -# -# pre-configure script for Elm port to FreeBSD -# -# $FreeBSD$ - -[ -r /usr/include/inttypes.h ] && has_inttypes=define || has_inttypes=undef -cpp /usr/include/wchar.h | grep mbrlen && has_wchar=define || has_wchar=undef - -d_shared_rev=${SO_REV:-$(awk '/SHAREDTAG:/{print $2}' ${WRKSRC}/hdrs/patchlevel.h)} - -[ -d ${WRKSRC}/shlib ] || mkdir ${WRKSRC}/shlib - -case ${CFLAGS} in -*-g*) DEBUG="-DDEBUG" ;; -*) DEBUG= ;; -esac - -cat >> ${CONFIG_PATH} << EOF -#!/bin/sh -# config.sh -# This file was produced by running the $0 script. - -Log='\$Log' -Header='\$Header' -install_prefix='${PREFIX}' -bin='${PREFIX}/bin' -contains='grep' -cppstdin='/usr/bin/cpp' -cppminus='' -diff='/usr/bin/diff' -d_getopt='define' -d_memcpy='define' -d_symlink='define' -d_whoami='undef' -d_poll='define' -d_select='define' -i_sys_select='define' -d_mmap='define' -i_sys_socket='define' -d_connect_reopen='undef' -i_netdb='define' -i_netinet_in='define' -i_arpa_inet='define' -d_use_aton='define' -i_inttypes='${has_inttypes}' -d_nointtypes='undef' -n='-n' -c='' -orderlib='false' -ranlib=':' -ar='ar' -nm='nm' -package='elm2.4me+' -pager='builtin++' -use_builtin_pager='define' -startsh='#!/bin/sh' -define='define' -loclist=' -basename -cat -chgrp -chmod -cp -dirname -echo -expr -egrep -grep -fgrep -head -ln -ls -make -mv -rm -sed -sleep -sort -diff -touch -tr -uniq -cut -' -expr='/bin/expr' -sed='/usr/bin/sed' -echo='/bin/echo' -cat='/bin/cat' -rm='/bin/rm' -mv='/bin/mv' -cp='/bin/cp' -tail='' -tr='/usr/bin/tr' -sort='/usr/bin/sort' -uniq='/usr/bin/uniq' -grep='/usr/bin/grep' -fgrep='/usr/bin/fgrep' -head='/usr/bin/head' -trylist=' -Mcc -compress -cpp -date -diff -emacs -execmail -gencat -gpg -ispell -line -lint -lp -locale -lpr -metamail -mips -more -nroff -pack -pg -pgp -pmake -pr -rmail -sendmail -shar -smail -submit -tar -tbl -test -troff -gtroff -uname -uuname -vi -' -test='test' -inews='' -ispell='${LOCALBASE}/bin/ispell' -egrep='/usr/bin/egrep' -more='/usr/bin/more' -pg='pg' -Mcc='Mcc' -vi='/usr/bin/vi' -mailx='' -mail='' -cpp='/usr/bin/cpp' -perl='' -emacs='${LOCALBASE}/bin/emacs' -ls='/bin/ls' -rmail='/bin/rmail' -sendmail='/usr/sbin/sendmail' -shar='/usr/bin/shar' -smail='smail' -submit='' -tbl='/usr/bin/tbl' -troff='/usr/bin/troff' -nroff='/usr/bin/nroff' -uname='/usr/bin/uname' -uuname='/usr/bin/uuname' -line='line' -chgrp='/usr/bin/chgrp' -chmod='/bin/chmod' -lint='/usr/bin/lint' -sleep='/bin/sleep' -pr='/usr/bin/pr' -tar='/usr/bin/tar' -ln='/bin/ln' -lpr='/usr/bin/lpr' -lp='/usr/bin/lp' -touch='/usr/bin/touch' -make='/usr/bin/make' -make_sets_make='define' -date='/bin/date' -csh='' -pmake='pmake' -mips='false' -col='' -pack='pack' -compress='/usr/bin/compress' -execmail='' -gencat='/usr/bin/gencat' -libswanted='sun nls c_s' -noaddlib='yes' -c_date='Tue Aug 24 15:05:52 CEST 2004' -d_ascii='undef' -d_broke_ctype='undef' -d_calendar='define' -calendar='calendar' -d_chown_neg1='define' -d_content='undef' -d_crypt='define' -cryptlib='-lcrypt' -d_cuserid='undef' -d_disphost='define' -d_domname='define' -d_usegetdom='undef' -d_errlst='define' -d_flock='define' -d_dotlock='define' -d_fcntlock='undef' -has_flock='define' -has_fcntl='define' -d_ftruncate='define' -d_gethname='define' -d_douname='undef' -ign_hname='' -d_havetlib='define' -termlib='-ltermlib' -i_curses='undef' -i_term='define' -d_index='undef' -d_internet='' -d_ispell='define' -ispell_path='${LOCALBASE}/bin/ispell' -ispell_options='-x' -i_locale='define' -i_nl_types='define' -d_msgcat='define' -d_usenls='' -d_mallocvoid='define' -d_mboxedit='define' -metamail_path='${LOCALBASE}/bin/metamail' -d_8bitmime='define' -d_binarymime='undef' -d_dsn='define' -defsystemcharset='US-ASCII' -d_mmdf='undef' -d_newauto='define' -d_noaddfrom='define' -d_usedomain='undef' -d_noxheader='undef' -d_pidcheck='define' -d_ptem='undef' -d_putenv='define' -maxattempts='6' -d_setgid='define' -mailermode='2755' -d_sigvec='undef' -d_sigvectr='undef' -d_sigset='undef' -d_sighold='undef' -d_sigprocmask='define' -d_sigblock='undef' -d_waitpid='define' -d_sigaction='define' -d_strcspn='define' -d_strspn='define' -d_strpbrk='define' -d_strerror='define' -d_strftime='define' -d_strings='undef' -d_pwdinsys='undef' -strings='/usr/include/string.h' -includepath='' -d_strstr='define' -d_strtok='define' -d_subshell='define' -d_tempnam='define' -d_setlinebuf='define' -d_shared='define' -d_shared_rev='${d_shared_rev}' -d_dlopen_libs='define' -shared_list='${ELM_SHLIBS}' -shared_register='${ELM_SHLIBS}' -d_dynamic_main='define' -dynamic_opt='-rdynamic' -dlopen_lib='' -rpath_opt='-rpath ' -soname_opt='-shared -Wl,-soname,' -soname_include_path='define' -tempnamo='' -tempnamc='' -d_termio='undef' -d_termios='define' -d_utimbuf='define' -d_vfork='define' -d_directory='define' -d_directyry_type='USE_DIRENT' -defbatsub='no subject (file transmission)' -defeditor='/usr/bin/vi' -editoropts='' -hostname='localhost' -phostname='hostname' -mydomain='.invalid' -autohostname='define' -i_memory='define' -i_time='define' -i_systime='define' -d_systimekernel='undef' -i_unistd='define' -i_utime='define' -i_sysutime='undef' -lib='${LIB_DIR}' -shlib='${SHLIB_DIR}' -etc='${CONF_DIR}' -stage_dir='${STAGE_DIR}' -build_package='undef' -libdirname='lib' -libc='/usr/lib/libc.so' -linepr='/usr/bin/lp' -maildir='/var/mail' -mailer='/usr/sbin/sendmail' -mailgrp='mail' -mansrc='${MAN1PREFIX}/man/man1' -catmansrc='${MAN1PREFIX}/man/cat1' -manext='.1' -manext_choice='.1' -catmanext='.1' -catmanext_choice='.1' -packed='n' -manroff='/usr/bin/nroff' -manroffopts='' -suffix='' -packer='' -optimize='${CFLAGS}' -ccflags='${DEBUG}' -picflag='-fPIC' -nopic='' -shared_extra='' -cppflags='' -ldflags='-s' -cc='${CC}' -libs='' -nametype='bsd' -d_passnames='define' -d_berknames='define' -d_usgnames='undef' -# passcat='' -rmttape='unknown-remote-tape-unit' -roff='/usr/bin/troff' -roffopts='' -sigtype='void' -spitshell='cat' -shsharp='true' -sharpbang='#!' -tmpdir='/tmp' -tzname_handling='TM_ZONE' -use_pmake='n' -xencf='' -xenlf='' -d_xenix='undef' -d_bsd='define' -locale='locale' -have_codeset='define' -d_pgp='define' -pgp='${LOCALBASE}/bin/pgp' -pgp2_path='${LOCALBASE}/bin/pgp' -pgp5_dir='${LOCALBASE}/bin' -gpg_path='${LOCALBASE}/bin/gpg' -special_path='/usr/bin' -special_path2='${PREFIX}/bin' -locale_dir='/usr/share/locale' -d_wchar='${has_wchar}' -d_wcwidth='${has_wchar}' -CONFIG=true -EOF - -tee -a ${CONFIG_PATH} >> ${WRKSRC}/shared_libs/iconv/config.res << EOF -iconv_dir='${ICONV_PREFIX}' -iconv_include_dir='${ICONV_PREFIX}/include' -iconv_lib_dir='${ICONV_PREFIX}/lib' -iconv_link='${ICONV_LINK}' -EOF - -tee -a ${CONFIG_PATH} >> ${WRKSRC}/shared_libs/tls/config.res << EOF -tls_dir='${OPENSSLBASE}' -tls_include_dir='${OPENSSLINC}' -tls_lib_dir='${OPENSSLLIB}' -EOF - -exit 0 |