diff options
17 files changed, 64 insertions, 106 deletions
diff --git a/net-ftp/lukemftp/ChangeLog b/net-ftp/lukemftp/ChangeLog index 0bbf34f8f8c8..62e6ed6f33bb 100644 --- a/net-ftp/lukemftp/ChangeLog +++ b/net-ftp/lukemftp/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for net-ftp/lukemftp # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/net-ftp/lukemftp/ChangeLog,v 1.1 2002/02/01 21:53:32 gbevin Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-ftp/lukemftp/ChangeLog,v 1.2 2002/05/04 03:42:50 woodchip Exp $ + +*lukemftp-1.5-r3 (3 May 2002) + + 3 May 2002; Donny Davies <woodchip@gentoo.org> : + + Added LICENSE, SLOT. *lukemftp-1.5-r2 (1 Feb 2002) diff --git a/net-ftp/lukemftp/files/digest-lukemftp-1.5-r2 b/net-ftp/lukemftp/files/digest-lukemftp-1.5-r3 index f6d3378a1238..f6d3378a1238 100644 --- a/net-ftp/lukemftp/files/digest-lukemftp-1.5-r2 +++ b/net-ftp/lukemftp/files/digest-lukemftp-1.5-r3 diff --git a/net-ftp/lukemftp/lukemftp-1.5-r2.ebuild b/net-ftp/lukemftp/lukemftp-1.5-r3.ebuild index 27b27ba2891a..176890e0030f 100644 --- a/net-ftp/lukemftp/lukemftp-1.5-r2.ebuild +++ b/net-ftp/lukemftp/lukemftp-1.5-r3.ebuild @@ -1,14 +1,14 @@ # Copyright 2000-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# Author Donny Davies <woodchip@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/net-ftp/lukemftp/lukemftp-1.5-r2.ebuild,v 1.2 2002/04/27 13:36:00 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-ftp/lukemftp/lukemftp-1.5-r3.ebuild,v 1.3 2002/05/04 03:42:50 woodchip Exp $ S=${WORKDIR}/${P} DESCRIPTION="NetBSD FTP client with several advanced features" SRC_URI="ftp://ftp.netbsd.org/pub/NetBSD/misc/lukemftp/${P}.tar.gz" -DEPEND="virtual/glibc - >=sys-libs/ncurses-5.1" +DEPEND="virtual/glibc >=sys-libs/ncurses-5.1" +LICENSE="as-is" +SLOT="0" src_unpack() { unpack ${A} @@ -27,8 +27,12 @@ src_compile() { local myconf use ipv6 || myconf="${myconf} --disable-ipv6" - ./configure --host=${CHOST} --prefix=/usr --enable-editcomplete ${myconf} - assert ; make ; assert "compile problem :(" + ./configure \ + --prefix=/usr \ + --enable-editcomplete \ + --host=${CHOST} ${myconf} || die "bad ./configure" + + emake || die "compile problem" } src_install() { diff --git a/net-ftp/oftpd/ChangeLog b/net-ftp/oftpd/ChangeLog index acd440bd6bbf..cc969c75a0ea 100644 --- a/net-ftp/oftpd/ChangeLog +++ b/net-ftp/oftpd/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for net-ftp/oftpd # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/net-ftp/oftpd/ChangeLog,v 1.1 2002/02/01 21:53:32 gbevin Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-ftp/oftpd/ChangeLog,v 1.2 2002/05/04 03:42:50 woodchip Exp $ + +*oftpd-0.3.6-r7 (3 May 2002) + + 3 May 2002; Donny Davies <woodchip@gentoo.org> : + + Added LICENSE, SLOT. *oftpd-0.3.6-r6 (1 Feb 2002) diff --git a/net-ftp/oftpd/files/digest-oftpd-0.3.6-r6 b/net-ftp/oftpd/files/digest-oftpd-0.3.6-r6 deleted file mode 100644 index 22821daa64be..000000000000 --- a/net-ftp/oftpd/files/digest-oftpd-0.3.6-r6 +++ /dev/null @@ -1 +0,0 @@ -MD5 78b4139bb0108297b9814564db986852 oftpd-0.3.6.tar.gz 77201 diff --git a/net-ftp/oftpd/files/digest-oftpd-0.3.6 b/net-ftp/oftpd/files/digest-oftpd-0.3.6-r7 index 22821daa64be..22821daa64be 100644 --- a/net-ftp/oftpd/files/digest-oftpd-0.3.6 +++ b/net-ftp/oftpd/files/digest-oftpd-0.3.6-r7 diff --git a/net-ftp/oftpd/files/oftpd.rc5 b/net-ftp/oftpd/files/oftpd.rc5 deleted file mode 100644 index 1612f482fff9..000000000000 --- a/net-ftp/oftpd/files/oftpd.rc5 +++ /dev/null @@ -1,31 +0,0 @@ -#!/bin/sh -#RCUPDATE:2 3 4:75:This line is required for script management - -. /etc/rc.d/config/functions -. /etc/rc.d/config/basic - -SERVICE="oftpd" -opts="start stop restart" -PIDFILE=/var/run/oftpd.pid -EXE=/usr/sbin/oftpd - -start() { - - ebegin "Starting $SERVICE" - start-stop-daemon --start --quiet --exec $EXE -- $FTPUSER $FTPROOT - eend $? "Started $SERVICE." "Error starting $SERVICE." -} - -stop() { - - ebegin "Stopping $SERVICE" - start-stop-daemon --stop --quiet -n $SERVICE --exec $EXE - eend $? "Stopped $SERVICE." "Error stopping $SERVICE." -} - -restart() { - stop - start -} - -doservice ${@} diff --git a/net-ftp/oftpd/files/oftpd.rc6 b/net-ftp/oftpd/files/oftpd.rc6 index bc019797034e..71f939e5cc91 100644 --- a/net-ftp/oftpd/files/oftpd.rc6 +++ b/net-ftp/oftpd/files/oftpd.rc6 @@ -1,28 +1,29 @@ #!/sbin/runscript # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/net-ftp/oftpd/files/oftpd.rc6,v 1.2 2001/12/06 20:17:02 azarah Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-ftp/oftpd/files/oftpd.rc6,v 1.3 2002/05/04 03:42:50 woodchip Exp $ depend() { - need net + need net } checkconfig() { - if [ -z "$FTPUSER" ] || [ -z "$FTPROOT" ] ; then - eerror "You need to setup FTPUSER and FTPROOT in /etc/rc.conf" - return 1 - fi + if [ -z "$FTPUSER" ] || [ -z "$FTPROOT" ] ; then + eerror "You need to setup FTPUSER and FTPROOT in /etc/rc.conf" + return 1 + fi } start() { - checkconfig || return 1 - ebegin "Starting oftpd" - start-stop-daemon --start --quiet --exec /usr/sbin/oftpd -- $FTPUSER $FTPROOT - eend $? + checkconfig || return 1 + ebegin "Starting oftpd" + start-stop-daemon --start --quiet --exec /usr/sbin/oftpd \ + -- ${FTPUSER} ${FTPROOT} + eend $? } stop() { - ebegin "Stopping oftpd" - start-stop-daemon --stop --quiet --exec /usr/sbin/oftpd - eend $? + ebegin "Stopping oftpd" + start-stop-daemon --stop --quiet --exec /usr/sbin/oftpd + eend $? } diff --git a/net-ftp/oftpd/oftpd-0.3.6-r6.ebuild b/net-ftp/oftpd/oftpd-0.3.6-r7.ebuild index b1de2a987415..c1e7d30ef77a 100644 --- a/net-ftp/oftpd/oftpd-0.3.6-r6.ebuild +++ b/net-ftp/oftpd/oftpd-0.3.6-r7.ebuild @@ -1,7 +1,6 @@ -# Copyright 1999-2000 Gentoo Technologies, Inc. +# Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# Author Donny Davies <woodchip@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/net-ftp/oftpd/oftpd-0.3.6-r6.ebuild,v 1.1 2001/09/06 11:35:24 woodchip Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-ftp/oftpd/oftpd-0.3.6-r7.ebuild,v 1.1 2002/05/04 03:42:50 woodchip Exp $ S=${WORKDIR}/${P} DESCRIPTION="Secure, small, anonymous only ftpd" @@ -9,12 +8,17 @@ SRC_URI="http://www.time-travellers.org/oftpd/${P}.tar.gz" HOMEPAGE="http://www.time-travellers.org/oftpd" DEPEND="virtual/glibc" +LICENSE="as-is" +SLOT="0" src_compile() { - local myconf + # local myconf # ipv6 support busted according to lamer # use ipv6 && myconf="${myconf} --enable-ipv6" - ./configure --prefix=/usr --bindir=/usr/sbin --mandir=/usr/share/man \ + ./configure \ + --prefix=/usr \ + --bindir=/usr/sbin \ + --mandir=/usr/share/man \ --host=${CHOST} ${myconf} || die emake || die } diff --git a/net-ftp/oftpd/oftpd-0.3.6.ebuild b/net-ftp/oftpd/oftpd-0.3.6.ebuild deleted file mode 100644 index 4ea4f475bae7..000000000000 --- a/net-ftp/oftpd/oftpd-0.3.6.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2000 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# Author Ben Lutgens <lamer@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/net-ftp/oftpd/oftpd-0.3.6.ebuild,v 1.3 2001/09/06 11:35:24 woodchip Exp $ - -S=${WORKDIR}/${P} -DESCRIPTION="Secure, small, anonymous only ftpd" -SRC_URI="http://www.time-travellers.org/oftpd/${P}.tar.gz" -HOMEPAGE="http://www.time-travellers.org/oftpd" - -DEPEND="virtual/glibc" - -src_compile() { - -# Broken upstream source. Won't compile with this enabled. -#local myconf -# if [ "`use ipv6`" ]; then -# myconf="--enable-ipv6" -#fi - - try ./configure --prefix=/usr --bindir=/usr/sbin \ - ${myconf} --mandir=/usr/share/man --host=${CHOST} - try make - -} - -src_install () { - - try make DESTDIR=${D} install - dodoc AUTHORS BUGS COPYING INSTALL FAQ NEWS README TODO - exeinto /etc/rc.d/init.d - newexe ${FILESDIR}/oftpd.rc5 oftpd - dodir /home/ftp -} - -pkg_postinst() { - einfo "Run \"rc-update add svc-oftpd\" to make the daemon start at boot" - einfo "Add FTPUSER=\"ftp\" and FTPROOT=\"/home/ftp\" to /etc/rc.d/config/basic" -} diff --git a/net-ftp/vsftpd/ChangeLog b/net-ftp/vsftpd/ChangeLog index 831b3496f9ac..ca452eed7283 100644 --- a/net-ftp/vsftpd/ChangeLog +++ b/net-ftp/vsftpd/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for net-ftp/vsftpd # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/net-ftp/vsftpd/ChangeLog,v 1.1 2002/02/01 21:53:32 gbevin Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-ftp/vsftpd/ChangeLog,v 1.2 2002/05/04 03:42:50 woodchip Exp $ + +*vsftpd-1.0.1-r1 (3 May 2002) + + 3 May 2002; Donny Davies <woodchip@gentoo.org> : + + Added LICENSE, SLOT. *vsftpd-1.0.1 (1 Feb 2002) diff --git a/net-ftp/vsftpd/files/digest-vsftpd-1.0.1 b/net-ftp/vsftpd/files/digest-vsftpd-1.0.1-r1 index 12e93b0e105f..12e93b0e105f 100644 --- a/net-ftp/vsftpd/files/digest-vsftpd-1.0.1 +++ b/net-ftp/vsftpd/files/digest-vsftpd-1.0.1-r1 diff --git a/net-ftp/vsftpd/files/ftpusers b/net-ftp/vsftpd/files/ftpusers index 4a760f54675e..31cb683e8abb 100644 --- a/net-ftp/vsftpd/files/ftpusers +++ b/net-ftp/vsftpd/files/ftpusers @@ -1,5 +1,6 @@ # /etc/ftpusers: list of users disallowed FTP access. -# +# $Header: /var/cvsroot/gentoo-x86/net-ftp/vsftpd/files/ftpusers,v 1.2 2002/05/04 03:42:50 woodchip Exp $ +# halt operator diff --git a/net-ftp/vsftpd/files/vsftpd.conf b/net-ftp/vsftpd/files/vsftpd.conf index f7334e984824..38080c2c113c 100644 --- a/net-ftp/vsftpd/files/vsftpd.conf +++ b/net-ftp/vsftpd/files/vsftpd.conf @@ -3,6 +3,7 @@ # # See man 5 vsftpd.conf for more information. # +# $Header: /var/cvsroot/gentoo-x86/net-ftp/vsftpd/files/vsftpd.conf,v 1.2 2002/05/04 03:42:50 woodchip Exp $ # Allow anonymous FTP? anonymous_enable=YES diff --git a/net-ftp/vsftpd/files/vsftpd.pam b/net-ftp/vsftpd/files/vsftpd.pam index ba1a4023ab4f..66507d58dfef 100644 --- a/net-ftp/vsftpd/files/vsftpd.pam +++ b/net-ftp/vsftpd/files/vsftpd.pam @@ -1,4 +1,5 @@ #%PAM-1.0 +# $Header: /var/cvsroot/gentoo-x86/net-ftp/vsftpd/files/vsftpd.pam,v 1.2 2002/05/04 03:42:50 woodchip Exp $ auth required /lib/security/pam_listfile.so item=user sense=deny file=/etc/ftpusers onerr=succeed auth required /lib/security/pam_pwdb.so shadow nullok auth required /lib/security/pam_shells.so diff --git a/net-ftp/vsftpd/files/vsftpd.xinetd b/net-ftp/vsftpd/files/vsftpd.xinetd index d77213fa5ca3..f08688201a27 100644 --- a/net-ftp/vsftpd/files/vsftpd.xinetd +++ b/net-ftp/vsftpd/files/vsftpd.xinetd @@ -1,5 +1,6 @@ # default: off # description: Vsftpd is an FTP server, designed to be secure. +# $Header: /var/cvsroot/gentoo-x86/net-ftp/vsftpd/files/vsftpd.xinetd,v 1.2 2002/05/04 03:42:50 woodchip Exp $ service ftp { diff --git a/net-ftp/vsftpd/vsftpd-1.0.1.ebuild b/net-ftp/vsftpd/vsftpd-1.0.1-r1.ebuild index e049d9225197..d5d2ab612048 100644 --- a/net-ftp/vsftpd/vsftpd-1.0.1.ebuild +++ b/net-ftp/vsftpd/vsftpd-1.0.1-r1.ebuild @@ -1,7 +1,6 @@ -# Copyright 1999-2000 Gentoo Technologies, Inc. +# Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# Author Donny Davies <woodchip@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/net-ftp/vsftpd/vsftpd-1.0.1.ebuild,v 1.1 2001/11/21 05:44:08 woodchip Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-ftp/vsftpd/vsftpd-1.0.1-r1.ebuild,v 1.1 2002/05/04 03:42:50 woodchip Exp $ S=${WORKDIR}/${P} DESCRIPTION="Very Secure FTP Daemon written with speed, size and security in mind" @@ -9,20 +8,19 @@ SRC_URI="ftp://ferret.lmh.ox.ac.uk/pub/linux/${P}.tar.gz" DEPEND="virtual/glibc >=sys-libs/pam-0.75" RDEPEND="${DEPEND} sys-apps/xinetd" +LICENSE="GPL-2" +SLOT="0" src_unpack() { - unpack ${A} ; cd ${S} - patch -p1 < ${FILESDIR}/${PF}-gentoo.diff || die "bad patchfile" + patch -p1 < ${FILESDIR}/${P}-gentoo.diff || die "bad patchfile" } src_compile() { - make CFLAGS="${CFLAGS}" || die "compile problem" } src_install () { - dodir /home/ftp /usr/share/vsftpd/empty /var/log/vsftpd doman vsftpd.conf.5 vsftpd.8 dosbin vsftpd |