summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-04-23 04:44:11 +0000
committerMike Frysinger <vapier@gentoo.org>2005-04-23 04:44:11 +0000
commite8f2cc9eb154cfb31186fc4fa60331cffd60b262 (patch)
tree03c135c59fa465a05929b06a2435772fb501fd5a /net-ftp/linksys-tftp
parentatftp is in net-ftp (diff)
downloadgentoo-2-e8f2cc9eb154cfb31186fc4fa60331cffd60b262.tar.gz
gentoo-2-e8f2cc9eb154cfb31186fc4fa60331cffd60b262.tar.bz2
gentoo-2-e8f2cc9eb154cfb31186fc4fa60331cffd60b262.zip
move from net-misc
(Portage version: 2.0.51.19)
Diffstat (limited to 'net-ftp/linksys-tftp')
-rw-r--r--net-ftp/linksys-tftp/ChangeLog23
-rw-r--r--net-ftp/linksys-tftp/Manifest4
-rw-r--r--net-ftp/linksys-tftp/files/digest-linksys-tftp-1.2.11
-rw-r--r--net-ftp/linksys-tftp/linksys-tftp-1.2.1.ebuild25
-rw-r--r--net-ftp/linksys-tftp/metadata.xml9
5 files changed, 62 insertions, 0 deletions
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>