[csw-devel] SF.net SVN: gar:[10225] csw/mgar/pkg

dmichelsen at users.sourceforge.net dmichelsen at users.sourceforge.net
Tue Jun 15 17:05:12 CEST 2010


Revision: 10225
          http://gar.svn.sourceforge.net/gar/?rev=10225&view=rev
Author:   dmichelsen
Date:     2010-06-15 15:05:12 +0000 (Tue, 15 Jun 2010)

Log Message:
-----------
libicu: Initial commit

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


Property changes on: csw/mgar/pkg/libicu/trunk
___________________________________________________________________
Added: svn:ignore
   + cookies
download
work


Added: svn:externals
   + gar https://gar.svn.sourceforge.net/svnroot/gar/csw/mgar/gar/v2


Added: csw/mgar/pkg/libicu/trunk/Makefile
===================================================================
--- csw/mgar/pkg/libicu/trunk/Makefile	                        (rev 0)
+++ csw/mgar/pkg/libicu/trunk/Makefile	2010-06-15 15:05:12 UTC (rev 10225)
@@ -0,0 +1,65 @@
+# $Id$
+GARNAME = libicu
+GARVERSION = 4.4.1
+CATEGORIES = lib
+
+DESCRIPTION = International Components for Unicode
+define BLURB
+endef
+
+EXTRA_MODULATORS = GARVERSION
+MODULATIONS_GARVERSION = 4.4.1 4.2.1
+
+SKIP_MODULATIONS  = isa-sparcv9-garversion-4.2.1
+SKIP_MODULATIONS += isa-amd64-garversion-4.2.1
+
+# filename = icu4c-$(shell echo $(1) | tr '.' '_')-src.tgz
+_V-4.2.1 = 4_2_1
+_V-4.4.1 = 4_4_1
+filename = icu4c-$(_V-$(1))-src.tgz
+
+MASTER_SITES = $(addsuffix /,$(addprefix http://download.icu-project.org/files/icu4c/,$(MODULATIONS_GARVERSION)))
+SOURCEFILES = $(foreach VERSION,$(MODULATIONS_GARVERSION), $(call filename,$(VERSION)))
+DISTFILES  = $(SOURCEFILES)
+
+NOEXTRACT = $(filter-out $(call filename,$(GARVERSION)),$(SOURCEFILES))
+
+# File name regex to get notifications about upstream software releases
+UFILES_REGEX = $(GARNAME)-(\d+(?:_\d+)*)-src.tgz
+
+PACKAGES = CSWlibicu CSWlibicudevel
+
+CATALOGNAME_CSWlibicu      = libicu
+CATALOGNAME_CSWlibicudevel = libicu_devel
+
+SPKG_DESC_CSWlibicu      = International Components for Unicode
+SPKG_DESC_CSWlibicudevel = Development Files for libicu
+
+RUNTIME_DEP_PKGS_CSWlibicudevel += CSWlibicu
+
+LICENSE = license.html
+
+VENDOR_URL = http://icu-project.org/
+
+DISTNAME = icu
+WORKSRC = $(WORKDIR)/$(DISTNAME)/source
+
+# Using -I/opt/csw/include here puts it before the include of the newly built
+# software which breaks definitions
+CPPFLAGS = 
+LINKER_FLAGS =
+
+BUILD64 = 1
+NOISAEXEC = 1
+CONFIGURE_ARGS = $(DIRPATHS)
+
+MERGE_SCRIPTS_isa-default-garversion-4.2.1 = copy-only
+MERGE_DIRS_isa-default-garversion-4.2.1 = $(libdir)
+
+MERGE_SCRIPTS_isa-default-garversion-4.4.1 = copy-all
+MERGE_SCRIPTS_isa-default64-garversion-4.4.1 = copy-relocated-only copy-config-only
+MERGE_DIRS_isa-default64-garversion-4.4.1 = $(libdir)
+
+PKGFILES_CSWlibicu = $(PKGFILES_RT)
+
+include gar/category.mk


Property changes on: csw/mgar/pkg/libicu/trunk/Makefile
___________________________________________________________________
Added: svn:keywords
   + Id

Added: csw/mgar/pkg/libicu/trunk/checksums
===================================================================
--- csw/mgar/pkg/libicu/trunk/checksums	                        (rev 0)
+++ csw/mgar/pkg/libicu/trunk/checksums	2010-06-15 15:05:12 UTC (rev 10225)
@@ -0,0 +1,2 @@
+e3738abd0d3ce1870dc1fd1f22bba5b1  icu4c-4_2_1-src.tgz
+b6bc0a1153540b2088f8b03e0ba625d3  icu4c-4_4_1-src.tgz


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