summaryrefslogtreecommitdiff
path: root/net-misc/uftp
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-06-04 16:24:49 -0500
committerroot <root@alpha.trunkmasters.com>2026-06-04 16:24:49 -0500
commita3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7 (patch)
tree0c52bbae1c242fbc296bd650fcd1167685f81492 /net-misc/uftp
parentbfd9c39e4712ebdb442d4ca0673061faed1e70e1 (diff)
downloadbaldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.gz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.xz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.zip
Adding metadata
Diffstat (limited to 'net-misc/uftp')
-rw-r--r--net-misc/uftp/Manifest1
-rw-r--r--net-misc/uftp/files/logrotate16
-rw-r--r--net-misc/uftp/files/uftp-4.10.1_makefile.patch41
-rw-r--r--net-misc/uftp/files/uftpd.conf8
-rw-r--r--net-misc/uftp/files/uftpd.init23
-rw-r--r--net-misc/uftp/files/uftpproxyd.conf5
-rw-r--r--net-misc/uftp/files/uftpproxyd.init23
-rw-r--r--net-misc/uftp/metadata.xml18
-rw-r--r--net-misc/uftp/uftp-5.0.3.ebuild47
9 files changed, 0 insertions, 182 deletions
diff --git a/net-misc/uftp/Manifest b/net-misc/uftp/Manifest
deleted file mode 100644
index 6f35f3e40083..000000000000
--- a/net-misc/uftp/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST uftp-5.0.3.tar.gz 240814 BLAKE2B 46a36affb4547c62fcc09bbde5f9b22d1ddce5cf50777f138982de51bb2e681520c9f9bad92b646cd97204de40e01f9782b24329a6eebfeb98fd8e10910786e9 SHA512 edd603cf3ecb363a21365db7b1697ac44d12099c6699cf50c02f4a01ad95a458470308c69446a2d2825c5f4882833c384ad4f658e09ddf80dcab1cb2180f8b54
diff --git a/net-misc/uftp/files/logrotate b/net-misc/uftp/files/logrotate
deleted file mode 100644
index 8dd18f7c2aa9..000000000000
--- a/net-misc/uftp/files/logrotate
+++ /dev/null
@@ -1,16 +0,0 @@
-#
-# /etc/logrotate.d/uftpd
-#
-/var/log/uftpd.log {
- daily
- rotate 5
- notifempty
- missingok
-}
-
-/var/log/uftpproxyd.log {
- daily
- rotate 5
- notifempty
- missingok
-}
diff --git a/net-misc/uftp/files/uftp-4.10.1_makefile.patch b/net-misc/uftp/files/uftp-4.10.1_makefile.patch
deleted file mode 100644
index 5a131c350a56..000000000000
--- a/net-misc/uftp/files/uftp-4.10.1_makefile.patch
+++ /dev/null
@@ -1,41 +0,0 @@
-diff -Nuar uftp-4.9.4-orig/makefile uftp-4.9.4/makefile
---- uftp-4.9.4-orig/makefile 2017-12-13 13:15:53.873252064 +0500
-+++ uftp-4.9.4/makefile 2017-12-13 13:25:44.092223428 +0500
-@@ -42,24 +42,24 @@
- endif
-
- # defaults
--OPTIONS=-g -Wall $(ENC_OPTS)
-+OPTIONS=-Wall $(ENC_OPTS)
- LDLIBS=-lc -lm $(CRYPT_LIB)
- MTFLAGS=
-
- # FreeBSD
- ifeq ("FreeBSD", "$(UNAME_S)")
--OPTIONS=-g -Wall -DHAS_GETIFADDRS -DNO_DUAL -DSOCKADDR_LEN $(ENC_OPTS)
-+OPTIONS=-DHAS_GETIFADDRS -DNO_DUAL -DSOCKADDR_LEN $(ENC_OPTS)
- endif
-
- # OSX, aka Darwin
- ifeq ("Darwin", "$(UNAME_S)")
--OPTIONS=-g -Wall -DHAS_GETIFADDRS $(ENC_OPTS)
-+OPTIONS=-Wall -DHAS_GETIFADDRS $(ENC_OPTS)
- endif
-
- # Sun
- ifeq ("SunOS", "$(UNAME_S)")
- CC = cc
--OPTIONS=-g -DBSD_COMP -DNO_DUAL -DNO_RECVMSG $(ENC_OPTS)
-+OPTIONS=-DBSD_COMP -DNO_DUAL -DNO_RECVMSG $(ENC_OPTS)
- LDLIBS=-lnsl -lsocket -lm $(CRYPT_LIB)
- CFLAGS+=`getconf LFS_CFLAGS`
- OPENSSL=/usr/sfw
-@@ -68,7 +68,7 @@
-
- # Linux
- ifeq ("Linux", "$(UNAME_S)")
--OPTIONS=-g -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -Wformat=2 -Wwrite-strings -Wpointer-arith -Wcast-qual -Wshadow -Wno-missing-field-initializers -Wstrict-prototypes -Winline -Wbad-function-cast -DHAS_GETIFADDRS $(ENC_OPTS)
-+OPTIONS=-Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -Wformat=2 -Wwrite-strings -Wpointer-arith -Wcast-qual -Wshadow -Wno-missing-field-initializers -Wstrict-prototypes -Winline -Wbad-function-cast -DHAS_GETIFADDRS $(ENC_OPTS)
- LDLIBS=-lm $(CRYPT_LIB)
- CFLAGS+=`getconf LFS_CFLAGS`
- endif
diff --git a/net-misc/uftp/files/uftpd.conf b/net-misc/uftp/files/uftpd.conf
deleted file mode 100644
index c38336c54bdc..000000000000
--- a/net-misc/uftp/files/uftpd.conf
+++ /dev/null
@@ -1,8 +0,0 @@
-# conf.d file for uftpd
-
-# Destionation dir for downloaded files
-UFTPD_DIR="/tmp"
-
-# Options to pass to the uftpd process
-# For more info see man utfpd(1)
-UFTPD_OPTS=""
diff --git a/net-misc/uftp/files/uftpd.init b/net-misc/uftp/files/uftpd.init
deleted file mode 100644
index 38a6ea3779a4..000000000000
--- a/net-misc/uftp/files/uftpd.init
+++ /dev/null
@@ -1,23 +0,0 @@
-#!/sbin/openrc-run
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-PROGRAM=/usr/sbin/uftpd
-PIDFILE=/var/run/uftpd.pid
-
-depend() {
- need net
-}
-
-start() {
- ebegin "Starting uftpd"
- start-stop-daemon --start --exec ${PROGRAM} -- \
- -L /var/log/uftpd.log -P ${PIDFILE} -D ${UFTPD_DIR} ${UFTPD_OPTS}
- eend $? "Failed to start uftpd"
-}
-
-stop() {
- ebegin "Stopping uftpd"
- start-stop-daemon --stop --exec ${PROGRAM} -p ${PIDFILE}
- eend $? "Failed to stop uftpd"
-}
diff --git a/net-misc/uftp/files/uftpproxyd.conf b/net-misc/uftp/files/uftpproxyd.conf
deleted file mode 100644
index 37c094d7d7ba..000000000000
--- a/net-misc/uftp/files/uftpproxyd.conf
+++ /dev/null
@@ -1,5 +0,0 @@
-# conf.d file for uftpd
-
-# Options to pass to the uftpd process
-# For more info see man utfpproxyd(1)
-UFTPPROXYD_OPTS=""
diff --git a/net-misc/uftp/files/uftpproxyd.init b/net-misc/uftp/files/uftpproxyd.init
deleted file mode 100644
index a4b1107d9d0e..000000000000
--- a/net-misc/uftp/files/uftpproxyd.init
+++ /dev/null
@@ -1,23 +0,0 @@
-#!/sbin/openrc-run
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-PROGRAM=/usr/sbin/uftpproxyd
-PIDFILE=/var/run/uftpproxyd.pid
-
-depend() {
- need net
-}
-
-start() {
- ebegin "Starting uftpd"
- start-stop-daemon --start --exec ${PROGRAM} -- \
- -L /var/log/uftpproxyd.log -P ${PIDFILE} ${UFTPPROXYD_OPTS}
- eend $? "Failed to start uftpd"
-}
-
-stop() {
- ebegin "Stopping uftpd"
- start-stop-daemon --stop --exec ${PROGRAM} -p ${PIDFILE}
- eend $? "Failed to stop uftpd"
-}
diff --git a/net-misc/uftp/metadata.xml b/net-misc/uftp/metadata.xml
deleted file mode 100644
index cce94bd8059f..000000000000
--- a/net-misc/uftp/metadata.xml
+++ /dev/null
@@ -1,18 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<maintainer type="person" proxied="yes">
- <email>azamat.hackimov@gmail.com</email>
- <name>Azamat Hackimov</name>
-</maintainer>
-<maintainer type="project" proxied="proxy">
- <email>proxy-maint@gentoo.org</email>
- <name>Proxy Maintainers</name>
-</maintainer>
-<upstream>
- <remote-id type="sourceforge">uftp-multicast</remote-id>
-</upstream>
-<use>
- <flag name="server">Install uftp server daemon</flag>
-</use>
-</pkgmetadata>
diff --git a/net-misc/uftp/uftp-5.0.3.ebuild b/net-misc/uftp/uftp-5.0.3.ebuild
deleted file mode 100644
index 339a6b7f59d1..000000000000
--- a/net-misc/uftp/uftp-5.0.3.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit toolchain-funcs
-
-DESCRIPTION="Encrypted UDP based FTP with multicast"
-HOMEPAGE="http://uftp-multicast.sourceforge.net/"
-SRC_URI="https://download.sourceforge.net/${PN}-multicast/source-tar/${P}.tar.gz"
-
-LICENSE="GPL-3-with-openssl-exception"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="+server ssl"
-
-# openssl with EC required, see #644674
-DEPEND="ssl? ( dev-libs/openssl:0=[-bindist(-)] )"
-RDEPEND="${DEPEND}"
-
-PATCHES=(
- "${FILESDIR}/${PN}-4.10.1_makefile.patch"
-)
-
-src_compile() {
- use ssl || local opt="NO_ENCRYPTION=1"
-
- emake CC="$(tc-getCC)" ${opt} uftp uftp_keymgt
- use server && emake CC="$(tc-getCC)" ${opt} uftpd uftpproxyd
-}
-
-src_install() {
- dobin uftp uftp_keymgt
- dodoc {Changes,protocol,ReadMe}.txt
- doman {uftp,uftp_keymgt}.1
-
- if use server ; then
- dosbin uftpd uftpproxyd
- newinitd "${FILESDIR}/uftpd.init" uftpd
- newconfd "${FILESDIR}/uftpd.conf" uftpd
- newinitd "${FILESDIR}/uftpproxyd.init" uftpproxyd
- newconfd "${FILESDIR}/uftpproxyd.conf" uftpproxyd
- doman {uftpd,uftpproxyd}.1
- insinto /etc/logrotate.d
- newins "${FILESDIR}/logrotate" uftpd
- fi
-}