[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Gsrc-commit] trunk r5353: update expat to 2.2.5
From: |
Carl Hansen |
Subject: |
[Gsrc-commit] trunk r5353: update expat to 2.2.5 |
Date: |
Tue, 27 Mar 2018 02:06:12 -0400 (EDT) |
User-agent: |
Bazaar (2.7.0dev1) |
------------------------------------------------------------
revno: 5353
revision-id: address@hidden
parent: address@hidden
committer: address@hidden
branch nick: trunk
timestamp: Mon 2018-03-26 23:06:08 -0700
message:
update expat to 2.2.5
added:
pkg/other/expat/ expat-20180327060346-7r8whwrdm0v0nx4b-1
pkg/other/expat/Makefile makefile-20180327060346-7r8whwrdm0v0nx4b-3
pkg/other/expat/config.mk config.mk-20180327060346-7r8whwrdm0v0nx4b-2
pkg/other/expat/sha256sums sha256sums-20180327060346-7r8whwrdm0v0nx4b-4
=== added directory 'pkg/other/expat'
=== added file 'pkg/other/expat/Makefile'
--- a/pkg/other/expat/Makefile 1970-01-01 00:00:00 +0000
+++ b/pkg/other/expat/Makefile 2018-03-27 06:06:08 +0000
@@ -0,0 +1,47 @@
+# Copyright ©20178Carl Hansen <address@hidden>
+#
+# This file is part of GSRC.
+#
+# 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 = expat
+GARNAME = expat
+GARVERSION = 2.2.5
+HOME_URL = https://libexpat.github.io/
+DESCRIPTION = XML parser
+define BLURB
+
+endef
+LICENSE = GNU LGPL
+
+######################################################################
+#
https://github.com/libexpat/libexpat/releases/download/R_2_2_5/expat-2.2.5.tar.bz2
+MASTER_SITES = $(MASTER_GITHUB)/
+MASTER_SUBDIR = libexpat/libexpat/releases/download/R_2_2_5/
+DISTFILES = $(DISTNAME).tar.bz2
+SIGFILES =
+
+BUILDDEPS =
+LIBDEPS =
+
+######################################################################
+
+include ../../../gar/gar.lib/auto.mk
+include config.mk
+
=== added file 'pkg/other/expat/config.mk'
--- a/pkg/other/expat/config.mk 1970-01-01 00:00:00 +0000
+++ b/pkg/other/expat/config.mk 2018-03-27 06:06:08 +0000
@@ -0,0 +1,4 @@
+## Configuration options ##
+
+CONFIGURE_OPTS ?=
+BUILD_OPTS ?=
=== added file 'pkg/other/expat/sha256sums'
--- a/pkg/other/expat/sha256sums 1970-01-01 00:00:00 +0000
+++ b/pkg/other/expat/sha256sums 2018-03-27 06:06:08 +0000
@@ -0,0 +1,1 @@
+d9dc32efba7e74f788fcc4f212a43216fc37cf5f23f4c2339664d473353aedf6
download/expat-2.2.5.tar.bz2
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Gsrc-commit] trunk r5353: update expat to 2.2.5,
Carl Hansen <=