[csw-devel] SF.net SVN: gar:[21325] csw/mgar/pkg/libyaml/branches
Laurent Blume
laurent at opencsw.org
Wed Jun 12 15:58:35 CEST 2013
Can somebody please review this? It's a libyaml0_1 branch in libyaml.
the idea is that libyaml0_1 replaces the current libyaml (which contains
the .so.1), and the new libyaml provides libyaml0_2 and libyaml_dev.
The idea is to provide a seamless replacement of the old package (which
has ruby191 and some Python stuff depending on it), while providing the
newer .so.2 one.
Thanks,
Laurent
On 12/06/13 15:52, lblume at users.sourceforge.net wrote:
> Revision: 21325
> http://gar.svn.sourceforge.net/gar/?rev=21325&view=rev
> Author: lblume
> Date: 2013-06-12 13:52:17 +0000 (Wed, 12 Jun 2013)
> Log Message:
> -----------
> libyaml/branches/libyaml0_1/trunk: Add a backward compatibility lib for the old .so.1 (v0.1.2)
>
> Added Paths:
> -----------
> csw/mgar/pkg/libyaml/branches/libyaml0_1/
> csw/mgar/pkg/libyaml/branches/libyaml0_1/Makefile
> csw/mgar/pkg/libyaml/branches/libyaml0_1/branches/
> csw/mgar/pkg/libyaml/branches/libyaml0_1/tags/
> csw/mgar/pkg/libyaml/branches/libyaml0_1/trunk/
> csw/mgar/pkg/libyaml/branches/libyaml0_1/trunk/Makefile
> csw/mgar/pkg/libyaml/branches/libyaml0_1/trunk/checksums
> csw/mgar/pkg/libyaml/branches/libyaml0_1/trunk/files/
>
> Added: csw/mgar/pkg/libyaml/branches/libyaml0_1/Makefile
> ===================================================================
> --- csw/mgar/pkg/libyaml/branches/libyaml0_1/Makefile (rev 0)
> +++ csw/mgar/pkg/libyaml/branches/libyaml0_1/Makefile 2013-06-12 13:52:17 UTC (rev 21325)
> @@ -0,0 +1,2 @@
> +%:
> + $(MAKE) -C trunk $*
>
>
> Property changes on: csw/mgar/pkg/libyaml/branches/libyaml0_1/trunk
> ___________________________________________________________________
> Added: svn:ignore
> + work
>
>
> Added: csw/mgar/pkg/libyaml/branches/libyaml0_1/trunk/Makefile
> ===================================================================
> --- csw/mgar/pkg/libyaml/branches/libyaml0_1/trunk/Makefile (rev 0)
> +++ csw/mgar/pkg/libyaml/branches/libyaml0_1/trunk/Makefile 2013-06-12 13:52:17 UTC (rev 21325)
> @@ -0,0 +1,32 @@
> +# Copyright 2009 OpenCSW
> +# Distributed under the terms of the GNU General Public License v2
> +# $Id$
> +
> +NAME = libyaml
> +VERSION = 0.1.2
> +GARTYPE = v2
> +
> +DESCRIPTION = A YAML 1.1 parser and emitter written in C
> +define BLURB
> +endef
> +
> +VENDOR_URL = http://pyyaml.org/wiki/LibYAML?version=20
> +MASTER_SITES = http://pyyaml.org/download/libyaml/
> +DISTFILES = yaml-$(VERSION).tar.gz
> +UFILES_REGEX = $(NAME)-(\d+(?:\.\d+)*).tar.gz
> +TEST_SCRIPTS =
> +
> +PACKAGES += CSWlibyaml0-1
> +CATALOGNAME_CSWlibyaml0-1 = libyaml0_1
> +PKGFILES_CSWlibyaml0-1 += $(call baseisadirs,$(libdir),libyaml-0\.so\.1\.1\.0)
> +PKGFILES_CSWlibyaml0-1 += $(call baseisadirs,$(libdir),libyaml-0\.so\.1(\.\d+)*)
> +SPKG_DESC_CSWlibyaml0-1 += $(DESCRIPTION), libyaml-0.so.1
> +OBSOLETED_BY_CSWlibyaml0-1 = CSWlibyaml
> +
> +CATALOGNAME_CSWlibyaml = libyaml_stub
> +
> +CONFIGURE_ARGS = $(DIRPATHS)
> +BUILD64_LIBS_ONLY = 1
> +WORKSRC = $(WORKDIR)/yaml-$(VERSION)
> +
> +include gar/category.mk
>
>
> Property changes on: csw/mgar/pkg/libyaml/branches/libyaml0_1/trunk/Makefile
> ___________________________________________________________________
> Added: svn:keywords
> + Id
>
> Added: csw/mgar/pkg/libyaml/branches/libyaml0_1/trunk/checksums
> ===================================================================
> --- csw/mgar/pkg/libyaml/branches/libyaml0_1/trunk/checksums (rev 0)
> +++ csw/mgar/pkg/libyaml/branches/libyaml0_1/trunk/checksums 2013-06-12 13:52:17 UTC (rev 21325)
> @@ -0,0 +1 @@
> +f6c9b5c2b0f6919abd79f5fd059b01dc yaml-0.1.2.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