gnustep-apps/ftp: initial commit, bug #611880
authorBernard Cafarelli <voyageur@gentoo.org>
Sun, 12 Mar 2017 17:08:40 +0000 (18:08 +0100)
committerBernard Cafarelli <voyageur@gentoo.org>
Sun, 12 Mar 2017 17:09:11 +0000 (18:09 +0100)
Package-Manager: Portage-2.3.4, Repoman-2.3.2

gnustep-apps/ftp/Manifest [new file with mode: 0644]
gnustep-apps/ftp/ftp-0.5.ebuild [new file with mode: 0644]
gnustep-apps/ftp/metadata.xml [new file with mode: 0644]

diff --git a/gnustep-apps/ftp/Manifest b/gnustep-apps/ftp/Manifest
new file mode 100644 (file)
index 0000000..10b648a
--- /dev/null
@@ -0,0 +1 @@
+DIST FTP-0.5.tar.gz 132587 SHA256 159b297df1d797f6a4af2aa353380eeecc99078db27ecc5172e90c5bc3f06073 SHA512 186ea229d15d06f43410bfb7eaa5d50548f908f1675a0beae54dcbc9f7adeb62384ab68fee8980df582d0c257721fb3a56ea4968ecdc91c3301172d82d61bee7 WHIRLPOOL eded4bed4af37a14971527de67a3697ed7e19da387b5399f04184ef476bd365a7a690df58eb90f802c25eb0b253c4da0d2591b19ee54f0bf7427f19515253cce
diff --git a/gnustep-apps/ftp/ftp-0.5.ebuild b/gnustep-apps/ftp/ftp-0.5.ebuild
new file mode 100644 (file)
index 0000000..557b97b
--- /dev/null
@@ -0,0 +1,21 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit gnustep-2
+
+MY_P="FTP-${PV}"
+
+DESCRIPTION="FTP client for GNUstep"
+HOMEPAGE="http://gap.nongnu.org/ftp/"
+SRC_URI="http://savannah.nongnu.org/download/gap/${MY_P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND=""
+RDEPEND="${DEPEND}"
+
+S=${WORKDIR}/${MY_P}
diff --git a/gnustep-apps/ftp/metadata.xml b/gnustep-apps/ftp/metadata.xml
new file mode 100644 (file)
index 0000000..8c1fd1a
--- /dev/null
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/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>
+</pkgmetadata>