gsrc-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gsrc-commit] trunk r4119: libxml++ added, binding for libxml2


From: Carl Hansen
Subject: [Gsrc-commit] trunk r4119: libxml++ added, binding for libxml2
Date: Fri, 18 Nov 2016 21:06:04 +0000 (UTC)
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 4119
revision-id: address@hidden
parent: address@hidden
committer: address@hidden
branch nick: trunk
timestamp: Fri 2016-11-18 13:06:00 -0800
message:
  libxml++ added, binding for libxml2
added:
  pkg/gnome/libxmlplusplus/      
libxmlplusplus-20161118210517-ofz04q0lepwbmm9a-1
  pkg/gnome/libxmlplusplus/Makefile makefile-20161118210517-ofz04q0lepwbmm9a-3
  pkg/gnome/libxmlplusplus/config.mk config.mk-20161118210517-ofz04q0lepwbmm9a-2
  pkg/gnome/libxmlplusplus/sha256sums 
sha256sums-20161118210517-ofz04q0lepwbmm9a-4
=== added directory 'pkg/gnome/libxmlplusplus'
=== added file 'pkg/gnome/libxmlplusplus/Makefile'
--- a/pkg/gnome/libxmlplusplus/Makefile 1970-01-01 00:00:00 +0000
+++ b/pkg/gnome/libxmlplusplus/Makefile 2016-11-18 21:06:00 +0000
@@ -0,0 +1,50 @@
+
+# Copyright © 2016 Carl Hansen address@hidden
+#
+# This file is part of GSRC, the GNU Source Release Collection.
+#
+# GSRC is free software: you can redistribute it and/or modify it
+# under the terms of the GNU General Public License as published by
+# the Free Software Foundation, either version 3 of the License, or
+# (at your option) any later version.
+#
+# GSRC is distributed in the hope that it will be useful, but WITHOUT
+# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+# or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public
+# License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with GSRC.  If not, see <http://www.gnu.org/licenses/>.
+#
+# Send bug reports and comments about GSRC problems to address@hidden
+
+NAME =    libxmlplusplus
+GARNAME = libxmlplusplus
+UPSTREAMNAME = libxml++
+GARVERSION = 3.0.1
+HOME_URL = http://www.gnome.org/
+DESCRIPTION =  libxml++ is C++ binding for libxml2
+define BLURB
+
+endef
+
+######################################################################
+
+empty:=
+space:= $(empty) $(empty)
+VERSION_LIST = $(subst .,$(space),$(GARVERSION))
+SERIES = $(subst $(space),.,$(wordlist 1,2,$(VERSION_LIST)))
+
+MASTER_SITES = $(MASTER_GNOME)
+MASTER_SUBDIR = $(UPSTREAMNAME)/$(SERIES)/
+DISTFILES = $(DISTNAME).tar.xz  $(DISTNAME).sha256sum
+SIGFILES =
+
+BUILDDEPS =
+LIBDEPS =
+
+######################################################################
+
+include ../../../gar/gar.lib/auto.mk
+include config.mk
+

=== added file 'pkg/gnome/libxmlplusplus/config.mk'
--- a/pkg/gnome/libxmlplusplus/config.mk        1970-01-01 00:00:00 +0000
+++ b/pkg/gnome/libxmlplusplus/config.mk        2016-11-18 21:06:00 +0000
@@ -0,0 +1,5 @@
+## Configuration options  ##
+## adjust as needed for your local system
+
+CONFIGURE_OPTS ?= 
+BUILD_OPTS ?=

=== added file 'pkg/gnome/libxmlplusplus/sha256sums'
--- a/pkg/gnome/libxmlplusplus/sha256sums       1970-01-01 00:00:00 +0000
+++ b/pkg/gnome/libxmlplusplus/sha256sums       2016-11-18 21:06:00 +0000
@@ -0,0 +1,2 @@
+19dc8d21751806c015179bc0b83f978e65c878724501bfc0b6c1bcead29971a6  
download/libxml++-3.0.1.tar.xz
+7e61cc3c2c5b71d9a2e2f295fe96db1b848933ba94ca735ce4c07889afe5d64a  
download/libxml++-3.0.1.sha256sum


reply via email to

[Prev in Thread] Current Thread [Next in Thread]