diff options
28 files changed, 507 insertions, 0 deletions
diff --git a/net-ftp/atftp/ChangeLog b/net-ftp/atftp/ChangeLog new file mode 100644 index 000000000000..860d44ae9fac --- /dev/null +++ b/net-ftp/atftp/ChangeLog @@ -0,0 +1,82 @@ +# ChangeLog for net-misc/atftp +# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-ftp/atftp/ChangeLog,v 1.8 2005/04/23 04:44:05 vapier Exp $ + + 21 Feb 2005; Simon Stelling <blubb@gentoo.org> : + added ~amd64 + + 07 Feb 2005; Mike Frysinger <vapier@gentoo.org> + +files/atftp-0.7-gcc.patch, atftp-0.7.ebuild: + Added patch to fix building #71090. + + 07 Feb 2005; Jan Brinkmann <luckyduck@gentoo.org> atftp-0.6.2.ebuild: + added ~amd64 to 0.6.2, fixes #81083 + + 31 Jul 2004; <malc@gentoo.org> atftp-0.7.ebuild: + ~amd64 - closes bug #57702 + + 22 Apr 2004; Chuck Short <zul@gentoo.org> atftp-0.6.2.ebuild: + Fixes typo. Closes #48660. + + 22 Mar 2004; David Holm <dholm@gentoo.org> atftp-0.7.ebuild: + Added to ~ppc. + +*atftp-0.7 (22 Mar 2004) + + 22 Mar 2004; Chuck Short <zul@gentoo.org> atftp-0.6.2.ebuild, + atftp-0.7.ebuild: + Version bump, closes #45210. + + 22 Mar 2004; Chuck Short <zul@gentoo.org> atftp-0.6.2.ebuild: + Marked stable for x86. + + 26 Jan 2004; Chuck Short <zul@gentoo.org> atftp-0.6-r3.ebuild, + atftp-0.6.2.ebuild: + Fix typo in ebuild. closes #38946. + + 30 Dec 2003; Chuck Short <zul@gentoo.org> atftp-0.6.2.ebuild, + files/atftp.confd, files/atftp.init: + Added init scripts. Closes #36051. + + 14 Dec 2003; Joshua Kinard <kumba@gentoo.org> atftp-0.6.2.ebuild: + forgot to mark keywords as unstable + +*atftp-0.6.2 (14 Dec 2003) + + 14 Dec 2003; Joshua Kinard <kumba@gentoo.org> atftp-0.6.2.ebuild: + Version bump + +*atftp-0.6-r3 (31 Oct 2003) + + 31 Oct 2003; Heinrich Wendel <lanius@gentoo.org> atftp-0.6-r2.ebuild, + atftp-0.6-r3.ebuild: + stable, it's just a virtual ;D + + 30 Oct 2003; Heinrich Wendel <lanius@gentoo.org> atftp-0.6-r1.ebuild, + atftp-0.6.ebuild: + added virtual/tftp + +*atftp-0.6-r1 (29 Aug 2003) + + 29 Aug 2003; Martin Holzer <mholzer@gentoo.org> atftp-0.6-r1.ebuild, + atftp-0.6-r2.ebuild, atftp-0.6.ebuild, files/atftp-0.6-security.patch: + move net-ftp/atftp net-misc + + 18 Jun 2003; Daniel Ahlberg <aliz@gentoo.org> files/atftp-0.6-security.patch : + Updated patch to a more proper one. + +*atftp-0.6-r2 (08 Jun 2003) + + 08 Jun 2003; Daniel Ahlberg <aliz@gentoo.org> : + Security update. + +*atftp-0.6-r1 (29 Oct 2002) + + 29 Oct 2002; Daniel Ahlberg <aliz@gentoo.org> : + Updated ebuild with tcpd support. Ebuild contributed by Cory Visi <cory@visi.name> in #9797. + +*atftp-0.6 (16 Aug 2002) + + 16 Aug 2002; Daniel Ahlberg <aliz@gentoo.org> atftp-0.6.ebuild: + Initial import. Ebuild submitted by Francisco Gimeno + <kikov@fco-gimeno.com>. diff --git a/net-ftp/atftp/Manifest b/net-ftp/atftp/Manifest new file mode 100644 index 000000000000..6df111a600d4 --- /dev/null +++ b/net-ftp/atftp/Manifest @@ -0,0 +1,11 @@ +MD5 aeb8979d927bc14fc0a59e354a4f8cd2 atftp-0.6-r3.ebuild 992 +MD5 8bb30716aecc18631176428656fca323 ChangeLog 2533 +MD5 e3e297320c39d59036eef5b62f189fc6 atftp-0.6.2.ebuild 1044 +MD5 1ed02b2db3312dfaa79ed876843f7aaa atftp-0.7.ebuild 905 +MD5 ef1244d13cccdfbe2dff44442e0c3d1f files/atftp-0.6-security.patch 1019 +MD5 939f5bfbb9b7a728330cc124175c39e3 files/atftp.confd 105 +MD5 f3d1e03f8ce70ea8ed775de7407304f3 files/atftp.init 437 +MD5 6edbe26f81fbd488b6fbffd1bbd27ca9 files/digest-atftp-0.6-r3 61 +MD5 e14c6bca387e9af7d2734fb9f08a67ee files/digest-atftp-0.6.2 63 +MD5 401c2182f70ea502b2b13567dee9daf9 files/digest-atftp-0.7 61 +MD5 0adc9648a64aa6a05a55bf822eec7265 files/atftp-0.7-gcc.patch 540 diff --git a/net-ftp/atftp/atftp-0.6-r3.ebuild b/net-ftp/atftp/atftp-0.6-r3.ebuild new file mode 100644 index 000000000000..6b87376bddd8 --- /dev/null +++ b/net-ftp/atftp/atftp-0.6-r3.ebuild @@ -0,0 +1,41 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-ftp/atftp/atftp-0.6-r3.ebuild,v 1.1 2005/04/23 04:44:05 vapier Exp $ + +inherit eutils + +DESCRIPTION="Advanced TFTP implementation client/server" +HOMEPAGE="ftp://ftp.mamalinux.com/pub/atftp/" +SRC_URI="ftp://ftp.mamalinux.com/pub/atftp/${P}.tar.gz" +LICENSE="GPL-2" + +KEYWORDS="x86" +IUSE="tcpd" +SLOT="0" + +DEPEND="tcpd? ( sys-apps/tcp-wrappers ) + !virtual/tftp" + +PROVIDE="virtual/tftp" + +src_unpack() { + unpack ${A} ; cd ${S} + epatch ${FILESDIR}/${P}-security.patch +} + +src_compile () { + myconf="" + use tcpd && myconf="${myconf} --enable-libwrap" \ + || myconf="${myconf} --disable-libwrap" + + econf ${myconf} || die "./configure failed" + + cp Makefile Makefile.orig + sed "s:CFLAGS = -g -Wall -D_REENTRANT -O2:CFLAGS = -g -Wall -D_REENTRANT ${CFLAGS}:" Makefile.orig >Makefile + + emake || die +} + +src_install () { + einstall || die "Installation failed" +} diff --git a/net-ftp/atftp/atftp-0.6.2.ebuild b/net-ftp/atftp/atftp-0.6.2.ebuild new file mode 100644 index 000000000000..f022dbe42d2f --- /dev/null +++ b/net-ftp/atftp/atftp-0.6.2.ebuild @@ -0,0 +1,42 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-ftp/atftp/atftp-0.6.2.ebuild,v 1.1 2005/04/23 04:44:05 vapier Exp $ + +inherit eutils + +DESCRIPTION="Advanced TFTP implementation client/server" +HOMEPAGE="ftp://ftp.mamalinux.com/pub/atftp/" +SRC_URI="ftp://ftp.mamalinux.com/pub/atftp/${P}.tar.gz" +LICENSE="GPL-2" + +KEYWORDS="x86 ~sparc ~amd64" +IUSE="tcpd" +SLOT="0" + +DEPEND="tcpd? ( sys-apps/tcp-wrappers ) + !virtual/tftp" + +PROVIDE="virtual/tftp" + +src_compile () { + myconf="" + use tcpd && myconf="${myconf} --enable-libwrap" \ + || myconf="${myconf} --disable-libwrap" + + econf ${myconf} || die "./configure failed" + + cp Makefile Makefile.orig + sed "s:CFLAGS = -g -Wall -D_REENTRANT -O2:CFLAGS = -g -Wall -D_REENTRANT ${CFLAGS}:" Makefile.orig >Makefile + + emake || die +} + +src_install () { + einstall || die "Installation failed" + + exeinto /etc/init.d + newexe ${FILESDIR}/atftp.init atftp + + insinto /etc/conf.d + newins ${FILESDIR}/atftp.confd atftp +} diff --git a/net-ftp/atftp/atftp-0.7.ebuild b/net-ftp/atftp/atftp-0.7.ebuild new file mode 100644 index 000000000000..ee7e3ed9d8d6 --- /dev/null +++ b/net-ftp/atftp/atftp-0.7.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-ftp/atftp/atftp-0.7.ebuild,v 1.1 2005/04/23 04:44:05 vapier Exp $ + +inherit eutils + +DESCRIPTION="Advanced TFTP implementation client/server" +HOMEPAGE="ftp://ftp.mamalinux.com/pub/atftp/" +SRC_URI="ftp://ftp.mamalinux.com/pub/atftp/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 arm ~ppc ~sparc ~x86" +IUSE="tcpd" + +DEPEND="tcpd? ( sys-apps/tcp-wrappers ) + !virtual/tftp" +PROVIDE="virtual/tftp" + +src_unpack() { + unpack ${A} + cd ${S} + epatch ${FILESDIR}/${P}-gcc.patch +} + +src_compile() { + econf $(use_enable tcpd libwrap) || die "./configure failed" + emake CFLAGS="${CFLAGS} -D_REENTRANT" || die +} + +src_install() { + make install DESTDIR="${D}" || die "Installation failed" + newinitd ${FILESDIR}/atftp.init atftp + newconfd ${FILESDIR}/atftp.confd atftp +} diff --git a/net-ftp/atftp/files/atftp-0.6-security.patch b/net-ftp/atftp/files/atftp-0.6-security.patch new file mode 100644 index 000000000000..5bf58699c74c --- /dev/null +++ b/net-ftp/atftp/files/atftp-0.6-security.patch @@ -0,0 +1,23 @@ +--- tftp.c 2003-06-17 00:13:52.000000000 +0200 ++++ tftp.patch.c 2003-06-17 00:09:50.000000000 +0200 +@@ -827,17 +827,17 @@ int tftp_cmd_line_options(int argc, char + process_cmd(ac, av); + break; + case 'T': +- sprintf(string, "timeout %s", optarg); ++ snprintf(string, sizeof(string), "timeout %s", optarg); + make_arg(string, &ac, &av); + process_cmd(ac, av); + break; + case 't': +- sprintf(string, "option timeout %s", optarg); ++ snprintf(string, sizeof(string), "option timeout %s", optarg); + make_arg(string, &ac, &av); + process_cmd(ac, av); + break; + case 'b': +- sprintf(string, "option blksize %s", optarg); ++ snprintf(string, sizeof(string), "option blksize %s", optarg); + make_arg(string, &ac, &av); + process_cmd(ac, av); + break; diff --git a/net-ftp/atftp/files/atftp-0.7-gcc.patch b/net-ftp/atftp/files/atftp-0.7-gcc.patch new file mode 100644 index 000000000000..374dbdb01c71 --- /dev/null +++ b/net-ftp/atftp/files/atftp-0.7-gcc.patch @@ -0,0 +1,20 @@ +--- argz.h.orig 2005-02-07 16:04:41.000000000 -0500 ++++ argz.h 2005-02-07 16:05:01.000000000 -0500 +@@ -180,7 +180,7 @@ + #ifdef __USE_EXTERN_INLINES + extern inline char * + __argz_next (__const char *__argz, size_t __argz_len, +- __const char *__entry) __THROW ++ __const char *__entry) + { + if (__entry) + { +@@ -194,7 +194,7 @@ + } + extern inline char * + argz_next (__const char *__argz, size_t __argz_len, +- __const char *__entry) __THROW ++ __const char *__entry) + { + return __argz_next (__argz, __argz_len, __entry); + } diff --git a/net-ftp/atftp/files/atftp.confd b/net-ftp/atftp/files/atftp.confd new file mode 100644 index 000000000000..a46a7047dbb6 --- /dev/null +++ b/net-ftp/atftp/files/atftp.confd @@ -0,0 +1,4 @@ +# Config file for tftp server + +TFTPD_ROOT="/tftproot" +TFTPD_OPTS="--daemon --user nobody --group nobody" diff --git a/net-ftp/atftp/files/atftp.init b/net-ftp/atftp/files/atftp.init new file mode 100755 index 000000000000..4fc8b14413b4 --- /dev/null +++ b/net-ftp/atftp/files/atftp.init @@ -0,0 +1,28 @@ +#!/sbin/runscript + +depend() { + use logger + need net +} + +checkconfig() { + if [ ! -d ${TFTPD_ROOT} ] + then + eerror "You need a tftp root directory" + return 1 + fi +} + +start() { + checkconfig || return 1 + ebegin "Starting tftpd" + start-stop-daemon --start --quiet --exec /usr/sbin/in.tftpd \ + -- ${TFTPD_OPTS} ${TFTPD_ROOT} + eend $? +} + +stop() { + ebegin "Stopping tftpd" + start-stop-daemon --stop --quiet --exec /usr/sbin/in.tftpd + eend $? +} diff --git a/net-ftp/atftp/files/digest-atftp-0.6-r3 b/net-ftp/atftp/files/digest-atftp-0.6-r3 new file mode 100644 index 000000000000..5cfcb463e4a5 --- /dev/null +++ b/net-ftp/atftp/files/digest-atftp-0.6-r3 @@ -0,0 +1 @@ +MD5 fcbc9118b02fa2090046be987b1e1aec atftp-0.6.tar.gz 119898 diff --git a/net-ftp/atftp/files/digest-atftp-0.6.2 b/net-ftp/atftp/files/digest-atftp-0.6.2 new file mode 100644 index 000000000000..84fb13e2f21b --- /dev/null +++ b/net-ftp/atftp/files/digest-atftp-0.6.2 @@ -0,0 +1 @@ +MD5 b3b8d4b7e558046adfcaef180ae77c4f atftp-0.6.2.tar.gz 125405 diff --git a/net-ftp/atftp/files/digest-atftp-0.7 b/net-ftp/atftp/files/digest-atftp-0.7 new file mode 100644 index 000000000000..114091ac850b --- /dev/null +++ b/net-ftp/atftp/files/digest-atftp-0.7 @@ -0,0 +1 @@ +MD5 3b27365772d918050b2251d98a9c7c82 atftp-0.7.tar.gz 202234 diff --git a/net-ftp/kcmpureftpd/ChangeLog b/net-ftp/kcmpureftpd/ChangeLog new file mode 100644 index 000000000000..df699cb2e7ea --- /dev/null +++ b/net-ftp/kcmpureftpd/ChangeLog @@ -0,0 +1,38 @@ +# ChangeLog for net-misc/kcmpureftpd +# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-ftp/kcmpureftpd/ChangeLog,v 1.1 2005/04/23 04:44:11 vapier Exp $ + + 03 Jul 2004; Dominik Stadler <centic@gentoo.org> kcmpureftpd-0.8.ebuild, + kcmpureftpd-0.9.1.ebuild: + Mark stable on x86. + + 04 May 2004; David Holm <dholm@gentoo.org> kcmpureftpd-0.9.1.ebuild: + Added to ~ppc. + +*kcmpureftpd-0.9.1 (03 May 2004) + + 03 May 2004; Dominik Stadler <centic@gentoo.org> kcmpureftpd-0.8.ebuild, + +kcmpureftpd-0.9.1.ebuild: + Add new version 0.9.1, see Bug 38162. Add missing IUSE. + + 13 Apr 2004; Jason Wever <weeve@gentoo.org> kcmpureftpd-0.8.ebuild: + Added ~sparc keyword. + +*kcmpureftpd-0.8 (16 Sep 2003) + + 16 Sep 2003; Caleb Tennis <caleb@gentoo.org> kcmpureftpd-0.8.ebuild, metadata.xml: + new version + + 06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords + +*kcmpureftpd-0.6 (1 Feb 2002) + + 07 Jul 2002; phoen][x <phoenix@gentoo.org> kcmpureftpd-0.6.ebuild : + Added KEYWORDS. + + 1 Feb 2002; G.Bevin <gbevin@gentoo.org> ChangeLog : + Added initial ChangeLog which should be updated whenever the package is + updated in any way. This changelog is targetted to users. This means that the + comments should well explained and written in clean English. The details about + writing correct changelogs are explained in the skel.ChangeLog file which you + can find in the root directory of the portage repository. diff --git a/net-ftp/kcmpureftpd/Manifest b/net-ftp/kcmpureftpd/Manifest new file mode 100644 index 000000000000..28eca7bb173d --- /dev/null +++ b/net-ftp/kcmpureftpd/Manifest @@ -0,0 +1,6 @@ +MD5 10c11e6a936dff05a28cd50cfbc097ce kcmpureftpd-0.8.ebuild 480 +MD5 acc03a4b12bb0433a57e95bd253b9501 metadata.xml 156 +MD5 36ee414b4bf501c218bae48b967c18fe ChangeLog 1485 +MD5 4e0b13aba8cc0af524eb154a4b58cc09 kcmpureftpd-0.9.1.ebuild 480 +MD5 3a4d4d1bc445c06e127661d4897a2be8 files/digest-kcmpureftpd-0.9.1 70 +MD5 ad07f828fb26ccdbf5bbb460f86dfe4a files/digest-kcmpureftpd-0.8 67 diff --git a/net-ftp/kcmpureftpd/files/digest-kcmpureftpd-0.8 b/net-ftp/kcmpureftpd/files/digest-kcmpureftpd-0.8 new file mode 100644 index 000000000000..6711a31edbfe --- /dev/null +++ b/net-ftp/kcmpureftpd/files/digest-kcmpureftpd-0.8 @@ -0,0 +1 @@ +MD5 927c9f5b9e04f553cec791af5cd49492 kcmpureftpd-0.8.tar.gz 737501 diff --git a/net-ftp/kcmpureftpd/files/digest-kcmpureftpd-0.9.1 b/net-ftp/kcmpureftpd/files/digest-kcmpureftpd-0.9.1 new file mode 100644 index 000000000000..2a0aea86f4b0 --- /dev/null +++ b/net-ftp/kcmpureftpd/files/digest-kcmpureftpd-0.9.1 @@ -0,0 +1 @@ +MD5 82b31d4bd4e9aa3590157aa742268ff3 kcmpureftpd-0.9.1.tar.gz 1138198 diff --git a/net-ftp/kcmpureftpd/kcmpureftpd-0.8.ebuild b/net-ftp/kcmpureftpd/kcmpureftpd-0.8.ebuild new file mode 100644 index 000000000000..4dfbaa45a0e6 --- /dev/null +++ b/net-ftp/kcmpureftpd/kcmpureftpd-0.8.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-ftp/kcmpureftpd/kcmpureftpd-0.8.ebuild,v 1.1 2005/04/23 04:44:11 vapier Exp $ + +inherit kde +need-kde 3.1 + +DESCRIPTION="Pure-FTPd KDE Kcontrol Configuration Panel" +SRC_URI="mirror://sourceforge/pureftpd/${P}.tar.gz" +HOMEPAGE="http://lkr.sourceforge.net/kcmpureftpd/index.html" + +KEYWORDS="x86 ~sparc" +LICENSE="GPL-2" + +IUSE="" +SLOT="0" + diff --git a/net-ftp/kcmpureftpd/kcmpureftpd-0.9.1.ebuild b/net-ftp/kcmpureftpd/kcmpureftpd-0.9.1.ebuild new file mode 100644 index 000000000000..5a8518e99b44 --- /dev/null +++ b/net-ftp/kcmpureftpd/kcmpureftpd-0.9.1.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-ftp/kcmpureftpd/kcmpureftpd-0.9.1.ebuild,v 1.1 2005/04/23 04:44:11 vapier Exp $ + +inherit kde +need-kde 3.1 + +DESCRIPTION="Pure-FTPd KDE Kcontrol Configuration Panel" +SRC_URI="mirror://sourceforge/pureftpd/${P}.tar.gz" +HOMEPAGE="http://lkr.sourceforge.net/kcmpureftpd/index.html" + +KEYWORDS="x86 ~ppc" +LICENSE="GPL-2" + +IUSE="" +SLOT="0" + diff --git a/net-ftp/kcmpureftpd/metadata.xml b/net-ftp/kcmpureftpd/metadata.xml new file mode 100644 index 000000000000..8d1e86a9cefb --- /dev/null +++ b/net-ftp/kcmpureftpd/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>kde</herd> +</pkgmetadata> diff --git a/net-ftp/linksys-tftp/ChangeLog b/net-ftp/linksys-tftp/ChangeLog new file mode 100644 index 000000000000..996a028b1e78 --- /dev/null +++ b/net-ftp/linksys-tftp/ChangeLog @@ -0,0 +1,23 @@ +# ChangeLog for net-misc/linksys-tftp +# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-ftp/linksys-tftp/ChangeLog,v 1.1 2005/04/23 04:44:08 vapier Exp $ + + 05 Nov 2004; Travis Tilley <lv@gentoo.org> linksys-tftp-1.2.1.ebuild: + added ~amd64 keyword + + 05 Sep 2004; David Holm <dholm@gentoo.org> linksys-tftp-1.2.1.ebuild: + Added to ~ppc. + + 01 Jul 2004; Jon Hood <squinky86@gentoo.org> linksys-tftp-1.2.1.ebuild: + change virtual/glibc to virtual/libc, add IUSE + + 20 Mar 2004; Daniel Black <dragonheart@gentoo.org> + linksys-tftp-1.2.1.ebuild: + SRC_URI and small source change + +*linksys-tftp-1.2.1 (18 Mar 2004) + + 18 Mar 2004; Daniel Black <dragonheart@gentoo.org> + linksys-tftp-1.2.1.ebuild: + Inital ebuild by Justin Whitney <ripple@ripple.be> in bug #44090 + diff --git a/net-ftp/linksys-tftp/Manifest b/net-ftp/linksys-tftp/Manifest new file mode 100644 index 000000000000..28e290c5c767 --- /dev/null +++ b/net-ftp/linksys-tftp/Manifest @@ -0,0 +1,4 @@ +MD5 9da0e22b0f17ae9fad57aac2692997e2 ChangeLog 823 +MD5 875b4dd2e90e3ff68dd540ef7bf05eca metadata.xml 307 +MD5 7b078c91ad5d049f03d573dba41fcf50 linksys-tftp-1.2.1.ebuild 636 +MD5 2490b93e9a9ee969dff7103ffb8960bf files/digest-linksys-tftp-1.2.1 70 diff --git a/net-ftp/linksys-tftp/files/digest-linksys-tftp-1.2.1 b/net-ftp/linksys-tftp/files/digest-linksys-tftp-1.2.1 new file mode 100644 index 000000000000..48f339d90c7e --- /dev/null +++ b/net-ftp/linksys-tftp/files/digest-linksys-tftp-1.2.1 @@ -0,0 +1 @@ +MD5 e201eab05d2344b32f8fdf96462c27a4 linksys-tftp-1.2.1.tar.bz2 11124 diff --git a/net-ftp/linksys-tftp/linksys-tftp-1.2.1.ebuild b/net-ftp/linksys-tftp/linksys-tftp-1.2.1.ebuild new file mode 100644 index 000000000000..ab1ecaeeb506 --- /dev/null +++ b/net-ftp/linksys-tftp/linksys-tftp-1.2.1.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-ftp/linksys-tftp/linksys-tftp-1.2.1.ebuild,v 1.1 2005/04/23 04:44:08 vapier Exp $ + +IUSE="" +DESCRIPTION="TFTP client suitable for uploading to the Linksys WRT54G Wireless Router" +HOMEPAGE="http://redsand.net/" +SRC_URI="http://redsand.net/code/linksys-tftp-${PV}.tar.bz2" +LICENSE="BSD" +SLOT="0" +KEYWORDS="x86 ~ppc ~amd64" +DEPEND="sys-devel/gcc + virtual/libc" + +RDEPEND="virtual/libc" + +src_compile() { + emake || die +} + +src_install() { + exeinto /usr/bin/ + doexe linksys-tftp || die + dodoc README +} diff --git a/net-ftp/linksys-tftp/metadata.xml b/net-ftp/linksys-tftp/metadata.xml new file mode 100644 index 000000000000..b77317ddece0 --- /dev/null +++ b/net-ftp/linksys-tftp/metadata.xml @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>embedded</herd> +<maintainer> + <email>embedded@gentoo.org</email> +</maintainer> +<longdescription>An extended version of BSD tftp with passwords</longdescription> +</pkgmetadata> diff --git a/net-ftp/netkit-tftp/ChangeLog b/net-ftp/netkit-tftp/ChangeLog new file mode 100644 index 000000000000..7a566a9246dc --- /dev/null +++ b/net-ftp/netkit-tftp/ChangeLog @@ -0,0 +1,42 @@ +# ChangeLog for net-misc/netkit-tftp +# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-ftp/netkit-tftp/ChangeLog,v 1.1 2005/04/23 04:44:11 vapier Exp $ + + 21 Sep 2004; Tom Gall <tgall@gentoo.org> netkit-tftp-0.17-r2.ebuild: + stable on ppc64 + +*netkit-tftp-0.17-r2 (30 Oct 2003) + + 30 Oct 2003; Heinrich Wendel <lanius@gentoo.org> netkit-tftp-0.17.ebuild: + virtual/tftp + + 06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords + +*netkit-tftp-0.17-r1 (22 Apr 2002) + + 24 Feb 2003; Nicholas Wourms <dragon@gentoo.org> netkit-tftp-0.17-r1.ebuild : + Added stable mips keyword to the ebuild. + + 20 Oct 2002; Calum Selkirk <cselkirk@gentoo.org> netkit-tftp-0.17.ebuild + netkit-tftp-0.17-1.ebuild : + + Added ppc to KEYWORDS. + + 09 Jul 2002; phoen][x <phoenix@gentoo.org> netkit-tftp-0.17-r1.ebuild: + Added KEYWORDS, LICENSE, SLOT. + + 22 Apr 2002; Ryan Phillips <rphillips@gentoo.org> netkit-tftp-0.17-r1.ebuild + Patched netkit-tftp-0.17 to actually install in.tftpd and man pages. + Fixes (#1997) + +*netkit-tftp-0.17 (18 Feb 2002) + + 24 Feb 2003; Nicholas Wourms <dragon@gentoo.org> netkit-tftp-0.17.ebuild : + Added stable mips keyword to the ebuild. + + 09 Jul 2002; phoen][x <phoenix@gentoo.org> netkit-tftp-0.17.ebuild: + Added KEYWORDS, LICENSE, SLOT. + + 18 Feb 2002; F.Meyndert <m0rpheus@gentoo.org> netkit-tftp-0.17.ebuild, + New ebuild for netkit-tftp, ftp client and server. + diff --git a/net-ftp/netkit-tftp/Manifest b/net-ftp/netkit-tftp/Manifest new file mode 100644 index 000000000000..0afa6992fb2f --- /dev/null +++ b/net-ftp/netkit-tftp/Manifest @@ -0,0 +1,3 @@ +MD5 b921618a6015f58a52508ef72e8b34b6 ChangeLog 1489 +MD5 938c2e7ebe811840a1c58100ad793a98 netkit-tftp-0.17-r2.ebuild 727 +MD5 eca25f90f0875639d8b73f7f3cb4fc57 files/digest-netkit-tftp-0.17-r2 67 diff --git a/net-ftp/netkit-tftp/files/digest-netkit-tftp-0.17-r2 b/net-ftp/netkit-tftp/files/digest-netkit-tftp-0.17-r2 new file mode 100644 index 000000000000..ccb1af2d7d24 --- /dev/null +++ b/net-ftp/netkit-tftp/files/digest-netkit-tftp-0.17-r2 @@ -0,0 +1 @@ +MD5 b7262c798e2ff50e29c2ff50dfd8d6a8 netkit-tftp-0.17.tar.gz 23620 diff --git a/net-ftp/netkit-tftp/netkit-tftp-0.17-r2.ebuild b/net-ftp/netkit-tftp/netkit-tftp-0.17-r2.ebuild new file mode 100644 index 000000000000..507518516524 --- /dev/null +++ b/net-ftp/netkit-tftp/netkit-tftp-0.17-r2.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-ftp/netkit-tftp/netkit-tftp-0.17-r2.ebuild,v 1.1 2005/04/23 04:44:11 vapier Exp $ + +DESCRIPTION="the tftp server included in netkit" +SRC_URI="ftp://ftp.uk.linux.org/pub/linux/Networking/netkit/netkit-tftp-0.17.tar.gz" +HOMEPAGE="ftp://ftp.uk.linux.org/pub/linux/Networking/netkit/" + +KEYWORDS="x86 sparc ppc mips amd64 ppc64" +IUSE="" +LICENSE="BSD" +SLOT="0" + +DEPEND="!virtual/tftp" +PROVIDE="virtual/tftp" + +src_compile() { + ./configure --prefix=/usr --installroot=${D} || die + emake || die +} + +src_install() { + dodir /usr/bin /usr/sbin /usr/man/man1 /usr/man/man8 + make install || die +} |