summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorJun-ichiro itojun Hagino <itojun@FreeBSD.org>1997-08-24 15:46:06 +0000
committerJun-ichiro itojun Hagino <itojun@FreeBSD.org>1997-08-24 15:46:06 +0000
commit778bdfd59243f78e535c5e46eba944eceb444608 (patch)
treeeaf9f1440a2984533c4389d24a688b58a1671961 /mail
parentimported a new port for xpbiff. (diff)
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
Notes
Notes: svn path=/head/; revision=7669
Diffstat (limited to 'mail')
-rw-r--r--mail/xpbiff-youbin/Makefile21
-rw-r--r--mail/xpbiff-youbin/pkg-comment1
-rw-r--r--mail/xpbiff-youbin/pkg-descr38
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)