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

rmottola at users.sourceforge.net rmottola at users.sourceforge.net
Thu May 11 00:54:02 CEST 2017


Revision: 26200
          http://sourceforge.net/p/gar/code/26200
Author:   rmottola
Date:     2017-05-10 22:54:02 +0000 (Wed, 10 May 2017)
Log Message:
-----------
gs_performance/trunk: first package for Performance

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

Added: csw/mgar/pkg/gs_performance/Makefile
===================================================================
--- csw/mgar/pkg/gs_performance/Makefile	                        (rev 0)
+++ csw/mgar/pkg/gs_performance/Makefile	2017-05-10 22:54:02 UTC (rev 26200)
@@ -0,0 +1,2 @@
+%:
+	$(MAKE) -C trunk $*

Index: csw/mgar/pkg/gs_performance/trunk
===================================================================
--- csw/mgar/pkg/gs_performance/trunk	2017-05-10 22:25:06 UTC (rev 26199)
+++ csw/mgar/pkg/gs_performance/trunk	2017-05-10 22:54:02 UTC (rev 26200)

Property changes on: csw/mgar/pkg/gs_performance/trunk
___________________________________________________________________
Added: svn:ignore
## -0,0 +1 ##
+work
Added: csw/mgar/pkg/gs_performance/trunk/Makefile
===================================================================
--- csw/mgar/pkg/gs_performance/trunk/Makefile	                        (rev 0)
+++ csw/mgar/pkg/gs_performance/trunk/Makefile	2017-05-10 22:54:02 UTC (rev 26200)
@@ -0,0 +1,70 @@
+# $Id$
+# TODO (release-critical prefixed with !, non release-critical with *)
+#
+NAME = Performance
+VERSION = 0.5.0
+GARTYPE = v2
+
+PACKAGES += CSWperformance
+
+
+DESCRIPTION = GNUstep data utility library
+define BLURB
+  GNUstep library for writing high performance Data code
+endef
+
+MASTER_SITES += ftp://ftp.gnustep.org/pub/gnustep/libs/
+DISTFILES  = $(DISTNAME).tar.gz
+
+
+
+BUILD_DEP_PKGS += CSWgmake
+
+RUNTIME_DEP_PKGS_CSWPerformance += CSWgnustep-make
+RUNTIME_DEP_PKGS_CSWPerformance += CSWgnustep-base
+RUNTIME_DEP_PKGS_CSWPerformance += CSWlibgcc-s1
+#RUNTIME_DEP_PKGS_CSWPerformance_5.9 += CSWlibobjc3
+#RUNTIME_DEP_PKGS_CSWPerformance_5.10 += CSWlibobjc4
+RUNTIME_DEP_PKGS_CSWPerformance += $(RUNTIME_DEP_PKGS_CSWPerformance_$(GAROSREL))
+
+#overrides
+CHECKPKG_OVERRIDES_CSWPerformance += surplus-dependency|CSWgnustep-make
+CHECKPKG_OVERRIDES_CSWPerformance += surplus-dependency|CSWgnustep-base
+CHECKPKG_OVERRIDES_CSWPerformance += binary-architecture-does-not-match-placement
+CHECKPKG_OVERRIDES_CSWPerformance += no-direct-binding
+
+
+#where can we build?
+PACKAGING_PLATFORMS += solaris9-i386
+PACKAGING_PLATFORMS += solaris9-sparc
+PACKAGING_PLATFORMS += solaris10-i386
+PACKAGING_PLATFORMS += solaris10-sparc
+
+#we absolutely need GCC for Objective-C support. The only alternative in the future would be clang
+GARCOMPILER = GNU
+
+
+# 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 =
+SKIPTEST = ?1
+
+include gar/category.mk
+
+build-sourcegs:
+	. $(BUILD_PREFIX)/GNUstep/System/Library/Makefiles/GNUstep.sh && /usr/bin/env -i $(BUILD_ENV) && cd $(WORKSRC) && MAKEFLAGS= $(MAKE) $(PARALLELMFLAGS) CPPFLAGS="$(CPPFLAGS)" -C $(OBJDIR) $(BUILD_ARGS)
+	@$(MAKECOOKIE)
+
+install-sourcegs:
+	$(INSTALL_ENV) &&. $(BUILD_PREFIX)/GNUstep/System/Library/Makefiles/GNUstep.sh && cd $(WORKSRC) && $(MAKE) install DESTDIR=$(DESTDIR)
+	@$(MAKECOOKIE)
+
+test-none :
+	@$(MAKECOOKIE)
+


Property changes on: csw/mgar/pkg/gs_performance/trunk/Makefile
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: csw/mgar/pkg/gs_performance/trunk/checksums
===================================================================
--- csw/mgar/pkg/gs_performance/trunk/checksums	                        (rev 0)
+++ csw/mgar/pkg/gs_performance/trunk/checksums	2017-05-10 22:54:02 UTC (rev 26200)
@@ -0,0 +1 @@
+62d523558b08221e606704bdb3c33ab5  Performance-0.5.0.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