From 11de47aea1ae27522c4c038077588548fcc5917d Mon Sep 17 00:00:00 2001 From: Bernard Cafarelli Date: Sun, 12 Mar 2017 18:08:40 +0100 Subject: 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(+) create mode 100644 gnustep-apps/ftp/Manifest create mode 100644 gnustep-apps/ftp/ftp-0.5.ebuild create mode 100644 gnustep-apps/ftp/metadata.xml (limited to 'gnustep-apps') diff --git a/gnustep-apps/ftp/Manifest b/gnustep-apps/ftp/Manifest new file mode 100644 index 000000000000..10b648a5673a --- /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 000000000000..557b97b89510 --- /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 000000000000..8c1fd1a8d59e --- /dev/null +++ b/gnustep-apps/ftp/metadata.xml @@ -0,0 +1,12 @@ + + + + + gnustep@gentoo.org + Gentoo GNUstep Project + +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. + -- cgit v1.2.3-65-gdbad