[csw-devel] SF.net SVN: gar:[17824] csw/mgar/pkg
Dagobert Michelsen
dam at opencsw.org
Mon Apr 23 10:51:56 CEST 2012
Hi Peter,
Am 23.04.2012 um 10:43 schrieb pfelecan at users.sourceforge.net:
> Revision: 17824
> http://gar.svn.sourceforge.net/gar/?rev=17824&view=rev
> Author: pfelecan
> Date: 2012-04-23 08:43:52 +0000 (Mon, 23 Apr 2012)
> Log Message:
> -----------
> Migrated from a private recipe to a gar recipe.
>
> Added Paths:
> -----------
> csw/mgar/pkg/libotf/
> csw/mgar/pkg/libotf/Makefile
> csw/mgar/pkg/libotf/branches/
> csw/mgar/pkg/libotf/tags/
> csw/mgar/pkg/libotf/trunk/
> csw/mgar/pkg/libotf/trunk/Makefile
> csw/mgar/pkg/libotf/trunk/checksums
> csw/mgar/pkg/libotf/trunk/files/
>
> Added: csw/mgar/pkg/libotf/Makefile
> ===================================================================
> --- csw/mgar/pkg/libotf/Makefile (rev 0)
> +++ csw/mgar/pkg/libotf/Makefile 2012-04-23 08:43:52 UTC (rev 17824)
> @@ -0,0 +1,2 @@
> +%:
> + $(MAKE) -C trunk $*
>
>
> Property changes on: csw/mgar/pkg/libotf/trunk
> ___________________________________________________________________
> Added: svn:ignore
> + work
>
>
> Added: csw/mgar/pkg/libotf/trunk/Makefile
> ===================================================================
> --- csw/mgar/pkg/libotf/trunk/Makefile (rev 0)
> +++ csw/mgar/pkg/libotf/trunk/Makefile 2012-04-23 08:43:52 UTC (rev 17824)
> @@ -0,0 +1,67 @@
> +# $Id$
> +# TODO (release-critical prefixed with !, non release-critical with *)
> +#
> +NAME = libotf
> +VERSION = 0.9.12
> +GARTYPE = v2
> +CATEGORIES = lib
> +
> +DESCRIPTION = A Library for handling OpenType Font (OTF)
> +define BLURB
> +The library "libotf" provides the following facilites:
> +
> + o Read Open Type Layout Tables from OTF file. Currently these
> + tables are supported; head, name, cmap, GDEF, GSUB, and GPOS.
> +
> + o Convert a Unicode character sequence to a glyph code sequence by
> + using the above tables.
> +
> +The combination of libotf and the FreeType library (Ver.2) realizes
> +CTL (complex text layout) by OpenType fonts.
> +endef
> +
> +MASTER_SITES = http://www.m17n.org/libotf/
> +DISTFILES = $(DISTNAME).tar.gz
> +
> +# File name regex to get notifications about upstream software releases
> +# NOTE: Use this only if the automatic regex creation
> +# does not work for your package
> +# UFILES_REGEX = $(NAME)-(\d+(?:\.\d+)*).tar.gz
> +
> +# If the url used to check for software update is different of MASTER_SITES, then
> +# uncomment the next line. Otherwise it is set by default to the value of MASTER_SITES
> +# UPSTREAM_MASTER_SITES =
> +
> +BUILD_DEP_PKGS = \
> + CSWlibxmudevel \
> + CSWlibxawdevel \
> + CSWlibfreetype-dev \
> + CSWlibz-dev
> +RUNTIME_DEP_PKGS = \
> + CSWlibxmu \
> + CSWlibxaw \
> + CSWlibfreetype6 \
> + CSWlibz1
> +CONFIGURE_ARGS = $(DIRPATHS)
> +GARCOMPILER = GNU
> +EXTRA_INC = /opt/csw/X11/include
Is it really necessary to link against the CSW X11 libraries? They are
somewhat deprecated and linking to the SUNW libs is preferred.
Best regards
-- Dago
> +
> +PACKAGES += CSWlibotf0
> +SPKG_DESC_CSWlibotf0 = A Library for handling OpenType Font - runtime
> +PKGFILES_CSWlibotf0 += $(call pkgfiles_lib,libotf.so.0.0.0)
> +OBSOLETED_BY_CSWlibotf0 += CSWlibotf
> +
> +PACKAGES += CSWlibotf-dev
> +SPKG_DESC_CSWlibotf-dev = A Library for handling OpenType Font - development
> +PKGFILES_CSWlibotf-dev = $(PKGFILES_DEVEL)
> +CATALOGNAME_CSWlibotf-dev = libotf_dev
> +RUNTIME_DEP_PKGS_CSWlibotf-dev += CSWlibotf0
> +
> +PACKAGES += CSWlibotf-utils
> +SPKG_DESC_CSWlibotf-utils = A Library for handling OpenType Font - utilities
> +CATALOGNAME_CSWlibotf-utils = libotf_utils
> +OBSOLETED_BY_CSWlibotf-utils += CSWlibotf
> +RUNTIME_DEP_PKGS_CSWlibotf-utils += CSWlibotf0
> +
> +include gar/category.mk
> +
>
>
> Property changes on: csw/mgar/pkg/libotf/trunk/Makefile
> ___________________________________________________________________
> Added: svn:keywords
> + Id
>
> Added: csw/mgar/pkg/libotf/trunk/checksums
> ===================================================================
> --- csw/mgar/pkg/libotf/trunk/checksums (rev 0)
> +++ csw/mgar/pkg/libotf/trunk/checksums 2012-04-23 08:43:52 UTC (rev 17824)
> @@ -0,0 +1 @@
> +630a0556af3be60360e8a75e59561eda libotf-0.9.12.tar.gz
>
> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
>
> _______________________________________________
> devel mailing list
> devel at lists.opencsw.org
> https://lists.opencsw.org/mailman/listinfo/devel
More information about the devel
mailing list