summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--net-mail/xfmail/ChangeLog7
-rw-r--r--net-mail/xfmail/files/digest-xfmail-1.5.4-r11
-rw-r--r--net-mail/xfmail/xfmail-1.5.4-r1.ebuild37
-rw-r--r--net-www/w3m/ChangeLog7
-rw-r--r--net-www/w3m/files/digest-w3m-0.3.2.21
-rw-r--r--net-www/w3m/w3m-0.3.2.2.ebuild125
6 files changed, 176 insertions, 2 deletions
diff --git a/net-mail/xfmail/ChangeLog b/net-mail/xfmail/ChangeLog
index 8be0d2b4e57f..50ad3b624e7e 100644
--- a/net-mail/xfmail/ChangeLog
+++ b/net-mail/xfmail/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for net-mail/xfmail
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/xfmail/ChangeLog,v 1.5 2003/02/13 09:31:05 raker Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/xfmail/ChangeLog,v 1.6 2003/02/17 14:21:58 aliz Exp $
+
+*xfmail-1.5.4-r1 (17 Feb 2003)
+
+ 17 Feb 2003; Daniel Ahlberg <aliz@gentoo.org> :
+ Security update.
*xfmail-1.5.4 (13 Feb 2003)
diff --git a/net-mail/xfmail/files/digest-xfmail-1.5.4-r1 b/net-mail/xfmail/files/digest-xfmail-1.5.4-r1
new file mode 100644
index 000000000000..05cf99530a62
--- /dev/null
+++ b/net-mail/xfmail/files/digest-xfmail-1.5.4-r1
@@ -0,0 +1 @@
+MD5 d8367ef0294a71f98f1d6d29b7b5551f xfmail-1.5.4-1.tar.bz2 806380
diff --git a/net-mail/xfmail/xfmail-1.5.4-r1.ebuild b/net-mail/xfmail/xfmail-1.5.4-r1.ebuild
new file mode 100644
index 000000000000..cf2e0640e01e
--- /dev/null
+++ b/net-mail/xfmail/xfmail-1.5.4-r1.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License, v2 or later
+# $Header: /var/cvsroot/gentoo-x86/net-mail/xfmail/xfmail-1.5.4-r1.ebuild,v 1.1 2003/02/17 14:21:58 aliz Exp $
+
+IUSE="ldap"
+S=${WORKDIR}/${P}
+DESCRIPTION="A full-featured mail program using XForms"
+SRC_URI="http://xfmail.precision-eng.net/release/${PV}/source/${P}-1.tar.bz2
+ http://xfmail.cfreeze.com/release/${PV}/source/${P}-1.tar.bz2
+ ftp://ftp.xfmail.org/pub/xfmail/release/${PV}/source/${P}-1.tar.bz2"
+HOMEPAGE="http://www.xfmail.org"
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="x86 ppc sparc"
+DEPEND="virtual/x11
+ >=x11-libs/xforms-1.0_rc4
+ ldap? ( >=net-nds/openldap-2.0.11 )"
+RDEPEND="virtual/x11
+ >=x11-libs/xforms-1.0_rc4
+ ldap? ( >=net-nds/openldap-2.0.11 )"
+
+src_compile() {
+ local myconf
+ use ldap && myconf="$myconf --with-ldap"
+ ./autogen.sh \
+ --host=${CHOST} \
+ --prefix=/usr \
+ --with-faces $myconf || die
+ emake || die
+}
+
+src_install () {
+ make prefix=${D}/usr \
+ manualdir=${D}/usr/share/doc/${PF}/html \
+ install || die
+ dodoc AUTHORS ChangeLog* NEWS README* TODO*
+}
diff --git a/net-www/w3m/ChangeLog b/net-www/w3m/ChangeLog
index 42e40498f310..4df21c79305d 100644
--- a/net-www/w3m/ChangeLog
+++ b/net-www/w3m/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for net-www/w3m
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-www/w3m/ChangeLog,v 1.16 2003/02/12 16:27:14 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-www/w3m/ChangeLog,v 1.17 2003/02/17 14:22:12 aliz Exp $
+
+*w3m-0.3.2.2 (17 Feb 2003)
+
+ 17 Feb 2003; Daniel Ahlberg <aliz@gentoo.org> :
+ Security update.
12 Feb 2003; Aron Griffis <agriffis@gentoo.org> w3m-0.3-r6.ebuild :
Add alpha to KEYWORDS
diff --git a/net-www/w3m/files/digest-w3m-0.3.2.2 b/net-www/w3m/files/digest-w3m-0.3.2.2
new file mode 100644
index 000000000000..29448a5c7b4a
--- /dev/null
+++ b/net-www/w3m/files/digest-w3m-0.3.2.2
@@ -0,0 +1 @@
+MD5 e9787d822e7b4f9392cf9e3dacee4c10 w3m-0.3.2.2.tar.gz 1183530
diff --git a/net-www/w3m/w3m-0.3.2.2.ebuild b/net-www/w3m/w3m-0.3.2.2.ebuild
new file mode 100644
index 000000000000..3f099ce55301
--- /dev/null
+++ b/net-www/w3m/w3m-0.3.2.2.ebuild
@@ -0,0 +1,125 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-www/w3m/w3m-0.3.2.2.ebuild,v 1.1 2003/02/17 14:22:12 aliz Exp $
+
+IUSE="gpm cjk imlib ssl"
+
+S=${WORKDIR}/${P}
+DESCRIPTION="Text based WWW browser, supports tables and frames"
+SRC_URI="mirror://sourceforge/w3m/${P}.tar.gz"
+HOMEPAGE="http://w3m.sourceforge.net/"
+
+SLOT="0"
+LICENSE="w3m"
+KEYWORDS="~x86 ~sparc ~ppc"
+
+DEPEND=">=sys-libs/ncurses-5.2-r3
+ >=sys-libs/zlib-1.1.3-r2
+ imlib? ( >=media-libs/imlib-1.9.8 )
+ gpm? ( >=sys-libs/gpm-1.19.3-r5 )
+ ssl? ( >=dev-libs/openssl-0.9.6b )"
+
+PROVIDE="virtual/textbrowser"
+
+src_compile() {
+ # It seems to be hard to configure this program in any reasonable
+ # way.
+ (
+ # Which directory do you want to put the binary?
+ echo /usr/bin
+ # Which directory do you want to put the support binary files?
+ echo /usr/lib/w3m
+ # Which directory do you want to put the helpfile?
+ echo /usr/share/w3m
+ # Which directory do you want to put the manfile?
+ echo /usr/share/man
+ # Which directory do you want to put the system wide w3m
+ # configuration file?
+ echo /etc/w3m
+ # Which language do you prefer?
+ # 1 - Japanese (charset ISO-2022-JP, EUC-JP, Shift_JIS)
+ # 2 - English (charset US_ASCII, ISO-8859-1, etc.)
+ use cjk &>/dev/null && echo 1 || echo 2
+ # What is your Kanji display
+ use cjk &>/dev/null && echo E
+ # Use 2-byte character for table border, etc
+ use cjk &>/dev/null && echo n
+ # Do you want to use Lynx-like key binding?
+ echo n
+ # Let's do some configurations. Choose config option among the list.
+ #
+ # 1 - Baby model (no color, no menu, no mouse, no cookie, no SSL)
+ # 2 - Little model (color, menu, no mouse, no cookie, no SSL)
+ # 3 - Mouse model (color, menu, mouse, no cookie, no SSL)
+ # 4 - Cookie model (color, menu, mouse, cookie, no SSL)
+ # 5 - Monster model (with everything; you need openSSL library)
+ # 6 - Customize
+ #
+ # Which?
+ echo 6
+ # Do you want color ESC sequence for Kterm/pxvt
+ echo y
+ # Use mouse (requires xterm/kterm/gpm/sysmouse)
+ use gpm &>/dev/null && echo y
+ # Use popup menu
+ echo y
+ # Use cookie
+ echo y
+ # Do you want SSL verification support?
+ # (Your SSL library must be version 0.8 or later)
+ use ssl &>/dev/null && echo y || echo n
+ # (ssl) SSL verification support (SSL library >= version 0.8) [n]?
+ use ssl &>/dev/null && echo n
+ # (ssl) Digest Auth support [y]?
+ use ssl &>/dev/null && echo y
+ # Inline image support (you need Imlib library) [n]?
+ use imlib &>/dev/null && echo y || echo n
+ # ANSI color escape sequences support [n]?
+ echo y
+ # Use Migemo (Roma-ji search; Please see
+ # http://migemo.namazu.org/) [n]?
+ echo n
+ # External URI loader support [y]?
+ echo y
+ # Use w3mmail.cgi [y]?
+ echo y
+ # NNTP support [y]?
+ echo n
+ # Gopher support [y]?
+ echo n
+ # Use alarm support code [y]?
+ echo y
+ # Use mark operation [y]?
+ echo y
+ # Input your favorite editor program.
+ echo /usr/bin/nano
+ # Input your favorite external browser program.
+ echo /usr/bin/mozilla
+ # Input your favorite C-compiler.
+ echo gcc
+ # Input your favorite C flags.
+ printf "%s\n" "$CFLAGS"
+ # Which terminal library do you want to use? (type "none" if you
+ # do not need one)
+ echo
+ #printf "%s\n" "-lncurses"
+ # Input additional LD flags other than listed above, if any:
+ # (default: -lncurses) :
+ echo
+ ) | ./configure || die "configure failed"
+
+ # binary executables come prebuilt for 80386!
+ # clean it up and be sure to remake for ANY arch
+
+ cd ${S}/gc
+ make clean
+ cd -
+
+ emake || die "emake failed"
+}
+
+src_install() {
+ make DESTDIR=${D} install || die "make install failed"
+ dodoc doc/* README*
+ doman doc/w3m.1
+}