gsrc-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gsrc-commit] trunk r3416: new, FTP client 0.5


From: Carl Hansen
Subject: [Gsrc-commit] trunk r3416: new, FTP client 0.5
Date: Sat, 10 Oct 2015 07:39:49 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 3416
revision-id: address@hidden
parent: address@hidden
committer: address@hidden
branch nick: trunk
timestamp: Sat 2015-10-10 00:39:32 -0700
message:
  new, FTP client 0.5
added:
  gnustep/FTP/                   ftp-20151010073818-x4e61udwl1798yec-1
  gnustep/FTP/Makefile           makefile-20151010073826-o7bahbyjjx8dupe1-1
  gnustep/FTP/config.mk          config.mk-20151010073818-x4e61udwl1798yec-2
  gnustep/FTP/sha256sums         sha256sums-20151010073832-4qhqhjl3bz3alifm-1
=== added directory 'gnustep/FTP'
=== added file 'gnustep/FTP/Makefile'
--- a/gnustep/FTP/Makefile      1970-01-01 00:00:00 +0000
+++ b/gnustep/FTP/Makefile      2015-10-10 07:39:32 +0000
@@ -0,0 +1,43 @@
+# Copyright © 2015 Carl Hansen
+#
+# This file is part of GSRC.
+#
+# GSRC is free software: you can redistribute it and/or modify it
+# under the terms of the GNU General Public License as published by
+# the Free Software Foundation, either version 3 of the License, or
+# (at your option) any later version.
+#
+# GSRC is distributed in the hope that it will be useful, but WITHOUT
+# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+# or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public
+# License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with GSRC.  If not, see <http://www.gnu.org/licenses/>.
+
+NAME = GNUstep FTP
+GARNAME = FTP
+GARVERSION = 0.5
+HOME_URL = http://www.gnustep.org/
+DESCRIPTION =  FTP client application
+define BLURB
+FTP client application with GNUstep GUI.
+
+endef
+
+######################################################################
+
+MASTER_SITES = $(MASTER_SAVANNAH)
+MASTER_SUBDIR = /gap 
+DISTFILES = $(DISTNAME).tar.gz
+SIGFILES = 
+
+CONFIGURE_SCRIPTS =
+
+BUILDDEPS =
+LIBDEPS =
+
+######################################################################
+
+include ../../gar.lib/gnustep.mk
+include config.mk

=== added file 'gnustep/FTP/config.mk'
--- a/gnustep/FTP/config.mk     1970-01-01 00:00:00 +0000
+++ b/gnustep/FTP/config.mk     2015-10-10 07:39:32 +0000
@@ -0,0 +1,4 @@
+## Configuration options for FTP ##
+
+CONFIGURE_OPTS ?= 
+BUILD_OPTS ?=

=== added file 'gnustep/FTP/sha256sums'
--- a/gnustep/FTP/sha256sums    1970-01-01 00:00:00 +0000
+++ b/gnustep/FTP/sha256sums    2015-10-10 07:39:32 +0000
@@ -0,0 +1,1 @@
+159b297df1d797f6a4af2aa353380eeecc99078db27ecc5172e90c5bc3f06073  
download/FTP-0.5.tar.gz


reply via email to

[Prev in Thread] Current Thread [Next in Thread]