commit:     11de47aea1ae27522c4c038077588548fcc5917d
Author:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 12 17:08:40 2017 +0000
Commit:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
CommitDate: Sun Mar 12 17:09:11 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11de47ae

gnustep-apps/ftp: initial commit, bug #611880

Package-Manager: Portage-2.3.4, Repoman-2.3.2

 gnustep-apps/ftp/Manifest       |  1 +
 gnustep-apps/ftp/ftp-0.5.ebuild | 21 +++++++++++++++++++++
 gnustep-apps/ftp/metadata.xml   | 12 ++++++++++++
 3 files changed, 34 insertions(+)

diff --git a/gnustep-apps/ftp/Manifest b/gnustep-apps/ftp/Manifest
new file mode 100644
index 00000000000..10b648a5673
--- /dev/null
+++ b/gnustep-apps/ftp/Manifest
@@ -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
index 00000000000..557b97b8951
--- /dev/null
+++ b/gnustep-apps/ftp/ftp-0.5.ebuild
@@ -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
index 00000000000..8c1fd1a8d59
--- /dev/null
+++ b/gnustep-apps/ftp/metadata.xml
@@ -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>[email protected]</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>

Reply via email to