summaryrefslogtreecommitdiff
path: root/net-ftp
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2017-12-23 20:48:53 +0000
committerV3n3RiX <venerix@redcorelinux.org>2017-12-23 20:48:53 +0000
commit51536d2fe4697ba9114d611178bb9e20d3d5b729 (patch)
tree30b91d98e65985a575940ed49e756697c1f049c2 /net-ftp
parent4ab6db5717ef23f29320d4c6fb9ebdb8dec1f193 (diff)
gentoo resync : 23.12.2017
Diffstat (limited to 'net-ftp')
-rw-r--r--net-ftp/Manifest.gzbin4832 -> 4993 bytes
-rw-r--r--net-ftp/uftpd/Manifest3
-rw-r--r--net-ftp/uftpd/metadata.xml26
-rw-r--r--net-ftp/uftpd/uftpd-2.4.ebuild20
4 files changed, 49 insertions, 0 deletions
diff --git a/net-ftp/Manifest.gz b/net-ftp/Manifest.gz
index ae99b9538bf6..ba48849b0b00 100644
--- a/net-ftp/Manifest.gz
+++ b/net-ftp/Manifest.gz
Binary files differ
diff --git a/net-ftp/uftpd/Manifest b/net-ftp/uftpd/Manifest
new file mode 100644
index 000000000000..a4b6fbb20066
--- /dev/null
+++ b/net-ftp/uftpd/Manifest
@@ -0,0 +1,3 @@
+DIST uftpd-2.4.tar.xz 173132 BLAKE2B 5bb1d90a2353e34d1a2346fa09c9843e598827875cc2c09beabf3916e34693dca17bc0d1f00773ce823cb79685204a20fa16d7abc8d4c88085dd1bdafc7e5acc SHA512 1ed9ed4429a3e7a08ac902ebac95610e58164f3528a8fc00a745c0545aae4e13d3bcbf597bcae6ba045b24ee9ba3c39ec0617068920bcc4bbc3f5ef246d4c404
+EBUILD uftpd-2.4.ebuild 429 BLAKE2B 924a8756b8e22b0cd9b329aba92fe4cd3b656c7add29906fa6efce8067aeaf56ce1eaffbc41c435efb9e3ab8148b6a4abc316d9d158f1338596b5bfd252d1e38 SHA512 11e97c07c19849fc3d20c2e00a43735fc63370abbee4f6d4305d3303429343d93350a03ce50ba9542fa6119f6d205fbd710bc7969195bb0b3e372ee036158465
+MISC metadata.xml 919 BLAKE2B b8bb2ddc64dc727547cf908e62df335d5cdf71132a2292e14a7e995d48364de64adde5d0035af3ddbdbdd8b64640b929cd3de0cdd62f49e2480154b1e5d543e4 SHA512 fec60605c1a67eee40734f15395129e76cfd0d0fbde24e977a61973e960704cd5be83e68094d45b0b2ce9b688c5d27cf41c4fb540094b7be532e1563ab622d31
diff --git a/net-ftp/uftpd/metadata.xml b/net-ftp/uftpd/metadata.xml
new file mode 100644
index 000000000000..80ff0c53f055
--- /dev/null
+++ b/net-ftp/uftpd/metadata.xml
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<maintainer type="person">
+<name>Oz Tiram</name>
+<email>oz.tiram@gmail.com</email>
+</maintainer>
+<maintainer type="project">
+ <email>proxy-maint@gentoo.org</email>
+ <name>Proxy Maintainers</name>
+</maintainer>
+<longdescription lang="en">
+ The no nonsense TFTP/FTP server.
+ An excellent choice for those of us who never wanted to learn every
+ config file format on this planet. uftpd has no configuration, and
+ starts automatically from the traditional UNIX inetd super server,
+ neatly tcpwrapped for your safety.
+
+ Hardcore Internet users and anyone concerned about security should
+ probably consider a seperate TFTP server and for FTP look at one of:
+ vsftpd, proftpd or pure-ftpd.
+</longdescription>
+<upstream>
+ <remote-id type="github">troglobit/uftpd</remote-id>
+</upstream>
+</pkgmetadata>
diff --git a/net-ftp/uftpd/uftpd-2.4.ebuild b/net-ftp/uftpd/uftpd-2.4.ebuild
new file mode 100644
index 000000000000..ad41f43f2ca5
--- /dev/null
+++ b/net-ftp/uftpd/uftpd-2.4.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="The no nonsense TFTP/FTP server."
+HOMEPAGE="https://github.com/troglobit/uftpd"
+SRC_URI="https://github.com/troglobit/${PN}/releases/download/v${PV}/${P}.tar.xz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="
+ dev-libs/libite
+ dev-libs/libuev
+ !!net-misc/uftp"
+
+RDEPEND="${DEPEND}"