summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2002-03-19 05:40:10 +0000
committerSeemant Kulleen <seemant@gentoo.org>2002-03-19 05:40:10 +0000
commitf9211e0c66661c91ae5c3d609e7c49c2aabec271 (patch)
tree650767c6fc0ead73121b54dfa8e496e1fbf90ddb /net-misc/stunnel
parent*** empty log message *** (diff)
downloadgentoo-2-f9211e0c66661c91ae5c3d609e7c49c2aabec271.tar.gz
gentoo-2-f9211e0c66661c91ae5c3d609e7c49c2aabec271.tar.bz2
gentoo-2-f9211e0c66661c91ae5c3d609e7c49c2aabec271.zip
Unmasked and adjusted dependency info to >= instead of >
Diffstat (limited to 'net-misc/stunnel')
-rw-r--r--net-misc/stunnel/ChangeLog29
-rw-r--r--net-misc/stunnel/files/digest-stunnel-3.22-r11
-rw-r--r--net-misc/stunnel/files/stunnel-3.22-r1-gentoo.diff38
-rw-r--r--net-misc/stunnel/stunnel-3.22-r1.ebuild29
4 files changed, 97 insertions, 0 deletions
diff --git a/net-misc/stunnel/ChangeLog b/net-misc/stunnel/ChangeLog
new file mode 100644
index 000000000000..2f7f047cea69
--- /dev/null
+++ b/net-misc/stunnel/ChangeLog
@@ -0,0 +1,29 @@
+# ChangeLog for net-misc/stunnel
+# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
+# $Header: /var/cvsroot/gentoo-x86/net-misc/stunnel/ChangeLog,v 1.1 2002/03/19 05:40:10 seemant Exp $
+
+*stunnel-3.22-r1 (18 Mar 2002)
+
+ 18 Mar 2002; Seemant Kulleen <seemant@gentoo.org> stunnel-3.22-r1.ebuild :
+
+ Unmasked it, and made the dep >= instead of >, and added ChangeLog file.
+
+ 1 Feb 2002; G.Bevin <gbevin@gentoo.org> ChangeLog :
+
+ This changelog is targetted to users. This means that the comments should be
+ well explained and written in clean English.
+
+ Every new version or revision of the package has to be marked by a '*'
+ seperator line as above. Changements since the last revision have to be
+ added to the top of the file, underneath the initial copyright and cvs header
+ comments, in exactly the same format as this comment.
+
+ This means that you start with header line that has the following format :
+
+ date; your_name <your_email> changed_file1, changed_file2 :
+
+ Below that line your explanation should follow. It has to be indented,
+ paragraphed and wrapped at a linewidth of 80 characters.
+
+ Any details about what exactly changed in the code should be added as a
+ message when the changes are committed to cvs, not in this file.
diff --git a/net-misc/stunnel/files/digest-stunnel-3.22-r1 b/net-misc/stunnel/files/digest-stunnel-3.22-r1
new file mode 100644
index 000000000000..a6702e42c458
--- /dev/null
+++ b/net-misc/stunnel/files/digest-stunnel-3.22-r1
@@ -0,0 +1 @@
+MD5 69000d8365b006b3c080a1e2dc9ccba9 stunnel-3.22.tar.gz 204413
diff --git a/net-misc/stunnel/files/stunnel-3.22-r1-gentoo.diff b/net-misc/stunnel/files/stunnel-3.22-r1-gentoo.diff
new file mode 100644
index 000000000000..bddbde5fd72a
--- /dev/null
+++ b/net-misc/stunnel/files/stunnel-3.22-r1-gentoo.diff
@@ -0,0 +1,38 @@
+--- Makefile.in Sun Dec 23 12:03:25 2001
++++ Makefile.in Thu Jan 17 12:28:22 2002
+@@ -9,7 +9,7 @@
+ sbindir=@sbindir@
+ libdir=@libdir@
+ man8dir=@mandir@/man8
+-piddir=@localstatedir@/stunnel/
++piddir=/var/run
+ ssldir=@ssldir@
+ openssl=$(ssldir)/bin/openssl
+ PEM_DIR=@PEM_DIR@
+@@ -24,7 +24,7 @@
+ LIBS=@LIBS@
+ HEADERS=common.h prototypes.h client.h
+ OBJS=client.o stunnel.o ssl.o protocol.o sthreads.o pty.o log.o options.o
+-DESTFILES=$(sbindir)/stunnel $(libdir)/stunnel.so $(man8dir)/stunnel.8 $(PEM_DIR)/stunnel.pem
++DESTFILES=$(sbindir)/stunnel $(libdir)/stunnel.so $(man8dir)/stunnel.8
+
+ WINGCC=i386-mingw32msvc-gcc
+ WINCFLAGS=-O2 -Wall -DUSE_WIN32=1 -DHAVE_OPENSSL=1 -DFD_SETSIZE=4096 -DVERSION=\"@VERSION@\" -I../openssl-0.9.6b/outinc
+@@ -33,7 +33,7 @@
+
+ # standard external rules
+
+-all: stunnel stunnel.8 stunnel.html stunnel.so stunnel.pem
++all: stunnel stunnel.8 stunnel.html stunnel.so
+
+ install: all installdirs $(DESTFILES)
+
+@@ -47,7 +47,7 @@
+ rm -f stunnel stunnel.so $(OBJS) core config.log stunnel.log
+
+ distclean: clean
+- rm -f config.cache config.status Makefile stunnel.pem
++ rm -f config.cache config.status Makefile
+
+ mostlyclean: distclean
+
diff --git a/net-misc/stunnel/stunnel-3.22-r1.ebuild b/net-misc/stunnel/stunnel-3.22-r1.ebuild
new file mode 100644
index 000000000000..7235a3db843b
--- /dev/null
+++ b/net-misc/stunnel/stunnel-3.22-r1.ebuild
@@ -0,0 +1,29 @@
+# Copyright 2002 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License, v2 or later
+# Author: Danial Robbins <drobbins@gentoo.org>
+# $Header: /var/cvsroot/gentoo-x86/net-misc/stunnel/stunnel-3.22-r1.ebuild,v 1.1 2002/03/19 05:40:10 seemant Exp $
+
+S=${WORKDIR}/${P}
+DESCRIPTION="TSL/SSL - Port Wrapper"
+SRC_URI="http://www.stunnel.org/download/stunnel/src/${P}.tar.gz"
+HOMEPAGE="http://www.stunnel.org/"
+DEPEND="virtual/glibc >=dev-libs/openssl-0.9.6c"
+RDEPEND=">=dev-libs/openssl-0.9.6c"
+
+src_unpack() {
+ unpack ${A}; cd ${S}
+ patch -p0 < ${FILESDIR}/${PF}-gentoo.diff
+}
+
+src_compile() {
+ ./configure --prefix=/usr --infodir=/usr/share/info --mandir=/usr/share/man || die
+ emake || die
+}
+
+src_install() {
+ into /usr
+ dosbin stunnel
+ dodoc FAQ README HISTORY COPYING BUGS PORTS TODO transproxy.txt
+ doman stunnel.8
+ dolib.so stunnel.so
+}