SF.net SVN: gar:[23713] csw/mgar/pkg

rmottola at users.sourceforge.net rmottola at users.sourceforge.net
Wed May 28 00:22:49 CEST 2014


Revision: 23713
          http://sourceforge.net/p/gar/code/23713
Author:   rmottola
Date:     2014-05-27 22:22:47 +0000 (Tue, 27 May 2014)
Log Message:
-----------
gs_ftp/trunk: initial version of gnustep FTP app

Added Paths:
-----------
    csw/mgar/pkg/gs_ftp/
    csw/mgar/pkg/gs_ftp/Makefile
    csw/mgar/pkg/gs_ftp/branches/
    csw/mgar/pkg/gs_ftp/tags/
    csw/mgar/pkg/gs_ftp/trunk/
    csw/mgar/pkg/gs_ftp/trunk/Makefile
    csw/mgar/pkg/gs_ftp/trunk/checksums
    csw/mgar/pkg/gs_ftp/trunk/files/

Added: csw/mgar/pkg/gs_ftp/Makefile
===================================================================
--- csw/mgar/pkg/gs_ftp/Makefile	                        (rev 0)
+++ csw/mgar/pkg/gs_ftp/Makefile	2014-05-27 22:22:47 UTC (rev 23713)
@@ -0,0 +1,2 @@
+%:
+	$(MAKE) -C trunk $*

Index: csw/mgar/pkg/gs_ftp/trunk
===================================================================
--- csw/mgar/pkg/gs_ftp/trunk	2014-05-27 22:21:18 UTC (rev 23712)
+++ csw/mgar/pkg/gs_ftp/trunk	2014-05-27 22:22:47 UTC (rev 23713)

Property changes on: csw/mgar/pkg/gs_ftp/trunk
___________________________________________________________________
Added: svn:ignore
## -0,0 +1 ##
+work
Added: csw/mgar/pkg/gs_ftp/trunk/Makefile
===================================================================
--- csw/mgar/pkg/gs_ftp/trunk/Makefile	                        (rev 0)
+++ csw/mgar/pkg/gs_ftp/trunk/Makefile	2014-05-27 22:22:47 UTC (rev 23713)
@@ -0,0 +1,46 @@
+# $Id$
+# TODO (release-critical prefixed with !, non release-critical with *)
+#
+NAME = FTP
+VERSION = 0.4
+GARTYPE = v2
+
+DESCRIPTION = GNUstep FTP client
+define BLURB
+  Graphical, compact FTP client for GNUstep. 
+endef
+
+BUILD_DEP_PKGS = CSWgmake CSWgcc4objc
+DEP_PKGS = CSWgnustep-make CSWgnustep-base CSWgnustep-gui CSWgnustep-back
+
+MASTER_SITES = http://savannah.nongnu.org/download/gap/
+DISTFILES  = $(DISTNAME).tar.gz
+
+#we absolutely need GCC for Objective-C support. The only alternative in the future would be clang
+GARCOMPILER = GNU
+
+CONFIGURE_ARGS = $(DIRPATHS)
+
+# now special targets for build and install so that we can source
+# GNUstep.sh before
+# configure is skipped
+CONFIGURE_SCRIPTS =
+BUILD_SCRIPTS = sourcegs
+INSTALL_SCRIPTS = sourcegs
+
+# Disable test scripts for now
+TEST_SCRIPTS = none
+SKIPTEST = 1
+
+include gar/category.mk
+
+build-sourcegs:
+	. $(BUILD_PREFIX)/GNUstep/System/Library/Makefiles/GNUstep.sh && cd $(WORKSRC) && /usr/bin/env -i $(BUILD_ENV) && $(MAKE)
+	@$(MAKECOOKIE)
+
+install-sourcegs:
+	. $(BUILD_PREFIX)/GNUstep/System/Library/Makefiles/GNUstep.sh && cd $(WORKSRC) && /usr/bin/env -i $(INSTALL_ENV) && $(MAKE) install DESTDIR=$(DESTDIR)
+	@$(MAKECOOKIE)
+
+test-none :
+	@$(MAKECOOKIE)


Property changes on: csw/mgar/pkg/gs_ftp/trunk/Makefile
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: csw/mgar/pkg/gs_ftp/trunk/checksums
===================================================================
--- csw/mgar/pkg/gs_ftp/trunk/checksums	                        (rev 0)
+++ csw/mgar/pkg/gs_ftp/trunk/checksums	2014-05-27 22:22:47 UTC (rev 23713)
@@ -0,0 +1 @@
+3a81fdab1b55bda8b34a461c223d676d  FTP-0.4.tar.gz

This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the devel mailing list