From 1ec089d572096510c4c68db710374c6c7f299e2f Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Thu, 6 May 2004 02:18:50 +0000 Subject: ver bump --- net-misc/socat/ChangeLog | 11 ++++++--- net-misc/socat/files/digest-socat-1.3.2.2 | 1 + net-misc/socat/socat-1.3.2.2.ebuild | 39 +++++++++++++++++++++++++++++++ 3 files changed, 48 insertions(+), 3 deletions(-) create mode 100644 net-misc/socat/files/digest-socat-1.3.2.2 create mode 100644 net-misc/socat/socat-1.3.2.2.ebuild (limited to 'net-misc/socat') diff --git a/net-misc/socat/ChangeLog b/net-misc/socat/ChangeLog index adad1a79d4bd..8c39ae35bfae 100644 --- a/net-misc/socat/ChangeLog +++ b/net-misc/socat/ChangeLog @@ -1,13 +1,18 @@ # ChangeLog for net-misc/socat # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/socat/ChangeLog,v 1.8 2004/04/26 12:44:02 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/socat/ChangeLog,v 1.9 2004/05/06 02:18:50 vapier Exp $ + +*socat-1.3.2.2 (05 May 2004) + + 05 May 2004; Mike Frysinger : + Version bump and cleanup. + +*socat-1.3.2.1 (13 Sep 2003) 26 Apr 2004; Aron Griffis socat-1.3.0.1.ebuild, socat-1.3.1.0.ebuild, socat-1.3.2.0.ebuild, socat-1.3.2.1.ebuild: Add die following econf for bug 48950 -*socat-1.3.2.1 (13 Sep 2003) - 13 Sep 2003; Ian Leitch socat-1.3.2.1.ebuild: Version bump to 1.3.2.1 and added ~ppc ~hppa ~amd64 ~sparc ~mips ~arm flags. Closes bug #28627 diff --git a/net-misc/socat/files/digest-socat-1.3.2.2 b/net-misc/socat/files/digest-socat-1.3.2.2 new file mode 100644 index 000000000000..1fa0577e1ce9 --- /dev/null +++ b/net-misc/socat/files/digest-socat-1.3.2.2 @@ -0,0 +1 @@ +MD5 57f33e67bf62f67ed32e0c9acc45f3a3 socat-1.3.2.2.tar.bz2 228880 diff --git a/net-misc/socat/socat-1.3.2.2.ebuild b/net-misc/socat/socat-1.3.2.2.ebuild new file mode 100644 index 000000000000..596f98b1b73c --- /dev/null +++ b/net-misc/socat/socat-1.3.2.2.ebuild @@ -0,0 +1,39 @@ +# Copyright 1999-2004 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-misc/socat/socat-1.3.2.2.ebuild,v 1.1 2004/05/06 02:18:50 vapier Exp $ + +DESCRIPTION="Multipurpose relay (SOcket CAT)" +HOMEPAGE="http://www.dest-unreach.org/socat/" +SRC_URI="http://www.dest-unreach.org/${PN}/download/${P}.tar.bz2" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86 ~ppc ~sparc ~mips ~alpha ~hppa ~amd64" +IUSE="ssl readline ipv6" + +DEPEND="ssl? ( >=dev-libs/openssl-0.9.6 ) + readline? ( >=sys-libs/ncurses-5.1 >=sys-libs/readline-4.1 ) + virtual/glibc" +RDEPEND="virtual/glibc" + +S=${WORKDIR}/socat-${PV:0:3} + +src_compile() { + econf \ + `use_enable ssl openssl` \ + `use_enable readline` \ + `use_enable ipv6 ip6` \ + || die "econf failed" + emake || die +} + +src_install() { + dodir /usr/bin /usr/share/man/man1 + make install DESTDIR=${D} || die + + dodoc BUGREPORTS CHANGES DEVELOPMENT EXAMPLES \ + FAQ FILES PORTING README SECURITY VERSION xio.help + docinto examples + dodoc *.sh + dohtml socat.html +} -- cgit v1.2.3-65-gdbad