summaryrefslogtreecommitdiff
path: root/gnustep-apps/ftp
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-06-12 19:09:37 -0500
committerroot <root@alpha.trunkmasters.com>2026-06-12 19:09:37 -0500
commitb590c8d7572b727d565cc0b8ff660d43569845de (patch)
tree06f7a4102ea4e845df8b66660f252920d52952f9 /gnustep-apps/ftp
parent24f9cbfc4c34fdb6a6e03311674414e881ceab47 (diff)
downloadbaldeagleos-repo-b590c8d7572b727d565cc0b8ff660d43569845de.tar.gz
baldeagleos-repo-b590c8d7572b727d565cc0b8ff660d43569845de.tar.xz
baldeagleos-repo-b590c8d7572b727d565cc0b8ff660d43569845de.zip
Adding metadata
Diffstat (limited to 'gnustep-apps/ftp')
-rw-r--r--gnustep-apps/ftp/Manifest1
-rw-r--r--gnustep-apps/ftp/ftp-0.6.ebuild17
-rw-r--r--gnustep-apps/ftp/metadata.xml13
3 files changed, 31 insertions, 0 deletions
diff --git a/gnustep-apps/ftp/Manifest b/gnustep-apps/ftp/Manifest
new file mode 100644
index 000000000000..d10fb44466f6
--- /dev/null
+++ b/gnustep-apps/ftp/Manifest
@@ -0,0 +1 @@
+DIST FTP-0.6.tar.gz 161962 BLAKE2B c2a121455589ee76c78df171a9f099737bd006da9775d0edd7c5c9643de79300a720a8cccde7b2ed835b73e3d78079b3c9a8932af52636a0f957d8461ab881ce SHA512 c717a7163b98b00c20aa06ab9acc5f3abca0e2b035a3ad801d5339bc80ad54cd86f1e52c1a28f0d7fb931bf70f0565073c20f9ba5e129cb7514cf0a153ec16a4
diff --git a/gnustep-apps/ftp/ftp-0.6.ebuild b/gnustep-apps/ftp/ftp-0.6.ebuild
new file mode 100644
index 000000000000..e8db4ba1cc08
--- /dev/null
+++ b/gnustep-apps/ftp/ftp-0.6.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit gnustep-2
+
+MY_P="FTP-${PV}"
+
+DESCRIPTION="FTP client for GNUstep"
+HOMEPAGE="https://gap.nongnu.org/ftp/"
+SRC_URI="https://savannah.nongnu.org/download/gap/${MY_P}.tar.gz"
+S="${WORKDIR}/${MY_P}"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
diff --git a/gnustep-apps/ftp/metadata.xml b/gnustep-apps/ftp/metadata.xml
new file mode 100644
index 000000000000..795f5ac13e0e
--- /dev/null
+++ b/gnustep-apps/ftp/metadata.xml
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="project">
+ <email>gnustep@gentoo.org</email>
+ <name>Gentoo GNUstep Project</name>
+ </maintainer>
+ <longdescription>FTP is a file transfer application (RFC 765) featuring a compact and easy interface. As most applications in GAP it tries to work on both GNUstep and MacOS X and retain the utmost possible simlilarity among the two version to ease working in both environments.
+
+Two panes manage local (left) and remote (right) resources.
+Transfer of single files as well as multiple selection is possible, recursive upload (directories and sub-directories) is performed transparently.</longdescription>
+ <origin>baldeagleos-repo</origin>
+</pkgmetadata>