summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Lutgens <lamer@gentoo.org>2002-07-15 18:18:21 +0000
committerBen Lutgens <lamer@gentoo.org>2002-07-15 18:18:21 +0000
commit6682be7de7164409aad5a4b3738d707715a67852 (patch)
treee170579f7719194fe080d3f1e998147b36c7cbf1 /net-misc
parentMasked new version of dante (diff)
downloadgentoo-2-6682be7de7164409aad5a4b3738d707715a67852.tar.gz
gentoo-2-6682be7de7164409aad5a4b3738d707715a67852.tar.bz2
gentoo-2-6682be7de7164409aad5a4b3738d707715a67852.zip
new version of dante (1.1.13) masked needs more testing
Diffstat (limited to 'net-misc')
-rw-r--r--net-misc/dante/ChangeLog10
-rw-r--r--net-misc/dante/dante-1.1.13.ebuild46
-rw-r--r--net-misc/dante/files/digest-dante-1.1.131
3 files changed, 55 insertions, 2 deletions
diff --git a/net-misc/dante/ChangeLog b/net-misc/dante/ChangeLog
index b8dde9d5a40b..55a62d51d093 100644
--- a/net-misc/dante/ChangeLog
+++ b/net-misc/dante/ChangeLog
@@ -1,6 +1,12 @@
-# ChangeLog for net-misc/dante
+# ChangeLog for homeblutgensgentoo-x86net-miscdanteChangeLog/
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
-# $Header:
+# $Header: /var/cvsroot/gentoo-x86/net-misc/dante/ChangeLog,v 1.5 2002/07/15 18:18:21 lamer Exp $
+
+ 15 Jul 2002; Ben Lutgens <lamer@gentoo.org> ChangeLog :
+
+ Upgraded to 1.1.13, removed entire src_unpack stuff as none of the patches
+ applied cleanly.
+# ChangeLog for net-misc/dante
*dante-1.1.12 (6 Jul 2002)
diff --git a/net-misc/dante/dante-1.1.13.ebuild b/net-misc/dante/dante-1.1.13.ebuild
new file mode 100644
index 000000000000..263844f9b6ba
--- /dev/null
+++ b/net-misc/dante/dante-1.1.13.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2002 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License, v2 or later
+# $Header:
+
+S=${WORKDIR}/${P}
+DESCRIPTION="A free socks4,5 and msproxy implemetation"
+SRC_URI="ftp://ftp.inet.no/pub/socks/${P}.tar.gz"
+HOMEPAGE="http://www.inet.no/dante/"
+RDEPEND="virtual/glibc sys-libs/pam tcpd? ( sys-apps/tcp-wrappers )"
+DEPEND="${RDEPEND} sys-devel/perl"
+LICENSE="BSD"
+KEYWORDS="x86"
+SLOT="0"
+
+# removed the src_unpack() since it doesn't appear to need any of those
+# patches (they all barfed when I tried to apply them by hand)
+
+src_compile() {
+ local myconf
+ use tcpd || myconf="--disable-libwrap"
+ [ -n "$DEBUGBUILD" ] || myconf="${myconf} --disable-debug"
+ einfo "myconf is $myconf"
+ ./configure \
+ --prefix=/usr \
+ --mandir=/usr/share/man \
+ --with-socks-conf=/etc/socks/socks.conf \
+ --with-sockd-conf=/etc/socks/sockd.conf \
+ --host=${CHOST} ${myconf} || die "bad ./configure"
+ emake || die "compile problem"
+}
+
+src_install() {
+ make DESTDIR=${D} install || die
+ # bor: comment libdl.so out it seems to work just fine without it
+ perl -pe 's/(libdl\.so)//' -i ${D}/usr/bin/socksify
+ dodir /etc/socks
+ dodoc BUGS CREDITS LICENSE NEWS README SUPPORT TODO VERSION
+ docinto txt
+ cd doc
+ dodoc README* *.txt SOCKS4.*
+ docinto example
+ cd ../example
+ dodoc *.conf
+ exeinto /etc/init.d
+ newexe ${FILESDIR}/dante-sockd-init dante-sockd
+}
diff --git a/net-misc/dante/files/digest-dante-1.1.13 b/net-misc/dante/files/digest-dante-1.1.13
new file mode 100644
index 000000000000..4b1387315612
--- /dev/null
+++ b/net-misc/dante/files/digest-dante-1.1.13
@@ -0,0 +1 @@
+MD5 77a8e432e5f7327f36fb732022e82e44 dante-1.1.13.tar.gz 802417