diff options
author | itojun <itojun@FreeBSD.org> | 1997-08-24 23:46:06 +0800 |
---|---|---|
committer | itojun <itojun@FreeBSD.org> | 1997-08-24 23:46:06 +0800 |
commit | c4ae021076623928f6690c9cb74cc3e166359449 (patch) | |
tree | 284c39a51a349eb0f689b56a80d13014953cc6d3 | |
parent | a4ce5de7812da35dde3683ff8a78da4f093f0653 (diff) | |
download | freebsd-ports-gnome-c4ae021076623928f6690c9cb74cc3e166359449.tar.gz freebsd-ports-gnome-c4ae021076623928f6690c9cb74cc3e166359449.tar.zst freebsd-ports-gnome-c4ae021076623928f6690c9cb74cc3e166359449.zip |
xpbiff port with "youbin" protocol compatibility.
depends on ports/mail/xpbiff.
A replacement for xbiff that handles popup window with mail header via youbin.
PR: 4121
Submitted by: sanpei@yy.cs.keio.ac.jp
-rw-r--r-- | mail/xpbiff-youbin/Makefile | 21 | ||||
-rw-r--r-- | mail/xpbiff-youbin/pkg-comment | 1 | ||||
-rw-r--r-- | mail/xpbiff-youbin/pkg-descr | 38 |
3 files changed, 60 insertions, 0 deletions
diff --git a/mail/xpbiff-youbin/Makefile b/mail/xpbiff-youbin/Makefile new file mode 100644 index 000000000000..10c7f7893f64 --- /dev/null +++ b/mail/xpbiff-youbin/Makefile @@ -0,0 +1,21 @@ +# New ports collection makefile for: xpbiff-youbin +# Version required: 1.27 +# Date created: 7 April 1997 +# Whom: Yoshiro MIHIRA <sanpei@yy.cs.keio.ac.jp> +# +# $Id$ +# + +# can't use PORTSDIR here, since we haven't included bsd.port.mk +PKGNAME= xpbiff-youbin-1.27 + +MAINTAINER= sanpei@yy.cs.keio.ac.jp + +YOUBIN= yes +FILESDIR= ${.CURDIR}/../xpbiff/files +PATCHDIR= ${.CURDIR}/../xpbiff/patches +PLIST= ${.CURDIR}/../xpbiff/pkg/PLIST + +RUN_DEPENDS= youbin:${PORTSDIR}/mail/youbin + +.include "${.CURDIR}/../xpbiff/Makefile" diff --git a/mail/xpbiff-youbin/pkg-comment b/mail/xpbiff-youbin/pkg-comment new file mode 100644 index 000000000000..76c2e6408a2e --- /dev/null +++ b/mail/xpbiff-youbin/pkg-comment @@ -0,0 +1 @@ +A replacement for xbiff that handles popup window with mail header via youbin. diff --git a/mail/xpbiff-youbin/pkg-descr b/mail/xpbiff-youbin/pkg-descr new file mode 100644 index 000000000000..9666aa64c2ac --- /dev/null +++ b/mail/xpbiff-youbin/pkg-descr @@ -0,0 +1,38 @@ + + << xpbiff-youbin >> + + Fancy biff program under X11 environment, + and youbin. + +*** Support MIME Japanese extension *** + + This ports collection support Japanese strings in From, + Subject field. Please set enviroment variable LANG to + ja_JP.EUC. + + setenv LANG ja_JP.EUC + +*** Support xpm file for bit map *** + + This ports collection support xpm file for bit map. + +*** SUN_AUDIO is Experimental Supported *** + +*** Known Problem *** + + (1) HANKAKU-KANA + Xpbiff dumps core, because code conversion routines jis2euc() + assumes "the conversion does not makes the string longer". But + when converting so-called 'hankaku-kana', this assumption breaks. + +Thank you. + +*** Acknowledgements to this ports file *** + Special thanks to: + Makoto MATSUSHITA <matusita@ics.es.osaka-u.ac.jp> + Satoshi TAOKA <taoka@infonets.hiroshima-u.ac.jp> + Nozomu MATSUI <nozomu@yy.cs.keio.ac.jp> + Gaku TASHIRO <manabu@yy.cs.keio.ac.jp> + +- Yoshiro MIHIRA +(sanpei@yy.cs.keio.ac.jp) |