Revision: 26537 http://sourceforge.net/p/gar/code/26537 Author: dmichelsen Date: 2019-05-22 20:36:06 +0000 (Wed, 22 May 2019) Log Message: ----------- utf8proc: Initial commit
Added Paths: ----------- csw/mgar/pkg/utf8proc/ csw/mgar/pkg/utf8proc/Makefile csw/mgar/pkg/utf8proc/branches/ csw/mgar/pkg/utf8proc/tags/ csw/mgar/pkg/utf8proc/trunk/ csw/mgar/pkg/utf8proc/trunk/Makefile csw/mgar/pkg/utf8proc/trunk/checksums csw/mgar/pkg/utf8proc/trunk/files/ Added: csw/mgar/pkg/utf8proc/Makefile =================================================================== --- csw/mgar/pkg/utf8proc/Makefile (rev 0) +++ csw/mgar/pkg/utf8proc/Makefile 2019-05-22 20:36:06 UTC (rev 26537) @@ -0,0 +1,2 @@ +%: + $(MAKE) -C trunk $* Index: csw/mgar/pkg/utf8proc/trunk =================================================================== --- csw/mgar/pkg/utf8proc/trunk 2019-05-22 11:18:41 UTC (rev 26536) +++ csw/mgar/pkg/utf8proc/trunk 2019-05-22 20:36:06 UTC (rev 26537) Property changes on: csw/mgar/pkg/utf8proc/trunk ___________________________________________________________________ Added: svn:ignore ## -0,0 +1 ## +work Added: csw/mgar/pkg/utf8proc/trunk/Makefile =================================================================== --- csw/mgar/pkg/utf8proc/trunk/Makefile (rev 0) +++ csw/mgar/pkg/utf8proc/trunk/Makefile 2019-05-22 20:36:06 UTC (rev 26537) @@ -0,0 +1,52 @@ +# $Id$ +# TODO (release-critical prefixed with !, non release-critical with *) +# +NAME = utf8proc +VERSION = 2.4.0 +GARTYPE = v2 + +DESCRIPTION = A clean C library for processing UTF-8 Unicode data + +MASTER_SITES = https://github.com/JuliaStrings/utf8proc/archive/ +DISTFILES += v$(VERSION).tar.gz + +PACKAGES += CSWlibutf8proc2 +SPKG_DESC_CSWlibutf8proc2 = A clean C library for processing UTF-8 Unicode data, libutf8proc.so.2 +PKGFILES_CSWlibutf8proc2 += $(call pkgfiles_lib,libutf8proc.so.2) +RUNTIME_DEP_PKGS_CSWlibutf8proc2 += CSWlibgcc-s1 + +PACKAGES += CSWlibutf8proc-dev +SPKG_DESC_CSWlibutf8proc-dev = Development files for libutf8proc.so.2 +# PKGFILES is catchall +RUNTIME_DEP_PKGS_CSWlibutf8proc-dev += CSWlibutf8proc2 + +REINPLACEMENTS += libdir + +REINPLACE_MATCH_libdir = libdir=.* +REINPLACE_WITH_libdir = libdir=$(libdir) +REINPLACE_FILES_libdir += libutf8proc.pc.in + +BUILD64 = 1 + +# There is no configure +CONFIGURE_SCRIPTS = + +GARCOMPILER = GNU + +EXTRA_CPPFLAGS += -D_XPG6 + +BUILD_OVERRIDE_VARS += prefix +BUILD_OVERRIDE_VAR_prefix = $(prefix) + +# Testsuite uses getline which is not available +SKIPTEST ?= 1 + +# We need GNU install as 'install' +INSTALL_ENV_PATH = /opt/csw/gnu:$(PATH) + +INSTALL_OVERRIDE_VARS += prefix libdir +INSTALL_OVERRIDE_VAR_prefix = $(prefix) +INSTALL_OVERRIDE_VAR_libdir = $(libdir) + +include gar/category.mk + Property changes on: csw/mgar/pkg/utf8proc/trunk/Makefile ___________________________________________________________________ Added: svn:keywords ## -0,0 +1 ## +Id \ No newline at end of property Added: csw/mgar/pkg/utf8proc/trunk/checksums =================================================================== --- csw/mgar/pkg/utf8proc/trunk/checksums (rev 0) +++ csw/mgar/pkg/utf8proc/trunk/checksums 2019-05-22 20:36:06 UTC (rev 26537) @@ -0,0 +1 @@ +ccea4d10dc45749166273ae370e9ceed v2.4.0.tar.gz This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.